@aws-sdk/client-kinesis-analytics-v2 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 (264) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/KinesisAnalyticsV2.js +0 -6
  3. package/dist-cjs/KinesisAnalyticsV2Client.js +0 -11
  4. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +0 -25
  5. package/dist-cjs/commands/AddApplicationInputCommand.js +0 -34
  6. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +0 -27
  7. package/dist-cjs/commands/AddApplicationOutputCommand.js +0 -37
  8. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +0 -30
  9. package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +0 -36
  10. package/dist-cjs/commands/CreateApplicationCommand.js +0 -27
  11. package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +0 -38
  12. package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +0 -25
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -25
  15. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +0 -25
  16. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +0 -27
  17. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +0 -27
  18. package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +0 -25
  19. package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +0 -25
  20. package/dist-cjs/commands/DescribeApplicationCommand.js +0 -27
  21. package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +0 -25
  22. package/dist-cjs/commands/DescribeApplicationVersionCommand.js +0 -28
  23. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +0 -31
  24. package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +0 -25
  25. package/dist-cjs/commands/ListApplicationVersionsCommand.js +0 -31
  26. package/dist-cjs/commands/ListApplicationsCommand.js +0 -29
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  28. package/dist-cjs/commands/RollbackApplicationCommand.js +0 -31
  29. package/dist-cjs/commands/StartApplicationCommand.js +0 -26
  30. package/dist-cjs/commands/StopApplicationCommand.js +0 -31
  31. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  32. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  33. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -33
  34. package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +0 -40
  35. package/dist-cjs/commands/index.js +34 -0
  36. package/dist-cjs/endpoints.js +1 -2
  37. package/dist-cjs/index.js +3 -34
  38. package/dist-cjs/models/index.js +0 -1
  39. package/dist-cjs/models/models_0.js +10 -591
  40. package/dist-cjs/protocols/Aws_json1_1.js +16 -6
  41. package/dist-cjs/runtimeConfig.browser.js +1 -6
  42. package/dist-cjs/runtimeConfig.js +2 -7
  43. package/dist-cjs/runtimeConfig.native.js +0 -4
  44. package/dist-cjs/runtimeConfig.shared.js +0 -4
  45. package/dist-es/KinesisAnalyticsV2.js +0 -1
  46. package/dist-es/KinesisAnalyticsV2Client.js +0 -1
  47. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +0 -1
  48. package/dist-es/commands/AddApplicationInputCommand.js +0 -1
  49. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +0 -1
  50. package/dist-es/commands/AddApplicationOutputCommand.js +0 -1
  51. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +0 -1
  52. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +0 -1
  53. package/dist-es/commands/CreateApplicationCommand.js +0 -1
  54. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +0 -1
  55. package/dist-es/commands/CreateApplicationSnapshotCommand.js +0 -1
  56. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +0 -1
  57. package/dist-es/commands/DeleteApplicationCommand.js +0 -1
  58. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +0 -1
  59. package/dist-es/commands/DeleteApplicationOutputCommand.js +0 -1
  60. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +0 -1
  61. package/dist-es/commands/DeleteApplicationSnapshotCommand.js +0 -1
  62. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +0 -1
  63. package/dist-es/commands/DescribeApplicationCommand.js +0 -1
  64. package/dist-es/commands/DescribeApplicationSnapshotCommand.js +0 -1
  65. package/dist-es/commands/DescribeApplicationVersionCommand.js +0 -1
  66. package/dist-es/commands/DiscoverInputSchemaCommand.js +0 -1
  67. package/dist-es/commands/ListApplicationSnapshotsCommand.js +0 -1
  68. package/dist-es/commands/ListApplicationVersionsCommand.js +0 -1
  69. package/dist-es/commands/ListApplicationsCommand.js +0 -1
  70. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  71. package/dist-es/commands/RollbackApplicationCommand.js +0 -1
  72. package/dist-es/commands/StartApplicationCommand.js +0 -1
  73. package/dist-es/commands/StopApplicationCommand.js +0 -1
  74. package/dist-es/commands/TagResourceCommand.js +0 -1
  75. package/dist-es/commands/UntagResourceCommand.js +0 -1
  76. package/dist-es/commands/UpdateApplicationCommand.js +0 -1
  77. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +0 -1
  78. package/dist-es/commands/index.js +31 -0
  79. package/dist-es/endpoints.js +1 -2
  80. package/dist-es/index.js +3 -34
  81. package/dist-es/models/index.js +0 -1
  82. package/dist-es/models/models_0.js +6 -5
  83. package/dist-es/protocols/Aws_json1_1.js +58 -43
  84. package/dist-es/runtimeConfig.browser.js +1 -2
  85. package/dist-es/runtimeConfig.js +2 -3
  86. package/dist-es/runtimeConfig.native.js +0 -1
  87. package/dist-es/runtimeConfig.shared.js +0 -1
  88. package/dist-types/KinesisAnalyticsV2.d.ts +2 -2
  89. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +1 -1
  90. package/dist-types/commands/AddApplicationOutputCommand.d.ts +1 -1
  91. package/dist-types/commands/index.d.ts +31 -0
  92. package/dist-types/index.d.ts +3 -33
  93. package/dist-types/models/models_0.d.ts +60 -58
  94. package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +32 -217
  95. package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +24 -91
  96. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +2 -29
  98. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -22
  99. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +2 -32
  100. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -25
  101. package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +2 -31
  102. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -22
  103. package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +2 -33
  104. package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +2 -22
  109. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -22
  110. package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +2 -20
  111. package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -22
  113. package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +2 -23
  115. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +2 -26
  116. package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +2 -20
  117. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -26
  118. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -24
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  120. package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +2 -26
  121. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -21
  122. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -26
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  125. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -28
  126. package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +2 -35
  127. package/dist-types/ts3.4/commands/index.d.ts +31 -0
  128. package/dist-types/ts3.4/index.d.ts +3 -33
  129. package/dist-types/ts3.4/models/models_0.d.ts +801 -2963
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  134. package/package.json +33 -30
  135. package/dist-cjs/KinesisAnalyticsV2.js.map +0 -1
  136. package/dist-cjs/KinesisAnalyticsV2Client.js.map +0 -1
  137. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  138. package/dist-cjs/commands/AddApplicationInputCommand.js.map +0 -1
  139. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js.map +0 -1
  140. package/dist-cjs/commands/AddApplicationOutputCommand.js.map +0 -1
  141. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js.map +0 -1
  142. package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js.map +0 -1
  143. package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
  144. package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js.map +0 -1
  145. package/dist-cjs/commands/CreateApplicationSnapshotCommand.js.map +0 -1
  146. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  147. package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
  148. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +0 -1
  149. package/dist-cjs/commands/DeleteApplicationOutputCommand.js.map +0 -1
  150. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js.map +0 -1
  151. package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js.map +0 -1
  152. package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js.map +0 -1
  153. package/dist-cjs/commands/DescribeApplicationCommand.js.map +0 -1
  154. package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js.map +0 -1
  155. package/dist-cjs/commands/DescribeApplicationVersionCommand.js.map +0 -1
  156. package/dist-cjs/commands/DiscoverInputSchemaCommand.js.map +0 -1
  157. package/dist-cjs/commands/ListApplicationSnapshotsCommand.js.map +0 -1
  158. package/dist-cjs/commands/ListApplicationVersionsCommand.js.map +0 -1
  159. package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
  160. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  161. package/dist-cjs/commands/RollbackApplicationCommand.js.map +0 -1
  162. package/dist-cjs/commands/StartApplicationCommand.js.map +0 -1
  163. package/dist-cjs/commands/StopApplicationCommand.js.map +0 -1
  164. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  165. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  166. package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
  167. package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js.map +0 -1
  168. package/dist-cjs/endpoints.js.map +0 -1
  169. package/dist-cjs/index.js.map +0 -1
  170. package/dist-cjs/models/index.js.map +0 -1
  171. package/dist-cjs/models/models_0.js.map +0 -1
  172. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  173. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  174. package/dist-cjs/runtimeConfig.js.map +0 -1
  175. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  176. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  177. package/dist-es/KinesisAnalyticsV2.js.map +0 -1
  178. package/dist-es/KinesisAnalyticsV2Client.js.map +0 -1
  179. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  180. package/dist-es/commands/AddApplicationInputCommand.js.map +0 -1
  181. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js.map +0 -1
  182. package/dist-es/commands/AddApplicationOutputCommand.js.map +0 -1
  183. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js.map +0 -1
  184. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js.map +0 -1
  185. package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
  186. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js.map +0 -1
  187. package/dist-es/commands/CreateApplicationSnapshotCommand.js.map +0 -1
  188. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  189. package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
  190. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +0 -1
  191. package/dist-es/commands/DeleteApplicationOutputCommand.js.map +0 -1
  192. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js.map +0 -1
  193. package/dist-es/commands/DeleteApplicationSnapshotCommand.js.map +0 -1
  194. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js.map +0 -1
  195. package/dist-es/commands/DescribeApplicationCommand.js.map +0 -1
  196. package/dist-es/commands/DescribeApplicationSnapshotCommand.js.map +0 -1
  197. package/dist-es/commands/DescribeApplicationVersionCommand.js.map +0 -1
  198. package/dist-es/commands/DiscoverInputSchemaCommand.js.map +0 -1
  199. package/dist-es/commands/ListApplicationSnapshotsCommand.js.map +0 -1
  200. package/dist-es/commands/ListApplicationVersionsCommand.js.map +0 -1
  201. package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
  202. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  203. package/dist-es/commands/RollbackApplicationCommand.js.map +0 -1
  204. package/dist-es/commands/StartApplicationCommand.js.map +0 -1
  205. package/dist-es/commands/StopApplicationCommand.js.map +0 -1
  206. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  207. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  208. package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
  209. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js.map +0 -1
  210. package/dist-es/endpoints.js.map +0 -1
  211. package/dist-es/index.js.map +0 -1
  212. package/dist-es/models/index.js.map +0 -1
  213. package/dist-es/models/models_0.js.map +0 -1
  214. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  215. package/dist-es/runtimeConfig.browser.js.map +0 -1
  216. package/dist-es/runtimeConfig.js.map +0 -1
  217. package/dist-es/runtimeConfig.native.js.map +0 -1
  218. package/dist-es/runtimeConfig.shared.js.map +0 -1
  219. package/jest.config.js +0 -4
  220. package/src/KinesisAnalyticsV2.ts +0 -1276
  221. package/src/KinesisAnalyticsV2Client.ts +0 -400
  222. package/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +0 -111
  223. package/src/commands/AddApplicationInputCommand.ts +0 -108
  224. package/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +0 -116
  225. package/src/commands/AddApplicationOutputCommand.ts +0 -111
  226. package/src/commands/AddApplicationReferenceDataSourceCommand.ts +0 -115
  227. package/src/commands/AddApplicationVpcConfigurationCommand.ts +0 -118
  228. package/src/commands/CreateApplicationCommand.ts +0 -101
  229. package/src/commands/CreateApplicationPresignedUrlCommand.ts +0 -117
  230. package/src/commands/CreateApplicationSnapshotCommand.ts +0 -102
  231. package/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +0 -114
  232. package/src/commands/DeleteApplicationCommand.ts +0 -99
  233. package/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +0 -114
  234. package/src/commands/DeleteApplicationOutputCommand.ts +0 -101
  235. package/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +0 -112
  236. package/src/commands/DeleteApplicationSnapshotCommand.ts +0 -102
  237. package/src/commands/DeleteApplicationVpcConfigurationCommand.ts +0 -110
  238. package/src/commands/DescribeApplicationCommand.ts +0 -101
  239. package/src/commands/DescribeApplicationSnapshotCommand.ts +0 -104
  240. package/src/commands/DescribeApplicationVersionCommand.ts +0 -105
  241. package/src/commands/DiscoverInputSchemaCommand.ts +0 -105
  242. package/src/commands/ListApplicationSnapshotsCommand.ts +0 -99
  243. package/src/commands/ListApplicationVersionsCommand.ts +0 -105
  244. package/src/commands/ListApplicationsCommand.ts +0 -103
  245. package/src/commands/ListTagsForResourceCommand.ts +0 -100
  246. package/src/commands/RollbackApplicationCommand.ts +0 -105
  247. package/src/commands/StartApplicationCommand.ts +0 -100
  248. package/src/commands/StopApplicationCommand.ts +0 -105
  249. package/src/commands/TagResourceCommand.ts +0 -101
  250. package/src/commands/UntagResourceCommand.ts +0 -100
  251. package/src/commands/UpdateApplicationCommand.ts +0 -107
  252. package/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts +0 -129
  253. package/src/endpoints.ts +0 -57
  254. package/src/index.ts +0 -34
  255. package/src/models/index.ts +0 -1
  256. package/src/models/models_0.ts +0 -5562
  257. package/src/protocols/Aws_json1_1.ts +0 -6858
  258. package/src/runtimeConfig.browser.ts +0 -41
  259. package/src/runtimeConfig.native.ts +0 -17
  260. package/src/runtimeConfig.shared.ts +0 -17
  261. package/src/runtimeConfig.ts +0 -46
  262. package/tsconfig.es.json +0 -10
  263. package/tsconfig.json +0 -33
  264. package/tsconfig.types.json +0 -9
