@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
@@ -1,400 +0,0 @@
1
- import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
- RegionInputConfig,
5
- RegionResolvedConfig,
6
- resolveEndpointsConfig,
7
- resolveRegionConfig,
8
- } from "@aws-sdk/config-resolver";
9
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
- import {
11
- getHostHeaderPlugin,
12
- HostHeaderInputConfig,
13
- HostHeaderResolvedConfig,
14
- resolveHostHeaderConfig,
15
- } from "@aws-sdk/middleware-host-header";
16
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
- import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
- import {
19
- AwsAuthInputConfig,
20
- AwsAuthResolvedConfig,
21
- getAwsAuthPlugin,
22
- resolveAwsAuthConfig,
23
- } from "@aws-sdk/middleware-signing";
24
- import {
25
- getUserAgentPlugin,
26
- resolveUserAgentConfig,
27
- UserAgentInputConfig,
28
- UserAgentResolvedConfig,
29
- } from "@aws-sdk/middleware-user-agent";
30
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
- import {
32
- Client as __Client,
33
- SmithyConfiguration as __SmithyConfiguration,
34
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
- } from "@aws-sdk/smithy-client";
36
- import {
37
- Credentials as __Credentials,
38
- Decoder as __Decoder,
39
- Encoder as __Encoder,
40
- Hash as __Hash,
41
- HashConstructor as __HashConstructor,
42
- HttpHandlerOptions as __HttpHandlerOptions,
43
- Logger as __Logger,
44
- Provider as __Provider,
45
- Provider,
46
- RegionInfoProvider,
47
- StreamCollector as __StreamCollector,
48
- UrlParser as __UrlParser,
49
- UserAgent as __UserAgent,
50
- } from "@aws-sdk/types";
51
-
52
- import {
53
- AddApplicationCloudWatchLoggingOptionCommandInput,
54
- AddApplicationCloudWatchLoggingOptionCommandOutput,
55
- } from "./commands/AddApplicationCloudWatchLoggingOptionCommand";
56
- import {
57
- AddApplicationInputCommandInput,
58
- AddApplicationInputCommandOutput,
59
- } from "./commands/AddApplicationInputCommand";
60
- import {
61
- AddApplicationInputProcessingConfigurationCommandInput,
62
- AddApplicationInputProcessingConfigurationCommandOutput,
63
- } from "./commands/AddApplicationInputProcessingConfigurationCommand";
64
- import {
65
- AddApplicationOutputCommandInput,
66
- AddApplicationOutputCommandOutput,
67
- } from "./commands/AddApplicationOutputCommand";
68
- import {
69
- AddApplicationReferenceDataSourceCommandInput,
70
- AddApplicationReferenceDataSourceCommandOutput,
71
- } from "./commands/AddApplicationReferenceDataSourceCommand";
72
- import {
73
- AddApplicationVpcConfigurationCommandInput,
74
- AddApplicationVpcConfigurationCommandOutput,
75
- } from "./commands/AddApplicationVpcConfigurationCommand";
76
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
77
- import {
78
- CreateApplicationPresignedUrlCommandInput,
79
- CreateApplicationPresignedUrlCommandOutput,
80
- } from "./commands/CreateApplicationPresignedUrlCommand";
81
- import {
82
- CreateApplicationSnapshotCommandInput,
83
- CreateApplicationSnapshotCommandOutput,
84
- } from "./commands/CreateApplicationSnapshotCommand";
85
- import {
86
- DeleteApplicationCloudWatchLoggingOptionCommandInput,
87
- DeleteApplicationCloudWatchLoggingOptionCommandOutput,
88
- } from "./commands/DeleteApplicationCloudWatchLoggingOptionCommand";
89
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
90
- import {
91
- DeleteApplicationInputProcessingConfigurationCommandInput,
92
- DeleteApplicationInputProcessingConfigurationCommandOutput,
93
- } from "./commands/DeleteApplicationInputProcessingConfigurationCommand";
94
- import {
95
- DeleteApplicationOutputCommandInput,
96
- DeleteApplicationOutputCommandOutput,
97
- } from "./commands/DeleteApplicationOutputCommand";
98
- import {
99
- DeleteApplicationReferenceDataSourceCommandInput,
100
- DeleteApplicationReferenceDataSourceCommandOutput,
101
- } from "./commands/DeleteApplicationReferenceDataSourceCommand";
102
- import {
103
- DeleteApplicationSnapshotCommandInput,
104
- DeleteApplicationSnapshotCommandOutput,
105
- } from "./commands/DeleteApplicationSnapshotCommand";
106
- import {
107
- DeleteApplicationVpcConfigurationCommandInput,
108
- DeleteApplicationVpcConfigurationCommandOutput,
109
- } from "./commands/DeleteApplicationVpcConfigurationCommand";
110
- import {
111
- DescribeApplicationCommandInput,
112
- DescribeApplicationCommandOutput,
113
- } from "./commands/DescribeApplicationCommand";
114
- import {
115
- DescribeApplicationSnapshotCommandInput,
116
- DescribeApplicationSnapshotCommandOutput,
117
- } from "./commands/DescribeApplicationSnapshotCommand";
118
- import {
119
- DescribeApplicationVersionCommandInput,
120
- DescribeApplicationVersionCommandOutput,
121
- } from "./commands/DescribeApplicationVersionCommand";
122
- import {
123
- DiscoverInputSchemaCommandInput,
124
- DiscoverInputSchemaCommandOutput,
125
- } from "./commands/DiscoverInputSchemaCommand";
126
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
127
- import {
128
- ListApplicationSnapshotsCommandInput,
129
- ListApplicationSnapshotsCommandOutput,
130
- } from "./commands/ListApplicationSnapshotsCommand";
131
- import {
132
- ListApplicationVersionsCommandInput,
133
- ListApplicationVersionsCommandOutput,
134
- } from "./commands/ListApplicationVersionsCommand";
135
- import {
136
- ListTagsForResourceCommandInput,
137
- ListTagsForResourceCommandOutput,
138
- } from "./commands/ListTagsForResourceCommand";
139
- import {
140
- RollbackApplicationCommandInput,
141
- RollbackApplicationCommandOutput,
142
- } from "./commands/RollbackApplicationCommand";
143
- import { StartApplicationCommandInput, StartApplicationCommandOutput } from "./commands/StartApplicationCommand";
144
- import { StopApplicationCommandInput, StopApplicationCommandOutput } from "./commands/StopApplicationCommand";
145
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
146
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
147
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
148
- import {
149
- UpdateApplicationMaintenanceConfigurationCommandInput,
150
- UpdateApplicationMaintenanceConfigurationCommandOutput,
151
- } from "./commands/UpdateApplicationMaintenanceConfigurationCommand";
152
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
153
-
154
- export type ServiceInputTypes =
155
- | AddApplicationCloudWatchLoggingOptionCommandInput
156
- | AddApplicationInputCommandInput
157
- | AddApplicationInputProcessingConfigurationCommandInput
158
- | AddApplicationOutputCommandInput
159
- | AddApplicationReferenceDataSourceCommandInput
160
- | AddApplicationVpcConfigurationCommandInput
161
- | CreateApplicationCommandInput
162
- | CreateApplicationPresignedUrlCommandInput
163
- | CreateApplicationSnapshotCommandInput
164
- | DeleteApplicationCloudWatchLoggingOptionCommandInput
165
- | DeleteApplicationCommandInput
166
- | DeleteApplicationInputProcessingConfigurationCommandInput
167
- | DeleteApplicationOutputCommandInput
168
- | DeleteApplicationReferenceDataSourceCommandInput
169
- | DeleteApplicationSnapshotCommandInput
170
- | DeleteApplicationVpcConfigurationCommandInput
171
- | DescribeApplicationCommandInput
172
- | DescribeApplicationSnapshotCommandInput
173
- | DescribeApplicationVersionCommandInput
174
- | DiscoverInputSchemaCommandInput
175
- | ListApplicationSnapshotsCommandInput
176
- | ListApplicationVersionsCommandInput
177
- | ListApplicationsCommandInput
178
- | ListTagsForResourceCommandInput
179
- | RollbackApplicationCommandInput
180
- | StartApplicationCommandInput
181
- | StopApplicationCommandInput
182
- | TagResourceCommandInput
183
- | UntagResourceCommandInput
184
- | UpdateApplicationCommandInput
185
- | UpdateApplicationMaintenanceConfigurationCommandInput;
186
-
187
- export type ServiceOutputTypes =
188
- | AddApplicationCloudWatchLoggingOptionCommandOutput
189
- | AddApplicationInputCommandOutput
190
- | AddApplicationInputProcessingConfigurationCommandOutput
191
- | AddApplicationOutputCommandOutput
192
- | AddApplicationReferenceDataSourceCommandOutput
193
- | AddApplicationVpcConfigurationCommandOutput
194
- | CreateApplicationCommandOutput
195
- | CreateApplicationPresignedUrlCommandOutput
196
- | CreateApplicationSnapshotCommandOutput
197
- | DeleteApplicationCloudWatchLoggingOptionCommandOutput
198
- | DeleteApplicationCommandOutput
199
- | DeleteApplicationInputProcessingConfigurationCommandOutput
200
- | DeleteApplicationOutputCommandOutput
201
- | DeleteApplicationReferenceDataSourceCommandOutput
202
- | DeleteApplicationSnapshotCommandOutput
203
- | DeleteApplicationVpcConfigurationCommandOutput
204
- | DescribeApplicationCommandOutput
205
- | DescribeApplicationSnapshotCommandOutput
206
- | DescribeApplicationVersionCommandOutput
207
- | DiscoverInputSchemaCommandOutput
208
- | ListApplicationSnapshotsCommandOutput
209
- | ListApplicationVersionsCommandOutput
210
- | ListApplicationsCommandOutput
211
- | ListTagsForResourceCommandOutput
212
- | RollbackApplicationCommandOutput
213
- | StartApplicationCommandOutput
214
- | StopApplicationCommandOutput
215
- | TagResourceCommandOutput
216
- | UntagResourceCommandOutput
217
- | UpdateApplicationCommandOutput
218
- | UpdateApplicationMaintenanceConfigurationCommandOutput;
219
-
220
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
221
- /**
222
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
223
- */
224
- requestHandler?: __HttpHandler;
225
-
226
- /**
227
- * A constructor for a class implementing the {@link __Hash} interface
228
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
229
- * @internal
230
- */
231
- sha256?: __HashConstructor;
232
-
233
- /**
234
- * The function that will be used to convert strings into HTTP endpoints.
235
- * @internal
236
- */
237
- urlParser?: __UrlParser;
238
-
239
- /**
240
- * A function that can calculate the length of a request body.
241
- * @internal
242
- */
243
- bodyLengthChecker?: (body: any) => number | undefined;
244
-
245
- /**
246
- * A function that converts a stream into an array of bytes.
247
- * @internal
248
- */
249
- streamCollector?: __StreamCollector;
250
-
251
- /**
252
- * The function that will be used to convert a base64-encoded string to a byte array.
253
- * @internal
254
- */
255
- base64Decoder?: __Decoder;
256
-
257
- /**
258
- * The function that will be used to convert binary data to a base64-encoded string.
259
- * @internal
260
- */
261
- base64Encoder?: __Encoder;
262
-
263
- /**
264
- * The function that will be used to convert a UTF8-encoded string to a byte array.
265
- * @internal
266
- */
267
- utf8Decoder?: __Decoder;
268
-
269
- /**
270
- * The function that will be used to convert binary data to a UTF-8 encoded string.
271
- * @internal
272
- */
273
- utf8Encoder?: __Encoder;
274
-
275
- /**
276
- * The runtime environment.
277
- * @internal
278
- */
279
- runtime?: string;
280
-
281
- /**
282
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
283
- * trait of an operation.
284
- */
285
- disableHostPrefix?: boolean;
286
-
287
- /**
288
- * Value for how many times a request will be made at most in case of retry.
289
- */
290
- maxAttempts?: number | __Provider<number>;
291
-
292
- /**
293
- * Specifies which retry algorithm to use.
294
- */
295
- retryMode?: string | __Provider<string>;
296
-
297
- /**
298
- * Optional logger for logging debug/info/warn/error.
299
- */
300
- logger?: __Logger;
301
-
302
- /**
303
- * Unique service identifier.
304
- * @internal
305
- */
306
- serviceId?: string;
307
-
308
- /**
309
- * The AWS region to which this client will send requests
310
- */
311
- region?: string | __Provider<string>;
312
-
313
- /**
314
- * Default credentials provider; Not available in browser runtime.
315
- * @internal
316
- */
317
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
318
-
319
- /**
320
- * Fetch related hostname, signing name or signing region with given region.
321
- * @internal
322
- */
323
- regionInfoProvider?: RegionInfoProvider;
324
-
325
- /**
326
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
327
- * @internal
328
- */
329
- defaultUserAgentProvider?: Provider<__UserAgent>;
330
- }
331
-
332
- type KinesisAnalyticsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
333
- ClientDefaults &
334
- RegionInputConfig &
335
- EndpointsInputConfig &
336
- RetryInputConfig &
337
- HostHeaderInputConfig &
338
- AwsAuthInputConfig &
339
- UserAgentInputConfig;
340
- /**
341
- * The configuration interface of KinesisAnalyticsV2Client class constructor that set the region, credentials and other options.
342
- */
343
- export interface KinesisAnalyticsV2ClientConfig extends KinesisAnalyticsV2ClientConfigType {}
344
-
345
- type KinesisAnalyticsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
346
- Required<ClientDefaults> &
347
- RegionResolvedConfig &
348
- EndpointsResolvedConfig &
349
- RetryResolvedConfig &
350
- HostHeaderResolvedConfig &
351
- AwsAuthResolvedConfig &
352
- UserAgentResolvedConfig;
353
- /**
354
- * The resolved configuration interface of KinesisAnalyticsV2Client class. This is resolved and normalized from the {@link KinesisAnalyticsV2ClientConfig | constructor configuration interface}.
355
- */
356
- export interface KinesisAnalyticsV2ClientResolvedConfig extends KinesisAnalyticsV2ClientResolvedConfigType {}
357
-
358
- /**
359
- * <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
360
- * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time
361
- * series analytics, feed real-time dashboards, and create real-time metrics.</p>
362
- */
363
- export class KinesisAnalyticsV2Client extends __Client<
364
- __HttpHandlerOptions,
365
- ServiceInputTypes,
366
- ServiceOutputTypes,
367
- KinesisAnalyticsV2ClientResolvedConfig
368
- > {
369
- /**
370
- * The resolved configuration of KinesisAnalyticsV2Client class. This is resolved and normalized from the {@link KinesisAnalyticsV2ClientConfig | constructor configuration interface}.
371
- */
372
- readonly config: KinesisAnalyticsV2ClientResolvedConfig;
373
-
374
- constructor(configuration: KinesisAnalyticsV2ClientConfig) {
375
- const _config_0 = __getRuntimeConfig(configuration);
376
- const _config_1 = resolveRegionConfig(_config_0);
377
- const _config_2 = resolveEndpointsConfig(_config_1);
378
- const _config_3 = resolveRetryConfig(_config_2);
379
- const _config_4 = resolveHostHeaderConfig(_config_3);
380
- const _config_5 = resolveAwsAuthConfig(_config_4);
381
- const _config_6 = resolveUserAgentConfig(_config_5);
382
- super(_config_6);
383
- this.config = _config_6;
384
- this.middlewareStack.use(getRetryPlugin(this.config));
385
- this.middlewareStack.use(getContentLengthPlugin(this.config));
386
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
387
- this.middlewareStack.use(getLoggerPlugin(this.config));
388
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
389
- this.middlewareStack.use(getUserAgentPlugin(this.config));
390
- }
391
-
392
- /**
393
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
394
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
395
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
396
- */
397
- destroy(): void {
398
- super.destroy();
399
- }
400
- }
@@ -1,111 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- KinesisAnalyticsV2ClientResolvedConfig,
16
- ServiceInputTypes,
17
- ServiceOutputTypes,
18
- } from "../KinesisAnalyticsV2Client";
19
- import {
20
- AddApplicationCloudWatchLoggingOptionRequest,
21
- AddApplicationCloudWatchLoggingOptionResponse,
22
- } from "../models/models_0";
23
- import {
24
- deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand,
25
- serializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand,
26
- } from "../protocols/Aws_json1_1";
27
-
28
- export interface AddApplicationCloudWatchLoggingOptionCommandInput
29
- extends AddApplicationCloudWatchLoggingOptionRequest {}
30
- export interface AddApplicationCloudWatchLoggingOptionCommandOutput
31
- extends AddApplicationCloudWatchLoggingOptionResponse,
32
- __MetadataBearer {}
33
-
34
- /**
35
- * <p>Adds an Amazon CloudWatch log stream to monitor application configuration errors.</p>
36
- * @example
37
- * Use a bare-bones client and the command you need to make an API call.
38
- * ```javascript
39
- * import { KinesisAnalyticsV2Client, AddApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
40
- * // const { KinesisAnalyticsV2Client, AddApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
41
- * const client = new KinesisAnalyticsV2Client(config);
42
- * const command = new AddApplicationCloudWatchLoggingOptionCommand(input);
43
- * const response = await client.send(command);
44
- * ```
45
- *
46
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
47
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
48
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
49
- *
50
- */
51
- export class AddApplicationCloudWatchLoggingOptionCommand extends $Command<
52
- AddApplicationCloudWatchLoggingOptionCommandInput,
53
- AddApplicationCloudWatchLoggingOptionCommandOutput,
54
- KinesisAnalyticsV2ClientResolvedConfig
55
- > {
56
- // Start section: command_properties
57
- // End section: command_properties
58
-
59
- constructor(readonly input: AddApplicationCloudWatchLoggingOptionCommandInput) {
60
- // Start section: command_constructor
61
- super();
62
- // End section: command_constructor
63
- }
64
-
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(
69
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
70
- configuration: KinesisAnalyticsV2ClientResolvedConfig,
71
- options?: __HttpHandlerOptions
72
- ): Handler<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput> {
73
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
74
-
75
- const stack = clientStack.concat(this.middlewareStack);
76
-
77
- const { logger } = configuration;
78
- const clientName = "KinesisAnalyticsV2Client";
79
- const commandName = "AddApplicationCloudWatchLoggingOptionCommand";
80
- const handlerExecutionContext: HandlerExecutionContext = {
81
- logger,
82
- clientName,
83
- commandName,
84
- inputFilterSensitiveLog: AddApplicationCloudWatchLoggingOptionRequest.filterSensitiveLog,
85
- outputFilterSensitiveLog: AddApplicationCloudWatchLoggingOptionResponse.filterSensitiveLog,
86
- };
87
- const { requestHandler } = configuration;
88
- return stack.resolve(
89
- (request: FinalizeHandlerArguments<any>) =>
90
- requestHandler.handle(request.request as __HttpRequest, options || {}),
91
- handlerExecutionContext
92
- );
93
- }
94
-
95
- private serialize(
96
- input: AddApplicationCloudWatchLoggingOptionCommandInput,
97
- context: __SerdeContext
98
- ): Promise<__HttpRequest> {
99
- return serializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand(input, context);
100
- }
101
-
102
- private deserialize(
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ): Promise<AddApplicationCloudWatchLoggingOptionCommandOutput> {
106
- return deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand(output, context);
107
- }
108
-
109
- // Start section: command_body_extra
110
- // End section: command_body_extra
111
- }
@@ -1,108 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import {
15
- KinesisAnalyticsV2ClientResolvedConfig,
16
- ServiceInputTypes,
17
- ServiceOutputTypes,
18
- } from "../KinesisAnalyticsV2Client";
19
- import { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0";
20
- import {
21
- deserializeAws_json1_1AddApplicationInputCommand,
22
- serializeAws_json1_1AddApplicationInputCommand,
23
- } from "../protocols/Aws_json1_1";
24
-
25
- export interface AddApplicationInputCommandInput extends AddApplicationInputRequest {}
26
- export interface AddApplicationInputCommandOutput extends AddApplicationInputResponse, __MetadataBearer {}
27
-
28
- /**
29
- * <p>
30
- * Adds a streaming source to your SQL-based Kinesis Data Analytics application.
31
- * </p>
32
- * <p>You can add a streaming source when you create an application, or you can use this
33
- * operation to add a streaming source after you create an application. For more information, see
34
- * <a>CreateApplication</a>.</p>
35
- * <p>Any configuration update, including adding a streaming source using this operation,
36
- * results in a new version of the application. You can use the <a>DescribeApplication</a> operation
37
- * to find the current application version.
38
- * </p>
39
- * @example
40
- * Use a bare-bones client and the command you need to make an API call.
41
- * ```javascript
42
- * import { KinesisAnalyticsV2Client, AddApplicationInputCommand } from "@aws-sdk/client-kinesis-analytics-v2"; // ES Modules import
43
- * // const { KinesisAnalyticsV2Client, AddApplicationInputCommand } = require("@aws-sdk/client-kinesis-analytics-v2"); // CommonJS import
44
- * const client = new KinesisAnalyticsV2Client(config);
45
- * const command = new AddApplicationInputCommand(input);
46
- * const response = await client.send(command);
47
- * ```
48
- *
49
- * @see {@link AddApplicationInputCommandInput} for command's `input` shape.
50
- * @see {@link AddApplicationInputCommandOutput} for command's `response` shape.
51
- * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for command's `input` shape.
52
- *
53
- */
54
- export class AddApplicationInputCommand extends $Command<
55
- AddApplicationInputCommandInput,
56
- AddApplicationInputCommandOutput,
57
- KinesisAnalyticsV2ClientResolvedConfig
58
- > {
59
- // Start section: command_properties
60
- // End section: command_properties
61
-
62
- constructor(readonly input: AddApplicationInputCommandInput) {
63
- // Start section: command_constructor
64
- super();
65
- // End section: command_constructor
66
- }
67
-
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(
72
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
73
- configuration: KinesisAnalyticsV2ClientResolvedConfig,
74
- options?: __HttpHandlerOptions
75
- ): Handler<AddApplicationInputCommandInput, AddApplicationInputCommandOutput> {
76
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
77
-
78
- const stack = clientStack.concat(this.middlewareStack);
79
-
80
- const { logger } = configuration;
81
- const clientName = "KinesisAnalyticsV2Client";
82
- const commandName = "AddApplicationInputCommand";
83
- const handlerExecutionContext: HandlerExecutionContext = {
84
- logger,
85
- clientName,
86
- commandName,
87
- inputFilterSensitiveLog: AddApplicationInputRequest.filterSensitiveLog,
88
- outputFilterSensitiveLog: AddApplicationInputResponse.filterSensitiveLog,
89
- };
90
- const { requestHandler } = configuration;
91
- return stack.resolve(
92
- (request: FinalizeHandlerArguments<any>) =>
93
- requestHandler.handle(request.request as __HttpRequest, options || {}),
94
- handlerExecutionContext
95
- );
96
- }
97
-
98
- private serialize(input: AddApplicationInputCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
99
- return serializeAws_json1_1AddApplicationInputCommand(input, context);
100
- }
101
-
102
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AddApplicationInputCommandOutput> {
103
- return deserializeAws_json1_1AddApplicationInputCommand(output, context);
104
- }
105
-
106
- // Start section: command_body_extra
107
- // End section: command_body_extra
108
- }