/** *

Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need * for specialized knowledge and integration code when developing event driven architectures. * This helps ensures consistency across your company’s applications. With Pipes, the target * can be any available EventBridge target. To set up a pipe, you select the event * source, add optional event filtering, define optional enrichment, and select the target for * the event data.

* * @packageDocumentation */ export * from "./PipesClient"; export * from "./Pipes"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { PipesExtensionConfiguration } 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 { PipesServiceException } from "./models/PipesServiceException";