@@ -6,41 +6,11 @@ export interface AddApplicationOutputCommandInput extends AddApplicationOutputRe
6
6
  }
7
7
  export interface AddApplicationOutputCommandOutput extends AddApplicationOutputResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds an external destination to your SQL-based Kinesis Data Analytics application.</p>
11
- * <p>If you want Kinesis Data Analytics to deliver data from an in-application stream within
12
- * your application to an external destination (such as an Kinesis data stream, a Kinesis Data
13
- * Firehose delivery stream, or an AWS Lambda function), you add the relevant configuration to
14
- * your application using this operation. You can configure one or more outputs for your
15
- * application. Each output configuration maps an in-application stream and an external
16
- * destination.</p>
17
- * <p> You can use one of the output configurations to deliver data from your
18
- * in-application error stream to an external destination so that you can analyze the
19
- * errors. </p>
20
- * <p> Any configuration update, including adding a streaming source using this
21
- * operation, results in a new version of the application. You can use the <a>DescribeApplication</a> operation to find the current application
22
- * version.</p>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { KinesisAnalyticsV2Client, AddApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
27
- * // const { KinesisAnalyticsV2Client, AddApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
28
- * const client = new KinesisAnalyticsV2Client(config);
29
- * const command = new AddApplicationOutputCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link AddApplicationOutputCommandInput} for command's `input` shape.
34
- * @see {@link AddApplicationOutputCommandOutput} for command's `response` shape.
35
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
9
+
38
10
  export declare class AddApplicationOutputCommand extends $Command<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
