/** *

Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. OpenSearch Ingestion is a * fully managed data collector that delivers real-time log and trace data to OpenSearch Service domains. For more information, see * Getting data into your cluster using OpenSearch Ingestion.

* * @packageDocumentation */ export * from "./OSISClient"; export * from "./OSIS"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { OSISExtensionConfiguration } 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 { OSISServiceException } from "./models/OSISServiceException";