@aws-sdk/client-kinesis-analytics-v2 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationInputCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationVersionCommand.js +2 -2
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RollbackApplicationCommand.js +2 -2
- package/dist-cjs/commands/StartApplicationCommand.js +2 -2
- package/dist-cjs/commands/StopApplicationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +729 -1091
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
- package/dist-es/commands/AddApplicationInputCommand.js +3 -3
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
- package/dist-es/commands/AddApplicationOutputCommand.js +3 -3
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
- package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +3 -3
- package/dist-es/commands/CreateApplicationSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationSnapshotCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationVersionCommand.js +3 -3
- package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -3
- package/dist-es/commands/ListApplicationSnapshotsCommand.js +3 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RollbackApplicationCommand.js +3 -3
- package/dist-es/commands/StartApplicationCommand.js +3 -3
- package/dist-es/commands/StopApplicationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +3 -3
- package/dist-es/models/models_0.js +181 -724
- package/dist-types/models/models_0.d.ts +724 -1086
- package/dist-types/ts3.4/models/models_0.d.ts +362 -724
- package/package.json +7 -7
|
@@ -5,10 +5,6 @@ export interface CloudWatchLoggingOption {
|
|
|
5
5
|
|
|
6
6
|
LogStreamARN: string | undefined;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace CloudWatchLoggingOption {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: CloudWatchLoggingOption) => any;
|
|
11
|
-
}
|
|
12
8
|
export interface AddApplicationCloudWatchLoggingOptionRequest {
|
|
13
9
|
|
|
14
10
|
ApplicationName: string | undefined;
|
|
@@ -19,10 +15,6 @@ export interface AddApplicationCloudWatchLoggingOptionRequest {
|
|
|
19
15
|
|
|
20
16
|
ConditionalToken?: string;
|
|
21
17
|
}
|
|
22
|
-
export declare namespace AddApplicationCloudWatchLoggingOptionRequest {
|
|
23
|
-
|
|
24
|
-
const filterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionRequest) => any;
|
|
25
|
-
}
|
|
26
18
|
|
|
27
19
|
export interface CloudWatchLoggingOptionDescription {
|
|
28
20
|
|
|
@@ -32,10 +24,6 @@ export interface CloudWatchLoggingOptionDescription {
|
|
|
32
24
|
|
|
33
25
|
RoleARN?: string;
|
|
34
26
|
}
|
|
35
|
-
export declare namespace CloudWatchLoggingOptionDescription {
|
|
36
|
-
|
|
37
|
-
const filterSensitiveLog: (obj: CloudWatchLoggingOptionDescription) => any;
|
|
38
|
-
}
|
|
39
27
|
export interface AddApplicationCloudWatchLoggingOptionResponse {
|
|
40
28
|
|
|
41
29
|
ApplicationARN?: string;
|
|
@@ -44,10 +32,6 @@ export interface AddApplicationCloudWatchLoggingOptionResponse {
|
|
|
44
32
|
|
|
45
33
|
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
46
34
|
}
|
|
47
|
-
export declare namespace AddApplicationCloudWatchLoggingOptionResponse {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionResponse) => any;
|
|
50
|
-
}
|
|
51
35
|
|
|
52
36
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
53
37
|
readonly name: "ConcurrentModificationException";
|
|
@@ -101,28 +85,16 @@ export interface InputParallelism {
|
|
|
101
85
|
|
|
102
86
|
Count?: number;
|
|
103
87
|
}
|
|
104
|
-
export declare namespace InputParallelism {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: InputParallelism) => any;
|
|
107
|
-
}
|
|
108
88
|
|
|
109
89
|
export interface InputLambdaProcessor {
|
|
110
90
|
|
|
111
91
|
ResourceARN: string | undefined;
|
|
112
92
|
}
|
|
113
|
-
export declare namespace InputLambdaProcessor {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: InputLambdaProcessor) => any;
|
|
116
|
-
}
|
|
117
93
|
|
|
118
94
|
export interface InputProcessingConfiguration {
|
|
119
95
|
|
|
120
96
|
InputLambdaProcessor: InputLambdaProcessor | undefined;
|
|
121
97
|
}
|
|
122
|
-
export declare namespace InputProcessingConfiguration {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: InputProcessingConfiguration) => any;
|
|
125
|
-
}
|
|
126
98
|
|
|
127
99
|
export interface RecordColumn {
|
|
128
100
|
|
|
@@ -132,10 +104,6 @@ export interface RecordColumn {
|
|
|
132
104
|
|
|
133
105
|
SqlType: string | undefined;
|
|
134
106
|
}
|
|
135
|
-
export declare namespace RecordColumn {
|
|
136
|
-
|
|
137
|
-
const filterSensitiveLog: (obj: RecordColumn) => any;
|
|
138
|
-
}
|
|
139
107
|
|
|
140
108
|
export interface CSVMappingParameters {
|
|
141
109
|
|
|
@@ -143,19 +111,11 @@ export interface CSVMappingParameters {
|
|
|
143
111
|
|
|
144
112
|
RecordColumnDelimiter: string | undefined;
|
|
145
113
|
}
|
|
146
|
-
export declare namespace CSVMappingParameters {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: CSVMappingParameters) => any;
|
|
149
|
-
}
|
|
150
114
|
|
|
151
115
|
export interface JSONMappingParameters {
|
|
152
116
|
|
|
153
117
|
RecordRowPath: string | undefined;
|
|
154
118
|
}
|
|
155
|
-
export declare namespace JSONMappingParameters {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: JSONMappingParameters) => any;
|
|
158
|
-
}
|
|
159
119
|
|
|
160
120
|
export interface MappingParameters {
|
|
161
121
|
|
|
@@ -163,10 +123,6 @@ export interface MappingParameters {
|
|
|
163
123
|
|
|
164
124
|
CSVMappingParameters?: CSVMappingParameters;
|
|
165
125
|
}
|
|
166
|
-
export declare namespace MappingParameters {
|
|
167
|
-
|
|
168
|
-
const filterSensitiveLog: (obj: MappingParameters) => any;
|
|
169
|
-
}
|
|
170
126
|
export declare enum RecordFormatType {
|
|
171
127
|
CSV = "CSV",
|
|
172
128
|
JSON = "JSON"
|
|
@@ -178,10 +134,6 @@ export interface RecordFormat {
|
|
|
178
134
|
|
|
179
135
|
MappingParameters?: MappingParameters;
|
|
180
136
|
}
|
|
181
|
-
export declare namespace RecordFormat {
|
|
182
|
-
|
|
183
|
-
const filterSensitiveLog: (obj: RecordFormat) => any;
|
|
184
|
-
}
|
|
185
137
|
|
|
186
138
|
export interface SourceSchema {
|
|
187
139
|
|
|
@@ -191,28 +143,16 @@ export interface SourceSchema {
|
|
|
191
143
|
|
|
192
144
|
RecordColumns: RecordColumn[] | undefined;
|
|
193
145
|
}
|
|
194
|
-
export declare namespace SourceSchema {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: SourceSchema) => any;
|
|
197
|
-
}
|
|
198
146
|
|
|
199
147
|
export interface KinesisFirehoseInput {
|
|
200
148
|
|
|
201
149
|
ResourceARN: string | undefined;
|
|
202
150
|
}
|
|
203
|
-
export declare namespace KinesisFirehoseInput {
|
|
204
|
-
|
|
205
|
-
const filterSensitiveLog: (obj: KinesisFirehoseInput) => any;
|
|
206
|
-
}
|
|
207
151
|
|
|
208
152
|
export interface KinesisStreamsInput {
|
|
209
153
|
|
|
210
154
|
ResourceARN: string | undefined;
|
|
211
155
|
}
|
|
212
|
-
export declare namespace KinesisStreamsInput {
|
|
213
|
-
|
|
214
|
-
const filterSensitiveLog: (obj: KinesisStreamsInput) => any;
|
|
215
|
-
}
|
|
216
156
|
|
|
217
157
|
export interface Input {
|
|
218
158
|
|
|
@@ -228,10 +168,6 @@ export interface Input {
|
|
|
228
168
|
|
|
229
169
|
InputSchema: SourceSchema | undefined;
|
|
230
170
|
}
|
|
231
|
-
export declare namespace Input {
|
|
232
|
-
|
|
233
|
-
const filterSensitiveLog: (obj: Input) => any;
|
|
234
|
-
}
|
|
235
171
|
export interface AddApplicationInputRequest {
|
|
236
172
|
|
|
237
173
|
ApplicationName: string | undefined;
|
|
@@ -240,10 +176,6 @@ export interface AddApplicationInputRequest {
|
|
|
240
176
|
|
|
241
177
|
Input: Input | undefined;
|
|
242
178
|
}
|
|
243
|
-
export declare namespace AddApplicationInputRequest {
|
|
244
|
-
|
|
245
|
-
const filterSensitiveLog: (obj: AddApplicationInputRequest) => any;
|
|
246
|
-
}
|
|
247
179
|
|
|
248
180
|
export interface InputLambdaProcessorDescription {
|
|
249
181
|
|
|
@@ -251,19 +183,11 @@ export interface InputLambdaProcessorDescription {
|
|
|
251
183
|
|
|
252
184
|
RoleARN?: string;
|
|
253
185
|
}
|
|
254
|
-
export declare namespace InputLambdaProcessorDescription {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: InputLambdaProcessorDescription) => any;
|
|
257
|
-
}
|
|
258
186
|
|
|
259
187
|
export interface InputProcessingConfigurationDescription {
|
|
260
188
|
|
|
261
189
|
InputLambdaProcessorDescription?: InputLambdaProcessorDescription;
|
|
262
190
|
}
|
|
263
|
-
export declare namespace InputProcessingConfigurationDescription {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: InputProcessingConfigurationDescription) => any;
|
|
266
|
-
}
|
|
267
191
|
export declare enum InputStartingPosition {
|
|
268
192
|
LAST_STOPPED_POINT = "LAST_STOPPED_POINT",
|
|
269
193
|
NOW = "NOW",
|
|
@@ -274,10 +198,6 @@ export interface InputStartingPositionConfiguration {
|
|
|
274
198
|
|
|
275
199
|
InputStartingPosition?: InputStartingPosition | string;
|
|
276
200
|
}
|
|
277
|
-
export declare namespace InputStartingPositionConfiguration {
|
|
278
|
-
|
|
279
|
-
const filterSensitiveLog: (obj: InputStartingPositionConfiguration) => any;
|
|
280
|
-
}
|
|
281
201
|
|
|
282
202
|
export interface KinesisFirehoseInputDescription {
|
|
283
203
|
|
|
@@ -285,10 +205,6 @@ export interface KinesisFirehoseInputDescription {
|
|
|
285
205
|
|
|
286
206
|
RoleARN?: string;
|
|
287
207
|
}
|
|
288
|
-
export declare namespace KinesisFirehoseInputDescription {
|
|
289
|
-
|
|
290
|
-
const filterSensitiveLog: (obj: KinesisFirehoseInputDescription) => any;
|
|
291
|
-
}
|
|
292
208
|
|
|
293
209
|
export interface KinesisStreamsInputDescription {
|
|
294
210
|
|
|
@@ -296,10 +212,6 @@ export interface KinesisStreamsInputDescription {
|
|
|
296
212
|
|
|
297
213
|
RoleARN?: string;
|
|
298
214
|
}
|
|
299
|
-
export declare namespace KinesisStreamsInputDescription {
|
|
300
|
-
|
|
301
|
-
const filterSensitiveLog: (obj: KinesisStreamsInputDescription) => any;
|
|
302
|
-
}
|
|
303
215
|
|
|
304
216
|
export interface InputDescription {
|
|
305
217
|
|
|
@@ -321,10 +233,6 @@ export interface InputDescription {
|
|
|
321
233
|
|
|
322
234
|
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
323
235
|
}
|
|
324
|
-
export declare namespace InputDescription {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: InputDescription) => any;
|
|
327
|
-
}
|
|
328
236
|
export interface AddApplicationInputResponse {
|
|
329
237
|
|
|
330
238
|
ApplicationARN?: string;
|
|
@@ -333,10 +241,6 @@ export interface AddApplicationInputResponse {
|
|
|
333
241
|
|
|
334
242
|
InputDescriptions?: InputDescription[];
|
|
335
243
|
}
|
|
336
|
-
export declare namespace AddApplicationInputResponse {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: AddApplicationInputResponse) => any;
|
|
339
|
-
}
|
|
340
244
|
|
|
341
245
|
export declare class CodeValidationException extends __BaseException {
|
|
342
246
|
readonly name: "CodeValidationException";
|
|
@@ -355,10 +259,6 @@ export interface AddApplicationInputProcessingConfigurationRequest {
|
|
|
355
259
|
|
|
356
260
|
InputProcessingConfiguration: InputProcessingConfiguration | undefined;
|
|
357
261
|
}
|
|
358
|
-
export declare namespace AddApplicationInputProcessingConfigurationRequest {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationRequest) => any;
|
|
361
|
-
}
|
|
362
262
|
export interface AddApplicationInputProcessingConfigurationResponse {
|
|
363
263
|
|
|
364
264
|
ApplicationARN?: string;
|
|
@@ -369,46 +269,26 @@ export interface AddApplicationInputProcessingConfigurationResponse {
|
|
|
369
269
|
|
|
370
270
|
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
|
|
371
271
|
}
|
|
372
|
-
export declare namespace AddApplicationInputProcessingConfigurationResponse {
|
|
373
|
-
|
|
374
|
-
const filterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationResponse) => any;
|
|
375
|
-
}
|
|
376
272
|
|
|
377
273
|
export interface DestinationSchema {
|
|
378
274
|
|
|
379
275
|
RecordFormatType: RecordFormatType | string | undefined;
|
|
380
276
|
}
|
|
381
|
-
export declare namespace DestinationSchema {
|
|
382
|
-
|
|
383
|
-
const filterSensitiveLog: (obj: DestinationSchema) => any;
|
|
384
|
-
}
|
|
385
277
|
|
|
386
278
|
export interface KinesisFirehoseOutput {
|
|
387
279
|
|
|
388
280
|
ResourceARN: string | undefined;
|
|
389
281
|
}
|
|
390
|
-
export declare namespace KinesisFirehoseOutput {
|
|
391
|
-
|
|
392
|
-
const filterSensitiveLog: (obj: KinesisFirehoseOutput) => any;
|
|
393
|
-
}
|
|
394
282
|
|
|
395
283
|
export interface KinesisStreamsOutput {
|
|
396
284
|
|
|
397
285
|
ResourceARN: string | undefined;
|
|
398
286
|
}
|
|
399
|
-
export declare namespace KinesisStreamsOutput {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: KinesisStreamsOutput) => any;
|
|
402
|
-
}
|
|
403
287
|
|
|
404
288
|
export interface LambdaOutput {
|
|
405
289
|
|
|
406
290
|
ResourceARN: string | undefined;
|
|
407
291
|
}
|
|
408
|
-
export declare namespace LambdaOutput {
|
|
409
|
-
|
|
410
|
-
const filterSensitiveLog: (obj: LambdaOutput) => any;
|
|
411
|
-
}
|
|
412
292
|
|
|
413
293
|
export interface Output {
|
|
414
294
|
|
|
@@ -422,10 +302,6 @@ export interface Output {
|
|
|
422
302
|
|
|
423
303
|
DestinationSchema: DestinationSchema | undefined;
|
|
424
304
|
}
|
|
425
|
-
export declare namespace Output {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
428
|
-
}
|
|
429
305
|
export interface AddApplicationOutputRequest {
|
|
430
306
|
|
|
431
307
|
ApplicationName: string | undefined;
|
|
@@ -434,10 +310,6 @@ export interface AddApplicationOutputRequest {
|
|
|
434
310
|
|
|
435
311
|
Output: Output | undefined;
|
|
436
312
|
}
|
|
437
|
-
export declare namespace AddApplicationOutputRequest {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: AddApplicationOutputRequest) => any;
|
|
440
|
-
}
|
|
441
313
|
|
|
442
314
|
export interface KinesisFirehoseOutputDescription {
|
|
443
315
|
|
|
@@ -445,10 +317,6 @@ export interface KinesisFirehoseOutputDescription {
|
|
|
445
317
|
|
|
446
318
|
RoleARN?: string;
|
|
447
319
|
}
|
|
448
|
-
export declare namespace KinesisFirehoseOutputDescription {
|
|
449
|
-
|
|
450
|
-
const filterSensitiveLog: (obj: KinesisFirehoseOutputDescription) => any;
|
|
451
|
-
}
|
|
452
320
|
|
|
453
321
|
export interface KinesisStreamsOutputDescription {
|
|
454
322
|
|
|
@@ -456,10 +324,6 @@ export interface KinesisStreamsOutputDescription {
|
|
|
456
324
|
|
|
457
325
|
RoleARN?: string;
|
|
458
326
|
}
|
|
459
|
-
export declare namespace KinesisStreamsOutputDescription {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: KinesisStreamsOutputDescription) => any;
|
|
462
|
-
}
|
|
463
327
|
|
|
464
328
|
export interface LambdaOutputDescription {
|
|
465
329
|
|
|
@@ -467,10 +331,6 @@ export interface LambdaOutputDescription {
|
|
|
467
331
|
|
|
468
332
|
RoleARN?: string;
|
|
469
333
|
}
|
|
470
|
-
export declare namespace LambdaOutputDescription {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: LambdaOutputDescription) => any;
|
|
473
|
-
}
|
|
474
334
|
|
|
475
335
|
export interface OutputDescription {
|
|
476
336
|
|
|
@@ -486,10 +346,6 @@ export interface OutputDescription {
|
|
|
486
346
|
|
|
487
347
|
DestinationSchema?: DestinationSchema;
|
|
488
348
|
}
|
|
489
|
-
export declare namespace OutputDescription {
|
|
490
|
-
|
|
491
|
-
const filterSensitiveLog: (obj: OutputDescription) => any;
|
|
492
|
-
}
|
|
493
349
|
export interface AddApplicationOutputResponse {
|
|
494
350
|
|
|
495
351
|
ApplicationARN?: string;
|
|
@@ -498,10 +354,6 @@ export interface AddApplicationOutputResponse {
|
|
|
498
354
|
|
|
499
355
|
OutputDescriptions?: OutputDescription[];
|
|
500
356
|
}
|
|
501
|
-
export declare namespace AddApplicationOutputResponse {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: AddApplicationOutputResponse) => any;
|
|
504
|
-
}
|
|
505
357
|
|
|
506
358
|
export interface S3ReferenceDataSource {
|
|
507
359
|
|
|
@@ -509,10 +361,6 @@ export interface S3ReferenceDataSource {
|
|
|
509
361
|
|
|
510
362
|
FileKey?: string;
|
|
511
363
|
}
|
|
512
|
-
export declare namespace S3ReferenceDataSource {
|
|
513
|
-
|
|
514
|
-
const filterSensitiveLog: (obj: S3ReferenceDataSource) => any;
|
|
515
|
-
}
|
|
516
364
|
|
|
517
365
|
export interface ReferenceDataSource {
|
|
518
366
|
|
|
@@ -522,10 +370,6 @@ export interface ReferenceDataSource {
|
|
|
522
370
|
|
|
523
371
|
ReferenceSchema: SourceSchema | undefined;
|
|
524
372
|
}
|
|
525
|
-
export declare namespace ReferenceDataSource {
|
|
526
|
-
|
|
527
|
-
const filterSensitiveLog: (obj: ReferenceDataSource) => any;
|
|
528
|
-
}
|
|
529
373
|
export interface AddApplicationReferenceDataSourceRequest {
|
|
530
374
|
|
|
531
375
|
ApplicationName: string | undefined;
|
|
@@ -534,10 +378,6 @@ export interface AddApplicationReferenceDataSourceRequest {
|
|
|
534
378
|
|
|
535
379
|
ReferenceDataSource: ReferenceDataSource | undefined;
|
|
536
380
|
}
|
|
537
|
-
export declare namespace AddApplicationReferenceDataSourceRequest {
|
|
538
|
-
|
|
539
|
-
const filterSensitiveLog: (obj: AddApplicationReferenceDataSourceRequest) => any;
|
|
540
|
-
}
|
|
541
381
|
|
|
542
382
|
export interface S3ReferenceDataSourceDescription {
|
|
543
383
|
|
|
@@ -547,10 +387,6 @@ export interface S3ReferenceDataSourceDescription {
|
|
|
547
387
|
|
|
548
388
|
ReferenceRoleARN?: string;
|
|
549
389
|
}
|
|
550
|
-
export declare namespace S3ReferenceDataSourceDescription {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: S3ReferenceDataSourceDescription) => any;
|
|
553
|
-
}
|
|
554
390
|
|
|
555
391
|
export interface ReferenceDataSourceDescription {
|
|
556
392
|
|
|
@@ -562,10 +398,6 @@ export interface ReferenceDataSourceDescription {
|
|
|
562
398
|
|
|
563
399
|
ReferenceSchema?: SourceSchema;
|
|
564
400
|
}
|
|
565
|
-
export declare namespace ReferenceDataSourceDescription {
|
|
566
|
-
|
|
567
|
-
const filterSensitiveLog: (obj: ReferenceDataSourceDescription) => any;
|
|
568
|
-
}
|
|
569
401
|
export interface AddApplicationReferenceDataSourceResponse {
|
|
570
402
|
|
|
571
403
|
ApplicationARN?: string;
|
|
@@ -574,10 +406,6 @@ export interface AddApplicationReferenceDataSourceResponse {
|
|
|
574
406
|
|
|
575
407
|
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
576
408
|
}
|
|
577
|
-
export declare namespace AddApplicationReferenceDataSourceResponse {
|
|
578
|
-
|
|
579
|
-
const filterSensitiveLog: (obj: AddApplicationReferenceDataSourceResponse) => any;
|
|
580
|
-
}
|
|
581
409
|
|
|
582
410
|
export interface VpcConfiguration {
|
|
583
411
|
|
|
@@ -585,10 +413,6 @@ export interface VpcConfiguration {
|
|
|
585
413
|
|
|
586
414
|
SecurityGroupIds: string[] | undefined;
|
|
587
415
|
}
|
|
588
|
-
export declare namespace VpcConfiguration {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
591
|
-
}
|
|
592
416
|
export interface AddApplicationVpcConfigurationRequest {
|
|
593
417
|
|
|
594
418
|
ApplicationName: string | undefined;
|
|
@@ -599,10 +423,6 @@ export interface AddApplicationVpcConfigurationRequest {
|
|
|
599
423
|
|
|
600
424
|
ConditionalToken?: string;
|
|
601
425
|
}
|
|
602
|
-
export declare namespace AddApplicationVpcConfigurationRequest {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: AddApplicationVpcConfigurationRequest) => any;
|
|
605
|
-
}
|
|
606
426
|
|
|
607
427
|
export interface VpcConfigurationDescription {
|
|
608
428
|
|
|
@@ -614,10 +434,6 @@ export interface VpcConfigurationDescription {
|
|
|
614
434
|
|
|
615
435
|
SecurityGroupIds: string[] | undefined;
|
|
616
436
|
}
|
|
617
|
-
export declare namespace VpcConfigurationDescription {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: VpcConfigurationDescription) => any;
|
|
620
|
-
}
|
|
621
437
|
export interface AddApplicationVpcConfigurationResponse {
|
|
622
438
|
|
|
623
439
|
ApplicationARN?: string;
|
|
@@ -626,10 +442,6 @@ export interface AddApplicationVpcConfigurationResponse {
|
|
|
626
442
|
|
|
627
443
|
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
628
444
|
}
|
|
629
|
-
export declare namespace AddApplicationVpcConfigurationResponse {
|
|
630
|
-
|
|
631
|
-
const filterSensitiveLog: (obj: AddApplicationVpcConfigurationResponse) => any;
|
|
632
|
-
}
|
|
633
445
|
|
|
634
446
|
export interface S3ContentLocation {
|
|
635
447
|
|
|
@@ -639,10 +451,6 @@ export interface S3ContentLocation {
|
|
|
639
451
|
|
|
640
452
|
ObjectVersion?: string;
|
|
641
453
|
}
|
|
642
|
-
export declare namespace S3ContentLocation {
|
|
643
|
-
|
|
644
|
-
const filterSensitiveLog: (obj: S3ContentLocation) => any;
|
|
645
|
-
}
|
|
646
454
|
|
|
647
455
|
export interface CodeContent {
|
|
648
456
|
|
|
@@ -652,10 +460,6 @@ export interface CodeContent {
|
|
|
652
460
|
|
|
653
461
|
S3ContentLocation?: S3ContentLocation;
|
|
654
462
|
}
|
|
655
|
-
export declare namespace CodeContent {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: CodeContent) => any;
|
|
658
|
-
}
|
|
659
463
|
export declare enum CodeContentType {
|
|
660
464
|
PLAINTEXT = "PLAINTEXT",
|
|
661
465
|
ZIPFILE = "ZIPFILE"
|
|
@@ -667,10 +471,6 @@ export interface ApplicationCodeConfiguration {
|
|
|
667
471
|
|
|
668
472
|
CodeContentType: CodeContentType | string | undefined;
|
|
669
473
|
}
|
|
670
|
-
export declare namespace ApplicationCodeConfiguration {
|
|
671
|
-
|
|
672
|
-
const filterSensitiveLog: (obj: ApplicationCodeConfiguration) => any;
|
|
673
|
-
}
|
|
674
474
|
|
|
675
475
|
export interface S3ApplicationCodeLocationDescription {
|
|
676
476
|
|
|
@@ -680,10 +480,6 @@ export interface S3ApplicationCodeLocationDescription {
|
|
|
680
480
|
|
|
681
481
|
ObjectVersion?: string;
|
|
682
482
|
}
|
|
683
|
-
export declare namespace S3ApplicationCodeLocationDescription {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: S3ApplicationCodeLocationDescription) => any;
|
|
686
|
-
}
|
|
687
483
|
|
|
688
484
|
export interface CodeContentDescription {
|
|
689
485
|
|
|
@@ -695,10 +491,6 @@ export interface CodeContentDescription {
|
|
|
695
491
|
|
|
696
492
|
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription;
|
|
697
493
|
}
|
|
698
|
-
export declare namespace CodeContentDescription {
|
|
699
|
-
|
|
700
|
-
const filterSensitiveLog: (obj: CodeContentDescription) => any;
|
|
701
|
-
}
|
|
702
494
|
|
|
703
495
|
export interface ApplicationCodeConfigurationDescription {
|
|
704
496
|
|
|
@@ -706,10 +498,6 @@ export interface ApplicationCodeConfigurationDescription {
|
|
|
706
498
|
|
|
707
499
|
CodeContentDescription?: CodeContentDescription;
|
|
708
500
|
}
|
|
709
|
-
export declare namespace ApplicationCodeConfigurationDescription {
|
|
710
|
-
|
|
711
|
-
const filterSensitiveLog: (obj: ApplicationCodeConfigurationDescription) => any;
|
|
712
|
-
}
|
|
713
501
|
|
|
714
502
|
export interface S3ContentLocationUpdate {
|
|
715
503
|
|
|
@@ -719,10 +507,6 @@ export interface S3ContentLocationUpdate {
|
|
|
719
507
|
|
|
720
508
|
ObjectVersionUpdate?: string;
|
|
721
509
|
}
|
|
722
|
-
export declare namespace S3ContentLocationUpdate {
|
|
723
|
-
|
|
724
|
-
const filterSensitiveLog: (obj: S3ContentLocationUpdate) => any;
|
|
725
|
-
}
|
|
726
510
|
|
|
727
511
|
export interface CodeContentUpdate {
|
|
728
512
|
|
|
@@ -732,10 +516,6 @@ export interface CodeContentUpdate {
|
|
|
732
516
|
|
|
733
517
|
S3ContentLocationUpdate?: S3ContentLocationUpdate;
|
|
734
518
|
}
|
|
735
|
-
export declare namespace CodeContentUpdate {
|
|
736
|
-
|
|
737
|
-
const filterSensitiveLog: (obj: CodeContentUpdate) => any;
|
|
738
|
-
}
|
|
739
519
|
|
|
740
520
|
export interface ApplicationCodeConfigurationUpdate {
|
|
741
521
|
|
|
@@ -743,19 +523,11 @@ export interface ApplicationCodeConfigurationUpdate {
|
|
|
743
523
|
|
|
744
524
|
CodeContentUpdate?: CodeContentUpdate;
|
|
745
525
|
}
|
|
746
|
-
export declare namespace ApplicationCodeConfigurationUpdate {
|
|
747
|
-
|
|
748
|
-
const filterSensitiveLog: (obj: ApplicationCodeConfigurationUpdate) => any;
|
|
749
|
-
}
|
|
750
526
|
|
|
751
527
|
export interface ApplicationSnapshotConfiguration {
|
|
752
528
|
|
|
753
529
|
SnapshotsEnabled: boolean | undefined;
|
|
754
530
|
}
|
|
755
|
-
export declare namespace ApplicationSnapshotConfiguration {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: ApplicationSnapshotConfiguration) => any;
|
|
758
|
-
}
|
|
759
531
|
|
|
760
532
|
export interface PropertyGroup {
|
|
761
533
|
|
|
@@ -763,19 +535,11 @@ export interface PropertyGroup {
|
|
|
763
535
|
|
|
764
536
|
PropertyMap: Record<string, string> | undefined;
|
|
765
537
|
}
|
|
766
|
-
export declare namespace PropertyGroup {
|
|
767
|
-
|
|
768
|
-
const filterSensitiveLog: (obj: PropertyGroup) => any;
|
|
769
|
-
}
|
|
770
538
|
|
|
771
539
|
export interface EnvironmentProperties {
|
|
772
540
|
|
|
773
541
|
PropertyGroups: PropertyGroup[] | undefined;
|
|
774
542
|
}
|
|
775
|
-
export declare namespace EnvironmentProperties {
|
|
776
|
-
|
|
777
|
-
const filterSensitiveLog: (obj: EnvironmentProperties) => any;
|
|
778
|
-
}
|
|
779
543
|
export declare enum ConfigurationType {
|
|
780
544
|
CUSTOM = "CUSTOM",
|
|
781
545
|
DEFAULT = "DEFAULT"
|
|
@@ -791,10 +555,6 @@ export interface CheckpointConfiguration {
|
|
|
791
555
|
|
|
792
556
|
MinPauseBetweenCheckpoints?: number;
|
|
793
557
|
}
|
|
794
|
-
export declare namespace CheckpointConfiguration {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: CheckpointConfiguration) => any;
|
|
797
|
-
}
|
|
798
558
|
export declare enum LogLevel {
|
|
799
559
|
DEBUG = "DEBUG",
|
|
800
560
|
ERROR = "ERROR",
|
|
@@ -816,10 +576,6 @@ export interface MonitoringConfiguration {
|
|
|
816
576
|
|
|
817
577
|
LogLevel?: LogLevel | string;
|
|
818
578
|
}
|
|
819
|
-
export declare namespace MonitoringConfiguration {
|
|
820
|
-
|
|
821
|
-
const filterSensitiveLog: (obj: MonitoringConfiguration) => any;
|
|
822
|
-
}
|
|
823
579
|
|
|
824
580
|
export interface ParallelismConfiguration {
|
|
825
581
|
|
|
@@ -831,10 +587,6 @@ export interface ParallelismConfiguration {
|
|
|
831
587
|
|
|
832
588
|
AutoScalingEnabled?: boolean;
|
|
833
589
|
}
|
|
834
|
-
export declare namespace ParallelismConfiguration {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: ParallelismConfiguration) => any;
|
|
837
|
-
}
|
|
838
590
|
|
|
839
591
|
export interface FlinkApplicationConfiguration {
|
|
840
592
|
|
|
@@ -844,10 +596,6 @@ export interface FlinkApplicationConfiguration {
|
|
|
844
596
|
|
|
845
597
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
846
598
|
}
|
|
847
|
-
export declare namespace FlinkApplicationConfiguration {
|
|
848
|
-
|
|
849
|
-
const filterSensitiveLog: (obj: FlinkApplicationConfiguration) => any;
|
|
850
|
-
}
|
|
851
599
|
|
|
852
600
|
export interface SqlApplicationConfiguration {
|
|
853
601
|
|
|
@@ -857,28 +605,16 @@ export interface SqlApplicationConfiguration {
|
|
|
857
605
|
|
|
858
606
|
ReferenceDataSources?: ReferenceDataSource[];
|
|
859
607
|
}
|
|
860
|
-
export declare namespace SqlApplicationConfiguration {
|
|
861
|
-
|
|
862
|
-
const filterSensitiveLog: (obj: SqlApplicationConfiguration) => any;
|
|
863
|
-
}
|
|
864
608
|
|
|
865
609
|
export interface GlueDataCatalogConfiguration {
|
|
866
610
|
|
|
867
611
|
DatabaseARN: string | undefined;
|
|
868
612
|
}
|
|
869
|
-
export declare namespace GlueDataCatalogConfiguration {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: GlueDataCatalogConfiguration) => any;
|
|
872
|
-
}
|
|
873
613
|
|
|
874
614
|
export interface CatalogConfiguration {
|
|
875
615
|
|
|
876
616
|
GlueDataCatalogConfiguration: GlueDataCatalogConfiguration | undefined;
|
|
877
617
|
}
|
|
878
|
-
export declare namespace CatalogConfiguration {
|
|
879
|
-
|
|
880
|
-
const filterSensitiveLog: (obj: CatalogConfiguration) => any;
|
|
881
|
-
}
|
|
882
618
|
export declare enum ArtifactType {
|
|
883
619
|
DEPENDENCY_JAR = "DEPENDENCY_JAR",
|
|
884
620
|
UDF = "UDF"
|
|
@@ -892,10 +628,6 @@ export interface MavenReference {
|
|
|
892
628
|
|
|
893
629
|
Version: string | undefined;
|
|
894
630
|
}
|
|
895
|
-
export declare namespace MavenReference {
|
|
896
|
-
|
|
897
|
-
const filterSensitiveLog: (obj: MavenReference) => any;
|
|
898
|
-
}
|
|
899
631
|
|
|
900
632
|
export interface CustomArtifactConfiguration {
|
|
901
633
|
|
|
@@ -905,10 +637,6 @@ export interface CustomArtifactConfiguration {
|
|
|
905
637
|
|
|
906
638
|
MavenReference?: MavenReference;
|
|
907
639
|
}
|
|
908
|
-
export declare namespace CustomArtifactConfiguration {
|
|
909
|
-
|
|
910
|
-
const filterSensitiveLog: (obj: CustomArtifactConfiguration) => any;
|
|
911
|
-
}
|
|
912
640
|
|
|
913
641
|
export interface S3ContentBaseLocation {
|
|
914
642
|
|
|
@@ -916,28 +644,16 @@ export interface S3ContentBaseLocation {
|
|
|
916
644
|
|
|
917
645
|
BasePath?: string;
|
|
918
646
|
}
|
|
919
|
-
export declare namespace S3ContentBaseLocation {
|
|
920
|
-
|
|
921
|
-
const filterSensitiveLog: (obj: S3ContentBaseLocation) => any;
|
|
922
|
-
}
|
|
923
647
|
|
|
924
648
|
export interface DeployAsApplicationConfiguration {
|
|
925
649
|
|
|
926
650
|
S3ContentLocation: S3ContentBaseLocation | undefined;
|
|
927
651
|
}
|
|
928
|
-
export declare namespace DeployAsApplicationConfiguration {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: DeployAsApplicationConfiguration) => any;
|
|
931
|
-
}
|
|
932
652
|
|
|
933
653
|
export interface ZeppelinMonitoringConfiguration {
|
|
934
654
|
|
|
935
655
|
LogLevel: LogLevel | string | undefined;
|
|
936
656
|
}
|
|
937
|
-
export declare namespace ZeppelinMonitoringConfiguration {
|
|
938
|
-
|
|
939
|
-
const filterSensitiveLog: (obj: ZeppelinMonitoringConfiguration) => any;
|
|
940
|
-
}
|
|
941
657
|
|
|
942
658
|
export interface ZeppelinApplicationConfiguration {
|
|
943
659
|
|
|
@@ -949,10 +665,6 @@ export interface ZeppelinApplicationConfiguration {
|
|
|
949
665
|
|
|
950
666
|
CustomArtifactsConfiguration?: CustomArtifactConfiguration[];
|
|
951
667
|
}
|
|
952
|
-
export declare namespace ZeppelinApplicationConfiguration {
|
|
953
|
-
|
|
954
|
-
const filterSensitiveLog: (obj: ZeppelinApplicationConfiguration) => any;
|
|
955
|
-
}
|
|
956
668
|
|
|
957
669
|
export interface ApplicationConfiguration {
|
|
958
670
|
|
|
@@ -970,28 +682,16 @@ export interface ApplicationConfiguration {
|
|
|
970
682
|
|
|
971
683
|
ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration;
|
|
972
684
|
}
|
|
973
|
-
export declare namespace ApplicationConfiguration {
|
|
974
|
-
|
|
975
|
-
const filterSensitiveLog: (obj: ApplicationConfiguration) => any;
|
|
976
|
-
}
|
|
977
685
|
|
|
978
686
|
export interface ApplicationSnapshotConfigurationDescription {
|
|
979
687
|
|
|
980
688
|
SnapshotsEnabled: boolean | undefined;
|
|
981
689
|
}
|
|
982
|
-
export declare namespace ApplicationSnapshotConfigurationDescription {
|
|
983
|
-
|
|
984
|
-
const filterSensitiveLog: (obj: ApplicationSnapshotConfigurationDescription) => any;
|
|
985
|
-
}
|
|
986
690
|
|
|
987
691
|
export interface EnvironmentPropertyDescriptions {
|
|
988
692
|
|
|
989
693
|
PropertyGroupDescriptions?: PropertyGroup[];
|
|
990
694
|
}
|
|
991
|
-
export declare namespace EnvironmentPropertyDescriptions {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: EnvironmentPropertyDescriptions) => any;
|
|
994
|
-
}
|
|
995
695
|
|
|
996
696
|
export interface CheckpointConfigurationDescription {
|
|
997
697
|
|
|
@@ -1003,10 +703,6 @@ export interface CheckpointConfigurationDescription {
|
|
|
1003
703
|
|
|
1004
704
|
MinPauseBetweenCheckpoints?: number;
|
|
1005
705
|
}
|
|
1006
|
-
export declare namespace CheckpointConfigurationDescription {
|
|
1007
|
-
|
|
1008
|
-
const filterSensitiveLog: (obj: CheckpointConfigurationDescription) => any;
|
|
1009
|
-
}
|
|
1010
706
|
|
|
1011
707
|
export interface MonitoringConfigurationDescription {
|
|
1012
708
|
|
|
@@ -1016,10 +712,6 @@ export interface MonitoringConfigurationDescription {
|
|
|
1016
712
|
|
|
1017
713
|
LogLevel?: LogLevel | string;
|
|
1018
714
|
}
|
|
1019
|
-
export declare namespace MonitoringConfigurationDescription {
|
|
1020
|
-
|
|
1021
|
-
const filterSensitiveLog: (obj: MonitoringConfigurationDescription) => any;
|
|
1022
|
-
}
|
|
1023
715
|
|
|
1024
716
|
export interface ParallelismConfigurationDescription {
|
|
1025
717
|
|
|
@@ -1033,10 +725,6 @@ export interface ParallelismConfigurationDescription {
|
|
|
1033
725
|
|
|
1034
726
|
AutoScalingEnabled?: boolean;
|
|
1035
727
|
}
|
|
1036
|
-
export declare namespace ParallelismConfigurationDescription {
|
|
1037
|
-
|
|
1038
|
-
const filterSensitiveLog: (obj: ParallelismConfigurationDescription) => any;
|
|
1039
|
-
}
|
|
1040
728
|
|
|
1041
729
|
export interface FlinkApplicationConfigurationDescription {
|
|
1042
730
|
|
|
@@ -1048,10 +736,6 @@ export interface FlinkApplicationConfigurationDescription {
|
|
|
1048
736
|
|
|
1049
737
|
JobPlanDescription?: string;
|
|
1050
738
|
}
|
|
1051
|
-
export declare namespace FlinkApplicationConfigurationDescription {
|
|
1052
|
-
|
|
1053
|
-
const filterSensitiveLog: (obj: FlinkApplicationConfigurationDescription) => any;
|
|
1054
|
-
}
|
|
1055
739
|
export declare enum ApplicationRestoreType {
|
|
1056
740
|
RESTORE_FROM_CUSTOM_SNAPSHOT = "RESTORE_FROM_CUSTOM_SNAPSHOT",
|
|
1057
741
|
RESTORE_FROM_LATEST_SNAPSHOT = "RESTORE_FROM_LATEST_SNAPSHOT",
|
|
@@ -1064,19 +748,11 @@ export interface ApplicationRestoreConfiguration {
|
|
|
1064
748
|
|
|
1065
749
|
SnapshotName?: string;
|
|
1066
750
|
}
|
|
1067
|
-
export declare namespace ApplicationRestoreConfiguration {
|
|
1068
|
-
|
|
1069
|
-
const filterSensitiveLog: (obj: ApplicationRestoreConfiguration) => any;
|
|
1070
|
-
}
|
|
1071
751
|
|
|
1072
752
|
export interface FlinkRunConfiguration {
|
|
1073
753
|
|
|
1074
754
|
AllowNonRestoredState?: boolean;
|
|
1075
755
|
}
|
|
1076
|
-
export declare namespace FlinkRunConfiguration {
|
|
1077
|
-
|
|
1078
|
-
const filterSensitiveLog: (obj: FlinkRunConfiguration) => any;
|
|
1079
|
-
}
|
|
1080
756
|
|
|
1081
757
|
export interface RunConfigurationDescription {
|
|
1082
758
|
|
|
@@ -1084,10 +760,6 @@ export interface RunConfigurationDescription {
|
|
|
1084
760
|
|
|
1085
761
|
FlinkRunConfigurationDescription?: FlinkRunConfiguration;
|
|
1086
762
|
}
|
|
1087
|
-
export declare namespace RunConfigurationDescription {
|
|
1088
|
-
|
|
1089
|
-
const filterSensitiveLog: (obj: RunConfigurationDescription) => any;
|
|
1090
|
-
}
|
|
1091
763
|
|
|
1092
764
|
export interface SqlApplicationConfigurationDescription {
|
|
1093
765
|
|
|
@@ -1097,28 +769,16 @@ export interface SqlApplicationConfigurationDescription {
|
|
|
1097
769
|
|
|
1098
770
|
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
1099
771
|
}
|
|
1100
|
-
export declare namespace SqlApplicationConfigurationDescription {
|
|
1101
|
-
|
|
1102
|
-
const filterSensitiveLog: (obj: SqlApplicationConfigurationDescription) => any;
|
|
1103
|
-
}
|
|
1104
772
|
|
|
1105
773
|
export interface GlueDataCatalogConfigurationDescription {
|
|
1106
774
|
|
|
1107
775
|
DatabaseARN: string | undefined;
|
|
1108
776
|
}
|
|
1109
|
-
export declare namespace GlueDataCatalogConfigurationDescription {
|
|
1110
|
-
|
|
1111
|
-
const filterSensitiveLog: (obj: GlueDataCatalogConfigurationDescription) => any;
|
|
1112
|
-
}
|
|
1113
777
|
|
|
1114
778
|
export interface CatalogConfigurationDescription {
|
|
1115
779
|
|
|
1116
780
|
GlueDataCatalogConfigurationDescription: GlueDataCatalogConfigurationDescription | undefined;
|
|
1117
781
|
}
|
|
1118
|
-
export declare namespace CatalogConfigurationDescription {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: CatalogConfigurationDescription) => any;
|
|
1121
|
-
}
|
|
1122
782
|
|
|
1123
783
|
export interface CustomArtifactConfigurationDescription {
|
|
1124
784
|
|
|
@@ -1128,10 +788,6 @@ export interface CustomArtifactConfigurationDescription {
|
|
|
1128
788
|
|
|
1129
789
|
MavenReferenceDescription?: MavenReference;
|
|
1130
790
|
}
|
|
1131
|
-
export declare namespace CustomArtifactConfigurationDescription {
|
|
1132
|
-
|
|
1133
|
-
const filterSensitiveLog: (obj: CustomArtifactConfigurationDescription) => any;
|
|
1134
|
-
}
|
|
1135
791
|
|
|
1136
792
|
export interface S3ContentBaseLocationDescription {
|
|
1137
793
|
|
|
@@ -1139,28 +795,16 @@ export interface S3ContentBaseLocationDescription {
|
|
|
1139
795
|
|
|
1140
796
|
BasePath?: string;
|
|
1141
797
|
}
|
|
1142
|
-
export declare namespace S3ContentBaseLocationDescription {
|
|
1143
|
-
|
|
1144
|
-
const filterSensitiveLog: (obj: S3ContentBaseLocationDescription) => any;
|
|
1145
|
-
}
|
|
1146
798
|
|
|
1147
799
|
export interface DeployAsApplicationConfigurationDescription {
|
|
1148
800
|
|
|
1149
801
|
S3ContentLocationDescription: S3ContentBaseLocationDescription | undefined;
|
|
1150
802
|
}
|
|
1151
|
-
export declare namespace DeployAsApplicationConfigurationDescription {
|
|
1152
|
-
|
|
1153
|
-
const filterSensitiveLog: (obj: DeployAsApplicationConfigurationDescription) => any;
|
|
1154
|
-
}
|
|
1155
803
|
|
|
1156
804
|
export interface ZeppelinMonitoringConfigurationDescription {
|
|
1157
805
|
|
|
1158
806
|
LogLevel?: LogLevel | string;
|
|
1159
807
|
}
|
|
1160
|
-
export declare namespace ZeppelinMonitoringConfigurationDescription {
|
|
1161
|
-
|
|
1162
|
-
const filterSensitiveLog: (obj: ZeppelinMonitoringConfigurationDescription) => any;
|
|
1163
|
-
}
|
|
1164
808
|
|
|
1165
809
|
export interface ZeppelinApplicationConfigurationDescription {
|
|
1166
810
|
|
|
@@ -1172,10 +816,6 @@ export interface ZeppelinApplicationConfigurationDescription {
|
|
|
1172
816
|
|
|
1173
817
|
CustomArtifactsConfigurationDescription?: CustomArtifactConfigurationDescription[];
|
|
1174
818
|
}
|
|
1175
|
-
export declare namespace ZeppelinApplicationConfigurationDescription {
|
|
1176
|
-
|
|
1177
|
-
const filterSensitiveLog: (obj: ZeppelinApplicationConfigurationDescription) => any;
|
|
1178
|
-
}
|
|
1179
819
|
|
|
1180
820
|
export interface ApplicationConfigurationDescription {
|
|
1181
821
|
|
|
@@ -1195,28 +835,16 @@ export interface ApplicationConfigurationDescription {
|
|
|
1195
835
|
|
|
1196
836
|
ZeppelinApplicationConfigurationDescription?: ZeppelinApplicationConfigurationDescription;
|
|
1197
837
|
}
|
|
1198
|
-
export declare namespace ApplicationConfigurationDescription {
|
|
1199
|
-
|
|
1200
|
-
const filterSensitiveLog: (obj: ApplicationConfigurationDescription) => any;
|
|
1201
|
-
}
|
|
1202
838
|
|
|
1203
839
|
export interface ApplicationSnapshotConfigurationUpdate {
|
|
1204
840
|
|
|
1205
841
|
SnapshotsEnabledUpdate: boolean | undefined;
|
|
1206
842
|
}
|
|
1207
|
-
export declare namespace ApplicationSnapshotConfigurationUpdate {
|
|
1208
|
-
|
|
1209
|
-
const filterSensitiveLog: (obj: ApplicationSnapshotConfigurationUpdate) => any;
|
|
1210
|
-
}
|
|
1211
843
|
|
|
1212
844
|
export interface EnvironmentPropertyUpdates {
|
|
1213
845
|
|
|
1214
846
|
PropertyGroups: PropertyGroup[] | undefined;
|
|
1215
847
|
}
|
|
1216
|
-
export declare namespace EnvironmentPropertyUpdates {
|
|
1217
|
-
|
|
1218
|
-
const filterSensitiveLog: (obj: EnvironmentPropertyUpdates) => any;
|
|
1219
|
-
}
|
|
1220
848
|
|
|
1221
849
|
export interface CheckpointConfigurationUpdate {
|
|
1222
850
|
|
|
@@ -1228,10 +856,6 @@ export interface CheckpointConfigurationUpdate {
|
|
|
1228
856
|
|
|
1229
857
|
MinPauseBetweenCheckpointsUpdate?: number;
|
|
1230
858
|
}
|
|
1231
|
-
export declare namespace CheckpointConfigurationUpdate {
|
|
1232
|
-
|
|
1233
|
-
const filterSensitiveLog: (obj: CheckpointConfigurationUpdate) => any;
|
|
1234
|
-
}
|
|
1235
859
|
|
|
1236
860
|
export interface MonitoringConfigurationUpdate {
|
|
1237
861
|
|
|
@@ -1241,10 +865,6 @@ export interface MonitoringConfigurationUpdate {
|
|
|
1241
865
|
|
|
1242
866
|
LogLevelUpdate?: LogLevel | string;
|
|
1243
867
|
}
|
|
1244
|
-
export declare namespace MonitoringConfigurationUpdate {
|
|
1245
|
-
|
|
1246
|
-
const filterSensitiveLog: (obj: MonitoringConfigurationUpdate) => any;
|
|
1247
|
-
}
|
|
1248
868
|
|
|
1249
869
|
export interface ParallelismConfigurationUpdate {
|
|
1250
870
|
|
|
@@ -1256,10 +876,6 @@ export interface ParallelismConfigurationUpdate {
|
|
|
1256
876
|
|
|
1257
877
|
AutoScalingEnabledUpdate?: boolean;
|
|
1258
878
|
}
|
|
1259
|
-
export declare namespace ParallelismConfigurationUpdate {
|
|
1260
|
-
|
|
1261
|
-
const filterSensitiveLog: (obj: ParallelismConfigurationUpdate) => any;
|
|
1262
|
-
}
|
|
1263
879
|
|
|
1264
880
|
export interface FlinkApplicationConfigurationUpdate {
|
|
1265
881
|
|
|
@@ -1269,37 +885,21 @@ export interface FlinkApplicationConfigurationUpdate {
|
|
|
1269
885
|
|
|
1270
886
|
ParallelismConfigurationUpdate?: ParallelismConfigurationUpdate;
|
|
1271
887
|
}
|
|
1272
|
-
export declare namespace FlinkApplicationConfigurationUpdate {
|
|
1273
|
-
|
|
1274
|
-
const filterSensitiveLog: (obj: FlinkApplicationConfigurationUpdate) => any;
|
|
1275
|
-
}
|
|
1276
888
|
|
|
1277
889
|
export interface InputParallelismUpdate {
|
|
1278
890
|
|
|
1279
891
|
CountUpdate: number | undefined;
|
|
1280
892
|
}
|
|
1281
|
-
export declare namespace InputParallelismUpdate {
|
|
1282
|
-
|
|
1283
|
-
const filterSensitiveLog: (obj: InputParallelismUpdate) => any;
|
|
1284
|
-
}
|
|
1285
893
|
|
|
1286
894
|
export interface InputLambdaProcessorUpdate {
|
|
1287
895
|
|
|
1288
896
|
ResourceARNUpdate: string | undefined;
|
|
1289
897
|
}
|
|
1290
|
-
export declare namespace InputLambdaProcessorUpdate {
|
|
1291
|
-
|
|
1292
|
-
const filterSensitiveLog: (obj: InputLambdaProcessorUpdate) => any;
|
|
1293
|
-
}
|
|
1294
898
|
|
|
1295
899
|
export interface InputProcessingConfigurationUpdate {
|
|
1296
900
|
|
|
1297
901
|
InputLambdaProcessorUpdate: InputLambdaProcessorUpdate | undefined;
|
|
1298
902
|
}
|
|
1299
|
-
export declare namespace InputProcessingConfigurationUpdate {
|
|
1300
|
-
|
|
1301
|
-
const filterSensitiveLog: (obj: InputProcessingConfigurationUpdate) => any;
|
|
1302
|
-
}
|
|
1303
903
|
|
|
1304
904
|
export interface InputSchemaUpdate {
|
|
1305
905
|
|
|
@@ -1309,28 +909,16 @@ export interface InputSchemaUpdate {
|
|
|
1309
909
|
|
|
1310
910
|
RecordColumnUpdates?: RecordColumn[];
|
|
1311
911
|
}
|
|
1312
|
-
export declare namespace InputSchemaUpdate {
|
|
1313
|
-
|
|
1314
|
-
const filterSensitiveLog: (obj: InputSchemaUpdate) => any;
|
|
1315
|
-
}
|
|
1316
912
|
|
|
1317
913
|
export interface KinesisFirehoseInputUpdate {
|
|
1318
914
|
|
|
1319
915
|
ResourceARNUpdate: string | undefined;
|
|
1320
916
|
}
|
|
1321
|
-
export declare namespace KinesisFirehoseInputUpdate {
|
|
1322
|
-
|
|
1323
|
-
const filterSensitiveLog: (obj: KinesisFirehoseInputUpdate) => any;
|
|
1324
|
-
}
|
|
1325
917
|
|
|
1326
918
|
export interface KinesisStreamsInputUpdate {
|
|
1327
919
|
|
|
1328
920
|
ResourceARNUpdate: string | undefined;
|
|
1329
921
|
}
|
|
1330
|
-
export declare namespace KinesisStreamsInputUpdate {
|
|
1331
|
-
|
|
1332
|
-
const filterSensitiveLog: (obj: KinesisStreamsInputUpdate) => any;
|
|
1333
|
-
}
|
|
1334
922
|
|
|
1335
923
|
export interface InputUpdate {
|
|
1336
924
|
|
|
@@ -1348,37 +936,21 @@ export interface InputUpdate {
|
|
|
1348
936
|
|
|
1349
937
|
InputParallelismUpdate?: InputParallelismUpdate;
|
|
1350
938
|
}
|
|
1351
|
-
export declare namespace InputUpdate {
|
|
1352
|
-
|
|
1353
|
-
const filterSensitiveLog: (obj: InputUpdate) => any;
|
|
1354
|
-
}
|
|
1355
939
|
|
|
1356
940
|
export interface KinesisFirehoseOutputUpdate {
|
|
1357
941
|
|
|
1358
942
|
ResourceARNUpdate: string | undefined;
|
|
1359
943
|
}
|
|
1360
|
-
export declare namespace KinesisFirehoseOutputUpdate {
|
|
1361
|
-
|
|
1362
|
-
const filterSensitiveLog: (obj: KinesisFirehoseOutputUpdate) => any;
|
|
1363
|
-
}
|
|
1364
944
|
|
|
1365
945
|
export interface KinesisStreamsOutputUpdate {
|
|
1366
946
|
|
|
1367
947
|
ResourceARNUpdate: string | undefined;
|
|
1368
948
|
}
|
|
1369
|
-
export declare namespace KinesisStreamsOutputUpdate {
|
|
1370
|
-
|
|
1371
|
-
const filterSensitiveLog: (obj: KinesisStreamsOutputUpdate) => any;
|
|
1372
|
-
}
|
|
1373
949
|
|
|
1374
950
|
export interface LambdaOutputUpdate {
|
|
1375
951
|
|
|
1376
952
|
ResourceARNUpdate: string | undefined;
|
|
1377
953
|
}
|
|
1378
|
-
export declare namespace LambdaOutputUpdate {
|
|
1379
|
-
|
|
1380
|
-
const filterSensitiveLog: (obj: LambdaOutputUpdate) => any;
|
|
1381
|
-
}
|
|
1382
954
|
|
|
1383
955
|
export interface OutputUpdate {
|
|
1384
956
|
|
|
@@ -1394,10 +966,6 @@ export interface OutputUpdate {
|
|
|
1394
966
|
|
|
1395
967
|
DestinationSchemaUpdate?: DestinationSchema;
|
|
1396
968
|
}
|
|
1397
|
-
export declare namespace OutputUpdate {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: OutputUpdate) => any;
|
|
1400
|
-
}
|
|
1401
969
|
|
|
1402
970
|
export interface S3ReferenceDataSourceUpdate {
|
|
1403
971
|
|
|
@@ -1405,10 +973,6 @@ export interface S3ReferenceDataSourceUpdate {
|
|
|
1405
973
|
|
|
1406
974
|
FileKeyUpdate?: string;
|
|
1407
975
|
}
|
|
1408
|
-
export declare namespace S3ReferenceDataSourceUpdate {
|
|
1409
|
-
|
|
1410
|
-
const filterSensitiveLog: (obj: S3ReferenceDataSourceUpdate) => any;
|
|
1411
|
-
}
|
|
1412
976
|
|
|
1413
977
|
export interface ReferenceDataSourceUpdate {
|
|
1414
978
|
|
|
@@ -1420,10 +984,6 @@ export interface ReferenceDataSourceUpdate {
|
|
|
1420
984
|
|
|
1421
985
|
ReferenceSchemaUpdate?: SourceSchema;
|
|
1422
986
|
}
|
|
1423
|
-
export declare namespace ReferenceDataSourceUpdate {
|
|
1424
|
-
|
|
1425
|
-
const filterSensitiveLog: (obj: ReferenceDataSourceUpdate) => any;
|
|
1426
|
-
}
|
|
1427
987
|
|
|
1428
988
|
export interface SqlApplicationConfigurationUpdate {
|
|
1429
989
|
|
|
@@ -1433,10 +993,6 @@ export interface SqlApplicationConfigurationUpdate {
|
|
|
1433
993
|
|
|
1434
994
|
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[];
|
|
1435
995
|
}
|
|
1436
|
-
export declare namespace SqlApplicationConfigurationUpdate {
|
|
1437
|
-
|
|
1438
|
-
const filterSensitiveLog: (obj: SqlApplicationConfigurationUpdate) => any;
|
|
1439
|
-
}
|
|
1440
996
|
|
|
1441
997
|
export interface VpcConfigurationUpdate {
|
|
1442
998
|
|
|
@@ -1446,28 +1002,16 @@ export interface VpcConfigurationUpdate {
|
|
|
1446
1002
|
|
|
1447
1003
|
SecurityGroupIdUpdates?: string[];
|
|
1448
1004
|
}
|
|
1449
|
-
export declare namespace VpcConfigurationUpdate {
|
|
1450
|
-
|
|
1451
|
-
const filterSensitiveLog: (obj: VpcConfigurationUpdate) => any;
|
|
1452
|
-
}
|
|
1453
1005
|
|
|
1454
1006
|
export interface GlueDataCatalogConfigurationUpdate {
|
|
1455
1007
|
|
|
1456
1008
|
DatabaseARNUpdate: string | undefined;
|
|
1457
1009
|
}
|
|
1458
|
-
export declare namespace GlueDataCatalogConfigurationUpdate {
|
|
1459
|
-
|
|
1460
|
-
const filterSensitiveLog: (obj: GlueDataCatalogConfigurationUpdate) => any;
|
|
1461
|
-
}
|
|
1462
1010
|
|
|
1463
1011
|
export interface CatalogConfigurationUpdate {
|
|
1464
1012
|
|
|
1465
1013
|
GlueDataCatalogConfigurationUpdate: GlueDataCatalogConfigurationUpdate | undefined;
|
|
1466
1014
|
}
|
|
1467
|
-
export declare namespace CatalogConfigurationUpdate {
|
|
1468
|
-
|
|
1469
|
-
const filterSensitiveLog: (obj: CatalogConfigurationUpdate) => any;
|
|
1470
|
-
}
|
|
1471
1015
|
|
|
1472
1016
|
export interface S3ContentBaseLocationUpdate {
|
|
1473
1017
|
|
|
@@ -1475,28 +1019,16 @@ export interface S3ContentBaseLocationUpdate {
|
|
|
1475
1019
|
|
|
1476
1020
|
BasePathUpdate?: string;
|
|
1477
1021
|
}
|
|
1478
|
-
export declare namespace S3ContentBaseLocationUpdate {
|
|
1479
|
-
|
|
1480
|
-
const filterSensitiveLog: (obj: S3ContentBaseLocationUpdate) => any;
|
|
1481
|
-
}
|
|
1482
1022
|
|
|
1483
1023
|
export interface DeployAsApplicationConfigurationUpdate {
|
|
1484
1024
|
|
|
1485
1025
|
S3ContentLocationUpdate?: S3ContentBaseLocationUpdate;
|
|
1486
1026
|
}
|
|
1487
|
-
export declare namespace DeployAsApplicationConfigurationUpdate {
|
|
1488
|
-
|
|
1489
|
-
const filterSensitiveLog: (obj: DeployAsApplicationConfigurationUpdate) => any;
|
|
1490
|
-
}
|
|
1491
1027
|
|
|
1492
1028
|
export interface ZeppelinMonitoringConfigurationUpdate {
|
|
1493
1029
|
|
|
1494
1030
|
LogLevelUpdate: LogLevel | string | undefined;
|
|
1495
1031
|
}
|
|
1496
|
-
export declare namespace ZeppelinMonitoringConfigurationUpdate {
|
|
1497
|
-
|
|
1498
|
-
const filterSensitiveLog: (obj: ZeppelinMonitoringConfigurationUpdate) => any;
|
|
1499
|
-
}
|
|
1500
1032
|
|
|
1501
1033
|
export interface ZeppelinApplicationConfigurationUpdate {
|
|
1502
1034
|
|
|
@@ -1508,10 +1040,6 @@ export interface ZeppelinApplicationConfigurationUpdate {
|
|
|
1508
1040
|
|
|
1509
1041
|
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[];
|
|
1510
1042
|
}
|
|
1511
|
-
export declare namespace ZeppelinApplicationConfigurationUpdate {
|
|
1512
|
-
|
|
1513
|
-
const filterSensitiveLog: (obj: ZeppelinApplicationConfigurationUpdate) => any;
|
|
1514
|
-
}
|
|
1515
1043
|
|
|
1516
1044
|
export interface ApplicationConfigurationUpdate {
|
|
1517
1045
|
|
|
@@ -1529,10 +1057,6 @@ export interface ApplicationConfigurationUpdate {
|
|
|
1529
1057
|
|
|
1530
1058
|
ZeppelinApplicationConfigurationUpdate?: ZeppelinApplicationConfigurationUpdate;
|
|
1531
1059
|
}
|
|
1532
|
-
export declare namespace ApplicationConfigurationUpdate {
|
|
1533
|
-
|
|
1534
|
-
const filterSensitiveLog: (obj: ApplicationConfigurationUpdate) => any;
|
|
1535
|
-
}
|
|
1536
1060
|
|
|
1537
1061
|
export interface ApplicationMaintenanceConfigurationDescription {
|
|
1538
1062
|
|
|
@@ -1540,10 +1064,6 @@ export interface ApplicationMaintenanceConfigurationDescription {
|
|
|
1540
1064
|
|
|
1541
1065
|
ApplicationMaintenanceWindowEndTime: string | undefined;
|
|
1542
1066
|
}
|
|
1543
|
-
export declare namespace ApplicationMaintenanceConfigurationDescription {
|
|
1544
|
-
|
|
1545
|
-
const filterSensitiveLog: (obj: ApplicationMaintenanceConfigurationDescription) => any;
|
|
1546
|
-
}
|
|
1547
1067
|
export declare enum ApplicationMode {
|
|
1548
1068
|
INTERACTIVE = "INTERACTIVE",
|
|
1549
1069
|
STREAMING = "STREAMING"
|
|
@@ -1607,19 +1127,11 @@ export interface ApplicationDetail {
|
|
|
1607
1127
|
|
|
1608
1128
|
ApplicationMode?: ApplicationMode | string;
|
|
1609
1129
|
}
|
|
1610
|
-
export declare namespace ApplicationDetail {
|
|
1611
|
-
|
|
1612
|
-
const filterSensitiveLog: (obj: ApplicationDetail) => any;
|
|
1613
|
-
}
|
|
1614
1130
|
|
|
1615
1131
|
export interface ApplicationMaintenanceConfigurationUpdate {
|
|
1616
1132
|
|
|
1617
1133
|
ApplicationMaintenanceWindowStartTimeUpdate: string | undefined;
|
|
1618
1134
|
}
|
|
1619
|
-
export declare namespace ApplicationMaintenanceConfigurationUpdate {
|
|
1620
|
-
|
|
1621
|
-
const filterSensitiveLog: (obj: ApplicationMaintenanceConfigurationUpdate) => any;
|
|
1622
|
-
}
|
|
1623
1135
|
|
|
1624
1136
|
export interface ApplicationSummary {
|
|
1625
1137
|
|
|
@@ -1635,10 +1147,6 @@ export interface ApplicationSummary {
|
|
|
1635
1147
|
|
|
1636
1148
|
ApplicationMode?: ApplicationMode | string;
|
|
1637
1149
|
}
|
|
1638
|
-
export declare namespace ApplicationSummary {
|
|
1639
|
-
|
|
1640
|
-
const filterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
1641
|
-
}
|
|
1642
1150
|
|
|
1643
1151
|
export interface ApplicationVersionSummary {
|
|
1644
1152
|
|
|
@@ -1646,10 +1154,6 @@ export interface ApplicationVersionSummary {
|
|
|
1646
1154
|
|
|
1647
1155
|
ApplicationStatus: ApplicationStatus | string | undefined;
|
|
1648
1156
|
}
|
|
1649
|
-
export declare namespace ApplicationVersionSummary {
|
|
1650
|
-
|
|
1651
|
-
const filterSensitiveLog: (obj: ApplicationVersionSummary) => any;
|
|
1652
|
-
}
|
|
1653
1157
|
|
|
1654
1158
|
export interface CloudWatchLoggingOptionUpdate {
|
|
1655
1159
|
|
|
@@ -1657,10 +1161,6 @@ export interface CloudWatchLoggingOptionUpdate {
|
|
|
1657
1161
|
|
|
1658
1162
|
LogStreamARNUpdate?: string;
|
|
1659
1163
|
}
|
|
1660
|
-
export declare namespace CloudWatchLoggingOptionUpdate {
|
|
1661
|
-
|
|
1662
|
-
const filterSensitiveLog: (obj: CloudWatchLoggingOptionUpdate) => any;
|
|
1663
|
-
}
|
|
1664
1164
|
|
|
1665
1165
|
export interface Tag {
|
|
1666
1166
|
|
|
@@ -1668,10 +1168,6 @@ export interface Tag {
|
|
|
1668
1168
|
|
|
1669
1169
|
Value?: string;
|
|
1670
1170
|
}
|
|
1671
|
-
export declare namespace Tag {
|
|
1672
|
-
|
|
1673
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1674
|
-
}
|
|
1675
1171
|
export interface CreateApplicationRequest {
|
|
1676
1172
|
|
|
1677
1173
|
ApplicationName: string | undefined;
|
|
@@ -1690,18 +1186,10 @@ export interface CreateApplicationRequest {
|
|
|
1690
1186
|
|
|
1691
1187
|
ApplicationMode?: ApplicationMode | string;
|
|
1692
1188
|
}
|
|
1693
|
-
export declare namespace CreateApplicationRequest {
|
|
1694
|
-
|
|
1695
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1696
|
-
}
|
|
1697
1189
|
export interface CreateApplicationResponse {
|
|
1698
1190
|
|
|
1699
1191
|
ApplicationDetail: ApplicationDetail | undefined;
|
|
1700
1192
|
}
|
|
1701
|
-
export declare namespace CreateApplicationResponse {
|
|
1702
|
-
|
|
1703
|
-
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
1704
|
-
}
|
|
1705
1193
|
|
|
1706
1194
|
export declare class LimitExceededException extends __BaseException {
|
|
1707
1195
|
readonly name: "LimitExceededException";
|
|
@@ -1737,50 +1225,26 @@ export interface CreateApplicationPresignedUrlRequest {
|
|
|
1737
1225
|
|
|
1738
1226
|
SessionExpirationDurationInSeconds?: number;
|
|
1739
1227
|
}
|
|
1740
|
-
export declare namespace CreateApplicationPresignedUrlRequest {
|
|
1741
|
-
|
|
1742
|
-
const filterSensitiveLog: (obj: CreateApplicationPresignedUrlRequest) => any;
|
|
1743
|
-
}
|
|
1744
1228
|
export interface CreateApplicationPresignedUrlResponse {
|
|
1745
1229
|
|
|
1746
1230
|
AuthorizedUrl?: string;
|
|
1747
1231
|
}
|
|
1748
|
-
export declare namespace CreateApplicationPresignedUrlResponse {
|
|
1749
|
-
|
|
1750
|
-
const filterSensitiveLog: (obj: CreateApplicationPresignedUrlResponse) => any;
|
|
1751
|
-
}
|
|
1752
1232
|
export interface CreateApplicationSnapshotRequest {
|
|
1753
1233
|
|
|
1754
1234
|
ApplicationName: string | undefined;
|
|
1755
1235
|
|
|
1756
1236
|
SnapshotName: string | undefined;
|
|
1757
1237
|
}
|
|
1758
|
-
export declare namespace CreateApplicationSnapshotRequest {
|
|
1759
|
-
|
|
1760
|
-
const filterSensitiveLog: (obj: CreateApplicationSnapshotRequest) => any;
|
|
1761
|
-
}
|
|
1762
1238
|
export interface CreateApplicationSnapshotResponse {
|
|
1763
1239
|
}
|
|
1764
|
-
export declare namespace CreateApplicationSnapshotResponse {
|
|
1765
|
-
|
|
1766
|
-
const filterSensitiveLog: (obj: CreateApplicationSnapshotResponse) => any;
|
|
1767
|
-
}
|
|
1768
1240
|
export interface DeleteApplicationRequest {
|
|
1769
1241
|
|
|
1770
1242
|
ApplicationName: string | undefined;
|
|
1771
1243
|
|
|
1772
1244
|
CreateTimestamp: Date | undefined;
|
|
1773
1245
|
}
|
|
1774
|
-
export declare namespace DeleteApplicationRequest {
|
|
1775
|
-
|
|
1776
|
-
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1777
|
-
}
|
|
1778
1246
|
export interface DeleteApplicationResponse {
|
|
1779
1247
|
}
|
|
1780
|
-
export declare namespace DeleteApplicationResponse {
|
|
1781
|
-
|
|
1782
|
-
const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
1783
|
-
}
|
|
1784
1248
|
export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
1785
1249
|
|
|
1786
1250
|
ApplicationName: string | undefined;
|
|
@@ -1791,10 +1255,6 @@ export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
|
1791
1255
|
|
|
1792
1256
|
ConditionalToken?: string;
|
|
1793
1257
|
}
|
|
1794
|
-
export declare namespace DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
1795
|
-
|
|
1796
|
-
const filterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionRequest) => any;
|
|
1797
|
-
}
|
|
1798
1258
|
export interface DeleteApplicationCloudWatchLoggingOptionResponse {
|
|
1799
1259
|
|
|
1800
1260
|
ApplicationARN?: string;
|
|
@@ -1803,10 +1263,6 @@ export interface DeleteApplicationCloudWatchLoggingOptionResponse {
|
|
|
1803
1263
|
|
|
1804
1264
|
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
1805
1265
|
}
|
|
1806
|
-
export declare namespace DeleteApplicationCloudWatchLoggingOptionResponse {
|
|
1807
|
-
|
|
1808
|
-
const filterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionResponse) => any;
|
|
1809
|
-
}
|
|
1810
1266
|
export interface DeleteApplicationInputProcessingConfigurationRequest {
|
|
1811
1267
|
|
|
1812
1268
|
ApplicationName: string | undefined;
|
|
@@ -1815,20 +1271,12 @@ export interface DeleteApplicationInputProcessingConfigurationRequest {
|
|
|
1815
1271
|
|
|
1816
1272
|
InputId: string | undefined;
|
|
1817
1273
|
}
|
|
1818
|
-
export declare namespace DeleteApplicationInputProcessingConfigurationRequest {
|
|
1819
|
-
|
|
1820
|
-
const filterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationRequest) => any;
|
|
1821
|
-
}
|
|
1822
1274
|
export interface DeleteApplicationInputProcessingConfigurationResponse {
|
|
1823
1275
|
|
|
1824
1276
|
ApplicationARN?: string;
|
|
1825
1277
|
|
|
1826
1278
|
ApplicationVersionId?: number;
|
|
1827
1279
|
}
|
|
1828
|
-
export declare namespace DeleteApplicationInputProcessingConfigurationResponse {
|
|
1829
|
-
|
|
1830
|
-
const filterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationResponse) => any;
|
|
1831
|
-
}
|
|
1832
1280
|
export interface DeleteApplicationOutputRequest {
|
|
1833
1281
|
|
|
1834
1282
|
ApplicationName: string | undefined;
|
|
@@ -1837,20 +1285,12 @@ export interface DeleteApplicationOutputRequest {
|
|
|
1837
1285
|
|
|
1838
1286
|
OutputId: string | undefined;
|
|
1839
1287
|
}
|
|
1840
|
-
export declare namespace DeleteApplicationOutputRequest {
|
|
1841
|
-
|
|
1842
|
-
const filterSensitiveLog: (obj: DeleteApplicationOutputRequest) => any;
|
|
1843
|
-
}
|
|
1844
1288
|
export interface DeleteApplicationOutputResponse {
|
|
1845
1289
|
|
|
1846
1290
|
ApplicationARN?: string;
|
|
1847
1291
|
|
|
1848
1292
|
ApplicationVersionId?: number;
|
|
1849
1293
|
}
|
|
1850
|
-
export declare namespace DeleteApplicationOutputResponse {
|
|
1851
|
-
|
|
1852
|
-
const filterSensitiveLog: (obj: DeleteApplicationOutputResponse) => any;
|
|
1853
|
-
}
|
|
1854
1294
|
export interface DeleteApplicationReferenceDataSourceRequest {
|
|
1855
1295
|
|
|
1856
1296
|
ApplicationName: string | undefined;
|
|
@@ -1859,20 +1299,12 @@ export interface DeleteApplicationReferenceDataSourceRequest {
|
|
|
1859
1299
|
|
|
1860
1300
|
ReferenceId: string | undefined;
|
|
1861
1301
|
}
|
|
1862
|
-
export declare namespace DeleteApplicationReferenceDataSourceRequest {
|
|
1863
|
-
|
|
1864
|
-
const filterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceRequest) => any;
|
|
1865
|
-
}
|
|
1866
1302
|
export interface DeleteApplicationReferenceDataSourceResponse {
|
|
1867
1303
|
|
|
1868
1304
|
ApplicationARN?: string;
|
|
1869
1305
|
|
|
1870
1306
|
ApplicationVersionId?: number;
|
|
1871
1307
|
}
|
|
1872
|
-
export declare namespace DeleteApplicationReferenceDataSourceResponse {
|
|
1873
|
-
|
|
1874
|
-
const filterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceResponse) => any;
|
|
1875
|
-
}
|
|
1876
1308
|
export interface DeleteApplicationSnapshotRequest {
|
|
1877
1309
|
|
|
1878
1310
|
ApplicationName: string | undefined;
|
|
@@ -1881,16 +1313,8 @@ export interface DeleteApplicationSnapshotRequest {
|
|
|
1881
1313
|
|
|
1882
1314
|
SnapshotCreationTimestamp: Date | undefined;
|
|
1883
1315
|
}
|
|
1884
|
-
export declare namespace DeleteApplicationSnapshotRequest {
|
|
1885
|
-
|
|
1886
|
-
const filterSensitiveLog: (obj: DeleteApplicationSnapshotRequest) => any;
|
|
1887
|
-
}
|
|
1888
1316
|
export interface DeleteApplicationSnapshotResponse {
|
|
1889
1317
|
}
|
|
1890
|
-
export declare namespace DeleteApplicationSnapshotResponse {
|
|
1891
|
-
|
|
1892
|
-
const filterSensitiveLog: (obj: DeleteApplicationSnapshotResponse) => any;
|
|
1893
|
-
}
|
|
1894
1318
|
export interface DeleteApplicationVpcConfigurationRequest {
|
|
1895
1319
|
|
|
1896
1320
|
ApplicationName: string | undefined;
|
|
@@ -1901,48 +1325,28 @@ export interface DeleteApplicationVpcConfigurationRequest {
|
|
|
1901
1325
|
|
|
1902
1326
|
ConditionalToken?: string;
|
|
1903
1327
|
}
|
|
1904
|
-
export declare namespace DeleteApplicationVpcConfigurationRequest {
|
|
1905
|
-
|
|
1906
|
-
const filterSensitiveLog: (obj: DeleteApplicationVpcConfigurationRequest) => any;
|
|
1907
|
-
}
|
|
1908
1328
|
export interface DeleteApplicationVpcConfigurationResponse {
|
|
1909
1329
|
|
|
1910
1330
|
ApplicationARN?: string;
|
|
1911
1331
|
|
|
1912
1332
|
ApplicationVersionId?: number;
|
|
1913
1333
|
}
|
|
1914
|
-
export declare namespace DeleteApplicationVpcConfigurationResponse {
|
|
1915
|
-
|
|
1916
|
-
const filterSensitiveLog: (obj: DeleteApplicationVpcConfigurationResponse) => any;
|
|
1917
|
-
}
|
|
1918
1334
|
export interface DescribeApplicationRequest {
|
|
1919
1335
|
|
|
1920
1336
|
ApplicationName: string | undefined;
|
|
1921
1337
|
|
|
1922
1338
|
IncludeAdditionalDetails?: boolean;
|
|
1923
1339
|
}
|
|
1924
|
-
export declare namespace DescribeApplicationRequest {
|
|
1925
|
-
|
|
1926
|
-
const filterSensitiveLog: (obj: DescribeApplicationRequest) => any;
|
|
1927
|
-
}
|
|
1928
1340
|
export interface DescribeApplicationResponse {
|
|
1929
1341
|
|
|
1930
1342
|
ApplicationDetail: ApplicationDetail | undefined;
|
|
1931
1343
|
}
|
|
1932
|
-
export declare namespace DescribeApplicationResponse {
|
|
1933
|
-
|
|
1934
|
-
const filterSensitiveLog: (obj: DescribeApplicationResponse) => any;
|
|
1935
|
-
}
|
|
1936
1344
|
export interface DescribeApplicationSnapshotRequest {
|
|
1937
1345
|
|
|
1938
1346
|
ApplicationName: string | undefined;
|
|
1939
1347
|
|
|
1940
1348
|
SnapshotName: string | undefined;
|
|
1941
1349
|
}
|
|
1942
|
-
export declare namespace DescribeApplicationSnapshotRequest {
|
|
1943
|
-
|
|
1944
|
-
const filterSensitiveLog: (obj: DescribeApplicationSnapshotRequest) => any;
|
|
1945
|
-
}
|
|
1946
1350
|
export declare enum SnapshotStatus {
|
|
1947
1351
|
CREATING = "CREATING",
|
|
1948
1352
|
DELETING = "DELETING",
|
|
@@ -1960,36 +1364,20 @@ export interface SnapshotDetails {
|
|
|
1960
1364
|
|
|
1961
1365
|
SnapshotCreationTimestamp?: Date;
|
|
1962
1366
|
}
|
|
1963
|
-
export declare namespace SnapshotDetails {
|
|
1964
|
-
|
|
1965
|
-
const filterSensitiveLog: (obj: SnapshotDetails) => any;
|
|
1966
|
-
}
|
|
1967
1367
|
export interface DescribeApplicationSnapshotResponse {
|
|
1968
1368
|
|
|
1969
1369
|
SnapshotDetails: SnapshotDetails | undefined;
|
|
1970
1370
|
}
|
|
1971
|
-
export declare namespace DescribeApplicationSnapshotResponse {
|
|
1972
|
-
|
|
1973
|
-
const filterSensitiveLog: (obj: DescribeApplicationSnapshotResponse) => any;
|
|
1974
|
-
}
|
|
1975
1371
|
export interface DescribeApplicationVersionRequest {
|
|
1976
1372
|
|
|
1977
1373
|
ApplicationName: string | undefined;
|
|
1978
1374
|
|
|
1979
1375
|
ApplicationVersionId: number | undefined;
|
|
1980
1376
|
}
|
|
1981
|
-
export declare namespace DescribeApplicationVersionRequest {
|
|
1982
|
-
|
|
1983
|
-
const filterSensitiveLog: (obj: DescribeApplicationVersionRequest) => any;
|
|
1984
|
-
}
|
|
1985
1377
|
export interface DescribeApplicationVersionResponse {
|
|
1986
1378
|
|
|
1987
1379
|
ApplicationVersionDetail?: ApplicationDetail;
|
|
1988
1380
|
}
|
|
1989
|
-
export declare namespace DescribeApplicationVersionResponse {
|
|
1990
|
-
|
|
1991
|
-
const filterSensitiveLog: (obj: DescribeApplicationVersionResponse) => any;
|
|
1992
|
-
}
|
|
1993
1381
|
|
|
1994
1382
|
export interface S3Configuration {
|
|
1995
1383
|
|
|
@@ -1997,10 +1385,6 @@ export interface S3Configuration {
|
|
|
1997
1385
|
|
|
1998
1386
|
FileKey: string | undefined;
|
|
1999
1387
|
}
|
|
2000
|
-
export declare namespace S3Configuration {
|
|
2001
|
-
|
|
2002
|
-
const filterSensitiveLog: (obj: S3Configuration) => any;
|
|
2003
|
-
}
|
|
2004
1388
|
export interface DiscoverInputSchemaRequest {
|
|
2005
1389
|
|
|
2006
1390
|
ResourceARN?: string;
|
|
@@ -2013,10 +1397,6 @@ export interface DiscoverInputSchemaRequest {
|
|
|
2013
1397
|
|
|
2014
1398
|
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
2015
1399
|
}
|
|
2016
|
-
export declare namespace DiscoverInputSchemaRequest {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: DiscoverInputSchemaRequest) => any;
|
|
2019
|
-
}
|
|
2020
1400
|
export interface DiscoverInputSchemaResponse {
|
|
2021
1401
|
|
|
2022
1402
|
InputSchema?: SourceSchema;
|
|
@@ -2027,10 +1407,6 @@ export interface DiscoverInputSchemaResponse {
|
|
|
2027
1407
|
|
|
2028
1408
|
RawInputRecords?: string[];
|
|
2029
1409
|
}
|
|
2030
|
-
export declare namespace DiscoverInputSchemaResponse {
|
|
2031
|
-
|
|
2032
|
-
const filterSensitiveLog: (obj: DiscoverInputSchemaResponse) => any;
|
|
2033
|
-
}
|
|
2034
1410
|
|
|
2035
1411
|
export declare class ResourceProvisionedThroughputExceededException extends __BaseException {
|
|
2036
1412
|
readonly name: "ResourceProvisionedThroughputExceededException";
|
|
@@ -2065,20 +1441,12 @@ export interface ListApplicationsRequest {
|
|
|
2065
1441
|
|
|
2066
1442
|
NextToken?: string;
|
|
2067
1443
|
}
|
|
2068
|
-
export declare namespace ListApplicationsRequest {
|
|
2069
|
-
|
|
2070
|
-
const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
2071
|
-
}
|
|
2072
1444
|
export interface ListApplicationsResponse {
|
|
2073
1445
|
|
|
2074
1446
|
ApplicationSummaries: ApplicationSummary[] | undefined;
|
|
2075
1447
|
|
|
2076
1448
|
NextToken?: string;
|
|
2077
1449
|
}
|
|
2078
|
-
export declare namespace ListApplicationsResponse {
|
|
2079
|
-
|
|
2080
|
-
const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
2081
|
-
}
|
|
2082
1450
|
export interface ListApplicationSnapshotsRequest {
|
|
2083
1451
|
|
|
2084
1452
|
ApplicationName: string | undefined;
|
|
@@ -2087,20 +1455,12 @@ export interface ListApplicationSnapshotsRequest {
|
|
|
2087
1455
|
|
|
2088
1456
|
NextToken?: string;
|
|
2089
1457
|
}
|
|
2090
|
-
export declare namespace ListApplicationSnapshotsRequest {
|
|
2091
|
-
|
|
2092
|
-
const filterSensitiveLog: (obj: ListApplicationSnapshotsRequest) => any;
|
|
2093
|
-
}
|
|
2094
1458
|
export interface ListApplicationSnapshotsResponse {
|
|
2095
1459
|
|
|
2096
1460
|
SnapshotSummaries?: SnapshotDetails[];
|
|
2097
1461
|
|
|
2098
1462
|
NextToken?: string;
|
|
2099
1463
|
}
|
|
2100
|
-
export declare namespace ListApplicationSnapshotsResponse {
|
|
2101
|
-
|
|
2102
|
-
const filterSensitiveLog: (obj: ListApplicationSnapshotsResponse) => any;
|
|
2103
|
-
}
|
|
2104
1464
|
export interface ListApplicationVersionsRequest {
|
|
2105
1465
|
|
|
2106
1466
|
ApplicationName: string | undefined;
|
|
@@ -2109,54 +1469,30 @@ export interface ListApplicationVersionsRequest {
|
|
|
2109
1469
|
|
|
2110
1470
|
NextToken?: string;
|
|
2111
1471
|
}
|
|
2112
|
-
export declare namespace ListApplicationVersionsRequest {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
|
|
2115
|
-
}
|
|
2116
1472
|
export interface ListApplicationVersionsResponse {
|
|
2117
1473
|
|
|
2118
1474
|
ApplicationVersionSummaries?: ApplicationVersionSummary[];
|
|
2119
1475
|
|
|
2120
1476
|
NextToken?: string;
|
|
2121
1477
|
}
|
|
2122
|
-
export declare namespace ListApplicationVersionsResponse {
|
|
2123
|
-
|
|
2124
|
-
const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
|
|
2125
|
-
}
|
|
2126
1478
|
export interface ListTagsForResourceRequest {
|
|
2127
1479
|
|
|
2128
1480
|
ResourceARN: string | undefined;
|
|
2129
1481
|
}
|
|
2130
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2131
|
-
|
|
2132
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2133
|
-
}
|
|
2134
1482
|
export interface ListTagsForResourceResponse {
|
|
2135
1483
|
|
|
2136
1484
|
Tags?: Tag[];
|
|
2137
1485
|
}
|
|
2138
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2139
|
-
|
|
2140
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2141
|
-
}
|
|
2142
1486
|
export interface RollbackApplicationRequest {
|
|
2143
1487
|
|
|
2144
1488
|
ApplicationName: string | undefined;
|
|
2145
1489
|
|
|
2146
1490
|
CurrentApplicationVersionId: number | undefined;
|
|
2147
1491
|
}
|
|
2148
|
-
export declare namespace RollbackApplicationRequest {
|
|
2149
|
-
|
|
2150
|
-
const filterSensitiveLog: (obj: RollbackApplicationRequest) => any;
|
|
2151
|
-
}
|
|
2152
1492
|
export interface RollbackApplicationResponse {
|
|
2153
1493
|
|
|
2154
1494
|
ApplicationDetail: ApplicationDetail | undefined;
|
|
2155
1495
|
}
|
|
2156
|
-
export declare namespace RollbackApplicationResponse {
|
|
2157
|
-
|
|
2158
|
-
const filterSensitiveLog: (obj: RollbackApplicationResponse) => any;
|
|
2159
|
-
}
|
|
2160
1496
|
|
|
2161
1497
|
export interface SqlRunConfiguration {
|
|
2162
1498
|
|
|
@@ -2164,10 +1500,6 @@ export interface SqlRunConfiguration {
|
|
|
2164
1500
|
|
|
2165
1501
|
InputStartingPositionConfiguration: InputStartingPositionConfiguration | undefined;
|
|
2166
1502
|
}
|
|
2167
|
-
export declare namespace SqlRunConfiguration {
|
|
2168
|
-
|
|
2169
|
-
const filterSensitiveLog: (obj: SqlRunConfiguration) => any;
|
|
2170
|
-
}
|
|
2171
1503
|
|
|
2172
1504
|
export interface RunConfiguration {
|
|
2173
1505
|
|
|
@@ -2177,74 +1509,38 @@ export interface RunConfiguration {
|
|
|
2177
1509
|
|
|
2178
1510
|
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
2179
1511
|
}
|
|
2180
|
-
export declare namespace RunConfiguration {
|
|
2181
|
-
|
|
2182
|
-
const filterSensitiveLog: (obj: RunConfiguration) => any;
|
|
2183
|
-
}
|
|
2184
1512
|
export interface StartApplicationRequest {
|
|
2185
1513
|
|
|
2186
1514
|
ApplicationName: string | undefined;
|
|
2187
1515
|
|
|
2188
1516
|
RunConfiguration?: RunConfiguration;
|
|
2189
1517
|
}
|
|
2190
|
-
export declare namespace StartApplicationRequest {
|
|
2191
|
-
|
|
2192
|
-
const filterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
2193
|
-
}
|
|
2194
1518
|
export interface StartApplicationResponse {
|
|
2195
1519
|
}
|
|
2196
|
-
export declare namespace StartApplicationResponse {
|
|
2197
|
-
|
|
2198
|
-
const filterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
2199
|
-
}
|
|
2200
1520
|
export interface StopApplicationRequest {
|
|
2201
1521
|
|
|
2202
1522
|
ApplicationName: string | undefined;
|
|
2203
1523
|
|
|
2204
1524
|
Force?: boolean;
|
|
2205
1525
|
}
|
|
2206
|
-
export declare namespace StopApplicationRequest {
|
|
2207
|
-
|
|
2208
|
-
const filterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
2209
|
-
}
|
|
2210
1526
|
export interface StopApplicationResponse {
|
|
2211
1527
|
}
|
|
2212
|
-
export declare namespace StopApplicationResponse {
|
|
2213
|
-
|
|
2214
|
-
const filterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
2215
|
-
}
|
|
2216
1528
|
export interface TagResourceRequest {
|
|
2217
1529
|
|
|
2218
1530
|
ResourceARN: string | undefined;
|
|
2219
1531
|
|
|
2220
1532
|
Tags: Tag[] | undefined;
|
|
2221
1533
|
}
|
|
2222
|
-
export declare namespace TagResourceRequest {
|
|
2223
|
-
|
|
2224
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2225
|
-
}
|
|
2226
1534
|
export interface TagResourceResponse {
|
|
2227
1535
|
}
|
|
2228
|
-
export declare namespace TagResourceResponse {
|
|
2229
|
-
|
|
2230
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2231
|
-
}
|
|
2232
1536
|
export interface UntagResourceRequest {
|
|
2233
1537
|
|
|
2234
1538
|
ResourceARN: string | undefined;
|
|
2235
1539
|
|
|
2236
1540
|
TagKeys: string[] | undefined;
|
|
2237
1541
|
}
|
|
2238
|
-
export declare namespace UntagResourceRequest {
|
|
2239
|
-
|
|
2240
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2241
|
-
}
|
|
2242
1542
|
export interface UntagResourceResponse {
|
|
2243
1543
|
}
|
|
2244
|
-
export declare namespace UntagResourceResponse {
|
|
2245
|
-
|
|
2246
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2247
|
-
}
|
|
2248
1544
|
|
|
2249
1545
|
export interface RunConfigurationUpdate {
|
|
2250
1546
|
|
|
@@ -2252,10 +1548,6 @@ export interface RunConfigurationUpdate {
|
|
|
2252
1548
|
|
|
2253
1549
|
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
2254
1550
|
}
|
|
2255
|
-
export declare namespace RunConfigurationUpdate {
|
|
2256
|
-
|
|
2257
|
-
const filterSensitiveLog: (obj: RunConfigurationUpdate) => any;
|
|
2258
|
-
}
|
|
2259
1551
|
export interface UpdateApplicationRequest {
|
|
2260
1552
|
|
|
2261
1553
|
ApplicationName: string | undefined;
|
|
@@ -2272,35 +1564,381 @@ export interface UpdateApplicationRequest {
|
|
|
2272
1564
|
|
|
2273
1565
|
ConditionalToken?: string;
|
|
2274
1566
|
}
|
|
2275
|
-
export declare namespace UpdateApplicationRequest {
|
|
2276
|
-
|
|
2277
|
-
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
2278
|
-
}
|
|
2279
1567
|
export interface UpdateApplicationResponse {
|
|
2280
1568
|
|
|
2281
1569
|
ApplicationDetail: ApplicationDetail | undefined;
|
|
2282
1570
|
}
|
|
2283
|
-
export declare namespace UpdateApplicationResponse {
|
|
2284
|
-
|
|
2285
|
-
const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
2286
|
-
}
|
|
2287
1571
|
export interface UpdateApplicationMaintenanceConfigurationRequest {
|
|
2288
1572
|
|
|
2289
1573
|
ApplicationName: string | undefined;
|
|
2290
1574
|
|
|
2291
1575
|
ApplicationMaintenanceConfigurationUpdate: ApplicationMaintenanceConfigurationUpdate | undefined;
|
|
2292
1576
|
}
|
|
2293
|
-
export declare namespace UpdateApplicationMaintenanceConfigurationRequest {
|
|
2294
|
-
|
|
2295
|
-
const filterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationRequest) => any;
|
|
2296
|
-
}
|
|
2297
1577
|
export interface UpdateApplicationMaintenanceConfigurationResponse {
|
|
2298
1578
|
|
|
2299
1579
|
ApplicationARN?: string;
|
|
2300
1580
|
|
|
2301
1581
|
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
2302
1582
|
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
1583
|
+
|
|
1584
|
+
export declare const CloudWatchLoggingOptionFilterSensitiveLog: (obj: CloudWatchLoggingOption) => any;
|
|
1585
|
+
|
|
1586
|
+
export declare const AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionRequest) => any;
|
|
1587
|
+
|
|
1588
|
+
export declare const CloudWatchLoggingOptionDescriptionFilterSensitiveLog: (obj: CloudWatchLoggingOptionDescription) => any;
|
|
1589
|
+
|
|
1590
|
+
export declare const AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionResponse) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const InputParallelismFilterSensitiveLog: (obj: InputParallelism) => any;
|
|
1593
|
+
|
|
1594
|
+
export declare const InputLambdaProcessorFilterSensitiveLog: (obj: InputLambdaProcessor) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const InputProcessingConfigurationFilterSensitiveLog: (obj: InputProcessingConfiguration) => any;
|
|
1597
|
+
|
|
1598
|
+
export declare const RecordColumnFilterSensitiveLog: (obj: RecordColumn) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const CSVMappingParametersFilterSensitiveLog: (obj: CSVMappingParameters) => any;
|
|
1601
|
+
|
|
1602
|
+
export declare const JSONMappingParametersFilterSensitiveLog: (obj: JSONMappingParameters) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const MappingParametersFilterSensitiveLog: (obj: MappingParameters) => any;
|
|
1605
|
+
|
|
1606
|
+
export declare const RecordFormatFilterSensitiveLog: (obj: RecordFormat) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const SourceSchemaFilterSensitiveLog: (obj: SourceSchema) => any;
|
|
1609
|
+
|
|
1610
|
+
export declare const KinesisFirehoseInputFilterSensitiveLog: (obj: KinesisFirehoseInput) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const KinesisStreamsInputFilterSensitiveLog: (obj: KinesisStreamsInput) => any;
|
|
1613
|
+
|
|
1614
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
1615
|
+
|
|
1616
|
+
export declare const AddApplicationInputRequestFilterSensitiveLog: (obj: AddApplicationInputRequest) => any;
|
|
1617
|
+
|
|
1618
|
+
export declare const InputLambdaProcessorDescriptionFilterSensitiveLog: (obj: InputLambdaProcessorDescription) => any;
|
|
1619
|
+
|
|
1620
|
+
export declare const InputProcessingConfigurationDescriptionFilterSensitiveLog: (obj: InputProcessingConfigurationDescription) => any;
|
|
1621
|
+
|
|
1622
|
+
export declare const InputStartingPositionConfigurationFilterSensitiveLog: (obj: InputStartingPositionConfiguration) => any;
|
|
1623
|
+
|
|
1624
|
+
export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (obj: KinesisFirehoseInputDescription) => any;
|
|
1625
|
+
|
|
1626
|
+
export declare const KinesisStreamsInputDescriptionFilterSensitiveLog: (obj: KinesisStreamsInputDescription) => any;
|
|
1627
|
+
|
|
1628
|
+
export declare const InputDescriptionFilterSensitiveLog: (obj: InputDescription) => any;
|
|
1629
|
+
|
|
1630
|
+
export declare const AddApplicationInputResponseFilterSensitiveLog: (obj: AddApplicationInputResponse) => any;
|
|
1631
|
+
|
|
1632
|
+
export declare const AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationRequest) => any;
|
|
1633
|
+
|
|
1634
|
+
export declare const AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationResponse) => any;
|
|
1635
|
+
|
|
1636
|
+
export declare const DestinationSchemaFilterSensitiveLog: (obj: DestinationSchema) => any;
|
|
1637
|
+
|
|
1638
|
+
export declare const KinesisFirehoseOutputFilterSensitiveLog: (obj: KinesisFirehoseOutput) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const KinesisStreamsOutputFilterSensitiveLog: (obj: KinesisStreamsOutput) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const LambdaOutputFilterSensitiveLog: (obj: LambdaOutput) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1645
|
+
|
|
1646
|
+
export declare const AddApplicationOutputRequestFilterSensitiveLog: (obj: AddApplicationOutputRequest) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const KinesisFirehoseOutputDescriptionFilterSensitiveLog: (obj: KinesisFirehoseOutputDescription) => any;
|
|
1649
|
+
|
|
1650
|
+
export declare const KinesisStreamsOutputDescriptionFilterSensitiveLog: (obj: KinesisStreamsOutputDescription) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const LambdaOutputDescriptionFilterSensitiveLog: (obj: LambdaOutputDescription) => any;
|
|
1653
|
+
|
|
1654
|
+
export declare const OutputDescriptionFilterSensitiveLog: (obj: OutputDescription) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const AddApplicationOutputResponseFilterSensitiveLog: (obj: AddApplicationOutputResponse) => any;
|
|
1657
|
+
|
|
1658
|
+
export declare const S3ReferenceDataSourceFilterSensitiveLog: (obj: S3ReferenceDataSource) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const ReferenceDataSourceFilterSensitiveLog: (obj: ReferenceDataSource) => any;
|
|
1661
|
+
|
|
1662
|
+
export declare const AddApplicationReferenceDataSourceRequestFilterSensitiveLog: (obj: AddApplicationReferenceDataSourceRequest) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const S3ReferenceDataSourceDescriptionFilterSensitiveLog: (obj: S3ReferenceDataSourceDescription) => any;
|
|
1665
|
+
|
|
1666
|
+
export declare const ReferenceDataSourceDescriptionFilterSensitiveLog: (obj: ReferenceDataSourceDescription) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const AddApplicationReferenceDataSourceResponseFilterSensitiveLog: (obj: AddApplicationReferenceDataSourceResponse) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const AddApplicationVpcConfigurationRequestFilterSensitiveLog: (obj: AddApplicationVpcConfigurationRequest) => any;
|
|
1673
|
+
|
|
1674
|
+
export declare const VpcConfigurationDescriptionFilterSensitiveLog: (obj: VpcConfigurationDescription) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const AddApplicationVpcConfigurationResponseFilterSensitiveLog: (obj: AddApplicationVpcConfigurationResponse) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const S3ContentLocationFilterSensitiveLog: (obj: S3ContentLocation) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const CodeContentFilterSensitiveLog: (obj: CodeContent) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const ApplicationCodeConfigurationFilterSensitiveLog: (obj: ApplicationCodeConfiguration) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const S3ApplicationCodeLocationDescriptionFilterSensitiveLog: (obj: S3ApplicationCodeLocationDescription) => any;
|
|
1685
|
+
|
|
1686
|
+
export declare const CodeContentDescriptionFilterSensitiveLog: (obj: CodeContentDescription) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const ApplicationCodeConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationCodeConfigurationDescription) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const S3ContentLocationUpdateFilterSensitiveLog: (obj: S3ContentLocationUpdate) => any;
|
|
1691
|
+
|
|
1692
|
+
export declare const CodeContentUpdateFilterSensitiveLog: (obj: CodeContentUpdate) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const ApplicationCodeConfigurationUpdateFilterSensitiveLog: (obj: ApplicationCodeConfigurationUpdate) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const ApplicationSnapshotConfigurationFilterSensitiveLog: (obj: ApplicationSnapshotConfiguration) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const PropertyGroupFilterSensitiveLog: (obj: PropertyGroup) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const EnvironmentPropertiesFilterSensitiveLog: (obj: EnvironmentProperties) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const CheckpointConfigurationFilterSensitiveLog: (obj: CheckpointConfiguration) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const MonitoringConfigurationFilterSensitiveLog: (obj: MonitoringConfiguration) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const ParallelismConfigurationFilterSensitiveLog: (obj: ParallelismConfiguration) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const FlinkApplicationConfigurationFilterSensitiveLog: (obj: FlinkApplicationConfiguration) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const SqlApplicationConfigurationFilterSensitiveLog: (obj: SqlApplicationConfiguration) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const GlueDataCatalogConfigurationFilterSensitiveLog: (obj: GlueDataCatalogConfiguration) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const CatalogConfigurationFilterSensitiveLog: (obj: CatalogConfiguration) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const MavenReferenceFilterSensitiveLog: (obj: MavenReference) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const CustomArtifactConfigurationFilterSensitiveLog: (obj: CustomArtifactConfiguration) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const S3ContentBaseLocationFilterSensitiveLog: (obj: S3ContentBaseLocation) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const DeployAsApplicationConfigurationFilterSensitiveLog: (obj: DeployAsApplicationConfiguration) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const ZeppelinMonitoringConfigurationFilterSensitiveLog: (obj: ZeppelinMonitoringConfiguration) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const ZeppelinApplicationConfigurationFilterSensitiveLog: (obj: ZeppelinApplicationConfiguration) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const ApplicationConfigurationFilterSensitiveLog: (obj: ApplicationConfiguration) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const ApplicationSnapshotConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationSnapshotConfigurationDescription) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const EnvironmentPropertyDescriptionsFilterSensitiveLog: (obj: EnvironmentPropertyDescriptions) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const CheckpointConfigurationDescriptionFilterSensitiveLog: (obj: CheckpointConfigurationDescription) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const MonitoringConfigurationDescriptionFilterSensitiveLog: (obj: MonitoringConfigurationDescription) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const ParallelismConfigurationDescriptionFilterSensitiveLog: (obj: ParallelismConfigurationDescription) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const FlinkApplicationConfigurationDescriptionFilterSensitiveLog: (obj: FlinkApplicationConfigurationDescription) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const ApplicationRestoreConfigurationFilterSensitiveLog: (obj: ApplicationRestoreConfiguration) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const FlinkRunConfigurationFilterSensitiveLog: (obj: FlinkRunConfiguration) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const RunConfigurationDescriptionFilterSensitiveLog: (obj: RunConfigurationDescription) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const SqlApplicationConfigurationDescriptionFilterSensitiveLog: (obj: SqlApplicationConfigurationDescription) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const GlueDataCatalogConfigurationDescriptionFilterSensitiveLog: (obj: GlueDataCatalogConfigurationDescription) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const CatalogConfigurationDescriptionFilterSensitiveLog: (obj: CatalogConfigurationDescription) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const CustomArtifactConfigurationDescriptionFilterSensitiveLog: (obj: CustomArtifactConfigurationDescription) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const S3ContentBaseLocationDescriptionFilterSensitiveLog: (obj: S3ContentBaseLocationDescription) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const DeployAsApplicationConfigurationDescriptionFilterSensitiveLog: (obj: DeployAsApplicationConfigurationDescription) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const ZeppelinMonitoringConfigurationDescriptionFilterSensitiveLog: (obj: ZeppelinMonitoringConfigurationDescription) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const ZeppelinApplicationConfigurationDescriptionFilterSensitiveLog: (obj: ZeppelinApplicationConfigurationDescription) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const ApplicationConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationConfigurationDescription) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const ApplicationSnapshotConfigurationUpdateFilterSensitiveLog: (obj: ApplicationSnapshotConfigurationUpdate) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const EnvironmentPropertyUpdatesFilterSensitiveLog: (obj: EnvironmentPropertyUpdates) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const CheckpointConfigurationUpdateFilterSensitiveLog: (obj: CheckpointConfigurationUpdate) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const MonitoringConfigurationUpdateFilterSensitiveLog: (obj: MonitoringConfigurationUpdate) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const ParallelismConfigurationUpdateFilterSensitiveLog: (obj: ParallelismConfigurationUpdate) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const FlinkApplicationConfigurationUpdateFilterSensitiveLog: (obj: FlinkApplicationConfigurationUpdate) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const InputParallelismUpdateFilterSensitiveLog: (obj: InputParallelismUpdate) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const InputLambdaProcessorUpdateFilterSensitiveLog: (obj: InputLambdaProcessorUpdate) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const InputProcessingConfigurationUpdateFilterSensitiveLog: (obj: InputProcessingConfigurationUpdate) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const InputSchemaUpdateFilterSensitiveLog: (obj: InputSchemaUpdate) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const KinesisFirehoseInputUpdateFilterSensitiveLog: (obj: KinesisFirehoseInputUpdate) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const KinesisStreamsInputUpdateFilterSensitiveLog: (obj: KinesisStreamsInputUpdate) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const InputUpdateFilterSensitiveLog: (obj: InputUpdate) => any;
|
|
1791
|
+
|
|
1792
|
+
export declare const KinesisFirehoseOutputUpdateFilterSensitiveLog: (obj: KinesisFirehoseOutputUpdate) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const KinesisStreamsOutputUpdateFilterSensitiveLog: (obj: KinesisStreamsOutputUpdate) => any;
|
|
1795
|
+
|
|
1796
|
+
export declare const LambdaOutputUpdateFilterSensitiveLog: (obj: LambdaOutputUpdate) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const OutputUpdateFilterSensitiveLog: (obj: OutputUpdate) => any;
|
|
1799
|
+
|
|
1800
|
+
export declare const S3ReferenceDataSourceUpdateFilterSensitiveLog: (obj: S3ReferenceDataSourceUpdate) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const ReferenceDataSourceUpdateFilterSensitiveLog: (obj: ReferenceDataSourceUpdate) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const SqlApplicationConfigurationUpdateFilterSensitiveLog: (obj: SqlApplicationConfigurationUpdate) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const VpcConfigurationUpdateFilterSensitiveLog: (obj: VpcConfigurationUpdate) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const GlueDataCatalogConfigurationUpdateFilterSensitiveLog: (obj: GlueDataCatalogConfigurationUpdate) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const CatalogConfigurationUpdateFilterSensitiveLog: (obj: CatalogConfigurationUpdate) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const S3ContentBaseLocationUpdateFilterSensitiveLog: (obj: S3ContentBaseLocationUpdate) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const DeployAsApplicationConfigurationUpdateFilterSensitiveLog: (obj: DeployAsApplicationConfigurationUpdate) => any;
|
|
1815
|
+
|
|
1816
|
+
export declare const ZeppelinMonitoringConfigurationUpdateFilterSensitiveLog: (obj: ZeppelinMonitoringConfigurationUpdate) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const ZeppelinApplicationConfigurationUpdateFilterSensitiveLog: (obj: ZeppelinApplicationConfigurationUpdate) => any;
|
|
1819
|
+
|
|
1820
|
+
export declare const ApplicationConfigurationUpdateFilterSensitiveLog: (obj: ApplicationConfigurationUpdate) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const ApplicationMaintenanceConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationMaintenanceConfigurationDescription) => any;
|
|
1823
|
+
|
|
1824
|
+
export declare const ApplicationDetailFilterSensitiveLog: (obj: ApplicationDetail) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const ApplicationMaintenanceConfigurationUpdateFilterSensitiveLog: (obj: ApplicationMaintenanceConfigurationUpdate) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const ApplicationVersionSummaryFilterSensitiveLog: (obj: ApplicationVersionSummary) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const CloudWatchLoggingOptionUpdateFilterSensitiveLog: (obj: CloudWatchLoggingOptionUpdate) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const CreateApplicationPresignedUrlRequestFilterSensitiveLog: (obj: CreateApplicationPresignedUrlRequest) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const CreateApplicationPresignedUrlResponseFilterSensitiveLog: (obj: CreateApplicationPresignedUrlResponse) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const CreateApplicationSnapshotRequestFilterSensitiveLog: (obj: CreateApplicationSnapshotRequest) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const CreateApplicationSnapshotResponseFilterSensitiveLog: (obj: CreateApplicationSnapshotResponse) => any;
|
|
1847
|
+
|
|
1848
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
1851
|
+
|
|
1852
|
+
export declare const DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionRequest) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionResponse) => any;
|
|
1855
|
+
|
|
1856
|
+
export declare const DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationRequest) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationResponse) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const DeleteApplicationOutputRequestFilterSensitiveLog: (obj: DeleteApplicationOutputRequest) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const DeleteApplicationOutputResponseFilterSensitiveLog: (obj: DeleteApplicationOutputResponse) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceRequest) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceResponse) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const DeleteApplicationSnapshotRequestFilterSensitiveLog: (obj: DeleteApplicationSnapshotRequest) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const DeleteApplicationSnapshotResponseFilterSensitiveLog: (obj: DeleteApplicationSnapshotResponse) => any;
|
|
1871
|
+
|
|
1872
|
+
export declare const DeleteApplicationVpcConfigurationRequestFilterSensitiveLog: (obj: DeleteApplicationVpcConfigurationRequest) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const DeleteApplicationVpcConfigurationResponseFilterSensitiveLog: (obj: DeleteApplicationVpcConfigurationResponse) => any;
|
|
1875
|
+
|
|
1876
|
+
export declare const DescribeApplicationRequestFilterSensitiveLog: (obj: DescribeApplicationRequest) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const DescribeApplicationResponseFilterSensitiveLog: (obj: DescribeApplicationResponse) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const DescribeApplicationSnapshotRequestFilterSensitiveLog: (obj: DescribeApplicationSnapshotRequest) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const SnapshotDetailsFilterSensitiveLog: (obj: SnapshotDetails) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const DescribeApplicationSnapshotResponseFilterSensitiveLog: (obj: DescribeApplicationSnapshotResponse) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const DescribeApplicationVersionRequestFilterSensitiveLog: (obj: DescribeApplicationVersionRequest) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const DescribeApplicationVersionResponseFilterSensitiveLog: (obj: DescribeApplicationVersionResponse) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const S3ConfigurationFilterSensitiveLog: (obj: S3Configuration) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const DiscoverInputSchemaRequestFilterSensitiveLog: (obj: DiscoverInputSchemaRequest) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const DiscoverInputSchemaResponseFilterSensitiveLog: (obj: DiscoverInputSchemaResponse) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const ListApplicationSnapshotsRequestFilterSensitiveLog: (obj: ListApplicationSnapshotsRequest) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const ListApplicationSnapshotsResponseFilterSensitiveLog: (obj: ListApplicationSnapshotsResponse) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const RollbackApplicationRequestFilterSensitiveLog: (obj: RollbackApplicationRequest) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const RollbackApplicationResponseFilterSensitiveLog: (obj: RollbackApplicationResponse) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const SqlRunConfigurationFilterSensitiveLog: (obj: SqlRunConfiguration) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const RunConfigurationFilterSensitiveLog: (obj: RunConfiguration) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const StartApplicationRequestFilterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const StartApplicationResponseFilterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const StopApplicationRequestFilterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const StopApplicationResponseFilterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const RunConfigurationUpdateFilterSensitiveLog: (obj: RunConfigurationUpdate) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const UpdateApplicationMaintenanceConfigurationRequestFilterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationRequest) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const UpdateApplicationMaintenanceConfigurationResponseFilterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationResponse) => any;
|