39
11
  readonly input: AddApplicationOutputCommandInput;
40
12
  constructor(input: AddApplicationOutputCommandInput);
41
- /**
42
- * @internal
43
- */
13
+
44
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput>;
45
15
  private serialize;
46
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface AddApplicationReferenceDataSourceCommandInput extends AddApplic
6
6
  }
7
7
  export interface AddApplicationReferenceDataSourceCommandOutput extends AddApplicationReferenceDataSourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.</p>
11
- * <p>Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an
12
- * in-application table within your application. In the request, you provide the source (S3
13
- * bucket name and object key name), name of the in-application table to create, and the
14
- * necessary mapping information that describes how data in an Amazon S3 object maps to columns
15
- * in the resulting in-application table.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { KinesisAnalyticsV2Client, AddApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
20
- * // const { KinesisAnalyticsV2Client, AddApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
21
- * const client = new KinesisAnalyticsV2Client(config);
22
- * const command = new AddApplicationReferenceDataSourceCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link AddApplicationReferenceDataSourceCommandInput} for command's `input` shape.
27
- * @see {@link AddApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
28
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class AddApplicationReferenceDataSourceCommand extends $Command<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
32
11
  readonly input: AddApplicationReferenceDataSourceCommandInput;
33
12
  constructor(input: AddApplicationReferenceDataSourceCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,40 +6,11 @@ export interface AddApplicationVpcConfigurationCommandInput extends AddApplicati
6
6
  }
7
7
  export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicationVpcConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store
11
- * and access resources securely.</p>
12
- * <p>Note the following about VPC configurations for Kinesis Data Analytics applications:</p>
13
- * <ul>
14
- * <li>
15
- * <p>VPC configurations are not supported for SQL applications.</p>
16
- * </li>
17
- * <li>
18
- * <p>When a VPC is added to a Kinesis Data Analytics application, the application can no longer be accessed from the
19
- * Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.</p>
20
- * </li>
21
- * </ul>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { KinesisAnalyticsV2Client, AddApplicationVpcConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
26
- * // const { KinesisAnalyticsV2Client, AddApplicationVpcConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
27
- * const client = new KinesisAnalyticsV2Client(config);
28
- * const command = new AddApplicationVpcConfigurationCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link AddApplicationVpcConfigurationCommandInput} for command's `input` shape.
33
- * @see {@link AddApplicationVpcConfigurationCommandOutput} for command's `response` shape.
34
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
9
+
37
10
  export declare class AddApplicationVpcConfigurationCommand extends $Command<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
38
11
  readonly input: AddApplicationVpcConfigurationCommandInput;
39
12
  constructor(input: AddApplicationVpcConfigurationCommandInput);
40
- /**
41
- * @internal
42
- */
13
+
43
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput>;
44
15
  private serialize;
45
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
6
6
  }
