@aws-sdk/client-kinesis-analytics-v2 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +0 -31
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -613
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig)
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -124,7 +124,6 @@ import {
|
|
|
124
124
|
UpdateApplicationMaintenanceConfigurationCommandOutput,
|
|
125
125
|
} from "./commands/UpdateApplicationMaintenanceConfigurationCommand";
|
|
126
126
|
import { KinesisAnalyticsV2Client } from "./KinesisAnalyticsV2Client";
|
|
127
|
-
|
|
128
127
|
export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
129
128
|
addApplicationCloudWatchLoggingOption(
|
|
130
129
|
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
@@ -145,7 +144,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
145
144
|
data?: AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
146
145
|
) => void
|
|
147
146
|
): void;
|
|
148
|
-
|
|
149
147
|
addApplicationInput(
|
|
150
148
|
args: AddApplicationInputCommandInput,
|
|
151
149
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +157,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
159
157
|
options: __HttpHandlerOptions,
|
|
160
158
|
cb: (err: any, data?: AddApplicationInputCommandOutput) => void
|
|
161
159
|
): void;
|
|
162
|
-
|
|
163
160
|
addApplicationInputProcessingConfiguration(
|
|
164
161
|
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
165
162
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +176,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
179
176
|
data?: AddApplicationInputProcessingConfigurationCommandOutput
|
|
180
177
|
) => void
|
|
181
178
|
): void;
|
|
182
|
-
|
|
183
179
|
addApplicationOutput(
|
|
184
180
|
args: AddApplicationOutputCommandInput,
|
|
185
181
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +189,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
193
189
|
options: __HttpHandlerOptions,
|
|
194
190
|
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void
|
|
195
191
|
): void;
|
|
196
|
-
|
|
197
192
|
addApplicationReferenceDataSource(
|
|
198
193
|
args: AddApplicationReferenceDataSourceCommandInput,
|
|
199
194
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +208,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
213
208
|
data?: AddApplicationReferenceDataSourceCommandOutput
|
|
214
209
|
) => void
|
|
215
210
|
): void;
|
|
216
|
-
|
|
217
211
|
addApplicationVpcConfiguration(
|
|
218
212
|
args: AddApplicationVpcConfigurationCommandInput,
|
|
219
213
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +221,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
227
221
|
options: __HttpHandlerOptions,
|
|
228
222
|
cb: (err: any, data?: AddApplicationVpcConfigurationCommandOutput) => void
|
|
229
223
|
): void;
|
|
230
|
-
|
|
231
224
|
createApplication(
|
|
232
225
|
args: CreateApplicationCommandInput,
|
|
233
226
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +234,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
241
234
|
options: __HttpHandlerOptions,
|
|
242
235
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
243
236
|
): void;
|
|
244
|
-
|
|
245
237
|
createApplicationPresignedUrl(
|
|
246
238
|
args: CreateApplicationPresignedUrlCommandInput,
|
|
247
239
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +247,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
255
247
|
options: __HttpHandlerOptions,
|
|
256
248
|
cb: (err: any, data?: CreateApplicationPresignedUrlCommandOutput) => void
|
|
257
249
|
): void;
|
|
258
|
-
|
|
259
250
|
createApplicationSnapshot(
|
|
260
251
|
args: CreateApplicationSnapshotCommandInput,
|
|
261
252
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +260,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
269
260
|
options: __HttpHandlerOptions,
|
|
270
261
|
cb: (err: any, data?: CreateApplicationSnapshotCommandOutput) => void
|
|
271
262
|
): void;
|
|
272
|
-
|
|
273
263
|
deleteApplication(
|
|
274
264
|
args: DeleteApplicationCommandInput,
|
|
275
265
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +273,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
283
273
|
options: __HttpHandlerOptions,
|
|
284
274
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
285
275
|
): void;
|
|
286
|
-
|
|
287
276
|
deleteApplicationCloudWatchLoggingOption(
|
|
288
277
|
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
289
278
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +292,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
303
292
|
data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
304
293
|
) => void
|
|
305
294
|
): void;
|
|
306
|
-
|
|
307
295
|
deleteApplicationInputProcessingConfiguration(
|
|
308
296
|
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
309
297
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +311,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
323
311
|
data?: DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
324
312
|
) => void
|
|
325
313
|
): void;
|
|
326
|
-
|
|
327
314
|
deleteApplicationOutput(
|
|
328
315
|
args: DeleteApplicationOutputCommandInput,
|
|
329
316
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +324,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
337
324
|
options: __HttpHandlerOptions,
|
|
338
325
|
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void
|
|
339
326
|
): void;
|
|
340
|
-
|
|
341
327
|
deleteApplicationReferenceDataSource(
|
|
342
328
|
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
343
329
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +343,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
357
343
|
data?: DeleteApplicationReferenceDataSourceCommandOutput
|
|
358
344
|
) => void
|
|
359
345
|
): void;
|
|
360
|
-
|
|
361
346
|
deleteApplicationSnapshot(
|
|
362
347
|
args: DeleteApplicationSnapshotCommandInput,
|
|
363
348
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +356,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
371
356
|
options: __HttpHandlerOptions,
|
|
372
357
|
cb: (err: any, data?: DeleteApplicationSnapshotCommandOutput) => void
|
|
373
358
|
): void;
|
|
374
|
-
|
|
375
359
|
deleteApplicationVpcConfiguration(
|
|
376
360
|
args: DeleteApplicationVpcConfigurationCommandInput,
|
|
377
361
|
options?: __HttpHandlerOptions
|
|
@@ -391,7 +375,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
391
375
|
data?: DeleteApplicationVpcConfigurationCommandOutput
|
|
392
376
|
) => void
|
|
393
377
|
): void;
|
|
394
|
-
|
|
395
378
|
describeApplication(
|
|
396
379
|
args: DescribeApplicationCommandInput,
|
|
397
380
|
options?: __HttpHandlerOptions
|
|
@@ -405,7 +388,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
405
388
|
options: __HttpHandlerOptions,
|
|
406
389
|
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
407
390
|
): void;
|
|
408
|
-
|
|
409
391
|
describeApplicationSnapshot(
|
|
410
392
|
args: DescribeApplicationSnapshotCommandInput,
|
|
411
393
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +401,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
419
401
|
options: __HttpHandlerOptions,
|
|
420
402
|
cb: (err: any, data?: DescribeApplicationSnapshotCommandOutput) => void
|
|
421
403
|
): void;
|
|
422
|
-
|
|
423
404
|
describeApplicationVersion(
|
|
424
405
|
args: DescribeApplicationVersionCommandInput,
|
|
425
406
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +414,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
433
414
|
options: __HttpHandlerOptions,
|
|
434
415
|
cb: (err: any, data?: DescribeApplicationVersionCommandOutput) => void
|
|
435
416
|
): void;
|
|
436
|
-
|
|
437
417
|
discoverInputSchema(
|
|
438
418
|
args: DiscoverInputSchemaCommandInput,
|
|
439
419
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +427,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
447
427
|
options: __HttpHandlerOptions,
|
|
448
428
|
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void
|
|
449
429
|
): void;
|
|
450
|
-
|
|
451
430
|
listApplications(
|
|
452
431
|
args: ListApplicationsCommandInput,
|
|
453
432
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +440,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
461
440
|
options: __HttpHandlerOptions,
|
|
462
441
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
463
442
|
): void;
|
|
464
|
-
|
|
465
443
|
listApplicationSnapshots(
|
|
466
444
|
args: ListApplicationSnapshotsCommandInput,
|
|
467
445
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +453,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
475
453
|
options: __HttpHandlerOptions,
|
|
476
454
|
cb: (err: any, data?: ListApplicationSnapshotsCommandOutput) => void
|
|
477
455
|
): void;
|
|
478
|
-
|
|
479
456
|
listApplicationVersions(
|
|
480
457
|
args: ListApplicationVersionsCommandInput,
|
|
481
458
|
options?: __HttpHandlerOptions
|
|
@@ -489,7 +466,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
489
466
|
options: __HttpHandlerOptions,
|
|
490
467
|
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void
|
|
491
468
|
): void;
|
|
492
|
-
|
|
493
469
|
listTagsForResource(
|
|
494
470
|
args: ListTagsForResourceCommandInput,
|
|
495
471
|
options?: __HttpHandlerOptions
|
|
@@ -503,7 +479,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
503
479
|
options: __HttpHandlerOptions,
|
|
504
480
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
505
481
|
): void;
|
|
506
|
-
|
|
507
482
|
rollbackApplication(
|
|
508
483
|
args: RollbackApplicationCommandInput,
|
|
509
484
|
options?: __HttpHandlerOptions
|
|
@@ -517,7 +492,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
517
492
|
options: __HttpHandlerOptions,
|
|
518
493
|
cb: (err: any, data?: RollbackApplicationCommandOutput) => void
|
|
519
494
|
): void;
|
|
520
|
-
|
|
521
495
|
startApplication(
|
|
522
496
|
args: StartApplicationCommandInput,
|
|
523
497
|
options?: __HttpHandlerOptions
|
|
@@ -531,7 +505,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
531
505
|
options: __HttpHandlerOptions,
|
|
532
506
|
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
533
507
|
): void;
|
|
534
|
-
|
|
535
508
|
stopApplication(
|
|
536
509
|
args: StopApplicationCommandInput,
|
|
537
510
|
options?: __HttpHandlerOptions
|
|
@@ -545,7 +518,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
545
518
|
options: __HttpHandlerOptions,
|
|
546
519
|
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
547
520
|
): void;
|
|
548
|
-
|
|
549
521
|
tagResource(
|
|
550
522
|
args: TagResourceCommandInput,
|
|
551
523
|
options?: __HttpHandlerOptions
|
|
@@ -559,7 +531,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
559
531
|
options: __HttpHandlerOptions,
|
|
560
532
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
561
533
|
): void;
|
|
562
|
-
|
|
563
534
|
untagResource(
|
|
564
535
|
args: UntagResourceCommandInput,
|
|
565
536
|
options?: __HttpHandlerOptions
|
|
@@ -573,7 +544,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
573
544
|
options: __HttpHandlerOptions,
|
|
574
545
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
575
546
|
): void;
|
|
576
|
-
|
|
577
547
|
updateApplication(
|
|
578
548
|
args: UpdateApplicationCommandInput,
|
|
579
549
|
options?: __HttpHandlerOptions
|
|
@@ -587,7 +557,6 @@ export declare class KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
|
587
557
|
options: __HttpHandlerOptions,
|
|
588
558
|
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
589
559
|
): void;
|
|
590
|
-
|
|
591
560
|
updateApplicationMaintenanceConfiguration(
|
|
592
561
|
args: UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
593
562
|
options?: __HttpHandlerOptions
|
|
@@ -233,47 +233,26 @@ export declare type ServiceOutputTypes =
|
|
|
233
233
|
export interface ClientDefaults
|
|
234
234
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
235
|
requestHandler?: __HttpHandler;
|
|
236
|
-
|
|
237
236
|
sha256?: __HashConstructor;
|
|
238
|
-
|
|
239
237
|
urlParser?: __UrlParser;
|
|
240
|
-
|
|
241
238
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
242
|
-
|
|
243
239
|
streamCollector?: __StreamCollector;
|
|
244
|
-
|
|
245
240
|
base64Decoder?: __Decoder;
|
|
246
|
-
|
|
247
241
|
base64Encoder?: __Encoder;
|
|
248
|
-
|
|
249
242
|
utf8Decoder?: __Decoder;
|
|
250
|
-
|
|
251
243
|
utf8Encoder?: __Encoder;
|
|
252
|
-
|
|
253
244
|
runtime?: string;
|
|
254
|
-
|
|
255
245
|
disableHostPrefix?: boolean;
|
|
256
|
-
|
|
257
246
|
maxAttempts?: number | __Provider<number>;
|
|
258
|
-
|
|
259
247
|
retryMode?: string | __Provider<string>;
|
|
260
|
-
|
|
261
248
|
logger?: __Logger;
|
|
262
|
-
|
|
263
249
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
-
|
|
265
250
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
266
|
-
|
|
267
251
|
serviceId?: string;
|
|
268
|
-
|
|
269
252
|
region?: string | __Provider<string>;
|
|
270
|
-
|
|
271
253
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
-
|
|
273
254
|
regionInfoProvider?: RegionInfoProvider;
|
|
274
|
-
|
|
275
255
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
276
|
-
|
|
277
256
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
278
257
|
}
|
|
279
258
|
declare type KinesisAnalyticsV2ClientConfigType = Partial<
|
|
@@ -286,7 +265,6 @@ declare type KinesisAnalyticsV2ClientConfigType = Partial<
|
|
|
286
265
|
HostHeaderInputConfig &
|
|
287
266
|
AwsAuthInputConfig &
|
|
288
267
|
UserAgentInputConfig;
|
|
289
|
-
|
|
290
268
|
export interface KinesisAnalyticsV2ClientConfig
|
|
291
269
|
extends KinesisAnalyticsV2ClientConfigType {}
|
|
292
270
|
declare type KinesisAnalyticsV2ClientResolvedConfigType =
|
|
@@ -298,10 +276,8 @@ declare type KinesisAnalyticsV2ClientResolvedConfigType =
|
|
|
298
276
|
HostHeaderResolvedConfig &
|
|
299
277
|
AwsAuthResolvedConfig &
|
|
300
278
|
UserAgentResolvedConfig;
|
|
301
|
-
|
|
302
279
|
export interface KinesisAnalyticsV2ClientResolvedConfig
|
|
303
280
|
extends KinesisAnalyticsV2ClientResolvedConfigType {}
|
|
304
|
-
|
|
305
281
|
export declare class KinesisAnalyticsV2Client extends __Client<
|
|
306
282
|
__HttpHandlerOptions,
|
|
307
283
|
ServiceInputTypes,
|
|
@@ -310,7 +286,6 @@ export declare class KinesisAnalyticsV2Client extends __Client<
|
|
|
310
286
|
> {
|
|
311
287
|
readonly config: KinesisAnalyticsV2ClientResolvedConfig;
|
|
312
288
|
constructor(configuration: KinesisAnalyticsV2ClientConfig);
|
|
313
|
-
|
|
314
289
|
destroy(): void;
|
|
315
290
|
}
|
|
316
291
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationCloudWatchLoggingOptionCommandInput
|
|
|
19
19
|
export interface AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
20
20
|
extends AddApplicationCloudWatchLoggingOptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<
|
|
24
23
|
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
25
24
|
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
|
|
29
28
|
constructor(input: AddApplicationCloudWatchLoggingOptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationInputCommandInput
|
|
|
19
19
|
export interface AddApplicationInputCommandOutput
|
|
20
20
|
extends AddApplicationInputResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationInputCommand extends $Command<
|
|
24
23
|
AddApplicationInputCommandInput,
|
|
25
24
|
AddApplicationInputCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationInputCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationInputCommandInput;
|
|
29
28
|
constructor(input: AddApplicationInputCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationInputProcessingConfigurationCommandInput
|
|
|
19
19
|
export interface AddApplicationInputProcessingConfigurationCommandOutput
|
|
20
20
|
extends AddApplicationInputProcessingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<
|
|
24
23
|
AddApplicationInputProcessingConfigurationCommandInput,
|
|
25
24
|
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationInputProcessingConfigurationCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationInputProcessingConfigurationCommandInput;
|
|
29
28
|
constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationOutputCommandInput
|
|
|
19
19
|
export interface AddApplicationOutputCommandOutput
|
|
20
20
|
extends AddApplicationOutputResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationOutputCommand extends $Command<
|
|
24
23
|
AddApplicationOutputCommandInput,
|
|
25
24
|
AddApplicationOutputCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationOutputCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationOutputCommandInput;
|
|
29
28
|
constructor(input: AddApplicationOutputCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationReferenceDataSourceCommandInput
|
|
|
19
19
|
export interface AddApplicationReferenceDataSourceCommandOutput
|
|
20
20
|
extends AddApplicationReferenceDataSourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationReferenceDataSourceCommand extends $Command<
|
|
24
23
|
AddApplicationReferenceDataSourceCommandInput,
|
|
25
24
|
AddApplicationReferenceDataSourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationReferenceDataSourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationReferenceDataSourceCommandInput;
|
|
29
28
|
constructor(input: AddApplicationReferenceDataSourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationVpcConfigurationCommandInput
|
|
|
19
19
|
export interface AddApplicationVpcConfigurationCommandOutput
|
|
20
20
|
extends AddApplicationVpcConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationVpcConfigurationCommand extends $Command<
|
|
24
23
|
AddApplicationVpcConfigurationCommandInput,
|
|
25
24
|
AddApplicationVpcConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationVpcConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationVpcConfigurationCommandInput;
|
|
29
28
|
constructor(input: AddApplicationVpcConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationPresignedUrlCommandInput
|
|
|
19
19
|
export interface CreateApplicationPresignedUrlCommandOutput
|
|
20
20
|
extends CreateApplicationPresignedUrlResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationPresignedUrlCommand extends $Command<
|
|
24
23
|
CreateApplicationPresignedUrlCommandInput,
|
|
25
24
|
CreateApplicationPresignedUrlCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationPresignedUrlCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationPresignedUrlCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationPresignedUrlCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationSnapshotCommandInput
|
|
|
19
19
|
export interface CreateApplicationSnapshotCommandOutput
|
|
20
20
|
extends CreateApplicationSnapshotResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationSnapshotCommand extends $Command<
|
|
24
23
|
CreateApplicationSnapshotCommandInput,
|
|
25
24
|
CreateApplicationSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
20
20
|
extends DeleteApplicationCloudWatchLoggingOptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<
|
|
24
23
|
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
25
24
|
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Co
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCloudWatchLoggingOptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCommandOutput
|
|
20
20
|
extends DeleteApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCommand extends $Command<
|
|
24
23
|
DeleteApplicationCommandInput,
|
|
25
24
|
DeleteApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationInputProcessingConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
20
20
|
extends DeleteApplicationInputProcessingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<
|
|
24
23
|
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
25
24
|
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationInputProcessingConfigurationCommand extend
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationInputProcessingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationOutputCommandInput
|
|
|
19
19
|
export interface DeleteApplicationOutputCommandOutput
|
|
20
20
|
extends DeleteApplicationOutputResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationOutputCommand extends $Command<
|
|
24
23
|
DeleteApplicationOutputCommandInput,
|
|
25
24
|
DeleteApplicationOutputCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationOutputCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationOutputCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationOutputCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationReferenceDataSourceCommandInput
|
|
|
19
19
|
export interface DeleteApplicationReferenceDataSourceCommandOutput
|
|
20
20
|
extends DeleteApplicationReferenceDataSourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<
|
|
24
23
|
DeleteApplicationReferenceDataSourceCommandInput,
|
|
25
24
|
DeleteApplicationReferenceDataSourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationReferenceDataSourceCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationReferenceDataSourceCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationReferenceDataSourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationSnapshotCommandInput
|
|
|
19
19
|
export interface DeleteApplicationSnapshotCommandOutput
|
|
20
20
|
extends DeleteApplicationSnapshotResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationSnapshotCommand extends $Command<
|
|
24
23
|
DeleteApplicationSnapshotCommandInput,
|
|
25
24
|
DeleteApplicationSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationSnapshotCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationVpcConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationVpcConfigurationCommandOutput
|
|
20
20
|
extends DeleteApplicationVpcConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationVpcConfigurationCommand extends $Command<
|
|
24
23
|
DeleteApplicationVpcConfigurationCommandInput,
|
|
25
24
|
DeleteApplicationVpcConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationVpcConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationVpcConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationVpcConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeApplicationCommandInput
|
|
|
19
19
|
export interface DescribeApplicationCommandOutput
|
|
20
20
|
extends DescribeApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeApplicationCommand extends $Command<
|
|
24
23
|
DescribeApplicationCommandInput,
|
|
25
24
|
DescribeApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeApplicationCommandInput;
|
|
29
28
|
constructor(input: DescribeApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeApplicationSnapshotCommandInput
|
|
|
19
19
|
export interface DescribeApplicationSnapshotCommandOutput
|
|
20
20
|
extends DescribeApplicationSnapshotResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeApplicationSnapshotCommand extends $Command<
|
|
24
23
|
DescribeApplicationSnapshotCommandInput,
|
|
25
24
|
DescribeApplicationSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeApplicationSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeApplicationSnapshotCommandInput;
|
|
29
28
|
constructor(input: DescribeApplicationSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsV2ClientResolvedConfig,
|