/**
* Amazon Managed Service for Apache Flink was previously known as Amazon Kinesis Data Analytics for Apache Flink.
Amazon Managed Service for Apache Flink is a fully managed service that you can use to process and analyze streaming data using Java, Python, SQL, or Scala. The service * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time * series analytics, feed real-time dashboards, and create real-time metrics.
* * @packageDocumentation */ export * from "./KinesisAnalyticsV2Client"; export * from "./KinesisAnalyticsV2"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { KinesisAnalyticsV2ExtensionConfiguration } 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 { KinesisAnalyticsV2ServiceException } from "./models/KinesisAnalyticsV2ServiceException";