@aws-sdk/client-kinesis-analytics-v2 3.169.0 → 3.171.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 (46) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +579 -160
  3. package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +291 -104
  4. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +5 -5
  38. package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1539 -1944
  41. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +377 -95
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  46. package/package.json +34 -34
@@ -1,104 +1,291 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput } from "./commands/AddApplicationCloudWatchLoggingOptionCommand";
10
- import { AddApplicationInputCommandInput, AddApplicationInputCommandOutput } from "./commands/AddApplicationInputCommand";
11
- import { AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput } from "./commands/AddApplicationInputProcessingConfigurationCommand";
12
- import { AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput } from "./commands/AddApplicationOutputCommand";
13
- import { AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput } from "./commands/AddApplicationReferenceDataSourceCommand";
14
- import { AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput } from "./commands/AddApplicationVpcConfigurationCommand";
15
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
16
- import { CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput } from "./commands/CreateApplicationPresignedUrlCommand";
17
- import { CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput } from "./commands/CreateApplicationSnapshotCommand";
18
- import { DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput } from "./commands/DeleteApplicationCloudWatchLoggingOptionCommand";
19
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
20
- import { DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput } from "./commands/DeleteApplicationInputProcessingConfigurationCommand";
21
- import { DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput } from "./commands/DeleteApplicationOutputCommand";
22
- import { DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput } from "./commands/DeleteApplicationReferenceDataSourceCommand";
23
- import { DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput } from "./commands/DeleteApplicationSnapshotCommand";
24
- import { DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput } from "./commands/DeleteApplicationVpcConfigurationCommand";
25
- import { DescribeApplicationCommandInput, DescribeApplicationCommandOutput } from "./commands/DescribeApplicationCommand";
26
- import { DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput } from "./commands/DescribeApplicationSnapshotCommand";
27
- import { DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput } from "./commands/DescribeApplicationVersionCommand";
28
- import { DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput } from "./commands/DiscoverInputSchemaCommand";
29
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
30
- import { ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput } from "./commands/ListApplicationSnapshotsCommand";
31
- import { ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput } from "./commands/ListApplicationVersionsCommand";
32
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
33
- import { RollbackApplicationCommandInput, RollbackApplicationCommandOutput } from "./commands/RollbackApplicationCommand";
34
- import { StartApplicationCommandInput, StartApplicationCommandOutput } from "./commands/StartApplicationCommand";
35
- import { StopApplicationCommandInput, StopApplicationCommandOutput } from "./commands/StopApplicationCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
39
- import { UpdateApplicationMaintenanceConfigurationCommandInput, UpdateApplicationMaintenanceConfigurationCommandOutput } from "./commands/UpdateApplicationMaintenanceConfigurationCommand";
40
- export declare type ServiceInputTypes = AddApplicationCloudWatchLoggingOptionCommandInput | AddApplicationInputCommandInput | AddApplicationInputProcessingConfigurationCommandInput | AddApplicationOutputCommandInput | AddApplicationReferenceDataSourceCommandInput | AddApplicationVpcConfigurationCommandInput | CreateApplicationCommandInput | CreateApplicationPresignedUrlCommandInput | CreateApplicationSnapshotCommandInput | DeleteApplicationCloudWatchLoggingOptionCommandInput | DeleteApplicationCommandInput | DeleteApplicationInputProcessingConfigurationCommandInput | DeleteApplicationOutputCommandInput | DeleteApplicationReferenceDataSourceCommandInput | DeleteApplicationSnapshotCommandInput | DeleteApplicationVpcConfigurationCommandInput | DescribeApplicationCommandInput | DescribeApplicationSnapshotCommandInput | DescribeApplicationVersionCommandInput | DiscoverInputSchemaCommandInput | ListApplicationSnapshotsCommandInput | ListApplicationVersionsCommandInput | ListApplicationsCommandInput | ListTagsForResourceCommandInput | RollbackApplicationCommandInput | StartApplicationCommandInput | StopApplicationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateApplicationMaintenanceConfigurationCommandInput;
41
- export declare type ServiceOutputTypes = AddApplicationCloudWatchLoggingOptionCommandOutput | AddApplicationInputCommandOutput | AddApplicationInputProcessingConfigurationCommandOutput | AddApplicationOutputCommandOutput | AddApplicationReferenceDataSourceCommandOutput | AddApplicationVpcConfigurationCommandOutput | CreateApplicationCommandOutput | CreateApplicationPresignedUrlCommandOutput | CreateApplicationSnapshotCommandOutput | DeleteApplicationCloudWatchLoggingOptionCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationInputProcessingConfigurationCommandOutput | DeleteApplicationOutputCommandOutput | DeleteApplicationReferenceDataSourceCommandOutput | DeleteApplicationSnapshotCommandOutput | DeleteApplicationVpcConfigurationCommandOutput | DescribeApplicationCommandOutput | DescribeApplicationSnapshotCommandOutput | DescribeApplicationVersionCommandOutput | DiscoverInputSchemaCommandOutput | ListApplicationSnapshotsCommandOutput | ListApplicationVersionsCommandOutput | ListApplicationsCommandOutput | ListTagsForResourceCommandOutput | RollbackApplicationCommandOutput | StartApplicationCommandOutput | StopApplicationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateApplicationMaintenanceConfigurationCommandOutput;
42
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
43
-
44
- requestHandler?: __HttpHandler;
45
-
46
- sha256?: __HashConstructor;
47
-
48
- urlParser?: __UrlParser;
49
-
50
- bodyLengthChecker?: __BodyLengthCalculator;
51
-
52
- streamCollector?: __StreamCollector;
53
-
54
- base64Decoder?: __Decoder;
55
-
56
- base64Encoder?: __Encoder;
57
-
58
- utf8Decoder?: __Decoder;
59
-
60
- utf8Encoder?: __Encoder;
61
-
62
- runtime?: string;
63
-
64
- disableHostPrefix?: boolean;
65
-
66
- maxAttempts?: number | __Provider<number>;
67
-
68
- retryMode?: string | __Provider<string>;
69
-
70
- logger?: __Logger;
71
-
72
- useDualstackEndpoint?: boolean | __Provider<boolean>;
73
-
74
- useFipsEndpoint?: boolean | __Provider<boolean>;
75
-
76
- serviceId?: string;
77
-
78
- region?: string | __Provider<string>;
79
-
80
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
81
-
82
- regionInfoProvider?: RegionInfoProvider;
83
-
84
- defaultUserAgentProvider?: Provider<__UserAgent>;
85
-
86
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
87
- }
88
- declare type KinesisAnalyticsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
89
-
90
- export interface KinesisAnalyticsV2ClientConfig extends KinesisAnalyticsV2ClientConfigType {
91
- }
92
- declare type KinesisAnalyticsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
93
-
94
- export interface KinesisAnalyticsV2ClientResolvedConfig extends KinesisAnalyticsV2ClientResolvedConfigType {
95
- }
96
-
97
- export declare class KinesisAnalyticsV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisAnalyticsV2ClientResolvedConfig> {
98
-
99
- readonly config: KinesisAnalyticsV2ClientResolvedConfig;
100
- constructor(configuration: KinesisAnalyticsV2ClientConfig);
101
-
102
- destroy(): void;
103
- }
104
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddApplicationCloudWatchLoggingOptionCommandInput,
47
+ AddApplicationCloudWatchLoggingOptionCommandOutput,
48
+ } from "./commands/AddApplicationCloudWatchLoggingOptionCommand";
49
+ import {
50
+ AddApplicationInputCommandInput,
51
+ AddApplicationInputCommandOutput,
52
+ } from "./commands/AddApplicationInputCommand";
53
+ import {
54
+ AddApplicationInputProcessingConfigurationCommandInput,
55
+ AddApplicationInputProcessingConfigurationCommandOutput,
56
+ } from "./commands/AddApplicationInputProcessingConfigurationCommand";
57
+ import {
58
+ AddApplicationOutputCommandInput,
59
+ AddApplicationOutputCommandOutput,
60
+ } from "./commands/AddApplicationOutputCommand";
61
+ import {
62
+ AddApplicationReferenceDataSourceCommandInput,
63
+ AddApplicationReferenceDataSourceCommandOutput,
64
+ } from "./commands/AddApplicationReferenceDataSourceCommand";
65
+ import {
66
+ AddApplicationVpcConfigurationCommandInput,
67
+ AddApplicationVpcConfigurationCommandOutput,
68
+ } from "./commands/AddApplicationVpcConfigurationCommand";
69
+ import {
70
+ CreateApplicationCommandInput,
71
+ CreateApplicationCommandOutput,
72
+ } from "./commands/CreateApplicationCommand";
73
+ import {
74
+ CreateApplicationPresignedUrlCommandInput,
75
+ CreateApplicationPresignedUrlCommandOutput,
76
+ } from "./commands/CreateApplicationPresignedUrlCommand";
77
+ import {
78
+ CreateApplicationSnapshotCommandInput,
79
+ CreateApplicationSnapshotCommandOutput,
80
+ } from "./commands/CreateApplicationSnapshotCommand";
81
+ import {
82
+ DeleteApplicationCloudWatchLoggingOptionCommandInput,
83
+ DeleteApplicationCloudWatchLoggingOptionCommandOutput,
84
+ } from "./commands/DeleteApplicationCloudWatchLoggingOptionCommand";
85
+ import {
86
+ DeleteApplicationCommandInput,
87
+ DeleteApplicationCommandOutput,
88
+ } from "./commands/DeleteApplicationCommand";
89
+ import {
90
+ DeleteApplicationInputProcessingConfigurationCommandInput,
91
+ DeleteApplicationInputProcessingConfigurationCommandOutput,
92
+ } from "./commands/DeleteApplicationInputProcessingConfigurationCommand";
93
+ import {
94
+ DeleteApplicationOutputCommandInput,
95
+ DeleteApplicationOutputCommandOutput,
96
+ } from "./commands/DeleteApplicationOutputCommand";
97
+ import {
98
+ DeleteApplicationReferenceDataSourceCommandInput,
99
+ DeleteApplicationReferenceDataSourceCommandOutput,
100
+ } from "./commands/DeleteApplicationReferenceDataSourceCommand";
101
+ import {
102
+ DeleteApplicationSnapshotCommandInput,
103
+ DeleteApplicationSnapshotCommandOutput,
104
+ } from "./commands/DeleteApplicationSnapshotCommand";
105
+ import {
106
+ DeleteApplicationVpcConfigurationCommandInput,
107
+ DeleteApplicationVpcConfigurationCommandOutput,
108
+ } from "./commands/DeleteApplicationVpcConfigurationCommand";
109
+ import {
110
+ DescribeApplicationCommandInput,
111
+ DescribeApplicationCommandOutput,
112
+ } from "./commands/DescribeApplicationCommand";
113
+ import {
114
+ DescribeApplicationSnapshotCommandInput,
115
+ DescribeApplicationSnapshotCommandOutput,
116
+ } from "./commands/DescribeApplicationSnapshotCommand";
117
+ import {
118
+ DescribeApplicationVersionCommandInput,
119
+ DescribeApplicationVersionCommandOutput,
120
+ } from "./commands/DescribeApplicationVersionCommand";
121
+ import {
122
+ DiscoverInputSchemaCommandInput,
123
+ DiscoverInputSchemaCommandOutput,
124
+ } from "./commands/DiscoverInputSchemaCommand";
125
+ import {
126
+ ListApplicationsCommandInput,
127
+ ListApplicationsCommandOutput,
128
+ } from "./commands/ListApplicationsCommand";
129
+ import {
130
+ ListApplicationSnapshotsCommandInput,
131
+ ListApplicationSnapshotsCommandOutput,
132
+ } from "./commands/ListApplicationSnapshotsCommand";
133
+ import {
134
+ ListApplicationVersionsCommandInput,
135
+ ListApplicationVersionsCommandOutput,
136
+ } from "./commands/ListApplicationVersionsCommand";
137
+ import {
138
+ ListTagsForResourceCommandInput,
139
+ ListTagsForResourceCommandOutput,
140
+ } from "./commands/ListTagsForResourceCommand";
141
+ import {
142
+ RollbackApplicationCommandInput,
143
+ RollbackApplicationCommandOutput,
144
+ } from "./commands/RollbackApplicationCommand";
145
+ import {
146
+ StartApplicationCommandInput,
147
+ StartApplicationCommandOutput,
148
+ } from "./commands/StartApplicationCommand";
149
+ import {
150
+ StopApplicationCommandInput,
151
+ StopApplicationCommandOutput,
152
+ } from "./commands/StopApplicationCommand";
153
+ import {
154
+ TagResourceCommandInput,
155
+ TagResourceCommandOutput,
156
+ } from "./commands/TagResourceCommand";
157
+ import {
158
+ UntagResourceCommandInput,
159
+ UntagResourceCommandOutput,
160
+ } from "./commands/UntagResourceCommand";
161
+ import {
162
+ UpdateApplicationCommandInput,
163
+ UpdateApplicationCommandOutput,
164
+ } from "./commands/UpdateApplicationCommand";
165
+ import {
166
+ UpdateApplicationMaintenanceConfigurationCommandInput,
167
+ UpdateApplicationMaintenanceConfigurationCommandOutput,
168
+ } from "./commands/UpdateApplicationMaintenanceConfigurationCommand";
169
+ export declare type ServiceInputTypes =
170
+ | AddApplicationCloudWatchLoggingOptionCommandInput
171
+ | AddApplicationInputCommandInput
172
+ | AddApplicationInputProcessingConfigurationCommandInput
173
+ | AddApplicationOutputCommandInput
174
+ | AddApplicationReferenceDataSourceCommandInput
175
+ | AddApplicationVpcConfigurationCommandInput
176
+ | CreateApplicationCommandInput
177
+ | CreateApplicationPresignedUrlCommandInput
178
+ | CreateApplicationSnapshotCommandInput
179
+ | DeleteApplicationCloudWatchLoggingOptionCommandInput
180
+ | DeleteApplicationCommandInput
181
+ | DeleteApplicationInputProcessingConfigurationCommandInput
182
+ | DeleteApplicationOutputCommandInput
183
+ | DeleteApplicationReferenceDataSourceCommandInput
184
+ | DeleteApplicationSnapshotCommandInput
185
+ | DeleteApplicationVpcConfigurationCommandInput
186
+ | DescribeApplicationCommandInput
187
+ | DescribeApplicationSnapshotCommandInput
188
+ | DescribeApplicationVersionCommandInput
189
+ | DiscoverInputSchemaCommandInput
190
+ | ListApplicationSnapshotsCommandInput
191
+ | ListApplicationVersionsCommandInput
192
+ | ListApplicationsCommandInput
193
+ | ListTagsForResourceCommandInput
194
+ | RollbackApplicationCommandInput
195
+ | StartApplicationCommandInput
196
+ | StopApplicationCommandInput
197
+ | TagResourceCommandInput
198
+ | UntagResourceCommandInput
199
+ | UpdateApplicationCommandInput
200
+ | UpdateApplicationMaintenanceConfigurationCommandInput;
201
+ export declare type ServiceOutputTypes =
202
+ | AddApplicationCloudWatchLoggingOptionCommandOutput
203
+ | AddApplicationInputCommandOutput
204
+ | AddApplicationInputProcessingConfigurationCommandOutput
205
+ | AddApplicationOutputCommandOutput
206
+ | AddApplicationReferenceDataSourceCommandOutput
207
+ | AddApplicationVpcConfigurationCommandOutput
208
+ | CreateApplicationCommandOutput
209
+ | CreateApplicationPresignedUrlCommandOutput
210
+ | CreateApplicationSnapshotCommandOutput
211
+ | DeleteApplicationCloudWatchLoggingOptionCommandOutput
212
+ | DeleteApplicationCommandOutput
213
+ | DeleteApplicationInputProcessingConfigurationCommandOutput
214
+ | DeleteApplicationOutputCommandOutput
215
+ | DeleteApplicationReferenceDataSourceCommandOutput
216
+ | DeleteApplicationSnapshotCommandOutput
217
+ | DeleteApplicationVpcConfigurationCommandOutput
218
+ | DescribeApplicationCommandOutput
219
+ | DescribeApplicationSnapshotCommandOutput
220
+ | DescribeApplicationVersionCommandOutput
221
+ | DiscoverInputSchemaCommandOutput
222
+ | ListApplicationSnapshotsCommandOutput
223
+ | ListApplicationVersionsCommandOutput
224
+ | ListApplicationsCommandOutput
225
+ | ListTagsForResourceCommandOutput
226
+ | RollbackApplicationCommandOutput
227
+ | StartApplicationCommandOutput
228
+ | StopApplicationCommandOutput
229
+ | TagResourceCommandOutput
230
+ | UntagResourceCommandOutput
231
+ | UpdateApplicationCommandOutput
232
+ | UpdateApplicationMaintenanceConfigurationCommandOutput;
233
+ export interface ClientDefaults
234
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
235
+ requestHandler?: __HttpHandler;
236
+ sha256?: __HashConstructor;
237
+ urlParser?: __UrlParser;
238
+ bodyLengthChecker?: __BodyLengthCalculator;
239
+ streamCollector?: __StreamCollector;
240
+ base64Decoder?: __Decoder;
241
+ base64Encoder?: __Encoder;
242
+ utf8Decoder?: __Decoder;
243
+ utf8Encoder?: __Encoder;
244
+ runtime?: string;
245
+ disableHostPrefix?: boolean;
246
+ maxAttempts?: number | __Provider<number>;
247
+ retryMode?: string | __Provider<string>;
248
+ logger?: __Logger;
249
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
250
+ useFipsEndpoint?: boolean | __Provider<boolean>;
251
+ serviceId?: string;
252
+ region?: string | __Provider<string>;
253
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
254
+ regionInfoProvider?: RegionInfoProvider;
255
+ defaultUserAgentProvider?: Provider<__UserAgent>;
256
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
257
+ }
258
+ declare type KinesisAnalyticsV2ClientConfigType = Partial<
259
+ __SmithyConfiguration<__HttpHandlerOptions>
260
+ > &
261
+ ClientDefaults &
262
+ RegionInputConfig &
263
+ EndpointsInputConfig &
264
+ RetryInputConfig &
265
+ HostHeaderInputConfig &
266
+ AwsAuthInputConfig &
267
+ UserAgentInputConfig;
268
+ export interface KinesisAnalyticsV2ClientConfig
269
+ extends KinesisAnalyticsV2ClientConfigType {}
270
+ declare type KinesisAnalyticsV2ClientResolvedConfigType =
271
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
272
+ Required<ClientDefaults> &
273
+ RegionResolvedConfig &
274
+ EndpointsResolvedConfig &
275
+ RetryResolvedConfig &
276
+ HostHeaderResolvedConfig &
277
+ AwsAuthResolvedConfig &
278
+ UserAgentResolvedConfig;
279
+ export interface KinesisAnalyticsV2ClientResolvedConfig
280
+ extends KinesisAnalyticsV2ClientResolvedConfigType {}
281
+ export declare class KinesisAnalyticsV2Client extends __Client<
282
+ __HttpHandlerOptions,
283
+ ServiceInputTypes,
284
+ ServiceOutputTypes,
285
+ KinesisAnalyticsV2ClientResolvedConfig
286
+ > {
287
+ readonly config: KinesisAnalyticsV2ClientResolvedConfig;
288
+ constructor(configuration: KinesisAnalyticsV2ClientConfig);
289
+ destroy(): void;
290
+ }
291
+ export {};
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
- import { AddApplicationCloudWatchLoggingOptionRequest, AddApplicationCloudWatchLoggingOptionResponse } from "../models/models_0";
5
- export interface AddApplicationCloudWatchLoggingOptionCommandInput extends AddApplicationCloudWatchLoggingOptionRequest {
6
- }
7
- export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
11
- readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
12
- constructor(input: AddApplicationCloudWatchLoggingOptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisAnalyticsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisAnalyticsV2Client";
13
+ import {
14
+ AddApplicationCloudWatchLoggingOptionRequest,
15
+ AddApplicationCloudWatchLoggingOptionResponse,
16
+ } from "../models/models_0";
17
+ export interface AddApplicationCloudWatchLoggingOptionCommandInput
18
+ extends AddApplicationCloudWatchLoggingOptionRequest {}
19
+ export interface AddApplicationCloudWatchLoggingOptionCommandOutput
20
+ extends AddApplicationCloudWatchLoggingOptionResponse,
21
+ __MetadataBearer {}
22
+ export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<
23
+ AddApplicationCloudWatchLoggingOptionCommandInput,
24
+ AddApplicationCloudWatchLoggingOptionCommandOutput,
25
+ KinesisAnalyticsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
28
+ constructor(input: AddApplicationCloudWatchLoggingOptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KinesisAnalyticsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AddApplicationCloudWatchLoggingOptionCommandInput,
35
+ AddApplicationCloudWatchLoggingOptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
- import { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0";
5
- export interface AddApplicationInputCommandInput extends AddApplicationInputRequest {
6
- }
7
- export interface AddApplicationInputCommandOutput extends AddApplicationInputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddApplicationInputCommand extends $Command<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
11
- readonly input: AddApplicationInputCommandInput;
12
- constructor(input: AddApplicationInputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationInputCommandInput, AddApplicationInputCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisAnalyticsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisAnalyticsV2Client";
13
+ import {
14
+ AddApplicationInputRequest,
15
+ AddApplicationInputResponse,
16
+ } from "../models/models_0";
17
+ export interface AddApplicationInputCommandInput
18
+ extends AddApplicationInputRequest {}
19
+ export interface AddApplicationInputCommandOutput
20
+ extends AddApplicationInputResponse,
21
+ __MetadataBearer {}
22
+ export declare class AddApplicationInputCommand extends $Command<
23
+ AddApplicationInputCommandInput,
24
+ AddApplicationInputCommandOutput,
25
+ KinesisAnalyticsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: AddApplicationInputCommandInput;
28
+ constructor(input: AddApplicationInputCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KinesisAnalyticsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<AddApplicationInputCommandInput, AddApplicationInputCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
- import { AddApplicationInputProcessingConfigurationRequest, AddApplicationInputProcessingConfigurationResponse } from "../models/models_0";
5
- export interface AddApplicationInputProcessingConfigurationCommandInput extends AddApplicationInputProcessingConfigurationRequest {
6
- }
7
- export interface AddApplicationInputProcessingConfigurationCommandOutput extends AddApplicationInputProcessingConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
11
- readonly input: AddApplicationInputProcessingConfigurationCommandInput;
12
- constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisAnalyticsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisAnalyticsV2Client";
13
+ import {
14
+ AddApplicationInputProcessingConfigurationRequest,
15
+ AddApplicationInputProcessingConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface AddApplicationInputProcessingConfigurationCommandInput
18
+ extends AddApplicationInputProcessingConfigurationRequest {}
19
+ export interface AddApplicationInputProcessingConfigurationCommandOutput
20
+ extends AddApplicationInputProcessingConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<
23
+ AddApplicationInputProcessingConfigurationCommandInput,
24
+ AddApplicationInputProcessingConfigurationCommandOutput,
25
+ KinesisAnalyticsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: AddApplicationInputProcessingConfigurationCommandInput;
28
+ constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KinesisAnalyticsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AddApplicationInputProcessingConfigurationCommandInput,
35
+ AddApplicationInputProcessingConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
- import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0";
5
- export interface AddApplicationOutputCommandInput extends AddApplicationOutputRequest {
6
- }
7
- export interface AddApplicationOutputCommandOutput extends AddApplicationOutputResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddApplicationOutputCommand extends $Command<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
11
- readonly input: AddApplicationOutputCommandInput;
12
- constructor(input: AddApplicationOutputCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisAnalyticsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisAnalyticsV2Client";
13
+ import {
14
+ AddApplicationOutputRequest,
15
+ AddApplicationOutputResponse,
16
+ } from "../models/models_0";
17
+ export interface AddApplicationOutputCommandInput
18
+ extends AddApplicationOutputRequest {}
19
+ export interface AddApplicationOutputCommandOutput
20
+ extends AddApplicationOutputResponse,
21
+ __MetadataBearer {}
22
+ export declare class AddApplicationOutputCommand extends $Command<
23
+ AddApplicationOutputCommandInput,
24
+ AddApplicationOutputCommandOutput,
25
+ KinesisAnalyticsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: AddApplicationOutputCommandInput;
28
+ constructor(input: AddApplicationOutputCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KinesisAnalyticsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AddApplicationOutputCommandInput,
35
+ AddApplicationOutputCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }