@aws-sdk/client-kinesis-analytics 3.35.0 → 3.38.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 (194) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/KinesisAnalytics.js +0 -13
  3. package/dist-cjs/KinesisAnalyticsClient.js +0 -18
  4. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +0 -31
  5. package/dist-cjs/commands/AddApplicationInputCommand.js +0 -41
  6. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +0 -30
  7. package/dist-cjs/commands/AddApplicationOutputCommand.js +0 -44
  8. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +0 -38
  9. package/dist-cjs/commands/CreateApplicationCommand.js +0 -51
  10. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +0 -30
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +0 -28
  13. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +0 -30
  14. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +0 -33
  15. package/dist-cjs/commands/DescribeApplicationCommand.js +0 -34
  16. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +0 -39
  17. package/dist-cjs/commands/ListApplicationsCommand.js +0 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  19. package/dist-cjs/commands/StartApplicationCommand.js +0 -36
  20. package/dist-cjs/commands/StopApplicationCommand.js +0 -35
  21. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  22. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  23. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -34
  24. package/dist-cjs/commands/index.js +23 -0
  25. package/dist-cjs/endpoints.js +1 -2
  26. package/dist-cjs/index.js +3 -23
  27. package/dist-cjs/models/index.js +0 -1
  28. package/dist-cjs/models/models_0.js +0 -316
  29. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  30. package/dist-cjs/runtimeConfig.browser.js +1 -6
  31. package/dist-cjs/runtimeConfig.js +2 -7
  32. package/dist-cjs/runtimeConfig.native.js +0 -4
  33. package/dist-cjs/runtimeConfig.shared.js +0 -4
  34. package/dist-es/KinesisAnalytics.js +0 -1
  35. package/dist-es/KinesisAnalyticsClient.js +0 -1
  36. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +0 -1
  37. package/dist-es/commands/AddApplicationInputCommand.js +0 -1
  38. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +0 -1
  39. package/dist-es/commands/AddApplicationOutputCommand.js +0 -1
  40. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +0 -1
  41. package/dist-es/commands/CreateApplicationCommand.js +0 -1
  42. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +0 -1
  43. package/dist-es/commands/DeleteApplicationCommand.js +0 -1
  44. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +0 -1
  45. package/dist-es/commands/DeleteApplicationOutputCommand.js +0 -1
  46. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +0 -1
  47. package/dist-es/commands/DescribeApplicationCommand.js +0 -1
  48. package/dist-es/commands/DiscoverInputSchemaCommand.js +0 -1
  49. package/dist-es/commands/ListApplicationsCommand.js +0 -1
  50. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  51. package/dist-es/commands/StartApplicationCommand.js +0 -1
  52. package/dist-es/commands/StopApplicationCommand.js +0 -1
  53. package/dist-es/commands/TagResourceCommand.js +0 -1
  54. package/dist-es/commands/UntagResourceCommand.js +0 -1
  55. package/dist-es/commands/UpdateApplicationCommand.js +0 -1
  56. package/dist-es/commands/index.js +20 -0
  57. package/dist-es/endpoints.js +1 -2
  58. package/dist-es/index.js +3 -23
  59. package/dist-es/models/index.js +0 -1
  60. package/dist-es/models/models_0.js +0 -1
  61. package/dist-es/protocols/Aws_json1_1.js +0 -1
  62. package/dist-es/runtimeConfig.browser.js +1 -2
  63. package/dist-es/runtimeConfig.js +2 -3
  64. package/dist-es/runtimeConfig.native.js +0 -1
  65. package/dist-es/runtimeConfig.shared.js +0 -1
  66. package/dist-types/commands/index.d.ts +20 -0
  67. package/dist-types/index.d.ts +3 -22
  68. package/dist-types/ts3.4/KinesisAnalytics.d.ts +21 -253
  69. package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +24 -98
  70. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -26
  71. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +2 -36
  72. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -25
  73. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +2 -39
  74. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -33
  75. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -46
  76. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -25
  77. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -25
  78. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -23
  79. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +2 -25
  80. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -28
  81. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -29
  82. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +2 -34
  83. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -36
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -31
  86. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -30
  87. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -29
  90. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  91. package/dist-types/ts3.4/index.d.ts +3 -22
  92. package/dist-types/ts3.4/models/models_0.d.ts +416 -1552
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  97. package/package.json +33 -30
  98. package/dist-cjs/KinesisAnalytics.js.map +0 -1
  99. package/dist-cjs/KinesisAnalyticsClient.js.map +0 -1
  100. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  101. package/dist-cjs/commands/AddApplicationInputCommand.js.map +0 -1
  102. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js.map +0 -1
  103. package/dist-cjs/commands/AddApplicationOutputCommand.js.map +0 -1
  104. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js.map +0 -1
  105. package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
  106. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  107. package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
  108. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +0 -1
  109. package/dist-cjs/commands/DeleteApplicationOutputCommand.js.map +0 -1
  110. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js.map +0 -1
  111. package/dist-cjs/commands/DescribeApplicationCommand.js.map +0 -1
  112. package/dist-cjs/commands/DiscoverInputSchemaCommand.js.map +0 -1
  113. package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
  114. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  115. package/dist-cjs/commands/StartApplicationCommand.js.map +0 -1
  116. package/dist-cjs/commands/StopApplicationCommand.js.map +0 -1
  117. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  118. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  119. package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
  120. package/dist-cjs/endpoints.js.map +0 -1
  121. package/dist-cjs/index.js.map +0 -1
  122. package/dist-cjs/models/index.js.map +0 -1
  123. package/dist-cjs/models/models_0.js.map +0 -1
  124. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  125. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  126. package/dist-cjs/runtimeConfig.js.map +0 -1
  127. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  128. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  129. package/dist-es/KinesisAnalytics.js.map +0 -1
  130. package/dist-es/KinesisAnalyticsClient.js.map +0 -1
  131. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  132. package/dist-es/commands/AddApplicationInputCommand.js.map +0 -1
  133. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js.map +0 -1
  134. package/dist-es/commands/AddApplicationOutputCommand.js.map +0 -1
  135. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js.map +0 -1
  136. package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
  137. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  138. package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
  139. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +0 -1
  140. package/dist-es/commands/DeleteApplicationOutputCommand.js.map +0 -1
  141. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js.map +0 -1
  142. package/dist-es/commands/DescribeApplicationCommand.js.map +0 -1
  143. package/dist-es/commands/DiscoverInputSchemaCommand.js.map +0 -1
  144. package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
  145. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  146. package/dist-es/commands/StartApplicationCommand.js.map +0 -1
  147. package/dist-es/commands/StopApplicationCommand.js.map +0 -1
  148. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  149. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  150. package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
  151. package/dist-es/endpoints.js.map +0 -1
  152. package/dist-es/index.js.map +0 -1
  153. package/dist-es/models/index.js.map +0 -1
  154. package/dist-es/models/models_0.js.map +0 -1
  155. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  156. package/dist-es/runtimeConfig.browser.js.map +0 -1
  157. package/dist-es/runtimeConfig.js.map +0 -1
  158. package/dist-es/runtimeConfig.native.js.map +0 -1
  159. package/dist-es/runtimeConfig.shared.js.map +0 -1
  160. package/jest.config.js +0 -4
  161. package/src/KinesisAnalytics.ts +0 -936
  162. package/src/KinesisAnalyticsClient.ts +0 -341
  163. package/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +0 -113
  164. package/src/commands/AddApplicationInputCommand.ts +0 -111
  165. package/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +0 -115
  166. package/src/commands/AddApplicationOutputCommand.ts +0 -114
  167. package/src/commands/AddApplicationReferenceDataSourceCommand.ts +0 -119
  168. package/src/commands/CreateApplicationCommand.ts +0 -121
  169. package/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +0 -115
  170. package/src/commands/DeleteApplicationCommand.ts +0 -100
  171. package/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +0 -113
  172. package/src/commands/DeleteApplicationOutputCommand.ts +0 -100
  173. package/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +0 -114
  174. package/src/commands/DescribeApplicationCommand.ts +0 -104
  175. package/src/commands/DiscoverInputSchemaCommand.ts +0 -109
  176. package/src/commands/ListApplicationsCommand.ts +0 -111
  177. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  178. package/src/commands/StartApplicationCommand.ts +0 -106
  179. package/src/commands/StopApplicationCommand.ts +0 -105
  180. package/src/commands/TagResourceCommand.ts +0 -96
  181. package/src/commands/UntagResourceCommand.ts +0 -95
  182. package/src/commands/UpdateApplicationCommand.ts +0 -104
  183. package/src/endpoints.ts +0 -57
  184. package/src/index.ts +0 -23
  185. package/src/models/index.ts +0 -1
  186. package/src/models/models_0.ts +0 -2899
  187. package/src/protocols/Aws_json1_1.ts +0 -3943
  188. package/src/runtimeConfig.browser.ts +0 -41
  189. package/src/runtimeConfig.native.ts +0 -17
  190. package/src/runtimeConfig.shared.ts +0 -17
  191. package/src/runtimeConfig.ts +0 -46
  192. package/tsconfig.es.json +0 -10
  193. package/tsconfig.json +0 -33
  194. package/tsconfig.types.json +0 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
