@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
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
 
@@ -33,11 +33,6 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
33
33
  const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
34
34
  const UpdateApplicationMaintenanceConfigurationCommand_1 = require("./commands/UpdateApplicationMaintenanceConfigurationCommand");
35
35
  const KinesisAnalyticsV2Client_1 = require("./KinesisAnalyticsV2Client");
36
- /**
37
- * <p>Amazon Kinesis Data Analytics is a fully managed service that you can use to process and analyze streaming data using Java, SQL, or Scala. The service
38
- * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time
39
- * series analytics, feed real-time dashboards, and create real-time metrics.</p>
40
- */
41
36
  class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client_1.KinesisAnalyticsV2Client {
42
37
  addApplicationCloudWatchLoggingOption(args, optionsOrCb, cb) {
43
38
  const command = new AddApplicationCloudWatchLoggingOptionCommand_1.AddApplicationCloudWatchLoggingOptionCommand(args);
@@ -475,4 +470,3 @@ class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client_1.KinesisAnalyticsV2Cl
475
470
  }
476
471
  }
477
472
  exports.KinesisAnalyticsV2 = KinesisAnalyticsV2;
478
- //# sourceMappingURL=KinesisAnalyticsV2.js.map
@@ -10,11 +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
- * <p>Amazon Kinesis Data Analytics is a fully managed service that you can use to process and analyze streaming data using Java, SQL, or Scala. The service
15
- * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time
16
- * series analytics, feed real-time dashboards, and create real-time metrics.</p>
17
- */
18
13
  class KinesisAnalyticsV2Client extends smithy_client_1.Client {
19
14
  constructor(configuration) {
20
15
  const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
@@ -33,14 +28,8 @@ class KinesisAnalyticsV2Client extends smithy_client_1.Client {
33
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
34
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
35
30
  }
36
- /**
37
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
38
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
39
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
40
- */
41
31
  destroy() {
42
32
  super.destroy();
43
33
  }
44
34
  }
45
35
  exports.KinesisAnalyticsV2Client = KinesisAnalyticsV2Client;
46
- //# sourceMappingURL=KinesisAnalyticsV2Client.js.map
@@ -5,35 +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
- * <p>Adds an Amazon CloudWatch log stream to monitor application configuration errors.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KinesisAnalyticsV2Client, AddApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
14
- * // const { KinesisAnalyticsV2Client, AddApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
15
- * const client = new KinesisAnalyticsV2Client(config);
16
- * const command = new AddApplicationCloudWatchLoggingOptionCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
21
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
22
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class AddApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class AddApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Comma
58
34
  }
59
35
  }
60
36
  exports.AddApplicationCloudWatchLoggingOptionCommand = AddApplicationCloudWatchLoggingOptionCommand;
