/*
 * 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
};
