@aws-sdk/client-kinesis-analytics-v2 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +579 -160
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +291 -104
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/KinesisAnalyticsV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1539 -1944
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,1944 +1,1539 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { KinesisAnalyticsV2ServiceException as __BaseException } from "./KinesisAnalyticsV2ServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare class
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare class
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare class
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare class
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export interface
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export interface
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
export interface
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
export interface
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
export interface
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
}
|
|
236
|
-
export interface
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
export
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
export interface
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
export interface
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
export interface
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
}
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
}
|
|
543
|
-
export
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
export interface
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
export interface
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
export interface
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
export interface
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
export interface
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
export interface
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
export interface
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
export interface
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
export interface
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
export interface
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export interface
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
export
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
export declare
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
export
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
export
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
export
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
export
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
export declare
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
export
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
export
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
export
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
export
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
export
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
export
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
export
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
export
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
export declare
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
export
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
export declare
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
export
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
export
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
export
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
export
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
export
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
export
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
export
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
export
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
TagKeys: string[] | undefined;
|
|
1541
|
-
}
|
|
1542
|
-
export interface UntagResourceResponse {
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
export interface RunConfigurationUpdate {
|
|
1546
|
-
|
|
1547
|
-
FlinkRunConfiguration?: FlinkRunConfiguration;
|
|
1548
|
-
|
|
1549
|
-
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
1550
|
-
}
|
|
1551
|
-
export interface UpdateApplicationRequest {
|
|
1552
|
-
|
|
1553
|
-
ApplicationName: string | undefined;
|
|
1554
|
-
|
|
1555
|
-
CurrentApplicationVersionId?: number;
|
|
1556
|
-
|
|
1557
|
-
ApplicationConfigurationUpdate?: ApplicationConfigurationUpdate;
|
|
1558
|
-
|
|
1559
|
-
ServiceExecutionRoleUpdate?: string;
|
|
1560
|
-
|
|
1561
|
-
RunConfigurationUpdate?: RunConfigurationUpdate;
|
|
1562
|
-
|
|
1563
|
-
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[];
|
|
1564
|
-
|
|
1565
|
-
ConditionalToken?: string;
|
|
1566
|
-
}
|
|
1567
|
-
export interface UpdateApplicationResponse {
|
|
1568
|
-
|
|
1569
|
-
ApplicationDetail: ApplicationDetail | undefined;
|
|
1570
|
-
}
|
|
1571
|
-
export interface UpdateApplicationMaintenanceConfigurationRequest {
|
|
1572
|
-
|
|
1573
|
-
ApplicationName: string | undefined;
|
|
1574
|
-
|
|
1575
|
-
ApplicationMaintenanceConfigurationUpdate: ApplicationMaintenanceConfigurationUpdate | undefined;
|
|
1576
|
-
}
|
|
1577
|
-
export interface UpdateApplicationMaintenanceConfigurationResponse {
|
|
1578
|
-
|
|
1579
|
-
ApplicationARN?: string;
|
|
1580
|
-
|
|
1581
|
-
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
1582
|
-
}
|
|
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;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KinesisAnalyticsV2ServiceException as __BaseException } from "./KinesisAnalyticsV2ServiceException";
|
|
3
|
+
export interface CloudWatchLoggingOption {
|
|
4
|
+
LogStreamARN: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
export interface AddApplicationCloudWatchLoggingOptionRequest {
|
|
7
|
+
ApplicationName: string | undefined;
|
|
8
|
+
CurrentApplicationVersionId?: number;
|
|
9
|
+
CloudWatchLoggingOption: CloudWatchLoggingOption | undefined;
|
|
10
|
+
ConditionalToken?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface CloudWatchLoggingOptionDescription {
|
|
13
|
+
CloudWatchLoggingOptionId?: string;
|
|
14
|
+
LogStreamARN: string | undefined;
|
|
15
|
+
RoleARN?: string;
|
|
16
|
+
}
|
|
17
|
+
export interface AddApplicationCloudWatchLoggingOptionResponse {
|
|
18
|
+
ApplicationARN?: string;
|
|
19
|
+
ApplicationVersionId?: number;
|
|
20
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
21
|
+
}
|
|
22
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
23
|
+
readonly name: "ConcurrentModificationException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
Message?: string;
|
|
26
|
+
constructor(
|
|
27
|
+
opts: __ExceptionOptionType<
|
|
28
|
+
ConcurrentModificationException,
|
|
29
|
+
__BaseException
|
|
30
|
+
>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class InvalidApplicationConfigurationException extends __BaseException {
|
|
34
|
+
readonly name: "InvalidApplicationConfigurationException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
Message?: string;
|
|
37
|
+
constructor(
|
|
38
|
+
opts: __ExceptionOptionType<
|
|
39
|
+
InvalidApplicationConfigurationException,
|
|
40
|
+
__BaseException
|
|
41
|
+
>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
45
|
+
readonly name: "InvalidArgumentException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
Message?: string;
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
53
|
+
readonly name: "InvalidRequestException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
Message?: string;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
61
|
+
readonly name: "ResourceInUseException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Message?: string;
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
69
|
+
readonly name: "ResourceNotFoundException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
Message?: string;
|
|
72
|
+
constructor(
|
|
73
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
export interface InputParallelism {
|
|
77
|
+
Count?: number;
|
|
78
|
+
}
|
|
79
|
+
export interface InputLambdaProcessor {
|
|
80
|
+
ResourceARN: string | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface InputProcessingConfiguration {
|
|
83
|
+
InputLambdaProcessor: InputLambdaProcessor | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface RecordColumn {
|
|
86
|
+
Name: string | undefined;
|
|
87
|
+
Mapping?: string;
|
|
88
|
+
SqlType: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface CSVMappingParameters {
|
|
91
|
+
RecordRowDelimiter: string | undefined;
|
|
92
|
+
RecordColumnDelimiter: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface JSONMappingParameters {
|
|
95
|
+
RecordRowPath: string | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface MappingParameters {
|
|
98
|
+
JSONMappingParameters?: JSONMappingParameters;
|
|
99
|
+
CSVMappingParameters?: CSVMappingParameters;
|
|
100
|
+
}
|
|
101
|
+
export declare enum RecordFormatType {
|
|
102
|
+
CSV = "CSV",
|
|
103
|
+
JSON = "JSON",
|
|
104
|
+
}
|
|
105
|
+
export interface RecordFormat {
|
|
106
|
+
RecordFormatType: RecordFormatType | string | undefined;
|
|
107
|
+
MappingParameters?: MappingParameters;
|
|
108
|
+
}
|
|
109
|
+
export interface SourceSchema {
|
|
110
|
+
RecordFormat: RecordFormat | undefined;
|
|
111
|
+
RecordEncoding?: string;
|
|
112
|
+
RecordColumns: RecordColumn[] | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface KinesisFirehoseInput {
|
|
115
|
+
ResourceARN: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface KinesisStreamsInput {
|
|
118
|
+
ResourceARN: string | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface Input {
|
|
121
|
+
NamePrefix: string | undefined;
|
|
122
|
+
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
123
|
+
KinesisStreamsInput?: KinesisStreamsInput;
|
|
124
|
+
KinesisFirehoseInput?: KinesisFirehoseInput;
|
|
125
|
+
InputParallelism?: InputParallelism;
|
|
126
|
+
InputSchema: SourceSchema | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface AddApplicationInputRequest {
|
|
129
|
+
ApplicationName: string | undefined;
|
|
130
|
+
CurrentApplicationVersionId: number | undefined;
|
|
131
|
+
Input: Input | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface InputLambdaProcessorDescription {
|
|
134
|
+
ResourceARN: string | undefined;
|
|
135
|
+
RoleARN?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface InputProcessingConfigurationDescription {
|
|
138
|
+
InputLambdaProcessorDescription?: InputLambdaProcessorDescription;
|
|
139
|
+
}
|
|
140
|
+
export declare enum InputStartingPosition {
|
|
141
|
+
LAST_STOPPED_POINT = "LAST_STOPPED_POINT",
|
|
142
|
+
NOW = "NOW",
|
|
143
|
+
TRIM_HORIZON = "TRIM_HORIZON",
|
|
144
|
+
}
|
|
145
|
+
export interface InputStartingPositionConfiguration {
|
|
146
|
+
InputStartingPosition?: InputStartingPosition | string;
|
|
147
|
+
}
|
|
148
|
+
export interface KinesisFirehoseInputDescription {
|
|
149
|
+
ResourceARN: string | undefined;
|
|
150
|
+
RoleARN?: string;
|
|
151
|
+
}
|
|
152
|
+
export interface KinesisStreamsInputDescription {
|
|
153
|
+
ResourceARN: string | undefined;
|
|
154
|
+
RoleARN?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface InputDescription {
|
|
157
|
+
InputId?: string;
|
|
158
|
+
NamePrefix?: string;
|
|
159
|
+
InAppStreamNames?: string[];
|
|
160
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
|
|
161
|
+
KinesisStreamsInputDescription?: KinesisStreamsInputDescription;
|
|
162
|
+
KinesisFirehoseInputDescription?: KinesisFirehoseInputDescription;
|
|
163
|
+
InputSchema?: SourceSchema;
|
|
164
|
+
InputParallelism?: InputParallelism;
|
|
165
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
166
|
+
}
|
|
167
|
+
export interface AddApplicationInputResponse {
|
|
168
|
+
ApplicationARN?: string;
|
|
169
|
+
ApplicationVersionId?: number;
|
|
170
|
+
InputDescriptions?: InputDescription[];
|
|
171
|
+
}
|
|
172
|
+
export declare class CodeValidationException extends __BaseException {
|
|
173
|
+
readonly name: "CodeValidationException";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
Message?: string;
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<CodeValidationException, __BaseException>
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
export interface AddApplicationInputProcessingConfigurationRequest {
|
|
181
|
+
ApplicationName: string | undefined;
|
|
182
|
+
CurrentApplicationVersionId: number | undefined;
|
|
183
|
+
InputId: string | undefined;
|
|
184
|
+
InputProcessingConfiguration: InputProcessingConfiguration | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface AddApplicationInputProcessingConfigurationResponse {
|
|
187
|
+
ApplicationARN?: string;
|
|
188
|
+
ApplicationVersionId?: number;
|
|
189
|
+
InputId?: string;
|
|
190
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
|
|
191
|
+
}
|
|
192
|
+
export interface DestinationSchema {
|
|
193
|
+
RecordFormatType: RecordFormatType | string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface KinesisFirehoseOutput {
|
|
196
|
+
ResourceARN: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface KinesisStreamsOutput {
|
|
199
|
+
ResourceARN: string | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface LambdaOutput {
|
|
202
|
+
ResourceARN: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface Output {
|
|
205
|
+
Name: string | undefined;
|
|
206
|
+
KinesisStreamsOutput?: KinesisStreamsOutput;
|
|
207
|
+
KinesisFirehoseOutput?: KinesisFirehoseOutput;
|
|
208
|
+
LambdaOutput?: LambdaOutput;
|
|
209
|
+
DestinationSchema: DestinationSchema | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface AddApplicationOutputRequest {
|
|
212
|
+
ApplicationName: string | undefined;
|
|
213
|
+
CurrentApplicationVersionId: number | undefined;
|
|
214
|
+
Output: Output | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface KinesisFirehoseOutputDescription {
|
|
217
|
+
ResourceARN: string | undefined;
|
|
218
|
+
RoleARN?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface KinesisStreamsOutputDescription {
|
|
221
|
+
ResourceARN: string | undefined;
|
|
222
|
+
RoleARN?: string;
|
|
223
|
+
}
|
|
224
|
+
export interface LambdaOutputDescription {
|
|
225
|
+
ResourceARN: string | undefined;
|
|
226
|
+
RoleARN?: string;
|
|
227
|
+
}
|
|
228
|
+
export interface OutputDescription {
|
|
229
|
+
OutputId?: string;
|
|
230
|
+
Name?: string;
|
|
231
|
+
KinesisStreamsOutputDescription?: KinesisStreamsOutputDescription;
|
|
232
|
+
KinesisFirehoseOutputDescription?: KinesisFirehoseOutputDescription;
|
|
233
|
+
LambdaOutputDescription?: LambdaOutputDescription;
|
|
234
|
+
DestinationSchema?: DestinationSchema;
|
|
235
|
+
}
|
|
236
|
+
export interface AddApplicationOutputResponse {
|
|
237
|
+
ApplicationARN?: string;
|
|
238
|
+
ApplicationVersionId?: number;
|
|
239
|
+
OutputDescriptions?: OutputDescription[];
|
|
240
|
+
}
|
|
241
|
+
export interface S3ReferenceDataSource {
|
|
242
|
+
BucketARN?: string;
|
|
243
|
+
FileKey?: string;
|
|
244
|
+
}
|
|
245
|
+
export interface ReferenceDataSource {
|
|
246
|
+
TableName: string | undefined;
|
|
247
|
+
S3ReferenceDataSource?: S3ReferenceDataSource;
|
|
248
|
+
ReferenceSchema: SourceSchema | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface AddApplicationReferenceDataSourceRequest {
|
|
251
|
+
ApplicationName: string | undefined;
|
|
252
|
+
CurrentApplicationVersionId: number | undefined;
|
|
253
|
+
ReferenceDataSource: ReferenceDataSource | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface S3ReferenceDataSourceDescription {
|
|
256
|
+
BucketARN: string | undefined;
|
|
257
|
+
FileKey: string | undefined;
|
|
258
|
+
ReferenceRoleARN?: string;
|
|
259
|
+
}
|
|
260
|
+
export interface ReferenceDataSourceDescription {
|
|
261
|
+
ReferenceId: string | undefined;
|
|
262
|
+
TableName: string | undefined;
|
|
263
|
+
S3ReferenceDataSourceDescription:
|
|
264
|
+
| S3ReferenceDataSourceDescription
|
|
265
|
+
| undefined;
|
|
266
|
+
ReferenceSchema?: SourceSchema;
|
|
267
|
+
}
|
|
268
|
+
export interface AddApplicationReferenceDataSourceResponse {
|
|
269
|
+
ApplicationARN?: string;
|
|
270
|
+
ApplicationVersionId?: number;
|
|
271
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
272
|
+
}
|
|
273
|
+
export interface VpcConfiguration {
|
|
274
|
+
SubnetIds: string[] | undefined;
|
|
275
|
+
SecurityGroupIds: string[] | undefined;
|
|
276
|
+
}
|
|
277
|
+
export interface AddApplicationVpcConfigurationRequest {
|
|
278
|
+
ApplicationName: string | undefined;
|
|
279
|
+
CurrentApplicationVersionId?: number;
|
|
280
|
+
VpcConfiguration: VpcConfiguration | undefined;
|
|
281
|
+
ConditionalToken?: string;
|
|
282
|
+
}
|
|
283
|
+
export interface VpcConfigurationDescription {
|
|
284
|
+
VpcConfigurationId: string | undefined;
|
|
285
|
+
VpcId: string | undefined;
|
|
286
|
+
SubnetIds: string[] | undefined;
|
|
287
|
+
SecurityGroupIds: string[] | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface AddApplicationVpcConfigurationResponse {
|
|
290
|
+
ApplicationARN?: string;
|
|
291
|
+
ApplicationVersionId?: number;
|
|
292
|
+
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
293
|
+
}
|
|
294
|
+
export interface S3ContentLocation {
|
|
295
|
+
BucketARN: string | undefined;
|
|
296
|
+
FileKey: string | undefined;
|
|
297
|
+
ObjectVersion?: string;
|
|
298
|
+
}
|
|
299
|
+
export interface CodeContent {
|
|
300
|
+
TextContent?: string;
|
|
301
|
+
ZipFileContent?: Uint8Array;
|
|
302
|
+
S3ContentLocation?: S3ContentLocation;
|
|
303
|
+
}
|
|
304
|
+
export declare enum CodeContentType {
|
|
305
|
+
PLAINTEXT = "PLAINTEXT",
|
|
306
|
+
ZIPFILE = "ZIPFILE",
|
|
307
|
+
}
|
|
308
|
+
export interface ApplicationCodeConfiguration {
|
|
309
|
+
CodeContent?: CodeContent;
|
|
310
|
+
CodeContentType: CodeContentType | string | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface S3ApplicationCodeLocationDescription {
|
|
313
|
+
BucketARN: string | undefined;
|
|
314
|
+
FileKey: string | undefined;
|
|
315
|
+
ObjectVersion?: string;
|
|
316
|
+
}
|
|
317
|
+
export interface CodeContentDescription {
|
|
318
|
+
TextContent?: string;
|
|
319
|
+
CodeMD5?: string;
|
|
320
|
+
CodeSize?: number;
|
|
321
|
+
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription;
|
|
322
|
+
}
|
|
323
|
+
export interface ApplicationCodeConfigurationDescription {
|
|
324
|
+
CodeContentType: CodeContentType | string | undefined;
|
|
325
|
+
CodeContentDescription?: CodeContentDescription;
|
|
326
|
+
}
|
|
327
|
+
export interface S3ContentLocationUpdate {
|
|
328
|
+
BucketARNUpdate?: string;
|
|
329
|
+
FileKeyUpdate?: string;
|
|
330
|
+
ObjectVersionUpdate?: string;
|
|
331
|
+
}
|
|
332
|
+
export interface CodeContentUpdate {
|
|
333
|
+
TextContentUpdate?: string;
|
|
334
|
+
ZipFileContentUpdate?: Uint8Array;
|
|
335
|
+
S3ContentLocationUpdate?: S3ContentLocationUpdate;
|
|
336
|
+
}
|
|
337
|
+
export interface ApplicationCodeConfigurationUpdate {
|
|
338
|
+
CodeContentTypeUpdate?: CodeContentType | string;
|
|
339
|
+
CodeContentUpdate?: CodeContentUpdate;
|
|
340
|
+
}
|
|
341
|
+
export interface ApplicationSnapshotConfiguration {
|
|
342
|
+
SnapshotsEnabled: boolean | undefined;
|
|
343
|
+
}
|
|
344
|
+
export interface PropertyGroup {
|
|
345
|
+
PropertyGroupId: string | undefined;
|
|
346
|
+
PropertyMap: Record<string, string> | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface EnvironmentProperties {
|
|
349
|
+
PropertyGroups: PropertyGroup[] | undefined;
|
|
350
|
+
}
|
|
351
|
+
export declare enum ConfigurationType {
|
|
352
|
+
CUSTOM = "CUSTOM",
|
|
353
|
+
DEFAULT = "DEFAULT",
|
|
354
|
+
}
|
|
355
|
+
export interface CheckpointConfiguration {
|
|
356
|
+
ConfigurationType: ConfigurationType | string | undefined;
|
|
357
|
+
CheckpointingEnabled?: boolean;
|
|
358
|
+
CheckpointInterval?: number;
|
|
359
|
+
MinPauseBetweenCheckpoints?: number;
|
|
360
|
+
}
|
|
361
|
+
export declare enum LogLevel {
|
|
362
|
+
DEBUG = "DEBUG",
|
|
363
|
+
ERROR = "ERROR",
|
|
364
|
+
INFO = "INFO",
|
|
365
|
+
WARN = "WARN",
|
|
366
|
+
}
|
|
367
|
+
export declare enum MetricsLevel {
|
|
368
|
+
APPLICATION = "APPLICATION",
|
|
369
|
+
OPERATOR = "OPERATOR",
|
|
370
|
+
PARALLELISM = "PARALLELISM",
|
|
371
|
+
TASK = "TASK",
|
|
372
|
+
}
|
|
373
|
+
export interface MonitoringConfiguration {
|
|
374
|
+
ConfigurationType: ConfigurationType | string | undefined;
|
|
375
|
+
MetricsLevel?: MetricsLevel | string;
|
|
376
|
+
LogLevel?: LogLevel | string;
|
|
377
|
+
}
|
|
378
|
+
export interface ParallelismConfiguration {
|
|
379
|
+
ConfigurationType: ConfigurationType | string | undefined;
|
|
380
|
+
Parallelism?: number;
|
|
381
|
+
ParallelismPerKPU?: number;
|
|
382
|
+
AutoScalingEnabled?: boolean;
|
|
383
|
+
}
|
|
384
|
+
export interface FlinkApplicationConfiguration {
|
|
385
|
+
CheckpointConfiguration?: CheckpointConfiguration;
|
|
386
|
+
MonitoringConfiguration?: MonitoringConfiguration;
|
|
387
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
388
|
+
}
|
|
389
|
+
export interface SqlApplicationConfiguration {
|
|
390
|
+
Inputs?: Input[];
|
|
391
|
+
Outputs?: Output[];
|
|
392
|
+
ReferenceDataSources?: ReferenceDataSource[];
|
|
393
|
+
}
|
|
394
|
+
export interface GlueDataCatalogConfiguration {
|
|
395
|
+
DatabaseARN: string | undefined;
|
|
396
|
+
}
|
|
397
|
+
export interface CatalogConfiguration {
|
|
398
|
+
GlueDataCatalogConfiguration: GlueDataCatalogConfiguration | undefined;
|
|
399
|
+
}
|
|
400
|
+
export declare enum ArtifactType {
|
|
401
|
+
DEPENDENCY_JAR = "DEPENDENCY_JAR",
|
|
402
|
+
UDF = "UDF",
|
|
403
|
+
}
|
|
404
|
+
export interface MavenReference {
|
|
405
|
+
GroupId: string | undefined;
|
|
406
|
+
ArtifactId: string | undefined;
|
|
407
|
+
Version: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface CustomArtifactConfiguration {
|
|
410
|
+
ArtifactType: ArtifactType | string | undefined;
|
|
411
|
+
S3ContentLocation?: S3ContentLocation;
|
|
412
|
+
MavenReference?: MavenReference;
|
|
413
|
+
}
|
|
414
|
+
export interface S3ContentBaseLocation {
|
|
415
|
+
BucketARN: string | undefined;
|
|
416
|
+
BasePath?: string;
|
|
417
|
+
}
|
|
418
|
+
export interface DeployAsApplicationConfiguration {
|
|
419
|
+
S3ContentLocation: S3ContentBaseLocation | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface ZeppelinMonitoringConfiguration {
|
|
422
|
+
LogLevel: LogLevel | string | undefined;
|
|
423
|
+
}
|
|
424
|
+
export interface ZeppelinApplicationConfiguration {
|
|
425
|
+
MonitoringConfiguration?: ZeppelinMonitoringConfiguration;
|
|
426
|
+
CatalogConfiguration?: CatalogConfiguration;
|
|
427
|
+
DeployAsApplicationConfiguration?: DeployAsApplicationConfiguration;
|
|
428
|
+
CustomArtifactsConfiguration?: CustomArtifactConfiguration[];
|
|
429
|
+
}
|
|
430
|
+
export interface ApplicationConfiguration {
|
|
431
|
+
SqlApplicationConfiguration?: SqlApplicationConfiguration;
|
|
432
|
+
FlinkApplicationConfiguration?: FlinkApplicationConfiguration;
|
|
433
|
+
EnvironmentProperties?: EnvironmentProperties;
|
|
434
|
+
ApplicationCodeConfiguration?: ApplicationCodeConfiguration;
|
|
435
|
+
ApplicationSnapshotConfiguration?: ApplicationSnapshotConfiguration;
|
|
436
|
+
VpcConfigurations?: VpcConfiguration[];
|
|
437
|
+
ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration;
|
|
438
|
+
}
|
|
439
|
+
export interface ApplicationSnapshotConfigurationDescription {
|
|
440
|
+
SnapshotsEnabled: boolean | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface EnvironmentPropertyDescriptions {
|
|
443
|
+
PropertyGroupDescriptions?: PropertyGroup[];
|
|
444
|
+
}
|
|
445
|
+
export interface CheckpointConfigurationDescription {
|
|
446
|
+
ConfigurationType?: ConfigurationType | string;
|
|
447
|
+
CheckpointingEnabled?: boolean;
|
|
448
|
+
CheckpointInterval?: number;
|
|
449
|
+
MinPauseBetweenCheckpoints?: number;
|
|
450
|
+
}
|
|
451
|
+
export interface MonitoringConfigurationDescription {
|
|
452
|
+
ConfigurationType?: ConfigurationType | string;
|
|
453
|
+
MetricsLevel?: MetricsLevel | string;
|
|
454
|
+
LogLevel?: LogLevel | string;
|
|
455
|
+
}
|
|
456
|
+
export interface ParallelismConfigurationDescription {
|
|
457
|
+
ConfigurationType?: ConfigurationType | string;
|
|
458
|
+
Parallelism?: number;
|
|
459
|
+
ParallelismPerKPU?: number;
|
|
460
|
+
CurrentParallelism?: number;
|
|
461
|
+
AutoScalingEnabled?: boolean;
|
|
462
|
+
}
|
|
463
|
+
export interface FlinkApplicationConfigurationDescription {
|
|
464
|
+
CheckpointConfigurationDescription?: CheckpointConfigurationDescription;
|
|
465
|
+
MonitoringConfigurationDescription?: MonitoringConfigurationDescription;
|
|
466
|
+
ParallelismConfigurationDescription?: ParallelismConfigurationDescription;
|
|
467
|
+
JobPlanDescription?: string;
|
|
468
|
+
}
|
|
469
|
+
export declare enum ApplicationRestoreType {
|
|
470
|
+
RESTORE_FROM_CUSTOM_SNAPSHOT = "RESTORE_FROM_CUSTOM_SNAPSHOT",
|
|
471
|
+
RESTORE_FROM_LATEST_SNAPSHOT = "RESTORE_FROM_LATEST_SNAPSHOT",
|
|
472
|
+
SKIP_RESTORE_FROM_SNAPSHOT = "SKIP_RESTORE_FROM_SNAPSHOT",
|
|
473
|
+
}
|
|
474
|
+
export interface ApplicationRestoreConfiguration {
|
|
475
|
+
ApplicationRestoreType: ApplicationRestoreType | string | undefined;
|
|
476
|
+
SnapshotName?: string;
|
|
477
|
+
}
|
|
478
|
+
export interface FlinkRunConfiguration {
|
|
479
|
+
AllowNonRestoredState?: boolean;
|
|
480
|
+
}
|
|
481
|
+
export interface RunConfigurationDescription {
|
|
482
|
+
ApplicationRestoreConfigurationDescription?: ApplicationRestoreConfiguration;
|
|
483
|
+
FlinkRunConfigurationDescription?: FlinkRunConfiguration;
|
|
484
|
+
}
|
|
485
|
+
export interface SqlApplicationConfigurationDescription {
|
|
486
|
+
InputDescriptions?: InputDescription[];
|
|
487
|
+
OutputDescriptions?: OutputDescription[];
|
|
488
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
489
|
+
}
|
|
490
|
+
export interface GlueDataCatalogConfigurationDescription {
|
|
491
|
+
DatabaseARN: string | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface CatalogConfigurationDescription {
|
|
494
|
+
GlueDataCatalogConfigurationDescription:
|
|
495
|
+
| GlueDataCatalogConfigurationDescription
|
|
496
|
+
| undefined;
|
|
497
|
+
}
|
|
498
|
+
export interface CustomArtifactConfigurationDescription {
|
|
499
|
+
ArtifactType?: ArtifactType | string;
|
|
500
|
+
S3ContentLocationDescription?: S3ContentLocation;
|
|
501
|
+
MavenReferenceDescription?: MavenReference;
|
|
502
|
+
}
|
|
503
|
+
export interface S3ContentBaseLocationDescription {
|
|
504
|
+
BucketARN: string | undefined;
|
|
505
|
+
BasePath?: string;
|
|
506
|
+
}
|
|
507
|
+
export interface DeployAsApplicationConfigurationDescription {
|
|
508
|
+
S3ContentLocationDescription: S3ContentBaseLocationDescription | undefined;
|
|
509
|
+
}
|
|
510
|
+
export interface ZeppelinMonitoringConfigurationDescription {
|
|
511
|
+
LogLevel?: LogLevel | string;
|
|
512
|
+
}
|
|
513
|
+
export interface ZeppelinApplicationConfigurationDescription {
|
|
514
|
+
MonitoringConfigurationDescription:
|
|
515
|
+
| ZeppelinMonitoringConfigurationDescription
|
|
516
|
+
| undefined;
|
|
517
|
+
CatalogConfigurationDescription?: CatalogConfigurationDescription;
|
|
518
|
+
DeployAsApplicationConfigurationDescription?: DeployAsApplicationConfigurationDescription;
|
|
519
|
+
CustomArtifactsConfigurationDescription?: CustomArtifactConfigurationDescription[];
|
|
520
|
+
}
|
|
521
|
+
export interface ApplicationConfigurationDescription {
|
|
522
|
+
SqlApplicationConfigurationDescription?: SqlApplicationConfigurationDescription;
|
|
523
|
+
ApplicationCodeConfigurationDescription?: ApplicationCodeConfigurationDescription;
|
|
524
|
+
RunConfigurationDescription?: RunConfigurationDescription;
|
|
525
|
+
FlinkApplicationConfigurationDescription?: FlinkApplicationConfigurationDescription;
|
|
526
|
+
EnvironmentPropertyDescriptions?: EnvironmentPropertyDescriptions;
|
|
527
|
+
ApplicationSnapshotConfigurationDescription?: ApplicationSnapshotConfigurationDescription;
|
|
528
|
+
VpcConfigurationDescriptions?: VpcConfigurationDescription[];
|
|
529
|
+
ZeppelinApplicationConfigurationDescription?: ZeppelinApplicationConfigurationDescription;
|
|
530
|
+
}
|
|
531
|
+
export interface ApplicationSnapshotConfigurationUpdate {
|
|
532
|
+
SnapshotsEnabledUpdate: boolean | undefined;
|
|
533
|
+
}
|
|
534
|
+
export interface EnvironmentPropertyUpdates {
|
|
535
|
+
PropertyGroups: PropertyGroup[] | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface CheckpointConfigurationUpdate {
|
|
538
|
+
ConfigurationTypeUpdate?: ConfigurationType | string;
|
|
539
|
+
CheckpointingEnabledUpdate?: boolean;
|
|
540
|
+
CheckpointIntervalUpdate?: number;
|
|
541
|
+
MinPauseBetweenCheckpointsUpdate?: number;
|
|
542
|
+
}
|
|
543
|
+
export interface MonitoringConfigurationUpdate {
|
|
544
|
+
ConfigurationTypeUpdate?: ConfigurationType | string;
|
|
545
|
+
MetricsLevelUpdate?: MetricsLevel | string;
|
|
546
|
+
LogLevelUpdate?: LogLevel | string;
|
|
547
|
+
}
|
|
548
|
+
export interface ParallelismConfigurationUpdate {
|
|
549
|
+
ConfigurationTypeUpdate?: ConfigurationType | string;
|
|
550
|
+
ParallelismUpdate?: number;
|
|
551
|
+
ParallelismPerKPUUpdate?: number;
|
|
552
|
+
AutoScalingEnabledUpdate?: boolean;
|
|
553
|
+
}
|
|
554
|
+
export interface FlinkApplicationConfigurationUpdate {
|
|
555
|
+
CheckpointConfigurationUpdate?: CheckpointConfigurationUpdate;
|
|
556
|
+
MonitoringConfigurationUpdate?: MonitoringConfigurationUpdate;
|
|
557
|
+
ParallelismConfigurationUpdate?: ParallelismConfigurationUpdate;
|
|
558
|
+
}
|
|
559
|
+
export interface InputParallelismUpdate {
|
|
560
|
+
CountUpdate: number | undefined;
|
|
561
|
+
}
|
|
562
|
+
export interface InputLambdaProcessorUpdate {
|
|
563
|
+
ResourceARNUpdate: string | undefined;
|
|
564
|
+
}
|
|
565
|
+
export interface InputProcessingConfigurationUpdate {
|
|
566
|
+
InputLambdaProcessorUpdate: InputLambdaProcessorUpdate | undefined;
|
|
567
|
+
}
|
|
568
|
+
export interface InputSchemaUpdate {
|
|
569
|
+
RecordFormatUpdate?: RecordFormat;
|
|
570
|
+
RecordEncodingUpdate?: string;
|
|
571
|
+
RecordColumnUpdates?: RecordColumn[];
|
|
572
|
+
}
|
|
573
|
+
export interface KinesisFirehoseInputUpdate {
|
|
574
|
+
ResourceARNUpdate: string | undefined;
|
|
575
|
+
}
|
|
576
|
+
export interface KinesisStreamsInputUpdate {
|
|
577
|
+
ResourceARNUpdate: string | undefined;
|
|
578
|
+
}
|
|
579
|
+
export interface InputUpdate {
|
|
580
|
+
InputId: string | undefined;
|
|
581
|
+
NamePrefixUpdate?: string;
|
|
582
|
+
InputProcessingConfigurationUpdate?: InputProcessingConfigurationUpdate;
|
|
583
|
+
KinesisStreamsInputUpdate?: KinesisStreamsInputUpdate;
|
|
584
|
+
KinesisFirehoseInputUpdate?: KinesisFirehoseInputUpdate;
|
|
585
|
+
InputSchemaUpdate?: InputSchemaUpdate;
|
|
586
|
+
InputParallelismUpdate?: InputParallelismUpdate;
|
|
587
|
+
}
|
|
588
|
+
export interface KinesisFirehoseOutputUpdate {
|
|
589
|
+
ResourceARNUpdate: string | undefined;
|
|
590
|
+
}
|
|
591
|
+
export interface KinesisStreamsOutputUpdate {
|
|
592
|
+
ResourceARNUpdate: string | undefined;
|
|
593
|
+
}
|
|
594
|
+
export interface LambdaOutputUpdate {
|
|
595
|
+
ResourceARNUpdate: string | undefined;
|
|
596
|
+
}
|
|
597
|
+
export interface OutputUpdate {
|
|
598
|
+
OutputId: string | undefined;
|
|
599
|
+
NameUpdate?: string;
|
|
600
|
+
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate;
|
|
601
|
+
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate;
|
|
602
|
+
LambdaOutputUpdate?: LambdaOutputUpdate;
|
|
603
|
+
DestinationSchemaUpdate?: DestinationSchema;
|
|
604
|
+
}
|
|
605
|
+
export interface S3ReferenceDataSourceUpdate {
|
|
606
|
+
BucketARNUpdate?: string;
|
|
607
|
+
FileKeyUpdate?: string;
|
|
608
|
+
}
|
|
609
|
+
export interface ReferenceDataSourceUpdate {
|
|
610
|
+
ReferenceId: string | undefined;
|
|
611
|
+
TableNameUpdate?: string;
|
|
612
|
+
S3ReferenceDataSourceUpdate?: S3ReferenceDataSourceUpdate;
|
|
613
|
+
ReferenceSchemaUpdate?: SourceSchema;
|
|
614
|
+
}
|
|
615
|
+
export interface SqlApplicationConfigurationUpdate {
|
|
616
|
+
InputUpdates?: InputUpdate[];
|
|
617
|
+
OutputUpdates?: OutputUpdate[];
|
|
618
|
+
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[];
|
|
619
|
+
}
|
|
620
|
+
export interface VpcConfigurationUpdate {
|
|
621
|
+
VpcConfigurationId: string | undefined;
|
|
622
|
+
SubnetIdUpdates?: string[];
|
|
623
|
+
SecurityGroupIdUpdates?: string[];
|
|
624
|
+
}
|
|
625
|
+
export interface GlueDataCatalogConfigurationUpdate {
|
|
626
|
+
DatabaseARNUpdate: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface CatalogConfigurationUpdate {
|
|
629
|
+
GlueDataCatalogConfigurationUpdate:
|
|
630
|
+
| GlueDataCatalogConfigurationUpdate
|
|
631
|
+
| undefined;
|
|
632
|
+
}
|
|
633
|
+
export interface S3ContentBaseLocationUpdate {
|
|
634
|
+
BucketARNUpdate?: string;
|
|
635
|
+
BasePathUpdate?: string;
|
|
636
|
+
}
|
|
637
|
+
export interface DeployAsApplicationConfigurationUpdate {
|
|
638
|
+
S3ContentLocationUpdate?: S3ContentBaseLocationUpdate;
|
|
639
|
+
}
|
|
640
|
+
export interface ZeppelinMonitoringConfigurationUpdate {
|
|
641
|
+
LogLevelUpdate: LogLevel | string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface ZeppelinApplicationConfigurationUpdate {
|
|
644
|
+
MonitoringConfigurationUpdate?: ZeppelinMonitoringConfigurationUpdate;
|
|
645
|
+
CatalogConfigurationUpdate?: CatalogConfigurationUpdate;
|
|
646
|
+
DeployAsApplicationConfigurationUpdate?: DeployAsApplicationConfigurationUpdate;
|
|
647
|
+
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[];
|
|
648
|
+
}
|
|
649
|
+
export interface ApplicationConfigurationUpdate {
|
|
650
|
+
SqlApplicationConfigurationUpdate?: SqlApplicationConfigurationUpdate;
|
|
651
|
+
ApplicationCodeConfigurationUpdate?: ApplicationCodeConfigurationUpdate;
|
|
652
|
+
FlinkApplicationConfigurationUpdate?: FlinkApplicationConfigurationUpdate;
|
|
653
|
+
EnvironmentPropertyUpdates?: EnvironmentPropertyUpdates;
|
|
654
|
+
ApplicationSnapshotConfigurationUpdate?: ApplicationSnapshotConfigurationUpdate;
|
|
655
|
+
VpcConfigurationUpdates?: VpcConfigurationUpdate[];
|
|
656
|
+
ZeppelinApplicationConfigurationUpdate?: ZeppelinApplicationConfigurationUpdate;
|
|
657
|
+
}
|
|
658
|
+
export interface ApplicationMaintenanceConfigurationDescription {
|
|
659
|
+
ApplicationMaintenanceWindowStartTime: string | undefined;
|
|
660
|
+
ApplicationMaintenanceWindowEndTime: string | undefined;
|
|
661
|
+
}
|
|
662
|
+
export declare enum ApplicationMode {
|
|
663
|
+
INTERACTIVE = "INTERACTIVE",
|
|
664
|
+
STREAMING = "STREAMING",
|
|
665
|
+
}
|
|
666
|
+
export declare enum ApplicationStatus {
|
|
667
|
+
AUTOSCALING = "AUTOSCALING",
|
|
668
|
+
DELETING = "DELETING",
|
|
669
|
+
FORCE_STOPPING = "FORCE_STOPPING",
|
|
670
|
+
MAINTENANCE = "MAINTENANCE",
|
|
671
|
+
READY = "READY",
|
|
672
|
+
ROLLED_BACK = "ROLLED_BACK",
|
|
673
|
+
ROLLING_BACK = "ROLLING_BACK",
|
|
674
|
+
RUNNING = "RUNNING",
|
|
675
|
+
STARTING = "STARTING",
|
|
676
|
+
STOPPING = "STOPPING",
|
|
677
|
+
UPDATING = "UPDATING",
|
|
678
|
+
}
|
|
679
|
+
export declare enum RuntimeEnvironment {
|
|
680
|
+
FLINK_1_11 = "FLINK-1_11",
|
|
681
|
+
FLINK_1_13 = "FLINK-1_13",
|
|
682
|
+
FLINK_1_6 = "FLINK-1_6",
|
|
683
|
+
FLINK_1_8 = "FLINK-1_8",
|
|
684
|
+
SQL_1_0 = "SQL-1_0",
|
|
685
|
+
ZEPPELIN_FLINK_1_0 = "ZEPPELIN-FLINK-1_0",
|
|
686
|
+
ZEPPELIN_FLINK_2_0 = "ZEPPELIN-FLINK-2_0",
|
|
687
|
+
}
|
|
688
|
+
export interface ApplicationDetail {
|
|
689
|
+
ApplicationARN: string | undefined;
|
|
690
|
+
ApplicationDescription?: string;
|
|
691
|
+
ApplicationName: string | undefined;
|
|
692
|
+
RuntimeEnvironment: RuntimeEnvironment | string | undefined;
|
|
693
|
+
ServiceExecutionRole?: string;
|
|
694
|
+
ApplicationStatus: ApplicationStatus | string | undefined;
|
|
695
|
+
ApplicationVersionId: number | undefined;
|
|
696
|
+
CreateTimestamp?: Date;
|
|
697
|
+
LastUpdateTimestamp?: Date;
|
|
698
|
+
ApplicationConfigurationDescription?: ApplicationConfigurationDescription;
|
|
699
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
700
|
+
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
701
|
+
ApplicationVersionUpdatedFrom?: number;
|
|
702
|
+
ApplicationVersionRolledBackFrom?: number;
|
|
703
|
+
ConditionalToken?: string;
|
|
704
|
+
ApplicationVersionRolledBackTo?: number;
|
|
705
|
+
ApplicationMode?: ApplicationMode | string;
|
|
706
|
+
}
|
|
707
|
+
export interface ApplicationMaintenanceConfigurationUpdate {
|
|
708
|
+
ApplicationMaintenanceWindowStartTimeUpdate: string | undefined;
|
|
709
|
+
}
|
|
710
|
+
export interface ApplicationSummary {
|
|
711
|
+
ApplicationName: string | undefined;
|
|
712
|
+
ApplicationARN: string | undefined;
|
|
713
|
+
ApplicationStatus: ApplicationStatus | string | undefined;
|
|
714
|
+
ApplicationVersionId: number | undefined;
|
|
715
|
+
RuntimeEnvironment: RuntimeEnvironment | string | undefined;
|
|
716
|
+
ApplicationMode?: ApplicationMode | string;
|
|
717
|
+
}
|
|
718
|
+
export interface ApplicationVersionSummary {
|
|
719
|
+
ApplicationVersionId: number | undefined;
|
|
720
|
+
ApplicationStatus: ApplicationStatus | string | undefined;
|
|
721
|
+
}
|
|
722
|
+
export interface CloudWatchLoggingOptionUpdate {
|
|
723
|
+
CloudWatchLoggingOptionId: string | undefined;
|
|
724
|
+
LogStreamARNUpdate?: string;
|
|
725
|
+
}
|
|
726
|
+
export interface Tag {
|
|
727
|
+
Key: string | undefined;
|
|
728
|
+
Value?: string;
|
|
729
|
+
}
|
|
730
|
+
export interface CreateApplicationRequest {
|
|
731
|
+
ApplicationName: string | undefined;
|
|
732
|
+
ApplicationDescription?: string;
|
|
733
|
+
RuntimeEnvironment: RuntimeEnvironment | string | undefined;
|
|
734
|
+
ServiceExecutionRole: string | undefined;
|
|
735
|
+
ApplicationConfiguration?: ApplicationConfiguration;
|
|
736
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOption[];
|
|
737
|
+
Tags?: Tag[];
|
|
738
|
+
ApplicationMode?: ApplicationMode | string;
|
|
739
|
+
}
|
|
740
|
+
export interface CreateApplicationResponse {
|
|
741
|
+
ApplicationDetail: ApplicationDetail | undefined;
|
|
742
|
+
}
|
|
743
|
+
export declare class LimitExceededException extends __BaseException {
|
|
744
|
+
readonly name: "LimitExceededException";
|
|
745
|
+
readonly $fault: "client";
|
|
746
|
+
Message?: string;
|
|
747
|
+
constructor(
|
|
748
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
749
|
+
);
|
|
750
|
+
}
|
|
751
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
752
|
+
readonly name: "TooManyTagsException";
|
|
753
|
+
readonly $fault: "client";
|
|
754
|
+
constructor(
|
|
755
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
756
|
+
);
|
|
757
|
+
}
|
|
758
|
+
export declare class UnsupportedOperationException extends __BaseException {
|
|
759
|
+
readonly name: "UnsupportedOperationException";
|
|
760
|
+
readonly $fault: "client";
|
|
761
|
+
Message?: string;
|
|
762
|
+
constructor(
|
|
763
|
+
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
764
|
+
);
|
|
765
|
+
}
|
|
766
|
+
export declare enum UrlType {
|
|
767
|
+
FLINK_DASHBOARD_URL = "FLINK_DASHBOARD_URL",
|
|
768
|
+
ZEPPELIN_UI_URL = "ZEPPELIN_UI_URL",
|
|
769
|
+
}
|
|
770
|
+
export interface CreateApplicationPresignedUrlRequest {
|
|
771
|
+
ApplicationName: string | undefined;
|
|
772
|
+
UrlType: UrlType | string | undefined;
|
|
773
|
+
SessionExpirationDurationInSeconds?: number;
|
|
774
|
+
}
|
|
775
|
+
export interface CreateApplicationPresignedUrlResponse {
|
|
776
|
+
AuthorizedUrl?: string;
|
|
777
|
+
}
|
|
778
|
+
export interface CreateApplicationSnapshotRequest {
|
|
779
|
+
ApplicationName: string | undefined;
|
|
780
|
+
SnapshotName: string | undefined;
|
|
781
|
+
}
|
|
782
|
+
export interface CreateApplicationSnapshotResponse {}
|
|
783
|
+
export interface DeleteApplicationRequest {
|
|
784
|
+
ApplicationName: string | undefined;
|
|
785
|
+
CreateTimestamp: Date | undefined;
|
|
786
|
+
}
|
|
787
|
+
export interface DeleteApplicationResponse {}
|
|
788
|
+
export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
789
|
+
ApplicationName: string | undefined;
|
|
790
|
+
CurrentApplicationVersionId?: number;
|
|
791
|
+
CloudWatchLoggingOptionId: string | undefined;
|
|
792
|
+
ConditionalToken?: string;
|
|
793
|
+
}
|
|
794
|
+
export interface DeleteApplicationCloudWatchLoggingOptionResponse {
|
|
795
|
+
ApplicationARN?: string;
|
|
796
|
+
ApplicationVersionId?: number;
|
|
797
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
798
|
+
}
|
|
799
|
+
export interface DeleteApplicationInputProcessingConfigurationRequest {
|
|
800
|
+
ApplicationName: string | undefined;
|
|
801
|
+
CurrentApplicationVersionId: number | undefined;
|
|
802
|
+
InputId: string | undefined;
|
|
803
|
+
}
|
|
804
|
+
export interface DeleteApplicationInputProcessingConfigurationResponse {
|
|
805
|
+
ApplicationARN?: string;
|
|
806
|
+
ApplicationVersionId?: number;
|
|
807
|
+
}
|
|
808
|
+
export interface DeleteApplicationOutputRequest {
|
|
809
|
+
ApplicationName: string | undefined;
|
|
810
|
+
CurrentApplicationVersionId: number | undefined;
|
|
811
|
+
OutputId: string | undefined;
|
|
812
|
+
}
|
|
813
|
+
export interface DeleteApplicationOutputResponse {
|
|
814
|
+
ApplicationARN?: string;
|
|
815
|
+
ApplicationVersionId?: number;
|
|
816
|
+
}
|
|
817
|
+
export interface DeleteApplicationReferenceDataSourceRequest {
|
|
818
|
+
ApplicationName: string | undefined;
|
|
819
|
+
CurrentApplicationVersionId: number | undefined;
|
|
820
|
+
ReferenceId: string | undefined;
|
|
821
|
+
}
|
|
822
|
+
export interface DeleteApplicationReferenceDataSourceResponse {
|
|
823
|
+
ApplicationARN?: string;
|
|
824
|
+
ApplicationVersionId?: number;
|
|
825
|
+
}
|
|
826
|
+
export interface DeleteApplicationSnapshotRequest {
|
|
827
|
+
ApplicationName: string | undefined;
|
|
828
|
+
SnapshotName: string | undefined;
|
|
829
|
+
SnapshotCreationTimestamp: Date | undefined;
|
|
830
|
+
}
|
|
831
|
+
export interface DeleteApplicationSnapshotResponse {}
|
|
832
|
+
export interface DeleteApplicationVpcConfigurationRequest {
|
|
833
|
+
ApplicationName: string | undefined;
|
|
834
|
+
CurrentApplicationVersionId?: number;
|
|
835
|
+
VpcConfigurationId: string | undefined;
|
|
836
|
+
ConditionalToken?: string;
|
|
837
|
+
}
|
|
838
|
+
export interface DeleteApplicationVpcConfigurationResponse {
|
|
839
|
+
ApplicationARN?: string;
|
|
840
|
+
ApplicationVersionId?: number;
|
|
841
|
+
}
|
|
842
|
+
export interface DescribeApplicationRequest {
|
|
843
|
+
ApplicationName: string | undefined;
|
|
844
|
+
IncludeAdditionalDetails?: boolean;
|
|
845
|
+
}
|
|
846
|
+
export interface DescribeApplicationResponse {
|
|
847
|
+
ApplicationDetail: ApplicationDetail | undefined;
|
|
848
|
+
}
|
|
849
|
+
export interface DescribeApplicationSnapshotRequest {
|
|
850
|
+
ApplicationName: string | undefined;
|
|
851
|
+
SnapshotName: string | undefined;
|
|
852
|
+
}
|
|
853
|
+
export declare enum SnapshotStatus {
|
|
854
|
+
CREATING = "CREATING",
|
|
855
|
+
DELETING = "DELETING",
|
|
856
|
+
FAILED = "FAILED",
|
|
857
|
+
READY = "READY",
|
|
858
|
+
}
|
|
859
|
+
export interface SnapshotDetails {
|
|
860
|
+
SnapshotName: string | undefined;
|
|
861
|
+
SnapshotStatus: SnapshotStatus | string | undefined;
|
|
862
|
+
ApplicationVersionId: number | undefined;
|
|
863
|
+
SnapshotCreationTimestamp?: Date;
|
|
864
|
+
}
|
|
865
|
+
export interface DescribeApplicationSnapshotResponse {
|
|
866
|
+
SnapshotDetails: SnapshotDetails | undefined;
|
|
867
|
+
}
|
|
868
|
+
export interface DescribeApplicationVersionRequest {
|
|
869
|
+
ApplicationName: string | undefined;
|
|
870
|
+
ApplicationVersionId: number | undefined;
|
|
871
|
+
}
|
|
872
|
+
export interface DescribeApplicationVersionResponse {
|
|
873
|
+
ApplicationVersionDetail?: ApplicationDetail;
|
|
874
|
+
}
|
|
875
|
+
export interface S3Configuration {
|
|
876
|
+
BucketARN: string | undefined;
|
|
877
|
+
FileKey: string | undefined;
|
|
878
|
+
}
|
|
879
|
+
export interface DiscoverInputSchemaRequest {
|
|
880
|
+
ResourceARN?: string;
|
|
881
|
+
ServiceExecutionRole: string | undefined;
|
|
882
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
883
|
+
S3Configuration?: S3Configuration;
|
|
884
|
+
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
885
|
+
}
|
|
886
|
+
export interface DiscoverInputSchemaResponse {
|
|
887
|
+
InputSchema?: SourceSchema;
|
|
888
|
+
ParsedInputRecords?: string[][];
|
|
889
|
+
ProcessedInputRecords?: string[];
|
|
890
|
+
RawInputRecords?: string[];
|
|
891
|
+
}
|
|
892
|
+
export declare class ResourceProvisionedThroughputExceededException extends __BaseException {
|
|
893
|
+
readonly name: "ResourceProvisionedThroughputExceededException";
|
|
894
|
+
readonly $fault: "client";
|
|
895
|
+
Message?: string;
|
|
896
|
+
constructor(
|
|
897
|
+
opts: __ExceptionOptionType<
|
|
898
|
+
ResourceProvisionedThroughputExceededException,
|
|
899
|
+
__BaseException
|
|
900
|
+
>
|
|
901
|
+
);
|
|
902
|
+
}
|
|
903
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
904
|
+
readonly name: "ServiceUnavailableException";
|
|
905
|
+
readonly $fault: "server";
|
|
906
|
+
Message?: string;
|
|
907
|
+
constructor(
|
|
908
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
909
|
+
);
|
|
910
|
+
}
|
|
911
|
+
export declare class UnableToDetectSchemaException extends __BaseException {
|
|
912
|
+
readonly name: "UnableToDetectSchemaException";
|
|
913
|
+
readonly $fault: "client";
|
|
914
|
+
Message?: string;
|
|
915
|
+
RawInputRecords?: string[];
|
|
916
|
+
ProcessedInputRecords?: string[];
|
|
917
|
+
constructor(
|
|
918
|
+
opts: __ExceptionOptionType<UnableToDetectSchemaException, __BaseException>
|
|
919
|
+
);
|
|
920
|
+
}
|
|
921
|
+
export interface ListApplicationsRequest {
|
|
922
|
+
Limit?: number;
|
|
923
|
+
NextToken?: string;
|
|
924
|
+
}
|
|
925
|
+
export interface ListApplicationsResponse {
|
|
926
|
+
ApplicationSummaries: ApplicationSummary[] | undefined;
|
|
927
|
+
NextToken?: string;
|
|
928
|
+
}
|
|
929
|
+
export interface ListApplicationSnapshotsRequest {
|
|
930
|
+
ApplicationName: string | undefined;
|
|
931
|
+
Limit?: number;
|
|
932
|
+
NextToken?: string;
|
|
933
|
+
}
|
|
934
|
+
export interface ListApplicationSnapshotsResponse {
|
|
935
|
+
SnapshotSummaries?: SnapshotDetails[];
|
|
936
|
+
NextToken?: string;
|
|
937
|
+
}
|
|
938
|
+
export interface ListApplicationVersionsRequest {
|
|
939
|
+
ApplicationName: string | undefined;
|
|
940
|
+
Limit?: number;
|
|
941
|
+
NextToken?: string;
|
|
942
|
+
}
|
|
943
|
+
export interface ListApplicationVersionsResponse {
|
|
944
|
+
ApplicationVersionSummaries?: ApplicationVersionSummary[];
|
|
945
|
+
NextToken?: string;
|
|
946
|
+
}
|
|
947
|
+
export interface ListTagsForResourceRequest {
|
|
948
|
+
ResourceARN: string | undefined;
|
|
949
|
+
}
|
|
950
|
+
export interface ListTagsForResourceResponse {
|
|
951
|
+
Tags?: Tag[];
|
|
952
|
+
}
|
|
953
|
+
export interface RollbackApplicationRequest {
|
|
954
|
+
ApplicationName: string | undefined;
|
|
955
|
+
CurrentApplicationVersionId: number | undefined;
|
|
956
|
+
}
|
|
957
|
+
export interface RollbackApplicationResponse {
|
|
958
|
+
ApplicationDetail: ApplicationDetail | undefined;
|
|
959
|
+
}
|
|
960
|
+
export interface SqlRunConfiguration {
|
|
961
|
+
InputId: string | undefined;
|
|
962
|
+
InputStartingPositionConfiguration:
|
|
963
|
+
| InputStartingPositionConfiguration
|
|
964
|
+
| undefined;
|
|
965
|
+
}
|
|
966
|
+
export interface RunConfiguration {
|
|
967
|
+
FlinkRunConfiguration?: FlinkRunConfiguration;
|
|
968
|
+
SqlRunConfigurations?: SqlRunConfiguration[];
|
|
969
|
+
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
970
|
+
}
|
|
971
|
+
export interface StartApplicationRequest {
|
|
972
|
+
ApplicationName: string | undefined;
|
|
973
|
+
RunConfiguration?: RunConfiguration;
|
|
974
|
+
}
|
|
975
|
+
export interface StartApplicationResponse {}
|
|
976
|
+
export interface StopApplicationRequest {
|
|
977
|
+
ApplicationName: string | undefined;
|
|
978
|
+
Force?: boolean;
|
|
979
|
+
}
|
|
980
|
+
export interface StopApplicationResponse {}
|
|
981
|
+
export interface TagResourceRequest {
|
|
982
|
+
ResourceARN: string | undefined;
|
|
983
|
+
Tags: Tag[] | undefined;
|
|
984
|
+
}
|
|
985
|
+
export interface TagResourceResponse {}
|
|
986
|
+
export interface UntagResourceRequest {
|
|
987
|
+
ResourceARN: string | undefined;
|
|
988
|
+
TagKeys: string[] | undefined;
|
|
989
|
+
}
|
|
990
|
+
export interface UntagResourceResponse {}
|
|
991
|
+
export interface RunConfigurationUpdate {
|
|
992
|
+
FlinkRunConfiguration?: FlinkRunConfiguration;
|
|
993
|
+
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
|
994
|
+
}
|
|
995
|
+
export interface UpdateApplicationRequest {
|
|
996
|
+
ApplicationName: string | undefined;
|
|
997
|
+
CurrentApplicationVersionId?: number;
|
|
998
|
+
ApplicationConfigurationUpdate?: ApplicationConfigurationUpdate;
|
|
999
|
+
ServiceExecutionRoleUpdate?: string;
|
|
1000
|
+
RunConfigurationUpdate?: RunConfigurationUpdate;
|
|
1001
|
+
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[];
|
|
1002
|
+
ConditionalToken?: string;
|
|
1003
|
+
}
|
|
1004
|
+
export interface UpdateApplicationResponse {
|
|
1005
|
+
ApplicationDetail: ApplicationDetail | undefined;
|
|
1006
|
+
}
|
|
1007
|
+
export interface UpdateApplicationMaintenanceConfigurationRequest {
|
|
1008
|
+
ApplicationName: string | undefined;
|
|
1009
|
+
ApplicationMaintenanceConfigurationUpdate:
|
|
1010
|
+
| ApplicationMaintenanceConfigurationUpdate
|
|
1011
|
+
| undefined;
|
|
1012
|
+
}
|
|
1013
|
+
export interface UpdateApplicationMaintenanceConfigurationResponse {
|
|
1014
|
+
ApplicationARN?: string;
|
|
1015
|
+
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
1016
|
+
}
|
|
1017
|
+
export declare const CloudWatchLoggingOptionFilterSensitiveLog: (
|
|
1018
|
+
obj: CloudWatchLoggingOption
|
|
1019
|
+
) => any;
|
|
1020
|
+
export declare const AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (
|
|
1021
|
+
obj: AddApplicationCloudWatchLoggingOptionRequest
|
|
1022
|
+
) => any;
|
|
1023
|
+
export declare const CloudWatchLoggingOptionDescriptionFilterSensitiveLog: (
|
|
1024
|
+
obj: CloudWatchLoggingOptionDescription
|
|
1025
|
+
) => any;
|
|
1026
|
+
export declare const AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (
|
|
1027
|
+
obj: AddApplicationCloudWatchLoggingOptionResponse
|
|
1028
|
+
) => any;
|
|
1029
|
+
export declare const InputParallelismFilterSensitiveLog: (
|
|
1030
|
+
obj: InputParallelism
|
|
1031
|
+
) => any;
|
|
1032
|
+
export declare const InputLambdaProcessorFilterSensitiveLog: (
|
|
1033
|
+
obj: InputLambdaProcessor
|
|
1034
|
+
) => any;
|
|
1035
|
+
export declare const InputProcessingConfigurationFilterSensitiveLog: (
|
|
1036
|
+
obj: InputProcessingConfiguration
|
|
1037
|
+
) => any;
|
|
1038
|
+
export declare const RecordColumnFilterSensitiveLog: (obj: RecordColumn) => any;
|
|
1039
|
+
export declare const CSVMappingParametersFilterSensitiveLog: (
|
|
1040
|
+
obj: CSVMappingParameters
|
|
1041
|
+
) => any;
|
|
1042
|
+
export declare const JSONMappingParametersFilterSensitiveLog: (
|
|
1043
|
+
obj: JSONMappingParameters
|
|
1044
|
+
) => any;
|
|
1045
|
+
export declare const MappingParametersFilterSensitiveLog: (
|
|
1046
|
+
obj: MappingParameters
|
|
1047
|
+
) => any;
|
|
1048
|
+
export declare const RecordFormatFilterSensitiveLog: (obj: RecordFormat) => any;
|
|
1049
|
+
export declare const SourceSchemaFilterSensitiveLog: (obj: SourceSchema) => any;
|
|
1050
|
+
export declare const KinesisFirehoseInputFilterSensitiveLog: (
|
|
1051
|
+
obj: KinesisFirehoseInput
|
|
1052
|
+
) => any;
|
|
1053
|
+
export declare const KinesisStreamsInputFilterSensitiveLog: (
|
|
1054
|
+
obj: KinesisStreamsInput
|
|
1055
|
+
) => any;
|
|
1056
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
1057
|
+
export declare const AddApplicationInputRequestFilterSensitiveLog: (
|
|
1058
|
+
obj: AddApplicationInputRequest
|
|
1059
|
+
) => any;
|
|
1060
|
+
export declare const InputLambdaProcessorDescriptionFilterSensitiveLog: (
|
|
1061
|
+
obj: InputLambdaProcessorDescription
|
|
1062
|
+
) => any;
|
|
1063
|
+
export declare const InputProcessingConfigurationDescriptionFilterSensitiveLog: (
|
|
1064
|
+
obj: InputProcessingConfigurationDescription
|
|
1065
|
+
) => any;
|
|
1066
|
+
export declare const InputStartingPositionConfigurationFilterSensitiveLog: (
|
|
1067
|
+
obj: InputStartingPositionConfiguration
|
|
1068
|
+
) => any;
|
|
1069
|
+
export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (
|
|
1070
|
+
obj: KinesisFirehoseInputDescription
|
|
1071
|
+
) => any;
|
|
1072
|
+
export declare const KinesisStreamsInputDescriptionFilterSensitiveLog: (
|
|
1073
|
+
obj: KinesisStreamsInputDescription
|
|
1074
|
+
) => any;
|
|
1075
|
+
export declare const InputDescriptionFilterSensitiveLog: (
|
|
1076
|
+
obj: InputDescription
|
|
1077
|
+
) => any;
|
|
1078
|
+
export declare const AddApplicationInputResponseFilterSensitiveLog: (
|
|
1079
|
+
obj: AddApplicationInputResponse
|
|
1080
|
+
) => any;
|
|
1081
|
+
export declare const AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (
|
|
1082
|
+
obj: AddApplicationInputProcessingConfigurationRequest
|
|
1083
|
+
) => any;
|
|
1084
|
+
export declare const AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (
|
|
1085
|
+
obj: AddApplicationInputProcessingConfigurationResponse
|
|
1086
|
+
) => any;
|
|
1087
|
+
export declare const DestinationSchemaFilterSensitiveLog: (
|
|
1088
|
+
obj: DestinationSchema
|
|
1089
|
+
) => any;
|
|
1090
|
+
export declare const KinesisFirehoseOutputFilterSensitiveLog: (
|
|
1091
|
+
obj: KinesisFirehoseOutput
|
|
1092
|
+
) => any;
|
|
1093
|
+
export declare const KinesisStreamsOutputFilterSensitiveLog: (
|
|
1094
|
+
obj: KinesisStreamsOutput
|
|
1095
|
+
) => any;
|
|
1096
|
+
export declare const LambdaOutputFilterSensitiveLog: (obj: LambdaOutput) => any;
|
|
1097
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1098
|
+
export declare const AddApplicationOutputRequestFilterSensitiveLog: (
|
|
1099
|
+
obj: AddApplicationOutputRequest
|
|
1100
|
+
) => any;
|
|
1101
|
+
export declare const KinesisFirehoseOutputDescriptionFilterSensitiveLog: (
|
|
1102
|
+
obj: KinesisFirehoseOutputDescription
|
|
1103
|
+
) => any;
|
|
1104
|
+
export declare const KinesisStreamsOutputDescriptionFilterSensitiveLog: (
|
|
1105
|
+
obj: KinesisStreamsOutputDescription
|
|
1106
|
+
) => any;
|
|
1107
|
+
export declare const LambdaOutputDescriptionFilterSensitiveLog: (
|
|
1108
|
+
obj: LambdaOutputDescription
|
|
1109
|
+
) => any;
|
|
1110
|
+
export declare const OutputDescriptionFilterSensitiveLog: (
|
|
1111
|
+
obj: OutputDescription
|
|
1112
|
+
) => any;
|
|
1113
|
+
export declare const AddApplicationOutputResponseFilterSensitiveLog: (
|
|
1114
|
+
obj: AddApplicationOutputResponse
|
|
1115
|
+
) => any;
|
|
1116
|
+
export declare const S3ReferenceDataSourceFilterSensitiveLog: (
|
|
1117
|
+
obj: S3ReferenceDataSource
|
|
1118
|
+
) => any;
|
|
1119
|
+
export declare const ReferenceDataSourceFilterSensitiveLog: (
|
|
1120
|
+
obj: ReferenceDataSource
|
|
1121
|
+
) => any;
|
|
1122
|
+
export declare const AddApplicationReferenceDataSourceRequestFilterSensitiveLog: (
|
|
1123
|
+
obj: AddApplicationReferenceDataSourceRequest
|
|
1124
|
+
) => any;
|
|
1125
|
+
export declare const S3ReferenceDataSourceDescriptionFilterSensitiveLog: (
|
|
1126
|
+
obj: S3ReferenceDataSourceDescription
|
|
1127
|
+
) => any;
|
|
1128
|
+
export declare const ReferenceDataSourceDescriptionFilterSensitiveLog: (
|
|
1129
|
+
obj: ReferenceDataSourceDescription
|
|
1130
|
+
) => any;
|
|
1131
|
+
export declare const AddApplicationReferenceDataSourceResponseFilterSensitiveLog: (
|
|
1132
|
+
obj: AddApplicationReferenceDataSourceResponse
|
|
1133
|
+
) => any;
|
|
1134
|
+
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
1135
|
+
obj: VpcConfiguration
|
|
1136
|
+
) => any;
|
|
1137
|
+
export declare const AddApplicationVpcConfigurationRequestFilterSensitiveLog: (
|
|
1138
|
+
obj: AddApplicationVpcConfigurationRequest
|
|
1139
|
+
) => any;
|
|
1140
|
+
export declare const VpcConfigurationDescriptionFilterSensitiveLog: (
|
|
1141
|
+
obj: VpcConfigurationDescription
|
|
1142
|
+
) => any;
|
|
1143
|
+
export declare const AddApplicationVpcConfigurationResponseFilterSensitiveLog: (
|
|
1144
|
+
obj: AddApplicationVpcConfigurationResponse
|
|
1145
|
+
) => any;
|
|
1146
|
+
export declare const S3ContentLocationFilterSensitiveLog: (
|
|
1147
|
+
obj: S3ContentLocation
|
|
1148
|
+
) => any;
|
|
1149
|
+
export declare const CodeContentFilterSensitiveLog: (obj: CodeContent) => any;
|
|
1150
|
+
export declare const ApplicationCodeConfigurationFilterSensitiveLog: (
|
|
1151
|
+
obj: ApplicationCodeConfiguration
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const S3ApplicationCodeLocationDescriptionFilterSensitiveLog: (
|
|
1154
|
+
obj: S3ApplicationCodeLocationDescription
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const CodeContentDescriptionFilterSensitiveLog: (
|
|
1157
|
+
obj: CodeContentDescription
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const ApplicationCodeConfigurationDescriptionFilterSensitiveLog: (
|
|
1160
|
+
obj: ApplicationCodeConfigurationDescription
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const S3ContentLocationUpdateFilterSensitiveLog: (
|
|
1163
|
+
obj: S3ContentLocationUpdate
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const CodeContentUpdateFilterSensitiveLog: (
|
|
1166
|
+
obj: CodeContentUpdate
|
|
1167
|
+
) => any;
|
|
1168
|
+
export declare const ApplicationCodeConfigurationUpdateFilterSensitiveLog: (
|
|
1169
|
+
obj: ApplicationCodeConfigurationUpdate
|
|
1170
|
+
) => any;
|
|
1171
|
+
export declare const ApplicationSnapshotConfigurationFilterSensitiveLog: (
|
|
1172
|
+
obj: ApplicationSnapshotConfiguration
|
|
1173
|
+
) => any;
|
|
1174
|
+
export declare const PropertyGroupFilterSensitiveLog: (
|
|
1175
|
+
obj: PropertyGroup
|
|
1176
|
+
) => any;
|
|
1177
|
+
export declare const EnvironmentPropertiesFilterSensitiveLog: (
|
|
1178
|
+
obj: EnvironmentProperties
|
|
1179
|
+
) => any;
|
|
1180
|
+
export declare const CheckpointConfigurationFilterSensitiveLog: (
|
|
1181
|
+
obj: CheckpointConfiguration
|
|
1182
|
+
) => any;
|
|
1183
|
+
export declare const MonitoringConfigurationFilterSensitiveLog: (
|
|
1184
|
+
obj: MonitoringConfiguration
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const ParallelismConfigurationFilterSensitiveLog: (
|
|
1187
|
+
obj: ParallelismConfiguration
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const FlinkApplicationConfigurationFilterSensitiveLog: (
|
|
1190
|
+
obj: FlinkApplicationConfiguration
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const SqlApplicationConfigurationFilterSensitiveLog: (
|
|
1193
|
+
obj: SqlApplicationConfiguration
|
|
1194
|
+
) => any;
|
|
1195
|
+
export declare const GlueDataCatalogConfigurationFilterSensitiveLog: (
|
|
1196
|
+
obj: GlueDataCatalogConfiguration
|
|
1197
|
+
) => any;
|
|
1198
|
+
export declare const CatalogConfigurationFilterSensitiveLog: (
|
|
1199
|
+
obj: CatalogConfiguration
|
|
1200
|
+
) => any;
|
|
1201
|
+
export declare const MavenReferenceFilterSensitiveLog: (
|
|
1202
|
+
obj: MavenReference
|
|
1203
|
+
) => any;
|
|
1204
|
+
export declare const CustomArtifactConfigurationFilterSensitiveLog: (
|
|
1205
|
+
obj: CustomArtifactConfiguration
|
|
1206
|
+
) => any;
|
|
1207
|
+
export declare const S3ContentBaseLocationFilterSensitiveLog: (
|
|
1208
|
+
obj: S3ContentBaseLocation
|
|
1209
|
+
) => any;
|
|
1210
|
+
export declare const DeployAsApplicationConfigurationFilterSensitiveLog: (
|
|
1211
|
+
obj: DeployAsApplicationConfiguration
|
|
1212
|
+
) => any;
|
|
1213
|
+
export declare const ZeppelinMonitoringConfigurationFilterSensitiveLog: (
|
|
1214
|
+
obj: ZeppelinMonitoringConfiguration
|
|
1215
|
+
) => any;
|
|
1216
|
+
export declare const ZeppelinApplicationConfigurationFilterSensitiveLog: (
|
|
1217
|
+
obj: ZeppelinApplicationConfiguration
|
|
1218
|
+
) => any;
|
|
1219
|
+
export declare const ApplicationConfigurationFilterSensitiveLog: (
|
|
1220
|
+
obj: ApplicationConfiguration
|
|
1221
|
+
) => any;
|
|
1222
|
+
export declare const ApplicationSnapshotConfigurationDescriptionFilterSensitiveLog: (
|
|
1223
|
+
obj: ApplicationSnapshotConfigurationDescription
|
|
1224
|
+
) => any;
|
|
1225
|
+
export declare const EnvironmentPropertyDescriptionsFilterSensitiveLog: (
|
|
1226
|
+
obj: EnvironmentPropertyDescriptions
|
|
1227
|
+
) => any;
|
|
1228
|
+
export declare const CheckpointConfigurationDescriptionFilterSensitiveLog: (
|
|
1229
|
+
obj: CheckpointConfigurationDescription
|
|
1230
|
+
) => any;
|
|
1231
|
+
export declare const MonitoringConfigurationDescriptionFilterSensitiveLog: (
|
|
1232
|
+
obj: MonitoringConfigurationDescription
|
|
1233
|
+
) => any;
|
|
1234
|
+
export declare const ParallelismConfigurationDescriptionFilterSensitiveLog: (
|
|
1235
|
+
obj: ParallelismConfigurationDescription
|
|
1236
|
+
) => any;
|
|
1237
|
+
export declare const FlinkApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1238
|
+
obj: FlinkApplicationConfigurationDescription
|
|
1239
|
+
) => any;
|
|
1240
|
+
export declare const ApplicationRestoreConfigurationFilterSensitiveLog: (
|
|
1241
|
+
obj: ApplicationRestoreConfiguration
|
|
1242
|
+
) => any;
|
|
1243
|
+
export declare const FlinkRunConfigurationFilterSensitiveLog: (
|
|
1244
|
+
obj: FlinkRunConfiguration
|
|
1245
|
+
) => any;
|
|
1246
|
+
export declare const RunConfigurationDescriptionFilterSensitiveLog: (
|
|
1247
|
+
obj: RunConfigurationDescription
|
|
1248
|
+
) => any;
|
|
1249
|
+
export declare const SqlApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1250
|
+
obj: SqlApplicationConfigurationDescription
|
|
1251
|
+
) => any;
|
|
1252
|
+
export declare const GlueDataCatalogConfigurationDescriptionFilterSensitiveLog: (
|
|
1253
|
+
obj: GlueDataCatalogConfigurationDescription
|
|
1254
|
+
) => any;
|
|
1255
|
+
export declare const CatalogConfigurationDescriptionFilterSensitiveLog: (
|
|
1256
|
+
obj: CatalogConfigurationDescription
|
|
1257
|
+
) => any;
|
|
1258
|
+
export declare const CustomArtifactConfigurationDescriptionFilterSensitiveLog: (
|
|
1259
|
+
obj: CustomArtifactConfigurationDescription
|
|
1260
|
+
) => any;
|
|
1261
|
+
export declare const S3ContentBaseLocationDescriptionFilterSensitiveLog: (
|
|
1262
|
+
obj: S3ContentBaseLocationDescription
|
|
1263
|
+
) => any;
|
|
1264
|
+
export declare const DeployAsApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1265
|
+
obj: DeployAsApplicationConfigurationDescription
|
|
1266
|
+
) => any;
|
|
1267
|
+
export declare const ZeppelinMonitoringConfigurationDescriptionFilterSensitiveLog: (
|
|
1268
|
+
obj: ZeppelinMonitoringConfigurationDescription
|
|
1269
|
+
) => any;
|
|
1270
|
+
export declare const ZeppelinApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1271
|
+
obj: ZeppelinApplicationConfigurationDescription
|
|
1272
|
+
) => any;
|
|
1273
|
+
export declare const ApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1274
|
+
obj: ApplicationConfigurationDescription
|
|
1275
|
+
) => any;
|
|
1276
|
+
export declare const ApplicationSnapshotConfigurationUpdateFilterSensitiveLog: (
|
|
1277
|
+
obj: ApplicationSnapshotConfigurationUpdate
|
|
1278
|
+
) => any;
|
|
1279
|
+
export declare const EnvironmentPropertyUpdatesFilterSensitiveLog: (
|
|
1280
|
+
obj: EnvironmentPropertyUpdates
|
|
1281
|
+
) => any;
|
|
1282
|
+
export declare const CheckpointConfigurationUpdateFilterSensitiveLog: (
|
|
1283
|
+
obj: CheckpointConfigurationUpdate
|
|
1284
|
+
) => any;
|
|
1285
|
+
export declare const MonitoringConfigurationUpdateFilterSensitiveLog: (
|
|
1286
|
+
obj: MonitoringConfigurationUpdate
|
|
1287
|
+
) => any;
|
|
1288
|
+
export declare const ParallelismConfigurationUpdateFilterSensitiveLog: (
|
|
1289
|
+
obj: ParallelismConfigurationUpdate
|
|
1290
|
+
) => any;
|
|
1291
|
+
export declare const FlinkApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1292
|
+
obj: FlinkApplicationConfigurationUpdate
|
|
1293
|
+
) => any;
|
|
1294
|
+
export declare const InputParallelismUpdateFilterSensitiveLog: (
|
|
1295
|
+
obj: InputParallelismUpdate
|
|
1296
|
+
) => any;
|
|
1297
|
+
export declare const InputLambdaProcessorUpdateFilterSensitiveLog: (
|
|
1298
|
+
obj: InputLambdaProcessorUpdate
|
|
1299
|
+
) => any;
|
|
1300
|
+
export declare const InputProcessingConfigurationUpdateFilterSensitiveLog: (
|
|
1301
|
+
obj: InputProcessingConfigurationUpdate
|
|
1302
|
+
) => any;
|
|
1303
|
+
export declare const InputSchemaUpdateFilterSensitiveLog: (
|
|
1304
|
+
obj: InputSchemaUpdate
|
|
1305
|
+
) => any;
|
|
1306
|
+
export declare const KinesisFirehoseInputUpdateFilterSensitiveLog: (
|
|
1307
|
+
obj: KinesisFirehoseInputUpdate
|
|
1308
|
+
) => any;
|
|
1309
|
+
export declare const KinesisStreamsInputUpdateFilterSensitiveLog: (
|
|
1310
|
+
obj: KinesisStreamsInputUpdate
|
|
1311
|
+
) => any;
|
|
1312
|
+
export declare const InputUpdateFilterSensitiveLog: (obj: InputUpdate) => any;
|
|
1313
|
+
export declare const KinesisFirehoseOutputUpdateFilterSensitiveLog: (
|
|
1314
|
+
obj: KinesisFirehoseOutputUpdate
|
|
1315
|
+
) => any;
|
|
1316
|
+
export declare const KinesisStreamsOutputUpdateFilterSensitiveLog: (
|
|
1317
|
+
obj: KinesisStreamsOutputUpdate
|
|
1318
|
+
) => any;
|
|
1319
|
+
export declare const LambdaOutputUpdateFilterSensitiveLog: (
|
|
1320
|
+
obj: LambdaOutputUpdate
|
|
1321
|
+
) => any;
|
|
1322
|
+
export declare const OutputUpdateFilterSensitiveLog: (obj: OutputUpdate) => any;
|
|
1323
|
+
export declare const S3ReferenceDataSourceUpdateFilterSensitiveLog: (
|
|
1324
|
+
obj: S3ReferenceDataSourceUpdate
|
|
1325
|
+
) => any;
|
|
1326
|
+
export declare const ReferenceDataSourceUpdateFilterSensitiveLog: (
|
|
1327
|
+
obj: ReferenceDataSourceUpdate
|
|
1328
|
+
) => any;
|
|
1329
|
+
export declare const SqlApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1330
|
+
obj: SqlApplicationConfigurationUpdate
|
|
1331
|
+
) => any;
|
|
1332
|
+
export declare const VpcConfigurationUpdateFilterSensitiveLog: (
|
|
1333
|
+
obj: VpcConfigurationUpdate
|
|
1334
|
+
) => any;
|
|
1335
|
+
export declare const GlueDataCatalogConfigurationUpdateFilterSensitiveLog: (
|
|
1336
|
+
obj: GlueDataCatalogConfigurationUpdate
|
|
1337
|
+
) => any;
|
|
1338
|
+
export declare const CatalogConfigurationUpdateFilterSensitiveLog: (
|
|
1339
|
+
obj: CatalogConfigurationUpdate
|
|
1340
|
+
) => any;
|
|
1341
|
+
export declare const S3ContentBaseLocationUpdateFilterSensitiveLog: (
|
|
1342
|
+
obj: S3ContentBaseLocationUpdate
|
|
1343
|
+
) => any;
|
|
1344
|
+
export declare const DeployAsApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1345
|
+
obj: DeployAsApplicationConfigurationUpdate
|
|
1346
|
+
) => any;
|
|
1347
|
+
export declare const ZeppelinMonitoringConfigurationUpdateFilterSensitiveLog: (
|
|
1348
|
+
obj: ZeppelinMonitoringConfigurationUpdate
|
|
1349
|
+
) => any;
|
|
1350
|
+
export declare const ZeppelinApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1351
|
+
obj: ZeppelinApplicationConfigurationUpdate
|
|
1352
|
+
) => any;
|
|
1353
|
+
export declare const ApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1354
|
+
obj: ApplicationConfigurationUpdate
|
|
1355
|
+
) => any;
|
|
1356
|
+
export declare const ApplicationMaintenanceConfigurationDescriptionFilterSensitiveLog: (
|
|
1357
|
+
obj: ApplicationMaintenanceConfigurationDescription
|
|
1358
|
+
) => any;
|
|
1359
|
+
export declare const ApplicationDetailFilterSensitiveLog: (
|
|
1360
|
+
obj: ApplicationDetail
|
|
1361
|
+
) => any;
|
|
1362
|
+
export declare const ApplicationMaintenanceConfigurationUpdateFilterSensitiveLog: (
|
|
1363
|
+
obj: ApplicationMaintenanceConfigurationUpdate
|
|
1364
|
+
) => any;
|
|
1365
|
+
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
1366
|
+
obj: ApplicationSummary
|
|
1367
|
+
) => any;
|
|
1368
|
+
export declare const ApplicationVersionSummaryFilterSensitiveLog: (
|
|
1369
|
+
obj: ApplicationVersionSummary
|
|
1370
|
+
) => any;
|
|
1371
|
+
export declare const CloudWatchLoggingOptionUpdateFilterSensitiveLog: (
|
|
1372
|
+
obj: CloudWatchLoggingOptionUpdate
|
|
1373
|
+
) => any;
|
|
1374
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1375
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
1376
|
+
obj: CreateApplicationRequest
|
|
1377
|
+
) => any;
|
|
1378
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
1379
|
+
obj: CreateApplicationResponse
|
|
1380
|
+
) => any;
|
|
1381
|
+
export declare const CreateApplicationPresignedUrlRequestFilterSensitiveLog: (
|
|
1382
|
+
obj: CreateApplicationPresignedUrlRequest
|
|
1383
|
+
) => any;
|
|
1384
|
+
export declare const CreateApplicationPresignedUrlResponseFilterSensitiveLog: (
|
|
1385
|
+
obj: CreateApplicationPresignedUrlResponse
|
|
1386
|
+
) => any;
|
|
1387
|
+
export declare const CreateApplicationSnapshotRequestFilterSensitiveLog: (
|
|
1388
|
+
obj: CreateApplicationSnapshotRequest
|
|
1389
|
+
) => any;
|
|
1390
|
+
export declare const CreateApplicationSnapshotResponseFilterSensitiveLog: (
|
|
1391
|
+
obj: CreateApplicationSnapshotResponse
|
|
1392
|
+
) => any;
|
|
1393
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
1394
|
+
obj: DeleteApplicationRequest
|
|
1395
|
+
) => any;
|
|
1396
|
+
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
1397
|
+
obj: DeleteApplicationResponse
|
|
1398
|
+
) => any;
|
|
1399
|
+
export declare const DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (
|
|
1400
|
+
obj: DeleteApplicationCloudWatchLoggingOptionRequest
|
|
1401
|
+
) => any;
|
|
1402
|
+
export declare const DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (
|
|
1403
|
+
obj: DeleteApplicationCloudWatchLoggingOptionResponse
|
|
1404
|
+
) => any;
|
|
1405
|
+
export declare const DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (
|
|
1406
|
+
obj: DeleteApplicationInputProcessingConfigurationRequest
|
|
1407
|
+
) => any;
|
|
1408
|
+
export declare const DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (
|
|
1409
|
+
obj: DeleteApplicationInputProcessingConfigurationResponse
|
|
1410
|
+
) => any;
|
|
1411
|
+
export declare const DeleteApplicationOutputRequestFilterSensitiveLog: (
|
|
1412
|
+
obj: DeleteApplicationOutputRequest
|
|
1413
|
+
) => any;
|
|
1414
|
+
export declare const DeleteApplicationOutputResponseFilterSensitiveLog: (
|
|
1415
|
+
obj: DeleteApplicationOutputResponse
|
|
1416
|
+
) => any;
|
|
1417
|
+
export declare const DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog: (
|
|
1418
|
+
obj: DeleteApplicationReferenceDataSourceRequest
|
|
1419
|
+
) => any;
|
|
1420
|
+
export declare const DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog: (
|
|
1421
|
+
obj: DeleteApplicationReferenceDataSourceResponse
|
|
1422
|
+
) => any;
|
|
1423
|
+
export declare const DeleteApplicationSnapshotRequestFilterSensitiveLog: (
|
|
1424
|
+
obj: DeleteApplicationSnapshotRequest
|
|
1425
|
+
) => any;
|
|
1426
|
+
export declare const DeleteApplicationSnapshotResponseFilterSensitiveLog: (
|
|
1427
|
+
obj: DeleteApplicationSnapshotResponse
|
|
1428
|
+
) => any;
|
|
1429
|
+
export declare const DeleteApplicationVpcConfigurationRequestFilterSensitiveLog: (
|
|
1430
|
+
obj: DeleteApplicationVpcConfigurationRequest
|
|
1431
|
+
) => any;
|
|
1432
|
+
export declare const DeleteApplicationVpcConfigurationResponseFilterSensitiveLog: (
|
|
1433
|
+
obj: DeleteApplicationVpcConfigurationResponse
|
|
1434
|
+
) => any;
|
|
1435
|
+
export declare const DescribeApplicationRequestFilterSensitiveLog: (
|
|
1436
|
+
obj: DescribeApplicationRequest
|
|
1437
|
+
) => any;
|
|
1438
|
+
export declare const DescribeApplicationResponseFilterSensitiveLog: (
|
|
1439
|
+
obj: DescribeApplicationResponse
|
|
1440
|
+
) => any;
|
|
1441
|
+
export declare const DescribeApplicationSnapshotRequestFilterSensitiveLog: (
|
|
1442
|
+
obj: DescribeApplicationSnapshotRequest
|
|
1443
|
+
) => any;
|
|
1444
|
+
export declare const SnapshotDetailsFilterSensitiveLog: (
|
|
1445
|
+
obj: SnapshotDetails
|
|
1446
|
+
) => any;
|
|
1447
|
+
export declare const DescribeApplicationSnapshotResponseFilterSensitiveLog: (
|
|
1448
|
+
obj: DescribeApplicationSnapshotResponse
|
|
1449
|
+
) => any;
|
|
1450
|
+
export declare const DescribeApplicationVersionRequestFilterSensitiveLog: (
|
|
1451
|
+
obj: DescribeApplicationVersionRequest
|
|
1452
|
+
) => any;
|
|
1453
|
+
export declare const DescribeApplicationVersionResponseFilterSensitiveLog: (
|
|
1454
|
+
obj: DescribeApplicationVersionResponse
|
|
1455
|
+
) => any;
|
|
1456
|
+
export declare const S3ConfigurationFilterSensitiveLog: (
|
|
1457
|
+
obj: S3Configuration
|
|
1458
|
+
) => any;
|
|
1459
|
+
export declare const DiscoverInputSchemaRequestFilterSensitiveLog: (
|
|
1460
|
+
obj: DiscoverInputSchemaRequest
|
|
1461
|
+
) => any;
|
|
1462
|
+
export declare const DiscoverInputSchemaResponseFilterSensitiveLog: (
|
|
1463
|
+
obj: DiscoverInputSchemaResponse
|
|
1464
|
+
) => any;
|
|
1465
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
1466
|
+
obj: ListApplicationsRequest
|
|
1467
|
+
) => any;
|
|
1468
|
+
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
1469
|
+
obj: ListApplicationsResponse
|
|
1470
|
+
) => any;
|
|
1471
|
+
export declare const ListApplicationSnapshotsRequestFilterSensitiveLog: (
|
|
1472
|
+
obj: ListApplicationSnapshotsRequest
|
|
1473
|
+
) => any;
|
|
1474
|
+
export declare const ListApplicationSnapshotsResponseFilterSensitiveLog: (
|
|
1475
|
+
obj: ListApplicationSnapshotsResponse
|
|
1476
|
+
) => any;
|
|
1477
|
+
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (
|
|
1478
|
+
obj: ListApplicationVersionsRequest
|
|
1479
|
+
) => any;
|
|
1480
|
+
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (
|
|
1481
|
+
obj: ListApplicationVersionsResponse
|
|
1482
|
+
) => any;
|
|
1483
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1484
|
+
obj: ListTagsForResourceRequest
|
|
1485
|
+
) => any;
|
|
1486
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1487
|
+
obj: ListTagsForResourceResponse
|
|
1488
|
+
) => any;
|
|
1489
|
+
export declare const RollbackApplicationRequestFilterSensitiveLog: (
|
|
1490
|
+
obj: RollbackApplicationRequest
|
|
1491
|
+
) => any;
|
|
1492
|
+
export declare const RollbackApplicationResponseFilterSensitiveLog: (
|
|
1493
|
+
obj: RollbackApplicationResponse
|
|
1494
|
+
) => any;
|
|
1495
|
+
export declare const SqlRunConfigurationFilterSensitiveLog: (
|
|
1496
|
+
obj: SqlRunConfiguration
|
|
1497
|
+
) => any;
|
|
1498
|
+
export declare const RunConfigurationFilterSensitiveLog: (
|
|
1499
|
+
obj: RunConfiguration
|
|
1500
|
+
) => any;
|
|
1501
|
+
export declare const StartApplicationRequestFilterSensitiveLog: (
|
|
1502
|
+
obj: StartApplicationRequest
|
|
1503
|
+
) => any;
|
|
1504
|
+
export declare const StartApplicationResponseFilterSensitiveLog: (
|
|
1505
|
+
obj: StartApplicationResponse
|
|
1506
|
+
) => any;
|
|
1507
|
+
export declare const StopApplicationRequestFilterSensitiveLog: (
|
|
1508
|
+
obj: StopApplicationRequest
|
|
1509
|
+
) => any;
|
|
1510
|
+
export declare const StopApplicationResponseFilterSensitiveLog: (
|
|
1511
|
+
obj: StopApplicationResponse
|
|
1512
|
+
) => any;
|
|
1513
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1514
|
+
obj: TagResourceRequest
|
|
1515
|
+
) => any;
|
|
1516
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1517
|
+
obj: TagResourceResponse
|
|
1518
|
+
) => any;
|
|
1519
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1520
|
+
obj: UntagResourceRequest
|
|
1521
|
+
) => any;
|
|
1522
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1523
|
+
obj: UntagResourceResponse
|
|
1524
|
+
) => any;
|
|
1525
|
+
export declare const RunConfigurationUpdateFilterSensitiveLog: (
|
|
1526
|
+
obj: RunConfigurationUpdate
|
|
1527
|
+
) => any;
|
|
1528
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
1529
|
+
obj: UpdateApplicationRequest
|
|
1530
|
+
) => any;
|
|
1531
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
1532
|
+
obj: UpdateApplicationResponse
|
|
1533
|
+
) => any;
|
|
1534
|
+
export declare const UpdateApplicationMaintenanceConfigurationRequestFilterSensitiveLog: (
|
|
1535
|
+
obj: UpdateApplicationMaintenanceConfigurationRequest
|
|
1536
|
+
) => any;
|
|
1537
|
+
export declare const UpdateApplicationMaintenanceConfigurationResponseFilterSensitiveLog: (
|
|
1538
|
+
obj: UpdateApplicationMaintenanceConfigurationResponse
|
|
1539
|
+
) => any;
|