61
- //# sourceMappingURL=AddApplicationCloudWatchLoggingOptionCommand.js.map
@@ -5,44 +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
- * <p>
10
- * Adds a streaming source to your SQL-based Kinesis Data Analytics application.
11
- * </p>
12
- * <p>You can add a streaming source when you create an application, or you can use this
13
- * operation to add a streaming source after you create an application. For more information, see
14
- * <a>CreateApplication</a>.</p>
15
- * <p>Any configuration update, including adding a streaming source using this operation,
16
- * results in a new version of the application. You can use the <a>DescribeApplication</a> operation
17
- * to find the current application version.
18
- * </p>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { KinesisAnalyticsV2Client, AddApplicationInputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
23
- * // const { KinesisAnalyticsV2Client, AddApplicationInputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
24
- * const client = new KinesisAnalyticsV2Client(config);
25
- * const command = new AddApplicationInputCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link AddApplicationInputCommandInput} for command's `input` shape.
30
- * @see {@link AddApplicationInputCommandOutput} for command's `response` shape.
31
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
8
  class AddApplicationInputCommand extends smithy_client_1.Command {
35
- // Start section: command_properties
36
- // End section: command_properties
37
9
  constructor(input) {
38
- // Start section: command_constructor
39
10
  super();
40
11
  this.input = input;
41
- // End section: command_constructor
42
12
  }
43
- /**
44
- * @internal
45
- */
46
13
  resolveMiddleware(clientStack, configuration, options) {
47
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
48
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -67,4 +34,3 @@ class AddApplicationInputCommand extends smithy_client_1.Command {
67
34
  }
68
35
  }
69
36
  exports.AddApplicationInputCommand = AddApplicationInputCommand;
70
- //# sourceMappingURL=AddApplicationInputCommand.js.map
@@ -5,37 +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
- * <p>Adds an <a>InputProcessingConfiguration</a> to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records
10
- * on the input stream before the
11
- * application's SQL code executes. Currently, the only input processor available is <a href="https://docs.aws.amazon.com/lambda/">AWS Lambda</a>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { KinesisAnalyticsV2Client, AddApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
16
- * // const { KinesisAnalyticsV2Client, AddApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
17
- * const client = new KinesisAnalyticsV2Client(config);
18
- * const command = new AddApplicationInputProcessingConfigurationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link AddApplicationInputProcessingConfigurationCommandInput} for command's `input` shape.
23
- * @see {@link AddApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class AddApplicationInputProcessingConfigurationCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class AddApplicationInputProcessingConfigurationCommand extends smithy_client_1.
60
34
  }
61
35
  }
62
36
  exports.AddApplicationInputProcessingConfigurationCommand = AddApplicationInputProcessingConfigurationCommand;
