/** *

The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.

*

AWS Chatbot APIs are currently available in the following Regions:

* *

The AWS Chatbot console can only be used in US East (Ohio). Your configuration data however, is stored in each of the relevant available Regions.

* *

Your AWS CloudTrail events are logged in whatever Region you call from, not US East (N. Virginia) by default.

*
* * @packageDocumentation */ export * from "./ChatbotClient"; export * from "./Chatbot"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ChatbotExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ChatbotServiceException } from "./models/ChatbotServiceException";