7
7
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a Kinesis Data Analytics application. For information about creating a
11
- * Kinesis Data Analytics application, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html">Creating an
12
- * Application</a>.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { KinesisAnalyticsV2Client, CreateApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
17
- * // const { KinesisAnalyticsV2Client, CreateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
18
- * const client = new KinesisAnalyticsV2Client(config);
19
- * const command = new CreateApplicationCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link CreateApplicationCommandInput} for command's `input` shape.
24
- * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
25
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
29
11
  readonly input: CreateApplicationCommandInput;
30
12
  constructor(input: CreateApplicationCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,42 +6,11 @@ export interface CreateApplicationPresignedUrlCommandInput extends CreateApplica
6
6
  }
7
7
  export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplicationPresignedUrlResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates and returns a URL that you can use to connect to
11
- * an application's extension. Currently, the only
12
- * available extension is the Apache Flink dashboard.</p>
13
- * <p>The IAM role or user used to call this API defines the permissions to access the
14
- * extension. After the presigned URL is created, no additional permission is required to access
15
- * this URL. IAM authorization policies for this API are also enforced for every HTTP request
16
- * that attempts to connect to the extension. </p>
17
- * <p>You control the amount of time that the URL will be valid using the <code>SessionExpirationDurationInSeconds</code>
18
- * parameter. If you do not provide this parameter, the returned URL is valid for twelve hours.</p>
19
- * <note>
20
- * <p>The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes
21
- * to be valid.
22
- * If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.</p>
23
- * </note>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { KinesisAnalyticsV2Client, CreateApplicationPresignedUrlCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
28
- * // const { KinesisAnalyticsV2Client, CreateApplicationPresignedUrlCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
29
- * const client = new KinesisAnalyticsV2Client(config);
30
- * const command = new CreateApplicationPresignedUrlCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link CreateApplicationPresignedUrlCommandInput} for command's `input` shape.
35
- * @see {@link CreateApplicationPresignedUrlCommandOutput} for command's `response` shape.
36
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
9
+
39
10
  export declare class CreateApplicationPresignedUrlCommand extends $Command<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
