@aws-sdk/client-kinesis-analytics 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/KinesisAnalytics.d.ts +400 -105
- package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +250 -93
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +20 -20
- 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/KinesisAnalyticsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1099 -987
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,987 +1,1099 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { KinesisAnalyticsServiceException as __BaseException } from "./KinesisAnalyticsServiceException";
|
|
3
|
-
|
|
4
|
-
export interface CloudWatchLoggingOption {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export
|
|
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
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
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
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
export interface KinesisStreamsInput {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
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
|
-
|
|
181
|
-
export interface
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
export interface
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
export interface
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
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
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
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
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
export interface
|
|
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
|
-
export interface
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
export interface
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
export interface
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
export interface
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
export
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
export
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
export declare const
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
export declare const
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export declare const
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export declare const
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
export declare const
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
export declare const
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
export declare const
|
|
828
|
-
|
|
829
|
-
export declare const
|
|
830
|
-
|
|
831
|
-
export declare const
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
export declare const
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
export declare const
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
export declare const
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
export declare const
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
export declare const
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
export declare const
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
export declare const
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export declare const
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
export declare const
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export declare const
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
export declare const
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
export declare const
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
export declare const
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
export declare const
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
export declare const
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
export declare const
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
export declare const
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
export declare const
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
export declare const
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
export declare const
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
export declare const
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export declare const
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
export declare const
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
export declare const
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
export declare const
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
export declare const
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
export declare const
|
|
944
|
-
|
|
945
|
-
export declare const
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
export declare const
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
export declare const
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
export declare const
|
|
958
|
-
|
|
959
|
-
export declare const
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
export declare const
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
export declare const
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
export declare const
|
|
972
|
-
|
|
973
|
-
export declare const
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
export declare const
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
export declare const
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
export declare const
|
|
986
|
-
|
|
987
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KinesisAnalyticsServiceException as __BaseException } from "./KinesisAnalyticsServiceException";
|
|
3
|
+
|
|
4
|
+
export interface CloudWatchLoggingOption {
|
|
5
|
+
LogStreamARN: string | undefined;
|
|
6
|
+
|
|
7
|
+
RoleARN: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export interface AddApplicationCloudWatchLoggingOptionRequest {
|
|
10
|
+
ApplicationName: string | undefined;
|
|
11
|
+
|
|
12
|
+
CurrentApplicationVersionId: number | undefined;
|
|
13
|
+
|
|
14
|
+
CloudWatchLoggingOption: CloudWatchLoggingOption | undefined;
|
|
15
|
+
}
|
|
16
|
+
export interface AddApplicationCloudWatchLoggingOptionResponse {}
|
|
17
|
+
|
|
18
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
19
|
+
readonly name: "ConcurrentModificationException";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
|
|
22
|
+
constructor(
|
|
23
|
+
opts: __ExceptionOptionType<
|
|
24
|
+
ConcurrentModificationException,
|
|
25
|
+
__BaseException
|
|
26
|
+
>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
31
|
+
readonly name: "InvalidArgumentException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
40
|
+
readonly name: "ResourceInUseException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
49
|
+
readonly name: "ResourceNotFoundException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
|
|
52
|
+
constructor(
|
|
53
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export declare class UnsupportedOperationException extends __BaseException {
|
|
58
|
+
readonly name: "UnsupportedOperationException";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
|
|
61
|
+
constructor(
|
|
62
|
+
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface InputParallelism {
|
|
67
|
+
Count?: number;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export interface InputLambdaProcessor {
|
|
71
|
+
ResourceARN: string | undefined;
|
|
72
|
+
|
|
73
|
+
RoleARN: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export interface InputProcessingConfiguration {
|
|
77
|
+
InputLambdaProcessor: InputLambdaProcessor | undefined;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface RecordColumn {
|
|
81
|
+
Name: string | undefined;
|
|
82
|
+
|
|
83
|
+
Mapping?: string;
|
|
84
|
+
|
|
85
|
+
SqlType: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface CSVMappingParameters {
|
|
89
|
+
RecordRowDelimiter: string | undefined;
|
|
90
|
+
|
|
91
|
+
RecordColumnDelimiter: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface JSONMappingParameters {
|
|
95
|
+
RecordRowPath: string | undefined;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface MappingParameters {
|
|
99
|
+
JSONMappingParameters?: JSONMappingParameters;
|
|
100
|
+
|
|
101
|
+
CSVMappingParameters?: CSVMappingParameters;
|
|
102
|
+
}
|
|
103
|
+
export declare enum RecordFormatType {
|
|
104
|
+
CSV = "CSV",
|
|
105
|
+
JSON = "JSON",
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export interface RecordFormat {
|
|
109
|
+
RecordFormatType: RecordFormatType | string | undefined;
|
|
110
|
+
|
|
111
|
+
MappingParameters?: MappingParameters;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface SourceSchema {
|
|
115
|
+
RecordFormat: RecordFormat | undefined;
|
|
116
|
+
|
|
117
|
+
RecordEncoding?: string;
|
|
118
|
+
|
|
119
|
+
RecordColumns: RecordColumn[] | undefined;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface KinesisFirehoseInput {
|
|
123
|
+
ResourceARN: string | undefined;
|
|
124
|
+
|
|
125
|
+
RoleARN: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export interface KinesisStreamsInput {
|
|
129
|
+
ResourceARN: string | undefined;
|
|
130
|
+
|
|
131
|
+
RoleARN: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export interface Input {
|
|
135
|
+
NamePrefix: string | undefined;
|
|
136
|
+
|
|
137
|
+
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
138
|
+
|
|
139
|
+
KinesisStreamsInput?: KinesisStreamsInput;
|
|
140
|
+
|
|
141
|
+
KinesisFirehoseInput?: KinesisFirehoseInput;
|
|
142
|
+
|
|
143
|
+
InputParallelism?: InputParallelism;
|
|
144
|
+
|
|
145
|
+
InputSchema: SourceSchema | undefined;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface AddApplicationInputRequest {
|
|
149
|
+
ApplicationName: string | undefined;
|
|
150
|
+
|
|
151
|
+
CurrentApplicationVersionId: number | undefined;
|
|
152
|
+
|
|
153
|
+
Input: Input | undefined;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface AddApplicationInputResponse {}
|
|
157
|
+
|
|
158
|
+
export declare class CodeValidationException extends __BaseException {
|
|
159
|
+
readonly name: "CodeValidationException";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
|
|
162
|
+
constructor(
|
|
163
|
+
opts: __ExceptionOptionType<CodeValidationException, __BaseException>
|
|
164
|
+
);
|
|
165
|
+
}
|
|
166
|
+
export interface AddApplicationInputProcessingConfigurationRequest {
|
|
167
|
+
ApplicationName: string | undefined;
|
|
168
|
+
|
|
169
|
+
CurrentApplicationVersionId: number | undefined;
|
|
170
|
+
|
|
171
|
+
InputId: string | undefined;
|
|
172
|
+
|
|
173
|
+
InputProcessingConfiguration: InputProcessingConfiguration | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface AddApplicationInputProcessingConfigurationResponse {}
|
|
176
|
+
|
|
177
|
+
export interface DestinationSchema {
|
|
178
|
+
RecordFormatType: RecordFormatType | string | undefined;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface KinesisFirehoseOutput {
|
|
182
|
+
ResourceARN: string | undefined;
|
|
183
|
+
|
|
184
|
+
RoleARN: string | undefined;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface KinesisStreamsOutput {
|
|
188
|
+
ResourceARN: string | undefined;
|
|
189
|
+
|
|
190
|
+
RoleARN: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export interface LambdaOutput {
|
|
194
|
+
ResourceARN: string | undefined;
|
|
195
|
+
|
|
196
|
+
RoleARN: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface Output {
|
|
200
|
+
Name: string | undefined;
|
|
201
|
+
|
|
202
|
+
KinesisStreamsOutput?: KinesisStreamsOutput;
|
|
203
|
+
|
|
204
|
+
KinesisFirehoseOutput?: KinesisFirehoseOutput;
|
|
205
|
+
|
|
206
|
+
LambdaOutput?: LambdaOutput;
|
|
207
|
+
|
|
208
|
+
DestinationSchema: DestinationSchema | undefined;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export interface AddApplicationOutputRequest {
|
|
212
|
+
ApplicationName: string | undefined;
|
|
213
|
+
|
|
214
|
+
CurrentApplicationVersionId: number | undefined;
|
|
215
|
+
|
|
216
|
+
Output: Output | undefined;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface AddApplicationOutputResponse {}
|
|
220
|
+
|
|
221
|
+
export interface S3ReferenceDataSource {
|
|
222
|
+
BucketARN: string | undefined;
|
|
223
|
+
|
|
224
|
+
FileKey: string | undefined;
|
|
225
|
+
|
|
226
|
+
ReferenceRoleARN: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface ReferenceDataSource {
|
|
230
|
+
TableName: string | undefined;
|
|
231
|
+
|
|
232
|
+
S3ReferenceDataSource?: S3ReferenceDataSource;
|
|
233
|
+
|
|
234
|
+
ReferenceSchema: SourceSchema | undefined;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export interface AddApplicationReferenceDataSourceRequest {
|
|
238
|
+
ApplicationName: string | undefined;
|
|
239
|
+
|
|
240
|
+
CurrentApplicationVersionId: number | undefined;
|
|
241
|
+
|
|
242
|
+
ReferenceDataSource: ReferenceDataSource | undefined;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export interface AddApplicationReferenceDataSourceResponse {}
|
|
246
|
+
export declare enum ApplicationStatus {
|
|
247
|
+
DELETING = "DELETING",
|
|
248
|
+
READY = "READY",
|
|
249
|
+
RUNNING = "RUNNING",
|
|
250
|
+
STARTING = "STARTING",
|
|
251
|
+
STOPPING = "STOPPING",
|
|
252
|
+
UPDATING = "UPDATING",
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export interface CloudWatchLoggingOptionDescription {
|
|
256
|
+
CloudWatchLoggingOptionId?: string;
|
|
257
|
+
|
|
258
|
+
LogStreamARN: string | undefined;
|
|
259
|
+
|
|
260
|
+
RoleARN: string | undefined;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface InputLambdaProcessorDescription {
|
|
264
|
+
ResourceARN?: string;
|
|
265
|
+
|
|
266
|
+
RoleARN?: string;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
export interface InputProcessingConfigurationDescription {
|
|
270
|
+
InputLambdaProcessorDescription?: InputLambdaProcessorDescription;
|
|
271
|
+
}
|
|
272
|
+
export declare enum InputStartingPosition {
|
|
273
|
+
LAST_STOPPED_POINT = "LAST_STOPPED_POINT",
|
|
274
|
+
NOW = "NOW",
|
|
275
|
+
TRIM_HORIZON = "TRIM_HORIZON",
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
export interface InputStartingPositionConfiguration {
|
|
279
|
+
InputStartingPosition?: InputStartingPosition | string;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface KinesisFirehoseInputDescription {
|
|
283
|
+
ResourceARN?: string;
|
|
284
|
+
|
|
285
|
+
RoleARN?: string;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export interface KinesisStreamsInputDescription {
|
|
289
|
+
ResourceARN?: string;
|
|
290
|
+
|
|
291
|
+
RoleARN?: string;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface InputDescription {
|
|
295
|
+
InputId?: string;
|
|
296
|
+
|
|
297
|
+
NamePrefix?: string;
|
|
298
|
+
|
|
299
|
+
InAppStreamNames?: string[];
|
|
300
|
+
|
|
301
|
+
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
|
|
302
|
+
|
|
303
|
+
KinesisStreamsInputDescription?: KinesisStreamsInputDescription;
|
|
304
|
+
|
|
305
|
+
KinesisFirehoseInputDescription?: KinesisFirehoseInputDescription;
|
|
306
|
+
|
|
307
|
+
InputSchema?: SourceSchema;
|
|
308
|
+
|
|
309
|
+
InputParallelism?: InputParallelism;
|
|
310
|
+
|
|
311
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export interface KinesisFirehoseOutputDescription {
|
|
315
|
+
ResourceARN?: string;
|
|
316
|
+
|
|
317
|
+
RoleARN?: string;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export interface KinesisStreamsOutputDescription {
|
|
321
|
+
ResourceARN?: string;
|
|
322
|
+
|
|
323
|
+
RoleARN?: string;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface LambdaOutputDescription {
|
|
327
|
+
ResourceARN?: string;
|
|
328
|
+
|
|
329
|
+
RoleARN?: string;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export interface OutputDescription {
|
|
333
|
+
OutputId?: string;
|
|
334
|
+
|
|
335
|
+
Name?: string;
|
|
336
|
+
|
|
337
|
+
KinesisStreamsOutputDescription?: KinesisStreamsOutputDescription;
|
|
338
|
+
|
|
339
|
+
KinesisFirehoseOutputDescription?: KinesisFirehoseOutputDescription;
|
|
340
|
+
|
|
341
|
+
LambdaOutputDescription?: LambdaOutputDescription;
|
|
342
|
+
|
|
343
|
+
DestinationSchema?: DestinationSchema;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export interface S3ReferenceDataSourceDescription {
|
|
347
|
+
BucketARN: string | undefined;
|
|
348
|
+
|
|
349
|
+
FileKey: string | undefined;
|
|
350
|
+
|
|
351
|
+
ReferenceRoleARN: string | undefined;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export interface ReferenceDataSourceDescription {
|
|
355
|
+
ReferenceId: string | undefined;
|
|
356
|
+
|
|
357
|
+
TableName: string | undefined;
|
|
358
|
+
|
|
359
|
+
S3ReferenceDataSourceDescription:
|
|
360
|
+
| S3ReferenceDataSourceDescription
|
|
361
|
+
| undefined;
|
|
362
|
+
|
|
363
|
+
ReferenceSchema?: SourceSchema;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface ApplicationDetail {
|
|
367
|
+
ApplicationName: string | undefined;
|
|
368
|
+
|
|
369
|
+
ApplicationDescription?: string;
|
|
370
|
+
|
|
371
|
+
ApplicationARN: string | undefined;
|
|
372
|
+
|
|
373
|
+
ApplicationStatus: ApplicationStatus | string | undefined;
|
|
374
|
+
|
|
375
|
+
CreateTimestamp?: Date;
|
|
376
|
+
|
|
377
|
+
LastUpdateTimestamp?: Date;
|
|
378
|
+
|
|
379
|
+
InputDescriptions?: InputDescription[];
|
|
380
|
+
|
|
381
|
+
OutputDescriptions?: OutputDescription[];
|
|
382
|
+
|
|
383
|
+
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
|
|
384
|
+
|
|
385
|
+
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
|
|
386
|
+
|
|
387
|
+
ApplicationCode?: string;
|
|
388
|
+
|
|
389
|
+
ApplicationVersionId: number | undefined;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export interface ApplicationSummary {
|
|
393
|
+
ApplicationName: string | undefined;
|
|
394
|
+
|
|
395
|
+
ApplicationARN: string | undefined;
|
|
396
|
+
|
|
397
|
+
ApplicationStatus: ApplicationStatus | string | undefined;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface CloudWatchLoggingOptionUpdate {
|
|
401
|
+
CloudWatchLoggingOptionId: string | undefined;
|
|
402
|
+
|
|
403
|
+
LogStreamARNUpdate?: string;
|
|
404
|
+
|
|
405
|
+
RoleARNUpdate?: string;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface InputParallelismUpdate {
|
|
409
|
+
CountUpdate?: number;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export interface InputLambdaProcessorUpdate {
|
|
413
|
+
ResourceARNUpdate?: string;
|
|
414
|
+
|
|
415
|
+
RoleARNUpdate?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface InputProcessingConfigurationUpdate {
|
|
419
|
+
InputLambdaProcessorUpdate: InputLambdaProcessorUpdate | undefined;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export interface InputSchemaUpdate {
|
|
423
|
+
RecordFormatUpdate?: RecordFormat;
|
|
424
|
+
|
|
425
|
+
RecordEncodingUpdate?: string;
|
|
426
|
+
|
|
427
|
+
RecordColumnUpdates?: RecordColumn[];
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export interface KinesisFirehoseInputUpdate {
|
|
431
|
+
ResourceARNUpdate?: string;
|
|
432
|
+
|
|
433
|
+
RoleARNUpdate?: string;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface KinesisStreamsInputUpdate {
|
|
437
|
+
ResourceARNUpdate?: string;
|
|
438
|
+
|
|
439
|
+
RoleARNUpdate?: string;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export interface InputUpdate {
|
|
443
|
+
InputId: string | undefined;
|
|
444
|
+
|
|
445
|
+
NamePrefixUpdate?: string;
|
|
446
|
+
|
|
447
|
+
InputProcessingConfigurationUpdate?: InputProcessingConfigurationUpdate;
|
|
448
|
+
|
|
449
|
+
KinesisStreamsInputUpdate?: KinesisStreamsInputUpdate;
|
|
450
|
+
|
|
451
|
+
KinesisFirehoseInputUpdate?: KinesisFirehoseInputUpdate;
|
|
452
|
+
|
|
453
|
+
InputSchemaUpdate?: InputSchemaUpdate;
|
|
454
|
+
|
|
455
|
+
InputParallelismUpdate?: InputParallelismUpdate;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface KinesisFirehoseOutputUpdate {
|
|
459
|
+
ResourceARNUpdate?: string;
|
|
460
|
+
|
|
461
|
+
RoleARNUpdate?: string;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export interface KinesisStreamsOutputUpdate {
|
|
465
|
+
ResourceARNUpdate?: string;
|
|
466
|
+
|
|
467
|
+
RoleARNUpdate?: string;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export interface LambdaOutputUpdate {
|
|
471
|
+
ResourceARNUpdate?: string;
|
|
472
|
+
|
|
473
|
+
RoleARNUpdate?: string;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface OutputUpdate {
|
|
477
|
+
OutputId: string | undefined;
|
|
478
|
+
|
|
479
|
+
NameUpdate?: string;
|
|
480
|
+
|
|
481
|
+
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate;
|
|
482
|
+
|
|
483
|
+
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate;
|
|
484
|
+
|
|
485
|
+
LambdaOutputUpdate?: LambdaOutputUpdate;
|
|
486
|
+
|
|
487
|
+
DestinationSchemaUpdate?: DestinationSchema;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export interface S3ReferenceDataSourceUpdate {
|
|
491
|
+
BucketARNUpdate?: string;
|
|
492
|
+
|
|
493
|
+
FileKeyUpdate?: string;
|
|
494
|
+
|
|
495
|
+
ReferenceRoleARNUpdate?: string;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export interface ReferenceDataSourceUpdate {
|
|
499
|
+
ReferenceId: string | undefined;
|
|
500
|
+
|
|
501
|
+
TableNameUpdate?: string;
|
|
502
|
+
|
|
503
|
+
S3ReferenceDataSourceUpdate?: S3ReferenceDataSourceUpdate;
|
|
504
|
+
|
|
505
|
+
ReferenceSchemaUpdate?: SourceSchema;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
export interface ApplicationUpdate {
|
|
509
|
+
InputUpdates?: InputUpdate[];
|
|
510
|
+
|
|
511
|
+
ApplicationCodeUpdate?: string;
|
|
512
|
+
|
|
513
|
+
OutputUpdates?: OutputUpdate[];
|
|
514
|
+
|
|
515
|
+
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[];
|
|
516
|
+
|
|
517
|
+
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[];
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export interface Tag {
|
|
521
|
+
Key: string | undefined;
|
|
522
|
+
|
|
523
|
+
Value?: string;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
export interface CreateApplicationRequest {
|
|
527
|
+
ApplicationName: string | undefined;
|
|
528
|
+
|
|
529
|
+
ApplicationDescription?: string;
|
|
530
|
+
|
|
531
|
+
Inputs?: Input[];
|
|
532
|
+
|
|
533
|
+
Outputs?: Output[];
|
|
534
|
+
|
|
535
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOption[];
|
|
536
|
+
|
|
537
|
+
ApplicationCode?: string;
|
|
538
|
+
|
|
539
|
+
Tags?: Tag[];
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
export interface CreateApplicationResponse {
|
|
543
|
+
ApplicationSummary: ApplicationSummary | undefined;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export declare class LimitExceededException extends __BaseException {
|
|
547
|
+
readonly name: "LimitExceededException";
|
|
548
|
+
readonly $fault: "client";
|
|
549
|
+
|
|
550
|
+
constructor(
|
|
551
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
552
|
+
);
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
556
|
+
readonly name: "TooManyTagsException";
|
|
557
|
+
readonly $fault: "client";
|
|
558
|
+
|
|
559
|
+
constructor(
|
|
560
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
561
|
+
);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
export interface DeleteApplicationRequest {
|
|
565
|
+
ApplicationName: string | undefined;
|
|
566
|
+
|
|
567
|
+
CreateTimestamp: Date | undefined;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export interface DeleteApplicationResponse {}
|
|
571
|
+
export interface DeleteApplicationCloudWatchLoggingOptionRequest {
|
|
572
|
+
ApplicationName: string | undefined;
|
|
573
|
+
|
|
574
|
+
CurrentApplicationVersionId: number | undefined;
|
|
575
|
+
|
|
576
|
+
CloudWatchLoggingOptionId: string | undefined;
|
|
577
|
+
}
|
|
578
|
+
export interface DeleteApplicationCloudWatchLoggingOptionResponse {}
|
|
579
|
+
export interface DeleteApplicationInputProcessingConfigurationRequest {
|
|
580
|
+
ApplicationName: string | undefined;
|
|
581
|
+
|
|
582
|
+
CurrentApplicationVersionId: number | undefined;
|
|
583
|
+
|
|
584
|
+
InputId: string | undefined;
|
|
585
|
+
}
|
|
586
|
+
export interface DeleteApplicationInputProcessingConfigurationResponse {}
|
|
587
|
+
|
|
588
|
+
export interface DeleteApplicationOutputRequest {
|
|
589
|
+
ApplicationName: string | undefined;
|
|
590
|
+
|
|
591
|
+
CurrentApplicationVersionId: number | undefined;
|
|
592
|
+
|
|
593
|
+
OutputId: string | undefined;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export interface DeleteApplicationOutputResponse {}
|
|
597
|
+
export interface DeleteApplicationReferenceDataSourceRequest {
|
|
598
|
+
ApplicationName: string | undefined;
|
|
599
|
+
|
|
600
|
+
CurrentApplicationVersionId: number | undefined;
|
|
601
|
+
|
|
602
|
+
ReferenceId: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
export interface DeleteApplicationReferenceDataSourceResponse {}
|
|
605
|
+
|
|
606
|
+
export interface DescribeApplicationRequest {
|
|
607
|
+
ApplicationName: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
export interface DescribeApplicationResponse {
|
|
611
|
+
ApplicationDetail: ApplicationDetail | undefined;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
export interface S3Configuration {
|
|
615
|
+
RoleARN: string | undefined;
|
|
616
|
+
|
|
617
|
+
BucketARN: string | undefined;
|
|
618
|
+
|
|
619
|
+
FileKey: string | undefined;
|
|
620
|
+
}
|
|
621
|
+
export interface DiscoverInputSchemaRequest {
|
|
622
|
+
ResourceARN?: string;
|
|
623
|
+
|
|
624
|
+
RoleARN?: string;
|
|
625
|
+
|
|
626
|
+
InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
|
|
627
|
+
|
|
628
|
+
S3Configuration?: S3Configuration;
|
|
629
|
+
|
|
630
|
+
InputProcessingConfiguration?: InputProcessingConfiguration;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export interface DiscoverInputSchemaResponse {
|
|
634
|
+
InputSchema?: SourceSchema;
|
|
635
|
+
|
|
636
|
+
ParsedInputRecords?: string[][];
|
|
637
|
+
|
|
638
|
+
ProcessedInputRecords?: string[];
|
|
639
|
+
|
|
640
|
+
RawInputRecords?: string[];
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
export declare class ResourceProvisionedThroughputExceededException extends __BaseException {
|
|
644
|
+
readonly name: "ResourceProvisionedThroughputExceededException";
|
|
645
|
+
readonly $fault: "client";
|
|
646
|
+
|
|
647
|
+
constructor(
|
|
648
|
+
opts: __ExceptionOptionType<
|
|
649
|
+
ResourceProvisionedThroughputExceededException,
|
|
650
|
+
__BaseException
|
|
651
|
+
>
|
|
652
|
+
);
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
656
|
+
readonly name: "ServiceUnavailableException";
|
|
657
|
+
readonly $fault: "server";
|
|
658
|
+
|
|
659
|
+
constructor(
|
|
660
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
661
|
+
);
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export declare class UnableToDetectSchemaException extends __BaseException {
|
|
665
|
+
readonly name: "UnableToDetectSchemaException";
|
|
666
|
+
readonly $fault: "client";
|
|
667
|
+
RawInputRecords?: string[];
|
|
668
|
+
ProcessedInputRecords?: string[];
|
|
669
|
+
|
|
670
|
+
constructor(
|
|
671
|
+
opts: __ExceptionOptionType<UnableToDetectSchemaException, __BaseException>
|
|
672
|
+
);
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
export interface InputConfiguration {
|
|
676
|
+
Id: string | undefined;
|
|
677
|
+
|
|
678
|
+
InputStartingPositionConfiguration:
|
|
679
|
+
| InputStartingPositionConfiguration
|
|
680
|
+
| undefined;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
export declare class InvalidApplicationConfigurationException extends __BaseException {
|
|
684
|
+
readonly name: "InvalidApplicationConfigurationException";
|
|
685
|
+
readonly $fault: "client";
|
|
686
|
+
|
|
687
|
+
constructor(
|
|
688
|
+
opts: __ExceptionOptionType<
|
|
689
|
+
InvalidApplicationConfigurationException,
|
|
690
|
+
__BaseException
|
|
691
|
+
>
|
|
692
|
+
);
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
export interface ListApplicationsRequest {
|
|
696
|
+
Limit?: number;
|
|
697
|
+
|
|
698
|
+
ExclusiveStartApplicationName?: string;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export interface ListApplicationsResponse {
|
|
702
|
+
ApplicationSummaries: ApplicationSummary[] | undefined;
|
|
703
|
+
|
|
704
|
+
HasMoreApplications: boolean | undefined;
|
|
705
|
+
}
|
|
706
|
+
export interface ListTagsForResourceRequest {
|
|
707
|
+
ResourceARN: string | undefined;
|
|
708
|
+
}
|
|
709
|
+
export interface ListTagsForResourceResponse {
|
|
710
|
+
Tags?: Tag[];
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export interface StartApplicationRequest {
|
|
714
|
+
ApplicationName: string | undefined;
|
|
715
|
+
|
|
716
|
+
InputConfigurations: InputConfiguration[] | undefined;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export interface StartApplicationResponse {}
|
|
720
|
+
|
|
721
|
+
export interface StopApplicationRequest {
|
|
722
|
+
ApplicationName: string | undefined;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export interface StopApplicationResponse {}
|
|
726
|
+
export interface TagResourceRequest {
|
|
727
|
+
ResourceARN: string | undefined;
|
|
728
|
+
|
|
729
|
+
Tags: Tag[] | undefined;
|
|
730
|
+
}
|
|
731
|
+
export interface TagResourceResponse {}
|
|
732
|
+
export interface UntagResourceRequest {
|
|
733
|
+
ResourceARN: string | undefined;
|
|
734
|
+
|
|
735
|
+
TagKeys: string[] | undefined;
|
|
736
|
+
}
|
|
737
|
+
export interface UntagResourceResponse {}
|
|
738
|
+
export interface UpdateApplicationRequest {
|
|
739
|
+
ApplicationName: string | undefined;
|
|
740
|
+
|
|
741
|
+
CurrentApplicationVersionId: number | undefined;
|
|
742
|
+
|
|
743
|
+
ApplicationUpdate: ApplicationUpdate | undefined;
|
|
744
|
+
}
|
|
745
|
+
export interface UpdateApplicationResponse {}
|
|
746
|
+
|
|
747
|
+
export declare const CloudWatchLoggingOptionFilterSensitiveLog: (
|
|
748
|
+
obj: CloudWatchLoggingOption
|
|
749
|
+
) => any;
|
|
750
|
+
|
|
751
|
+
export declare const AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (
|
|
752
|
+
obj: AddApplicationCloudWatchLoggingOptionRequest
|
|
753
|
+
) => any;
|
|
754
|
+
|
|
755
|
+
export declare const AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (
|
|
756
|
+
obj: AddApplicationCloudWatchLoggingOptionResponse
|
|
757
|
+
) => any;
|
|
758
|
+
|
|
759
|
+
export declare const InputParallelismFilterSensitiveLog: (
|
|
760
|
+
obj: InputParallelism
|
|
761
|
+
) => any;
|
|
762
|
+
|
|
763
|
+
export declare const InputLambdaProcessorFilterSensitiveLog: (
|
|
764
|
+
obj: InputLambdaProcessor
|
|
765
|
+
) => any;
|
|
766
|
+
|
|
767
|
+
export declare const InputProcessingConfigurationFilterSensitiveLog: (
|
|
768
|
+
obj: InputProcessingConfiguration
|
|
769
|
+
) => any;
|
|
770
|
+
|
|
771
|
+
export declare const RecordColumnFilterSensitiveLog: (obj: RecordColumn) => any;
|
|
772
|
+
|
|
773
|
+
export declare const CSVMappingParametersFilterSensitiveLog: (
|
|
774
|
+
obj: CSVMappingParameters
|
|
775
|
+
) => any;
|
|
776
|
+
|
|
777
|
+
export declare const JSONMappingParametersFilterSensitiveLog: (
|
|
778
|
+
obj: JSONMappingParameters
|
|
779
|
+
) => any;
|
|
780
|
+
|
|
781
|
+
export declare const MappingParametersFilterSensitiveLog: (
|
|
782
|
+
obj: MappingParameters
|
|
783
|
+
) => any;
|
|
784
|
+
|
|
785
|
+
export declare const RecordFormatFilterSensitiveLog: (obj: RecordFormat) => any;
|
|
786
|
+
|
|
787
|
+
export declare const SourceSchemaFilterSensitiveLog: (obj: SourceSchema) => any;
|
|
788
|
+
|
|
789
|
+
export declare const KinesisFirehoseInputFilterSensitiveLog: (
|
|
790
|
+
obj: KinesisFirehoseInput
|
|
791
|
+
) => any;
|
|
792
|
+
|
|
793
|
+
export declare const KinesisStreamsInputFilterSensitiveLog: (
|
|
794
|
+
obj: KinesisStreamsInput
|
|
795
|
+
) => any;
|
|
796
|
+
|
|
797
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
798
|
+
|
|
799
|
+
export declare const AddApplicationInputRequestFilterSensitiveLog: (
|
|
800
|
+
obj: AddApplicationInputRequest
|
|
801
|
+
) => any;
|
|
802
|
+
|
|
803
|
+
export declare const AddApplicationInputResponseFilterSensitiveLog: (
|
|
804
|
+
obj: AddApplicationInputResponse
|
|
805
|
+
) => any;
|
|
806
|
+
|
|
807
|
+
export declare const AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (
|
|
808
|
+
obj: AddApplicationInputProcessingConfigurationRequest
|
|
809
|
+
) => any;
|
|
810
|
+
|
|
811
|
+
export declare const AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (
|
|
812
|
+
obj: AddApplicationInputProcessingConfigurationResponse
|
|
813
|
+
) => any;
|
|
814
|
+
|
|
815
|
+
export declare const DestinationSchemaFilterSensitiveLog: (
|
|
816
|
+
obj: DestinationSchema
|
|
817
|
+
) => any;
|
|
818
|
+
|
|
819
|
+
export declare const KinesisFirehoseOutputFilterSensitiveLog: (
|
|
820
|
+
obj: KinesisFirehoseOutput
|
|
821
|
+
) => any;
|
|
822
|
+
|
|
823
|
+
export declare const KinesisStreamsOutputFilterSensitiveLog: (
|
|
824
|
+
obj: KinesisStreamsOutput
|
|
825
|
+
) => any;
|
|
826
|
+
|
|
827
|
+
export declare const LambdaOutputFilterSensitiveLog: (obj: LambdaOutput) => any;
|
|
828
|
+
|
|
829
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
830
|
+
|
|
831
|
+
export declare const AddApplicationOutputRequestFilterSensitiveLog: (
|
|
832
|
+
obj: AddApplicationOutputRequest
|
|
833
|
+
) => any;
|
|
834
|
+
|
|
835
|
+
export declare const AddApplicationOutputResponseFilterSensitiveLog: (
|
|
836
|
+
obj: AddApplicationOutputResponse
|
|
837
|
+
) => any;
|
|
838
|
+
|
|
839
|
+
export declare const S3ReferenceDataSourceFilterSensitiveLog: (
|
|
840
|
+
obj: S3ReferenceDataSource
|
|
841
|
+
) => any;
|
|
842
|
+
|
|
843
|
+
export declare const ReferenceDataSourceFilterSensitiveLog: (
|
|
844
|
+
obj: ReferenceDataSource
|
|
845
|
+
) => any;
|
|
846
|
+
|
|
847
|
+
export declare const AddApplicationReferenceDataSourceRequestFilterSensitiveLog: (
|
|
848
|
+
obj: AddApplicationReferenceDataSourceRequest
|
|
849
|
+
) => any;
|
|
850
|
+
|
|
851
|
+
export declare const AddApplicationReferenceDataSourceResponseFilterSensitiveLog: (
|
|
852
|
+
obj: AddApplicationReferenceDataSourceResponse
|
|
853
|
+
) => any;
|
|
854
|
+
|
|
855
|
+
export declare const CloudWatchLoggingOptionDescriptionFilterSensitiveLog: (
|
|
856
|
+
obj: CloudWatchLoggingOptionDescription
|
|
857
|
+
) => any;
|
|
858
|
+
|
|
859
|
+
export declare const InputLambdaProcessorDescriptionFilterSensitiveLog: (
|
|
860
|
+
obj: InputLambdaProcessorDescription
|
|
861
|
+
) => any;
|
|
862
|
+
|
|
863
|
+
export declare const InputProcessingConfigurationDescriptionFilterSensitiveLog: (
|
|
864
|
+
obj: InputProcessingConfigurationDescription
|
|
865
|
+
) => any;
|
|
866
|
+
|
|
867
|
+
export declare const InputStartingPositionConfigurationFilterSensitiveLog: (
|
|
868
|
+
obj: InputStartingPositionConfiguration
|
|
869
|
+
) => any;
|
|
870
|
+
|
|
871
|
+
export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (
|
|
872
|
+
obj: KinesisFirehoseInputDescription
|
|
873
|
+
) => any;
|
|
874
|
+
|
|
875
|
+
export declare const KinesisStreamsInputDescriptionFilterSensitiveLog: (
|
|
876
|
+
obj: KinesisStreamsInputDescription
|
|
877
|
+
) => any;
|
|
878
|
+
|
|
879
|
+
export declare const InputDescriptionFilterSensitiveLog: (
|
|
880
|
+
obj: InputDescription
|
|
881
|
+
) => any;
|
|
882
|
+
|
|
883
|
+
export declare const KinesisFirehoseOutputDescriptionFilterSensitiveLog: (
|
|
884
|
+
obj: KinesisFirehoseOutputDescription
|
|
885
|
+
) => any;
|
|
886
|
+
|
|
887
|
+
export declare const KinesisStreamsOutputDescriptionFilterSensitiveLog: (
|
|
888
|
+
obj: KinesisStreamsOutputDescription
|
|
889
|
+
) => any;
|
|
890
|
+
|
|
891
|
+
export declare const LambdaOutputDescriptionFilterSensitiveLog: (
|
|
892
|
+
obj: LambdaOutputDescription
|
|
893
|
+
) => any;
|
|
894
|
+
|
|
895
|
+
export declare const OutputDescriptionFilterSensitiveLog: (
|
|
896
|
+
obj: OutputDescription
|
|
897
|
+
) => any;
|
|
898
|
+
|
|
899
|
+
export declare const S3ReferenceDataSourceDescriptionFilterSensitiveLog: (
|
|
900
|
+
obj: S3ReferenceDataSourceDescription
|
|
901
|
+
) => any;
|
|
902
|
+
|
|
903
|
+
export declare const ReferenceDataSourceDescriptionFilterSensitiveLog: (
|
|
904
|
+
obj: ReferenceDataSourceDescription
|
|
905
|
+
) => any;
|
|
906
|
+
|
|
907
|
+
export declare const ApplicationDetailFilterSensitiveLog: (
|
|
908
|
+
obj: ApplicationDetail
|
|
909
|
+
) => any;
|
|
910
|
+
|
|
911
|
+
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
912
|
+
obj: ApplicationSummary
|
|
913
|
+
) => any;
|
|
914
|
+
|
|
915
|
+
export declare const CloudWatchLoggingOptionUpdateFilterSensitiveLog: (
|
|
916
|
+
obj: CloudWatchLoggingOptionUpdate
|
|
917
|
+
) => any;
|
|
918
|
+
|
|
919
|
+
export declare const InputParallelismUpdateFilterSensitiveLog: (
|
|
920
|
+
obj: InputParallelismUpdate
|
|
921
|
+
) => any;
|
|
922
|
+
|
|
923
|
+
export declare const InputLambdaProcessorUpdateFilterSensitiveLog: (
|
|
924
|
+
obj: InputLambdaProcessorUpdate
|
|
925
|
+
) => any;
|
|
926
|
+
|
|
927
|
+
export declare const InputProcessingConfigurationUpdateFilterSensitiveLog: (
|
|
928
|
+
obj: InputProcessingConfigurationUpdate
|
|
929
|
+
) => any;
|
|
930
|
+
|
|
931
|
+
export declare const InputSchemaUpdateFilterSensitiveLog: (
|
|
932
|
+
obj: InputSchemaUpdate
|
|
933
|
+
) => any;
|
|
934
|
+
|
|
935
|
+
export declare const KinesisFirehoseInputUpdateFilterSensitiveLog: (
|
|
936
|
+
obj: KinesisFirehoseInputUpdate
|
|
937
|
+
) => any;
|
|
938
|
+
|
|
939
|
+
export declare const KinesisStreamsInputUpdateFilterSensitiveLog: (
|
|
940
|
+
obj: KinesisStreamsInputUpdate
|
|
941
|
+
) => any;
|
|
942
|
+
|
|
943
|
+
export declare const InputUpdateFilterSensitiveLog: (obj: InputUpdate) => any;
|
|
944
|
+
|
|
945
|
+
export declare const KinesisFirehoseOutputUpdateFilterSensitiveLog: (
|
|
946
|
+
obj: KinesisFirehoseOutputUpdate
|
|
947
|
+
) => any;
|
|
948
|
+
|
|
949
|
+
export declare const KinesisStreamsOutputUpdateFilterSensitiveLog: (
|
|
950
|
+
obj: KinesisStreamsOutputUpdate
|
|
951
|
+
) => any;
|
|
952
|
+
|
|
953
|
+
export declare const LambdaOutputUpdateFilterSensitiveLog: (
|
|
954
|
+
obj: LambdaOutputUpdate
|
|
955
|
+
) => any;
|
|
956
|
+
|
|
957
|
+
export declare const OutputUpdateFilterSensitiveLog: (obj: OutputUpdate) => any;
|
|
958
|
+
|
|
959
|
+
export declare const S3ReferenceDataSourceUpdateFilterSensitiveLog: (
|
|
960
|
+
obj: S3ReferenceDataSourceUpdate
|
|
961
|
+
) => any;
|
|
962
|
+
|
|
963
|
+
export declare const ReferenceDataSourceUpdateFilterSensitiveLog: (
|
|
964
|
+
obj: ReferenceDataSourceUpdate
|
|
965
|
+
) => any;
|
|
966
|
+
|
|
967
|
+
export declare const ApplicationUpdateFilterSensitiveLog: (
|
|
968
|
+
obj: ApplicationUpdate
|
|
969
|
+
) => any;
|
|
970
|
+
|
|
971
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
972
|
+
|
|
973
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
974
|
+
obj: CreateApplicationRequest
|
|
975
|
+
) => any;
|
|
976
|
+
|
|
977
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
978
|
+
obj: CreateApplicationResponse
|
|
979
|
+
) => any;
|
|
980
|
+
|
|
981
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
982
|
+
obj: DeleteApplicationRequest
|
|
983
|
+
) => any;
|
|
984
|
+
|
|
985
|
+
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
986
|
+
obj: DeleteApplicationResponse
|
|
987
|
+
) => any;
|
|
988
|
+
|
|
989
|
+
export declare const DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (
|
|
990
|
+
obj: DeleteApplicationCloudWatchLoggingOptionRequest
|
|
991
|
+
) => any;
|
|
992
|
+
|
|
993
|
+
export declare const DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (
|
|
994
|
+
obj: DeleteApplicationCloudWatchLoggingOptionResponse
|
|
995
|
+
) => any;
|
|
996
|
+
|
|
997
|
+
export declare const DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (
|
|
998
|
+
obj: DeleteApplicationInputProcessingConfigurationRequest
|
|
999
|
+
) => any;
|
|
1000
|
+
|
|
1001
|
+
export declare const DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (
|
|
1002
|
+
obj: DeleteApplicationInputProcessingConfigurationResponse
|
|
1003
|
+
) => any;
|
|
1004
|
+
|
|
1005
|
+
export declare const DeleteApplicationOutputRequestFilterSensitiveLog: (
|
|
1006
|
+
obj: DeleteApplicationOutputRequest
|
|
1007
|
+
) => any;
|
|
1008
|
+
|
|
1009
|
+
export declare const DeleteApplicationOutputResponseFilterSensitiveLog: (
|
|
1010
|
+
obj: DeleteApplicationOutputResponse
|
|
1011
|
+
) => any;
|
|
1012
|
+
|
|
1013
|
+
export declare const DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog: (
|
|
1014
|
+
obj: DeleteApplicationReferenceDataSourceRequest
|
|
1015
|
+
) => any;
|
|
1016
|
+
|
|
1017
|
+
export declare const DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog: (
|
|
1018
|
+
obj: DeleteApplicationReferenceDataSourceResponse
|
|
1019
|
+
) => any;
|
|
1020
|
+
|
|
1021
|
+
export declare const DescribeApplicationRequestFilterSensitiveLog: (
|
|
1022
|
+
obj: DescribeApplicationRequest
|
|
1023
|
+
) => any;
|
|
1024
|
+
|
|
1025
|
+
export declare const DescribeApplicationResponseFilterSensitiveLog: (
|
|
1026
|
+
obj: DescribeApplicationResponse
|
|
1027
|
+
) => any;
|
|
1028
|
+
|
|
1029
|
+
export declare const S3ConfigurationFilterSensitiveLog: (
|
|
1030
|
+
obj: S3Configuration
|
|
1031
|
+
) => any;
|
|
1032
|
+
|
|
1033
|
+
export declare const DiscoverInputSchemaRequestFilterSensitiveLog: (
|
|
1034
|
+
obj: DiscoverInputSchemaRequest
|
|
1035
|
+
) => any;
|
|
1036
|
+
|
|
1037
|
+
export declare const DiscoverInputSchemaResponseFilterSensitiveLog: (
|
|
1038
|
+
obj: DiscoverInputSchemaResponse
|
|
1039
|
+
) => any;
|
|
1040
|
+
|
|
1041
|
+
export declare const InputConfigurationFilterSensitiveLog: (
|
|
1042
|
+
obj: InputConfiguration
|
|
1043
|
+
) => any;
|
|
1044
|
+
|
|
1045
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
1046
|
+
obj: ListApplicationsRequest
|
|
1047
|
+
) => any;
|
|
1048
|
+
|
|
1049
|
+
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
1050
|
+
obj: ListApplicationsResponse
|
|
1051
|
+
) => any;
|
|
1052
|
+
|
|
1053
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1054
|
+
obj: ListTagsForResourceRequest
|
|
1055
|
+
) => any;
|
|
1056
|
+
|
|
1057
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1058
|
+
obj: ListTagsForResourceResponse
|
|
1059
|
+
) => any;
|
|
1060
|
+
|
|
1061
|
+
export declare const StartApplicationRequestFilterSensitiveLog: (
|
|
1062
|
+
obj: StartApplicationRequest
|
|
1063
|
+
) => any;
|
|
1064
|
+
|
|
1065
|
+
export declare const StartApplicationResponseFilterSensitiveLog: (
|
|
1066
|
+
obj: StartApplicationResponse
|
|
1067
|
+
) => any;
|
|
1068
|
+
|
|
1069
|
+
export declare const StopApplicationRequestFilterSensitiveLog: (
|
|
1070
|
+
obj: StopApplicationRequest
|
|
1071
|
+
) => any;
|
|
1072
|
+
|
|
1073
|
+
export declare const StopApplicationResponseFilterSensitiveLog: (
|
|
1074
|
+
obj: StopApplicationResponse
|
|
1075
|
+
) => any;
|
|
1076
|
+
|
|
1077
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1078
|
+
obj: TagResourceRequest
|
|
1079
|
+
) => any;
|
|
1080
|
+
|
|
1081
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1082
|
+
obj: TagResourceResponse
|
|
1083
|
+
) => any;
|
|
1084
|
+
|
|
1085
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1086
|
+
obj: UntagResourceRequest
|
|
1087
|
+
) => any;
|
|
1088
|
+
|
|
1089
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1090
|
+
obj: UntagResourceResponse
|
|
1091
|
+
) => any;
|
|
1092
|
+
|
|
1093
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
1094
|
+
obj: UpdateApplicationRequest
|
|
1095
|
+
) => any;
|
|
1096
|
+
|
|
1097
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
1098
|
+
obj: UpdateApplicationResponse
|
|
1099
|
+
) => any;
|