63
- //# sourceMappingURL=AddApplicationInputProcessingConfigurationCommand.js.map
@@ -5,47 +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
- * <p>Adds an external destination to your SQL-based Kinesis Data Analytics application.</p>
10
- * <p>If you want Kinesis Data Analytics to deliver data from an in-application stream within
11
- * your application to an external destination (such as an Kinesis data stream, a Kinesis Data
12
- * Firehose delivery stream, or an AWS Lambda function), you add the relevant configuration to
13
- * your application using this operation. You can configure one or more outputs for your
14
- * application. Each output configuration maps an in-application stream and an external
15
- * destination.</p>
16
- * <p> You can use one of the output configurations to deliver data from your
17
- * in-application error stream to an external destination so that you can analyze the
18
- * errors. </p>
19
- * <p> Any configuration update, including adding a streaming source using this
20
- * operation, results in a new version of the application. You can use the <a>DescribeApplication</a> operation to find the current application
21
- * version.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { KinesisAnalyticsV2Client, AddApplicationOutputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
26
- * // const { KinesisAnalyticsV2Client, AddApplicationOutputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
27
- * const client = new KinesisAnalyticsV2Client(config);
28
- * const command = new AddApplicationOutputCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link AddApplicationOutputCommandInput} for command's `input` shape.
33
- * @see {@link AddApplicationOutputCommandOutput} for command's `response` shape.
34
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
37
8
  class AddApplicationOutputCommand extends smithy_client_1.Command {
38
- // Start section: command_properties
39
- // End section: command_properties
40
9
  constructor(input) {
41
- // Start section: command_constructor
42
10
  super();
43
11
  this.input = input;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  resolveMiddleware(clientStack, configuration, options) {
50
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -70,4 +34,3 @@ class AddApplicationOutputCommand extends smithy_client_1.Command {
70
34
  }
71
35
  }
72
36
  exports.AddApplicationOutputCommand = AddApplicationOutputCommand;
73
- //# sourceMappingURL=AddApplicationOutputCommand.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
- * <p>Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.</p>
10
- * <p>Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an
11
- * in-application table within your application. In the request, you provide the source (S3
12
- * bucket name and object key name), name of the in-application table to create, and the
13
- * necessary mapping information that describes how data in an Amazon S3 object maps to columns
14
- * in the resulting in-application table.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { KinesisAnalyticsV2Client, AddApplicationReferenceDataSourceCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
19
- * // const { KinesisAnalyticsV2Client, AddApplicationReferenceDataSourceCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
20
- * const client = new KinesisAnalyticsV2Client(config);
21
- * const command = new AddApplicationReferenceDataSourceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link AddApplicationReferenceDataSourceCommandInput} for command's `input` shape.
26
- * @see {@link AddApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
27
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
8
  class AddApplicationReferenceDataSourceCommand 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 AddApplicationReferenceDataSourceCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.AddApplicationReferenceDataSourceCommand = AddApplicationReferenceDataSourceCommand;
66
- //# sourceMappingURL=AddApplicationReferenceDataSourceCommand.js.map
@@ -5,46 +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
- * <p>Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store
10
- * and access resources securely.</p>
11
- * <p>Note the following about VPC configurations for Kinesis Data Analytics applications:</p>
12
- * <ul>
13
- * <li>
14
- * <p>VPC configurations are not supported for SQL applications.</p>
15
- * </li>
16
- * <li>
17
- * <p>When a VPC is added to a Kinesis Data Analytics application, the application can no longer be accessed from the
18
- * Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.</p>
19
- * </li>
20
- * </ul>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { KinesisAnalyticsV2Client, AddApplicationVpcConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
25
- * // const { KinesisAnalyticsV2Client, AddApplicationVpcConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
26
- * const client = new KinesisAnalyticsV2Client(config);
27
- * const command = new AddApplicationVpcConfigurationCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link AddApplicationVpcConfigurationCommandInput} for command's `input` shape.
32
- * @see {@link AddApplicationVpcConfigurationCommandOutput} for command's `response` shape.
33
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
8
  class AddApplicationVpcConfigurationCommand extends smithy_client_1.Command {
37
- // Start section: command_properties
38
- // End section: command_properties
39
9
  constructor(input) {
40
- // Start section: command_constructor
41
10
  super();
42
11
  this.input = input;
43
- // End section: command_constructor
44
12
  }
45
- /**
46
- * @internal
47
- */
48
13
  resolveMiddleware(clientStack, configuration, options) {
49
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
50
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -69,4 +34,3 @@ class AddApplicationVpcConfigurationCommand extends smithy_client_1.Command {
69
34
  }
70
35
  }
71
36
  exports.AddApplicationVpcConfigurationCommand = AddApplicationVpcConfigurationCommand;
72
- //# sourceMappingURL=AddApplicationVpcConfigurationCommand.js.map
@@ -5,37 +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
- * <p>Creates a Kinesis Data Analytics application. For information about creating a
10
- * Kinesis Data Analytics application, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html">Creating an
11
- * Application</a>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { KinesisAnalyticsV2Client, CreateApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
16
- * // const { KinesisAnalyticsV2Client, CreateApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
17
- * const client = new KinesisAnalyticsV2Client(config);
18
- * const command = new CreateApplicationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateApplicationCommandInput} for command's `input` shape.
23
- * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
24
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class CreateApplicationCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class CreateApplicationCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.CreateApplicationCommand = CreateApplicationCommand;
63
- //# sourceMappingURL=CreateApplicationCommand.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
- * <p>Creates and returns a URL that you can use to connect to
10
- * an application's extension. Currently, the only
11
- * available extension is the Apache Flink dashboard.</p>
12
- * <p>The IAM role or user used to call this API defines the permissions to access the
13
- * extension. After the presigned URL is created, no additional permission is required to access
14
- * this URL. IAM authorization policies for this API are also enforced for every HTTP request
15
- * that attempts to connect to the extension. </p>
16
- * <p>You control the amount of time that the URL will be valid using the <code>SessionExpirationDurationInSeconds</code>
17
- * parameter. If you do not provide this parameter, the returned URL is valid for twelve hours.</p>
18
- * <note>
19
- * <p>The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes
20
- * to be valid.
21
- * If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.</p>
22
- * </note>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { KinesisAnalyticsV2Client, CreateApplicationPresignedUrlCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
27
- * // const { KinesisAnalyticsV2Client, CreateApplicationPresignedUrlCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
28
- * const client = new KinesisAnalyticsV2Client(config);
29
- * const command = new CreateApplicationPresignedUrlCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link CreateApplicationPresignedUrlCommandInput} for command's `input` shape.
34
- * @see {@link CreateApplicationPresignedUrlCommandOutput} for command's `response` shape.
35
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
38
8
  class CreateApplicationPresignedUrlCommand 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 CreateApplicationPresignedUrlCommand extends smithy_client_1.Command {
71
34
  }
72
35
  }
73
36
  exports.CreateApplicationPresignedUrlCommand = CreateApplicationPresignedUrlCommand;
74
- //# sourceMappingURL=CreateApplicationPresignedUrlCommand.js.map
@@ -5,35 +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
- * <p>Creates a snapshot of the application's state data.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KinesisAnalyticsV2Client, CreateApplicationSnapshotCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
14
- * // const { KinesisAnalyticsV2Client, CreateApplicationSnapshotCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
15
- * const client = new KinesisAnalyticsV2Client(config);
16
- * const command = new CreateApplicationSnapshotCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateApplicationSnapshotCommandInput} for command's `input` shape.
21
- * @see {@link CreateApplicationSnapshotCommandOutput} for command's `response` shape.
22
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class CreateApplicationSnapshotCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateApplicationSnapshotCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateApplicationSnapshotCommand = CreateApplicationSnapshotCommand;
61
- //# sourceMappingURL=CreateApplicationSnapshotCommand.js.map
@@ -5,35 +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
- * <p>Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KinesisAnalyticsV2Client, DeleteApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
14
- * // const { KinesisAnalyticsV2Client, DeleteApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
15
- * const client = new KinesisAnalyticsV2Client(config);
16
- * const command = new DeleteApplicationCloudWatchLoggingOptionCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
21
- * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
22
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DeleteApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteApplicationCloudWatchLoggingOptionCommand extends smithy_client_1.Co
58
34
  }
59
35
  }