40
11
  readonly input: CreateApplicationPresignedUrlCommandInput;
41
12
  constructor(input: CreateApplicationPresignedUrlCommandInput);
42
- /**
43
- * @internal
44
- */
13
+
45
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput>;
46
15
  private serialize;
47
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateApplicationSnapshotCommandInput extends CreateApplication
6
6
  }
7
7
  export interface CreateApplicationSnapshotCommandOutput extends CreateApplicationSnapshotResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a snapshot of the application's state data.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, CreateApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, CreateApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new CreateApplicationSnapshotCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateApplicationSnapshotCommandInput} for command's `input` shape.
22
- * @see {@link CreateApplicationSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateApplicationSnapshotCommand extends $Command<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: CreateApplicationSnapshotCommandInput;
28
12
  constructor(input: CreateApplicationSnapshotCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput extends De
6
6
  }
7
7
  export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends DeleteApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, DeleteApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, DeleteApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new DeleteApplicationCloudWatchLoggingOptionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
22
- * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
28
12
  constructor(input: DeleteApplicationCloudWatchLoggingOptionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
6
6
  }
7
7
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the specified application. Kinesis Data Analytics halts application execution and deletes the application.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, DeleteApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, DeleteApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new DeleteApplicationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
22
- * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: DeleteApplicationCommandInput;
28
12
  constructor(input: DeleteApplicationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteApplicationInputProcessingConfigurationCommandInput exten
6
6
  }
7
7
  export interface DeleteApplicationInputProcessingConfigurationCommandOutput extends DeleteApplicationInputProcessingConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, DeleteApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, DeleteApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new DeleteApplicationInputProcessingConfigurationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteApplicationInputProcessingConfigurationCommandInput} for command's `input` shape.
