/** *
Use the Amazon OpenSearch Service configuration API to create, configure, and manage * OpenSearch Service domains. The endpoint for configuration service requests is Region * specific: es.region.amazonaws.com. For example, * es.us-east-1.amazonaws.com. For a current list of supported Regions and endpoints, see * Amazon Web Services service endpoints.
* * @packageDocumentation */ export * from "./OpenSearchClient"; export * from "./OpenSearch"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { OpenSearchExtensionConfiguration } 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 * from "./models/models_1"; export { OpenSearchServiceException } from "./models/OpenSearchServiceException";