60
36
  exports.DeleteApplicationCloudWatchLoggingOptionCommand = DeleteApplicationCloudWatchLoggingOptionCommand;
61
- //# sourceMappingURL=DeleteApplicationCloudWatchLoggingOptionCommand.js.map
@@ -5,35 +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
- * <p>Deletes the specified application. Kinesis Data Analytics halts application execution and deletes the application.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KinesisAnalyticsV2Client, DeleteApplicationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
14
- * // const { KinesisAnalyticsV2Client, DeleteApplicationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
15
- * const client = new KinesisAnalyticsV2Client(config);
16
- * const command = new DeleteApplicationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
21
- * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
22
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DeleteApplicationCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteApplicationCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
61
- //# sourceMappingURL=DeleteApplicationCommand.js.map
@@ -5,35 +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
- * <p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KinesisAnalyticsV2Client, DeleteApplicationInputProcessingConfigurationCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
14
- * // const { KinesisAnalyticsV2Client, DeleteApplicationInputProcessingConfigurationCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
15
- * const client = new KinesisAnalyticsV2Client(config);
16
- * const command = new DeleteApplicationInputProcessingConfigurationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteApplicationInputProcessingConfigurationCommandInput} for command's `input` shape.
21
- * @see {@link DeleteApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
22
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DeleteApplicationInputProcessingConfigurationCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteApplicationInputProcessingConfigurationCommand extends smithy_client
58
34
  }
59
35
  }
60
36
  exports.DeleteApplicationInputProcessingConfigurationCommand = DeleteApplicationInputProcessingConfigurationCommand;
61
- //# sourceMappingURL=DeleteApplicationInputProcessingConfigurationCommand.js.map