@aws-sdk/client-kinesis-analytics-v2 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +104 -155
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +13 -44
- package/dist-types/ts3.4/models/models_0.d.ts +41 -123
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,105 +4,76 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
4
4
|
readonly name: "ConcurrentModificationException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<
|
|
9
|
-
ConcurrentModificationException,
|
|
10
|
-
__BaseException
|
|
11
|
-
>
|
|
12
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
13
8
|
}
|
|
14
9
|
export declare class InvalidApplicationConfigurationException extends __BaseException {
|
|
15
10
|
readonly name: "InvalidApplicationConfigurationException";
|
|
16
11
|
readonly $fault: "client";
|
|
17
12
|
Message?: string | undefined;
|
|
18
13
|
constructor(
|
|
19
|
-
opts: __ExceptionOptionType<
|
|
20
|
-
InvalidApplicationConfigurationException,
|
|
21
|
-
__BaseException
|
|
22
|
-
>
|
|
14
|
+
opts: __ExceptionOptionType<InvalidApplicationConfigurationException, __BaseException>,
|
|
23
15
|
);
|
|
24
16
|
}
|
|
25
17
|
export declare class InvalidArgumentException extends __BaseException {
|
|
26
18
|
readonly name: "InvalidArgumentException";
|
|
27
19
|
readonly $fault: "client";
|
|
28
20
|
Message?: string | undefined;
|
|
29
|
-
constructor(
|
|
30
|
-
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
31
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
|
|
32
22
|
}
|
|
33
23
|
export declare class InvalidRequestException extends __BaseException {
|
|
34
24
|
readonly name: "InvalidRequestException";
|
|
35
25
|
readonly $fault: "client";
|
|
36
26
|
Message?: string | undefined;
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
39
|
-
);
|
|
27
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
40
28
|
}
|
|
41
29
|
export declare class ResourceInUseException extends __BaseException {
|
|
42
30
|
readonly name: "ResourceInUseException";
|
|
43
31
|
readonly $fault: "client";
|
|
44
32
|
Message?: string | undefined;
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
47
|
-
);
|
|
33
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
48
34
|
}
|
|
49
35
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
50
36
|
readonly name: "ResourceNotFoundException";
|
|
51
37
|
readonly $fault: "client";
|
|
52
38
|
Message?: string | undefined;
|
|
53
|
-
constructor(
|
|
54
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
55
|
-
);
|
|
39
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
56
40
|
}
|
|
57
41
|
export declare class CodeValidationException extends __BaseException {
|
|
58
42
|
readonly name: "CodeValidationException";
|
|
59
43
|
readonly $fault: "client";
|
|
60
44
|
Message?: string | undefined;
|
|
61
|
-
constructor(
|
|
62
|
-
opts: __ExceptionOptionType<CodeValidationException, __BaseException>
|
|
63
|
-
);
|
|
45
|
+
constructor(opts: __ExceptionOptionType<CodeValidationException, __BaseException>);
|
|
64
46
|
}
|
|
65
47
|
export declare class LimitExceededException extends __BaseException {
|
|
66
48
|
readonly name: "LimitExceededException";
|
|
67
49
|
readonly $fault: "client";
|
|
68
50
|
Message?: string | undefined;
|
|
69
|
-
constructor(
|
|
70
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
71
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
72
52
|
}
|
|
73
53
|
export declare class TooManyTagsException extends __BaseException {
|
|
74
54
|
readonly name: "TooManyTagsException";
|
|
75
55
|
readonly $fault: "client";
|
|
76
|
-
constructor(
|
|
77
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
78
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
79
57
|
}
|
|
80
58
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
81
59
|
readonly name: "UnsupportedOperationException";
|
|
82
60
|
readonly $fault: "client";
|
|
83
61
|
Message?: string | undefined;
|
|
84
|
-
constructor(
|
|
85
|
-
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
86
|
-
);
|
|
62
|
+
constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
|
|
87
63
|
}
|
|
88
64
|
export declare class ResourceProvisionedThroughputExceededException extends __BaseException {
|
|
89
65
|
readonly name: "ResourceProvisionedThroughputExceededException";
|
|
90
66
|
readonly $fault: "client";
|
|
91
67
|
Message?: string | undefined;
|
|
92
68
|
constructor(
|
|
93
|
-
opts: __ExceptionOptionType<
|
|
94
|
-
ResourceProvisionedThroughputExceededException,
|
|
95
|
-
__BaseException
|
|
96
|
-
>
|
|
69
|
+
opts: __ExceptionOptionType<ResourceProvisionedThroughputExceededException, __BaseException>,
|
|
97
70
|
);
|
|
98
71
|
}
|
|
99
72
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
100
73
|
readonly name: "ServiceUnavailableException";
|
|
101
74
|
readonly $fault: "server";
|
|
102
75
|
Message?: string | undefined;
|
|
103
|
-
constructor(
|
|
104
|
-
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
105
|
-
);
|
|
76
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
106
77
|
}
|
|
107
78
|
export declare class UnableToDetectSchemaException extends __BaseException {
|
|
108
79
|
readonly name: "UnableToDetectSchemaException";
|
|
@@ -110,7 +81,5 @@ export declare class UnableToDetectSchemaException extends __BaseException {
|
|
|
110
81
|
Message?: string | undefined;
|
|
111
82
|
RawInputRecords?: string[] | undefined;
|
|
112
83
|
ProcessedInputRecords?: string[] | undefined;
|
|
113
|
-
constructor(
|
|
114
|
-
opts: __ExceptionOptionType<UnableToDetectSchemaException, __BaseException>
|
|
115
|
-
);
|
|
84
|
+
constructor(opts: __ExceptionOptionType<UnableToDetectSchemaException, __BaseException>);
|
|
116
85
|
}
|
|
@@ -32,9 +32,7 @@ export interface CloudWatchLoggingOptionDescription {
|
|
|
32
32
|
export interface AddApplicationCloudWatchLoggingOptionResponse {
|
|
33
33
|
ApplicationARN?: string | undefined;
|
|
34
34
|
ApplicationVersionId?: number | undefined;
|
|
35
|
-
CloudWatchLoggingOptionDescriptions?:
|
|
36
|
-
| CloudWatchLoggingOptionDescription[]
|
|
37
|
-
| undefined;
|
|
35
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | undefined;
|
|
38
36
|
OperationId?: string | undefined;
|
|
39
37
|
}
|
|
40
38
|
export interface InputParallelism {
|
|
@@ -112,16 +110,12 @@ export interface InputDescription {
|
|
|
112
110
|
InputId?: string | undefined;
|
|
113
111
|
NamePrefix?: string | undefined;
|
|
114
112
|
InAppStreamNames?: string[] | undefined;
|
|
115
|
-
InputProcessingConfigurationDescription?:
|
|
116
|
-
| InputProcessingConfigurationDescription
|
|
117
|
-
| undefined;
|
|
113
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription | undefined;
|
|
118
114
|
KinesisStreamsInputDescription?: KinesisStreamsInputDescription | undefined;
|
|
119
115
|
KinesisFirehoseInputDescription?: KinesisFirehoseInputDescription | undefined;
|
|
120
116
|
InputSchema?: SourceSchema | undefined;
|
|
121
117
|
InputParallelism?: InputParallelism | undefined;
|
|
122
|
-
InputStartingPositionConfiguration?:
|
|
123
|
-
| InputStartingPositionConfiguration
|
|
124
|
-
| undefined;
|
|
118
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | undefined;
|
|
125
119
|
}
|
|
126
120
|
export interface AddApplicationInputResponse {
|
|
127
121
|
ApplicationARN?: string | undefined;
|
|
@@ -138,9 +132,7 @@ export interface AddApplicationInputProcessingConfigurationResponse {
|
|
|
138
132
|
ApplicationARN?: string | undefined;
|
|
139
133
|
ApplicationVersionId?: number | undefined;
|
|
140
134
|
InputId?: string | undefined;
|
|
141
|
-
InputProcessingConfigurationDescription?:
|
|
142
|
-
| InputProcessingConfigurationDescription
|
|
143
|
-
| undefined;
|
|
135
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription | undefined;
|
|
144
136
|
}
|
|
145
137
|
export interface DestinationSchema {
|
|
146
138
|
RecordFormatType: RecordFormatType | undefined;
|
|
@@ -182,9 +174,7 @@ export interface OutputDescription {
|
|
|
182
174
|
OutputId?: string | undefined;
|
|
183
175
|
Name?: string | undefined;
|
|
184
176
|
KinesisStreamsOutputDescription?: KinesisStreamsOutputDescription | undefined;
|
|
185
|
-
KinesisFirehoseOutputDescription?:
|
|
186
|
-
| KinesisFirehoseOutputDescription
|
|
187
|
-
| undefined;
|
|
177
|
+
KinesisFirehoseOutputDescription?: KinesisFirehoseOutputDescription | undefined;
|
|
188
178
|
LambdaOutputDescription?: LambdaOutputDescription | undefined;
|
|
189
179
|
DestinationSchema?: DestinationSchema | undefined;
|
|
190
180
|
}
|
|
@@ -215,17 +205,13 @@ export interface S3ReferenceDataSourceDescription {
|
|
|
215
205
|
export interface ReferenceDataSourceDescription {
|
|
216
206
|
ReferenceId: string | undefined;
|
|
217
207
|
TableName: string | undefined;
|
|
218
|
-
S3ReferenceDataSourceDescription:
|
|
219
|
-
| S3ReferenceDataSourceDescription
|
|
220
|
-
| undefined;
|
|
208
|
+
S3ReferenceDataSourceDescription: S3ReferenceDataSourceDescription | undefined;
|
|
221
209
|
ReferenceSchema?: SourceSchema | undefined;
|
|
222
210
|
}
|
|
223
211
|
export interface AddApplicationReferenceDataSourceResponse {
|
|
224
212
|
ApplicationARN?: string | undefined;
|
|
225
213
|
ApplicationVersionId?: number | undefined;
|
|
226
|
-
ReferenceDataSourceDescriptions?:
|
|
227
|
-
| ReferenceDataSourceDescription[]
|
|
228
|
-
| undefined;
|
|
214
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | undefined;
|
|
229
215
|
}
|
|
230
216
|
export interface VpcConfiguration {
|
|
231
217
|
SubnetIds: string[] | undefined;
|
|
@@ -272,9 +258,7 @@ export interface CodeContentDescription {
|
|
|
272
258
|
TextContent?: string | undefined;
|
|
273
259
|
CodeMD5?: string | undefined;
|
|
274
260
|
CodeSize?: number | undefined;
|
|
275
|
-
S3ApplicationCodeLocationDescription?:
|
|
276
|
-
| S3ApplicationCodeLocationDescription
|
|
277
|
-
| undefined;
|
|
261
|
+
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription | undefined;
|
|
278
262
|
}
|
|
279
263
|
export interface ApplicationCodeConfigurationDescription {
|
|
280
264
|
CodeContentType: CodeContentType | undefined;
|
|
@@ -367,9 +351,7 @@ export interface ZeppelinMonitoringConfiguration {
|
|
|
367
351
|
export interface ZeppelinApplicationConfiguration {
|
|
368
352
|
MonitoringConfiguration?: ZeppelinMonitoringConfiguration | undefined;
|
|
369
353
|
CatalogConfiguration?: CatalogConfiguration | undefined;
|
|
370
|
-
DeployAsApplicationConfiguration?:
|
|
371
|
-
| DeployAsApplicationConfiguration
|
|
372
|
-
| undefined;
|
|
354
|
+
DeployAsApplicationConfiguration?: DeployAsApplicationConfiguration | undefined;
|
|
373
355
|
CustomArtifactsConfiguration?: CustomArtifactConfiguration[] | undefined;
|
|
374
356
|
}
|
|
375
357
|
export interface ApplicationConfiguration {
|
|
@@ -377,19 +359,11 @@ export interface ApplicationConfiguration {
|
|
|
377
359
|
FlinkApplicationConfiguration?: FlinkApplicationConfiguration | undefined;
|
|
378
360
|
EnvironmentProperties?: EnvironmentProperties | undefined;
|
|
379
361
|
ApplicationCodeConfiguration?: ApplicationCodeConfiguration | undefined;
|
|
380
|
-
ApplicationSnapshotConfiguration?:
|
|
381
|
-
|
|
382
|
-
| undefined;
|
|
383
|
-
ApplicationSystemRollbackConfiguration?:
|
|
384
|
-
| ApplicationSystemRollbackConfiguration
|
|
385
|
-
| undefined;
|
|
362
|
+
ApplicationSnapshotConfiguration?: ApplicationSnapshotConfiguration | undefined;
|
|
363
|
+
ApplicationSystemRollbackConfiguration?: ApplicationSystemRollbackConfiguration | undefined;
|
|
386
364
|
VpcConfigurations?: VpcConfiguration[] | undefined;
|
|
387
|
-
ZeppelinApplicationConfiguration?:
|
|
388
|
-
|
|
389
|
-
| undefined;
|
|
390
|
-
ApplicationEncryptionConfiguration?:
|
|
391
|
-
| ApplicationEncryptionConfiguration
|
|
392
|
-
| undefined;
|
|
365
|
+
ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration | undefined;
|
|
366
|
+
ApplicationEncryptionConfiguration?: ApplicationEncryptionConfiguration | undefined;
|
|
393
367
|
}
|
|
394
368
|
export interface ApplicationEncryptionConfigurationDescription {
|
|
395
369
|
KeyId?: string | undefined;
|
|
@@ -423,15 +397,9 @@ export interface ParallelismConfigurationDescription {
|
|
|
423
397
|
AutoScalingEnabled?: boolean | undefined;
|
|
424
398
|
}
|
|
425
399
|
export interface FlinkApplicationConfigurationDescription {
|
|
426
|
-
CheckpointConfigurationDescription?:
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
MonitoringConfigurationDescription?:
|
|
430
|
-
| MonitoringConfigurationDescription
|
|
431
|
-
| undefined;
|
|
432
|
-
ParallelismConfigurationDescription?:
|
|
433
|
-
| ParallelismConfigurationDescription
|
|
434
|
-
| undefined;
|
|
400
|
+
CheckpointConfigurationDescription?: CheckpointConfigurationDescription | undefined;
|
|
401
|
+
MonitoringConfigurationDescription?: MonitoringConfigurationDescription | undefined;
|
|
402
|
+
ParallelismConfigurationDescription?: ParallelismConfigurationDescription | undefined;
|
|
435
403
|
JobPlanDescription?: string | undefined;
|
|
436
404
|
}
|
|
437
405
|
export interface ApplicationRestoreConfiguration {
|
|
@@ -442,25 +410,19 @@ export interface FlinkRunConfiguration {
|
|
|
442
410
|
AllowNonRestoredState?: boolean | undefined;
|
|
443
411
|
}
|
|
444
412
|
export interface RunConfigurationDescription {
|
|
445
|
-
ApplicationRestoreConfigurationDescription?:
|
|
446
|
-
| ApplicationRestoreConfiguration
|
|
447
|
-
| undefined;
|
|
413
|
+
ApplicationRestoreConfigurationDescription?: ApplicationRestoreConfiguration | undefined;
|
|
448
414
|
FlinkRunConfigurationDescription?: FlinkRunConfiguration | undefined;
|
|
449
415
|
}
|
|
450
416
|
export interface SqlApplicationConfigurationDescription {
|
|
451
417
|
InputDescriptions?: InputDescription[] | undefined;
|
|
452
418
|
OutputDescriptions?: OutputDescription[] | undefined;
|
|
453
|
-
ReferenceDataSourceDescriptions?:
|
|
454
|
-
| ReferenceDataSourceDescription[]
|
|
455
|
-
| undefined;
|
|
419
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | undefined;
|
|
456
420
|
}
|
|
457
421
|
export interface GlueDataCatalogConfigurationDescription {
|
|
458
422
|
DatabaseARN: string | undefined;
|
|
459
423
|
}
|
|
460
424
|
export interface CatalogConfigurationDescription {
|
|
461
|
-
GlueDataCatalogConfigurationDescription:
|
|
462
|
-
| GlueDataCatalogConfigurationDescription
|
|
463
|
-
| undefined;
|
|
425
|
+
GlueDataCatalogConfigurationDescription: GlueDataCatalogConfigurationDescription | undefined;
|
|
464
426
|
}
|
|
465
427
|
export interface CustomArtifactConfigurationDescription {
|
|
466
428
|
ArtifactType?: ArtifactType | undefined;
|
|
@@ -478,28 +440,18 @@ export interface ZeppelinMonitoringConfigurationDescription {
|
|
|
478
440
|
LogLevel?: LogLevel | undefined;
|
|
479
441
|
}
|
|
480
442
|
export interface ZeppelinApplicationConfigurationDescription {
|
|
481
|
-
MonitoringConfigurationDescription:
|
|
482
|
-
| ZeppelinMonitoringConfigurationDescription
|
|
483
|
-
| undefined;
|
|
443
|
+
MonitoringConfigurationDescription: ZeppelinMonitoringConfigurationDescription | undefined;
|
|
484
444
|
CatalogConfigurationDescription?: CatalogConfigurationDescription | undefined;
|
|
485
445
|
DeployAsApplicationConfigurationDescription?:
|
|
486
446
|
| DeployAsApplicationConfigurationDescription
|
|
487
447
|
| undefined;
|
|
488
|
-
CustomArtifactsConfigurationDescription?:
|
|
489
|
-
| CustomArtifactConfigurationDescription[]
|
|
490
|
-
| undefined;
|
|
448
|
+
CustomArtifactsConfigurationDescription?: CustomArtifactConfigurationDescription[] | undefined;
|
|
491
449
|
}
|
|
492
450
|
export interface ApplicationConfigurationDescription {
|
|
493
|
-
SqlApplicationConfigurationDescription?:
|
|
494
|
-
|
|
495
|
-
| undefined;
|
|
496
|
-
ApplicationCodeConfigurationDescription?:
|
|
497
|
-
| ApplicationCodeConfigurationDescription
|
|
498
|
-
| undefined;
|
|
451
|
+
SqlApplicationConfigurationDescription?: SqlApplicationConfigurationDescription | undefined;
|
|
452
|
+
ApplicationCodeConfigurationDescription?: ApplicationCodeConfigurationDescription | undefined;
|
|
499
453
|
RunConfigurationDescription?: RunConfigurationDescription | undefined;
|
|
500
|
-
FlinkApplicationConfigurationDescription?:
|
|
501
|
-
| FlinkApplicationConfigurationDescription
|
|
502
|
-
| undefined;
|
|
454
|
+
FlinkApplicationConfigurationDescription?: FlinkApplicationConfigurationDescription | undefined;
|
|
503
455
|
EnvironmentPropertyDescriptions?: EnvironmentPropertyDescriptions | undefined;
|
|
504
456
|
ApplicationSnapshotConfigurationDescription?:
|
|
505
457
|
| ApplicationSnapshotConfigurationDescription
|
|
@@ -573,9 +525,7 @@ export interface KinesisStreamsInputUpdate {
|
|
|
573
525
|
export interface InputUpdate {
|
|
574
526
|
InputId: string | undefined;
|
|
575
527
|
NamePrefixUpdate?: string | undefined;
|
|
576
|
-
InputProcessingConfigurationUpdate?:
|
|
577
|
-
| InputProcessingConfigurationUpdate
|
|
578
|
-
| undefined;
|
|
528
|
+
InputProcessingConfigurationUpdate?: InputProcessingConfigurationUpdate | undefined;
|
|
579
529
|
KinesisStreamsInputUpdate?: KinesisStreamsInputUpdate | undefined;
|
|
580
530
|
KinesisFirehoseInputUpdate?: KinesisFirehoseInputUpdate | undefined;
|
|
581
531
|
InputSchemaUpdate?: InputSchemaUpdate | undefined;
|
|
@@ -622,9 +572,7 @@ export interface GlueDataCatalogConfigurationUpdate {
|
|
|
622
572
|
DatabaseARNUpdate: string | undefined;
|
|
623
573
|
}
|
|
624
574
|
export interface CatalogConfigurationUpdate {
|
|
625
|
-
GlueDataCatalogConfigurationUpdate:
|
|
626
|
-
| GlueDataCatalogConfigurationUpdate
|
|
627
|
-
| undefined;
|
|
575
|
+
GlueDataCatalogConfigurationUpdate: GlueDataCatalogConfigurationUpdate | undefined;
|
|
628
576
|
}
|
|
629
577
|
export interface S3ContentBaseLocationUpdate {
|
|
630
578
|
BucketARNUpdate?: string | undefined;
|
|
@@ -637,41 +585,23 @@ export interface ZeppelinMonitoringConfigurationUpdate {
|
|
|
637
585
|
LogLevelUpdate: LogLevel | undefined;
|
|
638
586
|
}
|
|
639
587
|
export interface ZeppelinApplicationConfigurationUpdate {
|
|
640
|
-
MonitoringConfigurationUpdate?:
|
|
641
|
-
| ZeppelinMonitoringConfigurationUpdate
|
|
642
|
-
| undefined;
|
|
588
|
+
MonitoringConfigurationUpdate?: ZeppelinMonitoringConfigurationUpdate | undefined;
|
|
643
589
|
CatalogConfigurationUpdate?: CatalogConfigurationUpdate | undefined;
|
|
644
|
-
DeployAsApplicationConfigurationUpdate?:
|
|
645
|
-
|
|
646
|
-
| undefined;
|
|
647
|
-
CustomArtifactsConfigurationUpdate?:
|
|
648
|
-
| CustomArtifactConfiguration[]
|
|
649
|
-
| undefined;
|
|
590
|
+
DeployAsApplicationConfigurationUpdate?: DeployAsApplicationConfigurationUpdate | undefined;
|
|
591
|
+
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[] | undefined;
|
|
650
592
|
}
|
|
651
593
|
export interface ApplicationConfigurationUpdate {
|
|
652
|
-
SqlApplicationConfigurationUpdate?:
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
ApplicationCodeConfigurationUpdate?:
|
|
656
|
-
| ApplicationCodeConfigurationUpdate
|
|
657
|
-
| undefined;
|
|
658
|
-
FlinkApplicationConfigurationUpdate?:
|
|
659
|
-
| FlinkApplicationConfigurationUpdate
|
|
660
|
-
| undefined;
|
|
594
|
+
SqlApplicationConfigurationUpdate?: SqlApplicationConfigurationUpdate | undefined;
|
|
595
|
+
ApplicationCodeConfigurationUpdate?: ApplicationCodeConfigurationUpdate | undefined;
|
|
596
|
+
FlinkApplicationConfigurationUpdate?: FlinkApplicationConfigurationUpdate | undefined;
|
|
661
597
|
EnvironmentPropertyUpdates?: EnvironmentPropertyUpdates | undefined;
|
|
662
|
-
ApplicationSnapshotConfigurationUpdate?:
|
|
663
|
-
| ApplicationSnapshotConfigurationUpdate
|
|
664
|
-
| undefined;
|
|
598
|
+
ApplicationSnapshotConfigurationUpdate?: ApplicationSnapshotConfigurationUpdate | undefined;
|
|
665
599
|
ApplicationSystemRollbackConfigurationUpdate?:
|
|
666
600
|
| ApplicationSystemRollbackConfigurationUpdate
|
|
667
601
|
| undefined;
|
|
668
602
|
VpcConfigurationUpdates?: VpcConfigurationUpdate[] | undefined;
|
|
669
|
-
ZeppelinApplicationConfigurationUpdate?:
|
|
670
|
-
|
|
671
|
-
| undefined;
|
|
672
|
-
ApplicationEncryptionConfigurationUpdate?:
|
|
673
|
-
| ApplicationEncryptionConfigurationUpdate
|
|
674
|
-
| undefined;
|
|
603
|
+
ZeppelinApplicationConfigurationUpdate?: ZeppelinApplicationConfigurationUpdate | undefined;
|
|
604
|
+
ApplicationEncryptionConfigurationUpdate?: ApplicationEncryptionConfigurationUpdate | undefined;
|
|
675
605
|
}
|
|
676
606
|
export interface ApplicationMaintenanceConfigurationDescription {
|
|
677
607
|
ApplicationMaintenanceWindowStartTime: string | undefined;
|
|
@@ -687,12 +617,8 @@ export interface ApplicationDetail {
|
|
|
687
617
|
ApplicationVersionId: number | undefined;
|
|
688
618
|
CreateTimestamp?: Date | undefined;
|
|
689
619
|
LastUpdateTimestamp?: Date | undefined;
|
|
690
|
-
ApplicationConfigurationDescription?:
|
|
691
|
-
|
|
692
|
-
| undefined;
|
|
693
|
-
CloudWatchLoggingOptionDescriptions?:
|
|
694
|
-
| CloudWatchLoggingOptionDescription[]
|
|
695
|
-
| undefined;
|
|
620
|
+
ApplicationConfigurationDescription?: ApplicationConfigurationDescription | undefined;
|
|
621
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | undefined;
|
|
696
622
|
ApplicationMaintenanceConfigurationDescription?:
|
|
697
623
|
| ApplicationMaintenanceConfigurationDescription
|
|
698
624
|
| undefined;
|
|
@@ -792,9 +718,7 @@ export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
|
792
718
|
export interface DeleteApplicationCloudWatchLoggingOptionResponse {
|
|
793
719
|
ApplicationARN?: string | undefined;
|
|
794
720
|
ApplicationVersionId?: number | undefined;
|
|
795
|
-
CloudWatchLoggingOptionDescriptions?:
|
|
796
|
-
| CloudWatchLoggingOptionDescription[]
|
|
797
|
-
| undefined;
|
|
721
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | undefined;
|
|
798
722
|
OperationId?: string | undefined;
|
|
799
723
|
}
|
|
800
724
|
export interface DeleteApplicationInputProcessingConfigurationRequest {
|
|
@@ -886,9 +810,7 @@ export interface S3Configuration {
|
|
|
886
810
|
export interface DiscoverInputSchemaRequest {
|
|
887
811
|
ResourceARN?: string | undefined;
|
|
888
812
|
ServiceExecutionRole: string | undefined;
|
|
889
|
-
InputStartingPositionConfiguration?:
|
|
890
|
-
| InputStartingPositionConfiguration
|
|
891
|
-
| undefined;
|
|
813
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | undefined;
|
|
892
814
|
S3Configuration?: S3Configuration | undefined;
|
|
893
815
|
InputProcessingConfiguration?: InputProcessingConfiguration | undefined;
|
|
894
816
|
}
|
|
@@ -951,9 +873,7 @@ export interface RollbackApplicationResponse {
|
|
|
951
873
|
}
|
|
952
874
|
export interface SqlRunConfiguration {
|
|
953
875
|
InputId: string | undefined;
|
|
954
|
-
InputStartingPositionConfiguration:
|
|
955
|
-
| InputStartingPositionConfiguration
|
|
956
|
-
| undefined;
|
|
876
|
+
InputStartingPositionConfiguration: InputStartingPositionConfiguration | undefined;
|
|
957
877
|
}
|
|
958
878
|
export interface RunConfiguration {
|
|
959
879
|
FlinkRunConfiguration?: FlinkRunConfiguration | undefined;
|
|
@@ -1004,9 +924,7 @@ export interface UpdateApplicationResponse {
|
|
|
1004
924
|
}
|
|
1005
925
|
export interface UpdateApplicationMaintenanceConfigurationRequest {
|
|
1006
926
|
ApplicationName: string | undefined;
|
|
1007
|
-
ApplicationMaintenanceConfigurationUpdate:
|
|
1008
|
-
| ApplicationMaintenanceConfigurationUpdate
|
|
1009
|
-
| undefined;
|
|
927
|
+
ApplicationMaintenanceConfigurationUpdate: ApplicationMaintenanceConfigurationUpdate | undefined;
|
|
1010
928
|
}
|
|
1011
929
|
export interface UpdateApplicationMaintenanceConfigurationResponse {
|
|
1012
930
|
ApplicationARN?: string | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { KinesisAnalyticsV2Client } from "../KinesisAnalyticsV2Client";
|
|
3
|
-
export interface KinesisAnalyticsV2PaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface KinesisAnalyticsV2PaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: KinesisAnalyticsV2Client;
|
|
6
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { KinesisAnalyticsV2ClientConfig } from "./KinesisAnalyticsV2Client";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: KinesisAnalyticsV2ClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { KinesisAnalyticsV2ClientConfig } from "./KinesisAnalyticsV2Client";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: KinesisAnalyticsV2ClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: KinesisAnalyticsV2ClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|