/** *
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 Amazon Chime SDK messaging.
* * @packageDocumentation */ export * from "./ChimeSDKMessagingClient"; export * from "./ChimeSDKMessaging"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ChimeSDKMessagingExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ChimeSDKMessagingServiceException } from "./models/ChimeSDKMessagingServiceException";