UNPKG

aws-iot-device-sdk-v2

Version:
23 lines (19 loc) 446 B
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. * * This file is generated */ /** * @packageDocumentation * @module shadow */ import * as model from "./model"; import { IotShadowClient, IotShadowError } from "./iotshadowclient"; import { IotShadowClientv2 } from "./iotshadowclientv2"; export { IotShadowClient, IotShadowClientv2, IotShadowError, model };