cdk-amazon-chime-resources
Version:

18 lines (17 loc) • 990 B
TypeScript
/**
* <p>The Amazon Chime SDK messaging APIs in this section allow software developers to send
* and receive messages in custom messaging applications. These APIs depend on the frameworks
* provided by the Amazon Chime SDK identity APIs. For more information about the messaging
* APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging.html">Amazon Chime SDK messaging</a>.</p>
*
* @packageDocumentation
*/
export * from "./ChimeSDKMessagingClient";
export * from "./ChimeSDKMessaging";
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { ChimeSDKMessagingExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export * from "./pagination";
export * from "./models";
export { ChimeSDKMessagingServiceException } from "./models/ChimeSDKMessagingServiceException";