@aws-sdk/client-kinesis-analytics 3.50.0 → 3.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/KinesisAnalytics.d.ts +105 -0
  3. package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +93 -0
  4. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  25. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  26. package/dist-types/ts3.4/index.d.ts +4 -0
  27. package/dist-types/ts3.4/models/index.d.ts +1 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +1167 -0
  29. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +62 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  34. package/package.json +8 -8
@@ -0,0 +1,20 @@
1
+ export * from "./AddApplicationCloudWatchLoggingOptionCommand";
2
+ export * from "./AddApplicationInputCommand";
3
+ export * from "./AddApplicationInputProcessingConfigurationCommand";
4
+ export * from "./AddApplicationOutputCommand";
5
+ export * from "./AddApplicationReferenceDataSourceCommand";
6
+ export * from "./CreateApplicationCommand";
7
+ export * from "./DeleteApplicationCloudWatchLoggingOptionCommand";
8
+ export * from "./DeleteApplicationCommand";
9
+ export * from "./DeleteApplicationInputProcessingConfigurationCommand";
10
+ export * from "./DeleteApplicationOutputCommand";
11
+ export * from "./DeleteApplicationReferenceDataSourceCommand";
12
+ export * from "./DescribeApplicationCommand";
13
+ export * from "./DiscoverInputSchemaCommand";
14
+ export * from "./ListApplicationsCommand";
15
+ export * from "./ListTagsForResourceCommand";
16
+ export * from "./StartApplicationCommand";
17
+ export * from "./StopApplicationCommand";
18
+ export * from "./TagResourceCommand";
19
+ export * from "./UntagResourceCommand";
20
+ export * from "./UpdateApplicationCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,4 @@
1
+ export * from "./KinesisAnalytics";
2
+ export * from "./KinesisAnalyticsClient";
3
+ export * from "./commands";
4
+ export * from "./models";
@@ -0,0 +1 @@
1
+ export * from "./models_0";