22
- * @see {@link DeleteApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
28
12
  constructor(input: DeleteApplicationInputProcessingConfigurationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DeleteApplicationOutputCommandInput extends DeleteApplicationOu
6
6
  }
7
7
  export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationOutputResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration.
11
- * Kinesis Data Analytics will no longer write data from
12
- * the corresponding in-application stream to the external output destination.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { KinesisAnalyticsV2Client, DeleteApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
17
- * // const { KinesisAnalyticsV2Client, DeleteApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
18
- * const client = new KinesisAnalyticsV2Client(config);
19
- * const command = new DeleteApplicationOutputCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteApplicationOutputCommandInput} for command's `input` shape.
24
- * @see {@link DeleteApplicationOutputCommandOutput} for command's `response` shape.
25
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DeleteApplicationOutputCommand extends $Command<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
29
11
  readonly input: DeleteApplicationOutputCommandInput;
30
12
  constructor(input: DeleteApplicationOutputCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DeleteApplicationReferenceDataSourceCommandInput extends Delete
6
6
  }
7
7
  export interface DeleteApplicationReferenceDataSourceCommandOutput extends DeleteApplicationReferenceDataSourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.</p>
11
- * <p>If the application is running, Kinesis Data Analytics immediately removes the in-application table
12
- * that you created using the <a>AddApplicationReferenceDataSource</a> operation. </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { KinesisAnalyticsV2Client, DeleteApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
17
- * // const { KinesisAnalyticsV2Client, DeleteApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
18
- * const client = new KinesisAnalyticsV2Client(config);
19
- * const command = new DeleteApplicationReferenceDataSourceCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteApplicationReferenceDataSourceCommandInput} for command's `input` shape.
24
- * @see {@link DeleteApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
25
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
29
11
  readonly input: DeleteApplicationReferenceDataSourceCommandInput;
30
12
  constructor(input: DeleteApplicationReferenceDataSourceCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteApplicationSnapshotCommandInput extends DeleteApplication
6
6
  }
7
7
  export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicationSnapshotResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a snapshot of application state.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, DeleteApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, DeleteApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new DeleteApplicationSnapshotCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteApplicationSnapshotCommandInput} for command's `input` shape.
22
- * @see {@link DeleteApplicationSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteApplicationSnapshotCommand extends $Command<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: DeleteApplicationSnapshotCommandInput;
28
12
  constructor(input: DeleteApplicationSnapshotCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteApplicationVpcConfigurationCommandInput extends DeleteApp
6
6
  }
7
7
  export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteApplicationVpcConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Removes a VPC configuration from a Kinesis Data Analytics application.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, DeleteApplicationVpcConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, DeleteApplicationVpcConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new DeleteApplicationVpcConfigurationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteApplicationVpcConfigurationCommandInput} for command's `input` shape.
22
- * @see {@link DeleteApplicationVpcConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteApplicationVpcConfigurationCommand extends $Command<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: DeleteApplicationVpcConfigurationCommandInput;
28
12
  constructor(input: DeleteApplicationVpcConfigurationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
6
6
  }
7
7
  export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns information about a specific Kinesis Data Analytics application.</p>
11
- * <p>If you want to retrieve a list of all applications in your account,
12
- * use the <a>ListApplications</a> operation.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { KinesisAnalyticsV2Client, DescribeApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
17
- * // const { KinesisAnalyticsV2Client, DescribeApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
18
- * const client = new KinesisAnalyticsV2Client(config);
19
- * const command = new DescribeApplicationCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeApplicationCommandInput} for command's `input` shape.
24
- * @see {@link DescribeApplicationCommandOutput} for command's `response` shape.
25
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
29
11
  readonly input: DescribeApplicationCommandInput;
30
12
  constructor(input: DescribeApplicationCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationCommandInput, DescribeApplicationCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeApplicationSnapshotCommandInput extends DescribeApplica
6
6
  }
7
7
  export interface DescribeApplicationSnapshotCommandOutput extends DescribeApplicationSnapshotResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns information about a snapshot of application state data.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { KinesisAnalyticsV2Client, DescribeApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
15
- * // const { KinesisAnalyticsV2Client, DescribeApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
16
- * const client = new KinesisAnalyticsV2Client(config);
17
- * const command = new DescribeApplicationSnapshotCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeApplicationSnapshotCommandInput} for command's `input` shape.
22
- * @see {@link DescribeApplicationSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeApplicationSnapshotCommand extends $Command<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
27
11
  readonly input: DescribeApplicationSnapshotCommandInput;
28
12
  constructor(input: DescribeApplicationSnapshotCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface DescribeApplicationVersionCommandInput extends DescribeApplicat
6
6
  }
7
7
  export interface DescribeApplicationVersionCommandOutput extends DescribeApplicationVersionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the <a>ListApplicationVersions</a> operation.</p>
11
- * <note>
12
- * <p>This operation is supported only for Amazon Kinesis Data Analytics for Apache Flink.</p>
13
- * </note>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { KinesisAnalyticsV2Client, DescribeApplicationVersionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
18
- * // const { KinesisAnalyticsV2Client, DescribeApplicationVersionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
19
- * const client = new KinesisAnalyticsV2Client(config);
20
- * const command = new DescribeApplicationVersionCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DescribeApplicationVersionCommandInput} for command's `input` shape.
25
- * @see {@link DescribeApplicationVersionCommandOutput} for command's `response` shape.
26
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class DescribeApplicationVersionCommand extends $Command<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
30
11
  readonly input: DescribeApplicationVersionCommandInput;
31
12
  constructor(input: DescribeApplicationVersionCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface DiscoverInputSchemaCommandInput extends DiscoverInputSchemaRequ
6
6
  }
7
7
  export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating
11
- * sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose
12
- * delivery stream) or Amazon S3 object. In the response, the operation returns the inferred
13
- * schema and also the sample records that the operation used to infer the schema.</p>
14
- * <p> You can use the inferred schema when configuring a streaming source for your application.
15
- * When you create an application using the Kinesis Data Analytics console, the console uses this
16
- * operation to infer a schema and show it in the console user interface. </p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { KinesisAnalyticsV2Client, DiscoverInputSchemaCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
21
- * // const { KinesisAnalyticsV2Client, DiscoverInputSchemaCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
22
- * const client = new KinesisAnalyticsV2Client(config);
23
- * const command = new DiscoverInputSchemaCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link DiscoverInputSchemaCommandInput} for command's `input` shape.
28
- * @see {@link DiscoverInputSchemaCommandOutput} for command's `response` shape.
29
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class DiscoverInputSchemaCommand extends $Command<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
33
11
  readonly input: DiscoverInputSchemaCommandInput;
34
12
  constructor(input: DiscoverInputSchemaCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;