UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

18 lines (17 loc) 990 B
/** * <p>The Amazon Chime SDK Identity APIs in this section allow software developers to create * and manage unique instances of their messaging applications. These APIs provide the * overarching framework for creating and sending messages. For more information about the * identity APIs, refer to <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Identity.html">Amazon Chime SDK identity</a>.</p> * * @packageDocumentation */ export * from "./ChimeSDKIdentityClient"; export * from "./ChimeSDKIdentity"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ChimeSDKIdentityExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./pagination"; export * from "./models"; export { ChimeSDKIdentityServiceException } from "./models/ChimeSDKIdentityServiceException";