19
+
20
+
21
+ ### Features
22
+
23
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
24
+
25
+
26
+
27
+
28
+
29
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
35
+
36
+
37
+
38
+
39
+
40
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
41
+
42
+
43
+ ### Features
44
+
45
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
46
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
47
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
7
54
 
8
55
 
@@ -22,18 +22,6 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
22
22
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
23
23
  const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
24
24
  const KinesisAnalyticsClient_1 = require("./KinesisAnalyticsClient");
25
- /**
26
- * <fullname>Amazon Kinesis Analytics</fullname>
27
- * <p>
28
- * <b>Overview</b>
29
- * </p>
30
- * <note>
31
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
32
- * </note>
33
- * <p>This is the <i>Amazon Kinesis Analytics v1 API Reference</i>.
34
- * The Amazon Kinesis Analytics Developer Guide provides additional information.
35
- * </p>
36
- */
37
25
  class KinesisAnalytics extends KinesisAnalyticsClient_1.KinesisAnalyticsClient {
38
26
  addApplicationCloudWatchLoggingOption(args, optionsOrCb, cb) {
39
27
  const command = new AddApplicationCloudWatchLoggingOptionCommand_1.AddApplicationCloudWatchLoggingOptionCommand(args);
@@ -317,4 +305,3 @@ class KinesisAnalytics extends KinesisAnalyticsClient_1.KinesisAnalyticsClient {
317
305
  }
318
306
  }
319
307
  exports.KinesisAnalytics = KinesisAnalytics;
320
- //# sourceMappingURL=KinesisAnalytics.js.map
@@ -10,18 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
- /**
14
- * <fullname>Amazon Kinesis Analytics</fullname>
15
- * <p>
16
- * <b>Overview</b>
17
- * </p>
18
- * <note>
19
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
20
- * </note>
21
- * <p>This is the <i>Amazon Kinesis Analytics v1 API Reference</i>.
22
- * The Amazon Kinesis Analytics Developer Guide provides additional information.
23
- * </p>
24
- */
25
13
  class KinesisAnalyticsClient extends smithy_client_1.Client {
26
14
  constructor(configuration) {
27
15
  const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
@@ -40,14 +28,8 @@ class KinesisAnalyticsClient extends smithy_client_1.Client {
40
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
41
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
42
30
  }
43
- /**
44
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
45
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
46
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
47
- */
48
31
  destroy() {
49
32
  super.destroy();
50
33
  }
51
34
  }
52
35
  exports.KinesisAnalyticsClient = KinesisAnalyticsClient;
53
- //# sourceMappingURL=KinesisAnalyticsClient.js.map
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Adds a CloudWatch log stream to monitor application configuration errors. For more
13
- * information about using CloudWatch log streams with Amazon Kinesis Analytics
14
- * applications, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html">Working with Amazon
15
- * CloudWatch Logs</a>.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { KinesisAnalyticsClient, AddApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
20
- * // const { KinesisAnalyticsClient, AddApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
21
- * const client = new KinesisAnalyticsClient(config);
22
- * const command = new AddApplicationCloudWatchLoggingOptionCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
27
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
28
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
8
  class AddApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +34,3 @@ class AddApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Comma
64
34
  }
65
35
  }
66
36
  exports.AddApplicationCloudWatchLoggingOptionCommand = AddApplicationCloudWatchLoggingOptionCommand;
67
- //# sourceMappingURL=AddApplicationCloudWatchLoggingOptionCommand.js.map
@@ -5,51 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>
13
- * Adds a streaming source to your Amazon Kinesis application.
14
- * For conceptual information,
15
- * see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html">Configuring Application Input</a>.
16
- * </p>
17
- * <p>You can add a streaming source either when you create an application or you can use
18
- * this operation to add a streaming source after you create an application. For more information, see
19
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_CreateApplication.html">CreateApplication</a>.</p>
20
- * <p>Any configuration update, including adding a streaming source using this operation,
21
- * results in a new version of the application. You can use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation
22
- * to find the current application version.
23
- * </p>
24
- * <p>This operation requires permissions to perform the
25
- * <code>kinesisanalytics:AddApplicationInput</code> action.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { KinesisAnalyticsClient, AddApplicationInputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
30
- * // const { KinesisAnalyticsClient, AddApplicationInputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
31
- * const client = new KinesisAnalyticsClient(config);
32
- * const command = new AddApplicationInputCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link AddApplicationInputCommandInput} for command's `input` shape.
37
- * @see {@link AddApplicationInputCommandOutput} for command's `response` shape.
38
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
8
  class AddApplicationInputCommand extends smithy_client_1.Command {
42
- // Start section: command_properties
43
- // End section: command_properties
44
9
  constructor(input) {
45
- // Start section: command_constructor
46
10
  super();
47
11
  this.input = input;
48
- // End section: command_constructor
49
12
  }
50
- /**
51
- * @internal
52
- */
53
13
  resolveMiddleware(clientStack, configuration, options) {
54
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
55
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -74,4 +34,3 @@ class AddApplicationInputCommand extends smithy_client_1.Command {
74
34
  }
75
35
  }
76
36
  exports.AddApplicationInputCommand = AddApplicationInputCommand;
77
- //# sourceMappingURL=AddApplicationInputCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Adds an <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputProcessingConfiguration.html">InputProcessingConfiguration</a> to an application. An input processor preprocesses records on the input stream
13
- * before the application's SQL code executes. Currently, the only input processor available is
14
- * <a href="https://docs.aws.amazon.com/lambda/">AWS Lambda</a>.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { KinesisAnalyticsClient, AddApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
19
- * // const { KinesisAnalyticsClient, AddApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
20
- * const client = new KinesisAnalyticsClient(config);
21
- * const command = new AddApplicationInputProcessingConfigurationCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link AddApplicationInputProcessingConfigurationCommandInput} for command's `input` shape.
26
- * @see {@link AddApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
27
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class AddApplicationInputProcessingConfigurationCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class AddApplicationInputProcessingConfigurationCommand extends smithy_client_1.
63
34
  }
64
35
  }
65
36
  exports.AddApplicationInputProcessingConfigurationCommand = AddApplicationInputProcessingConfigurationCommand;
66
- //# sourceMappingURL=AddApplicationInputProcessingConfigurationCommand.js.map
@@ -5,54 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Adds an external destination to your Amazon Kinesis Analytics application.</p>
13
- * <p>If you want Amazon Kinesis Analytics to deliver data from an in-application stream
14
- * within your application to an external destination (such as an Amazon Kinesis stream, an
15
- * Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), you add the
16
- * relevant configuration to your application using this operation. You can configure one
17
- * or more outputs for your application. Each output configuration maps an in-application
18
- * stream and an external destination.</p>
19
- * <p> You can use one of the output configurations to deliver data from your
20
- * in-application error stream to an external destination so that you can analyze the
21
- * errors. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html">Understanding Application
22
- * Output (Destination)</a>. </p>
23
- * <p> Any configuration update, including adding a streaming source using this
24
- * operation, results in a new version of the application. You can use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation to find the current application
25
- * version.</p>
26
- * <p>For the limits on the number of application inputs and outputs
27
- * you can configure, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html">Limits</a>.</p>
28
- * <p>This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { KinesisAnalyticsClient, AddApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
33
- * // const { KinesisAnalyticsClient, AddApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
34
- * const client = new KinesisAnalyticsClient(config);
35
- * const command = new AddApplicationOutputCommand(input);
36
- * const response = await client.send(command);
37
- * ```
38
- *
39
- * @see {@link AddApplicationOutputCommandInput} for command's `input` shape.
40
- * @see {@link AddApplicationOutputCommandOutput} for command's `response` shape.
41
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
42
- *
43
- */
44
8
  class AddApplicationOutputCommand extends smithy_client_1.Command {
45
- // Start section: command_properties
46
- // End section: command_properties
47
9
  constructor(input) {
48
- // Start section: command_constructor
49
10
  super();
50
11
  this.input = input;
51
- // End section: command_constructor
52
12
  }
53
- /**
54
- * @internal
55
- */
56
13
  resolveMiddleware(clientStack, configuration, options) {
57
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
58
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -77,4 +34,3 @@ class AddApplicationOutputCommand extends smithy_client_1.Command {
77
34
  }
78
35
  }
79
36
  exports.AddApplicationOutputCommand = AddApplicationOutputCommand;
80
- //# sourceMappingURL=AddApplicationOutputCommand.js.map
@@ -5,48 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Adds a reference data source to an existing application.</p>
13
- * <p>Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table.</p>
14
- * <p>
15
- * For conceptual information,
16
- * see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html">Configuring Application Input</a>.
17
- * For the limits on data sources you can add to your application, see
18
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html">Limits</a>.
19
- * </p>
20
- * <p>
21
- * This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action.
22
- * </p>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { KinesisAnalyticsClient, AddApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
27
- * // const { KinesisAnalyticsClient, AddApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
28
- * const client = new KinesisAnalyticsClient(config);
29
- * const command = new AddApplicationReferenceDataSourceCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link AddApplicationReferenceDataSourceCommandInput} for command's `input` shape.
34
- * @see {@link AddApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
35
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
38
8
  class AddApplicationReferenceDataSourceCommand extends smithy_client_1.Command {
39
- // Start section: command_properties
40
- // End section: command_properties
41
9
  constructor(input) {
42
- // Start section: command_constructor
43
10
  super();
44
11
  this.input = input;
45
- // End section: command_constructor
46
12
  }
47
- /**
48
- * @internal
49
- */
50
13
  resolveMiddleware(clientStack, configuration, options) {
51
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
52
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -71,4 +34,3 @@ class AddApplicationReferenceDataSourceCommand extends smithy_client_1.Command {
71
34
  }
72
35
  }
73
36
  exports.AddApplicationReferenceDataSourceCommand = AddApplicationReferenceDataSourceCommand;
74
- //# sourceMappingURL=AddApplicationReferenceDataSourceCommand.js.map
@@ -5,61 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- *
13
- * <p>
14
- * Creates an Amazon Kinesis Analytics application.
15
- * You can configure each application with one streaming source as input,
16
- * application code to process the input, and up to
17
- * three destinations where
18
- * you want Amazon Kinesis Analytics to write the output data from your application.
19
- * For an overview, see
20
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html">How it Works</a>.
21
- * </p>
22
- * <p>In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a
23
- * data element in the streaming source.</p>
24
- *
25
- * <p>Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.</p>
26
- * <p>In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to three destinations.</p>
27
- * <p>
28
- * To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics
29
- * needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the
30
- * <code>kinesisanalytics:CreateApplication</code> action.
31
- * </p>
32
- * <p>
33
- * For introductory exercises to create an Amazon Kinesis Analytics application, see
34
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/getting-started.html">Getting Started</a>.
35
- * </p>
36
- * @example
37
- * Use a bare-bones client and the command you need to make an API call.
38
- * ```javascript
39
- * import { KinesisAnalyticsClient, CreateApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
40
- * // const { KinesisAnalyticsClient, CreateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
41
- * const client = new KinesisAnalyticsClient(config);
42
- * const command = new CreateApplicationCommand(input);
43
- * const response = await client.send(command);
44
- * ```
45
- *
46
- * @see {@link CreateApplicationCommandInput} for command's `input` shape.
47
- * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
48
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
49
- *
50
- */
51
8
  class CreateApplicationCommand extends smithy_client_1.Command {
52
- // Start section: command_properties
53
- // End section: command_properties
54
9
  constructor(input) {
55
- // Start section: command_constructor
56
10
  super();
57
11
  this.input = input;
58
- // End section: command_constructor
59
12
  }
60
- /**
61
- * @internal
62
- */
63
13
  resolveMiddleware(clientStack, configuration, options) {
64
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
65
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -84,4 +34,3 @@ class CreateApplicationCommand extends smithy_client_1.Command {
84
34
  }
85
35
  }
86
36
  exports.CreateApplicationCommand = CreateApplicationCommand;
87
- //# sourceMappingURL=CreateApplicationCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Deletes a CloudWatch log stream from an application. For more information about
13
- * using CloudWatch log streams with Amazon Kinesis Analytics applications, see
14
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html">Working with Amazon CloudWatch Logs</a>.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { KinesisAnalyticsClient, DeleteApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
19
- * // const { KinesisAnalyticsClient, DeleteApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
20
- * const client = new KinesisAnalyticsClient(config);
21
- * const command = new DeleteApplicationCloudWatchLoggingOptionCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
26
- * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
27
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class DeleteApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class DeleteApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Co
63
34
  }
64
35
  }
65
36
  exports.DeleteApplicationCloudWatchLoggingOptionCommand = DeleteApplicationCloudWatchLoggingOptionCommand;
66
- //# sourceMappingURL=DeleteApplicationCloudWatchLoggingOptionCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).</p>
13
- *
14
- * <p>This operation requires permissions to perform the <code>kinesisanalytics:DeleteApplication</code> action.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { KinesisAnalyticsClient, DeleteApplicationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
19
- * // const { KinesisAnalyticsClient, DeleteApplicationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
20
- * const client = new KinesisAnalyticsClient(config);
21
- * const command = new DeleteApplicationCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
26
- * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
27
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class DeleteApplicationCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class DeleteApplicationCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
66
- //# sourceMappingURL=DeleteApplicationCommand.js.map
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Deletes an <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputProcessingConfiguration.html">InputProcessingConfiguration</a> from an input.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { KinesisAnalyticsClient, DeleteApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
17
- * // const { KinesisAnalyticsClient, DeleteApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
18
- * const client = new KinesisAnalyticsClient(config);
19
- * const command = new DeleteApplicationInputProcessingConfigurationCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteApplicationInputProcessingConfigurationCommandInput} for command's `input` shape.
24
- * @see {@link DeleteApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class DeleteApplicationInputProcessingConfigurationCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class DeleteApplicationInputProcessingConfigurationCommand extends smithy_client
61
34
  }
62
35
  }
63
36
  exports.DeleteApplicationInputProcessingConfigurationCommand = DeleteApplicationInputProcessingConfigurationCommand;
64
- //# sourceMappingURL=DeleteApplicationInputProcessingConfigurationCommand.js.map
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <note>
10
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
11
- * </note>
12
- * <p>Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.</p>
13
- * <p>This operation requires permissions to perform the
14
- * <code>kinesisanalytics:DeleteApplicationOutput</code> action.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { KinesisAnalyticsClient, DeleteApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
19
- * // const { KinesisAnalyticsClient, DeleteApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
20
- * const client = new KinesisAnalyticsClient(config);
21
- * const command = new DeleteApplicationOutputCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DeleteApplicationOutputCommandInput} for command's `input` shape.
26
- * @see {@link DeleteApplicationOutputCommandOutput} for command's `response` shape.
27
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class DeleteApplicationOutputCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class DeleteApplicationOutputCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.DeleteApplicationOutputCommand = DeleteApplicationOutputCommand;
66
- //# sourceMappingURL=DeleteApplicationOutputCommand.js.map