@aws-sdk/client-kafkaconnect 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/KafkaConnect.d.ts +220 -65
- package/dist-types/ts3.4/KafkaConnectClient.d.ts +202 -85
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCustomPluginCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomPluginCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomPluginCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +12 -12
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KafkaConnectServiceException.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 +953 -880
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomPluginsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkerConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +149 -38
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,880 +1,953 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { KafkaConnectServiceException as __BaseException } from "./KafkaConnectServiceException";
|
|
3
|
-
|
|
4
|
-
export interface ScaleInPolicyDescription {
|
|
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
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export interface
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
export declare enum
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export interface
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export interface
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
export
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
export
|
|
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
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
export interface
|
|
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
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
export interface
|
|
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
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
export
|
|
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
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
export
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
export
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
export
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
export
|
|
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
|
-
|
|
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
|
-
|
|
804
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KafkaConnectServiceException as __BaseException } from "./KafkaConnectServiceException";
|
|
3
|
+
|
|
4
|
+
export interface ScaleInPolicyDescription {
|
|
5
|
+
cpuUtilizationPercentage?: number;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface ScaleOutPolicyDescription {
|
|
9
|
+
cpuUtilizationPercentage?: number;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface AutoScalingDescription {
|
|
13
|
+
maxWorkerCount?: number;
|
|
14
|
+
|
|
15
|
+
mcuCount?: number;
|
|
16
|
+
|
|
17
|
+
minWorkerCount?: number;
|
|
18
|
+
|
|
19
|
+
scaleInPolicy?: ScaleInPolicyDescription;
|
|
20
|
+
|
|
21
|
+
scaleOutPolicy?: ScaleOutPolicyDescription;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface ProvisionedCapacityDescription {
|
|
25
|
+
mcuCount?: number;
|
|
26
|
+
|
|
27
|
+
workerCount?: number;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface CapacityDescription {
|
|
31
|
+
autoScaling?: AutoScalingDescription;
|
|
32
|
+
|
|
33
|
+
provisionedCapacity?: ProvisionedCapacityDescription;
|
|
34
|
+
}
|
|
35
|
+
export declare enum ConnectorState {
|
|
36
|
+
CREATING = "CREATING",
|
|
37
|
+
DELETING = "DELETING",
|
|
38
|
+
FAILED = "FAILED",
|
|
39
|
+
RUNNING = "RUNNING",
|
|
40
|
+
UPDATING = "UPDATING",
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface VpcDescription {
|
|
44
|
+
securityGroups?: string[];
|
|
45
|
+
|
|
46
|
+
subnets?: string[];
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface ApacheKafkaClusterDescription {
|
|
50
|
+
bootstrapServers?: string;
|
|
51
|
+
|
|
52
|
+
vpc?: VpcDescription;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface KafkaClusterDescription {
|
|
56
|
+
apacheKafkaCluster?: ApacheKafkaClusterDescription;
|
|
57
|
+
}
|
|
58
|
+
export declare enum KafkaClusterClientAuthenticationType {
|
|
59
|
+
IAM = "IAM",
|
|
60
|
+
NONE = "NONE",
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export interface KafkaClusterClientAuthenticationDescription {
|
|
64
|
+
authenticationType?: KafkaClusterClientAuthenticationType | string;
|
|
65
|
+
}
|
|
66
|
+
export declare enum KafkaClusterEncryptionInTransitType {
|
|
67
|
+
PLAINTEXT = "PLAINTEXT",
|
|
68
|
+
TLS = "TLS",
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface KafkaClusterEncryptionInTransitDescription {
|
|
72
|
+
encryptionType?: KafkaClusterEncryptionInTransitType | string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface CloudWatchLogsLogDeliveryDescription {
|
|
76
|
+
enabled?: boolean;
|
|
77
|
+
|
|
78
|
+
logGroup?: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface FirehoseLogDeliveryDescription {
|
|
82
|
+
deliveryStream?: string;
|
|
83
|
+
|
|
84
|
+
enabled?: boolean;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface S3LogDeliveryDescription {
|
|
88
|
+
bucket?: string;
|
|
89
|
+
|
|
90
|
+
enabled?: boolean;
|
|
91
|
+
|
|
92
|
+
prefix?: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface WorkerLogDeliveryDescription {
|
|
96
|
+
cloudWatchLogs?: CloudWatchLogsLogDeliveryDescription;
|
|
97
|
+
|
|
98
|
+
firehose?: FirehoseLogDeliveryDescription;
|
|
99
|
+
|
|
100
|
+
s3?: S3LogDeliveryDescription;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface LogDeliveryDescription {
|
|
104
|
+
workerLogDelivery?: WorkerLogDeliveryDescription;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface CustomPluginDescription {
|
|
108
|
+
customPluginArn?: string;
|
|
109
|
+
|
|
110
|
+
revision?: number;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export interface PluginDescription {
|
|
114
|
+
customPlugin?: CustomPluginDescription;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface WorkerConfigurationDescription {
|
|
118
|
+
revision?: number;
|
|
119
|
+
|
|
120
|
+
workerConfigurationArn?: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface ConnectorSummary {
|
|
124
|
+
capacity?: CapacityDescription;
|
|
125
|
+
|
|
126
|
+
connectorArn?: string;
|
|
127
|
+
|
|
128
|
+
connectorDescription?: string;
|
|
129
|
+
|
|
130
|
+
connectorName?: string;
|
|
131
|
+
|
|
132
|
+
connectorState?: ConnectorState | string;
|
|
133
|
+
|
|
134
|
+
creationTime?: Date;
|
|
135
|
+
|
|
136
|
+
currentVersion?: string;
|
|
137
|
+
|
|
138
|
+
kafkaCluster?: KafkaClusterDescription;
|
|
139
|
+
|
|
140
|
+
kafkaClusterClientAuthentication?: KafkaClusterClientAuthenticationDescription;
|
|
141
|
+
|
|
142
|
+
kafkaClusterEncryptionInTransit?: KafkaClusterEncryptionInTransitDescription;
|
|
143
|
+
|
|
144
|
+
kafkaConnectVersion?: string;
|
|
145
|
+
|
|
146
|
+
logDelivery?: LogDeliveryDescription;
|
|
147
|
+
|
|
148
|
+
plugins?: PluginDescription[];
|
|
149
|
+
|
|
150
|
+
serviceExecutionRoleArn?: string;
|
|
151
|
+
|
|
152
|
+
workerConfiguration?: WorkerConfigurationDescription;
|
|
153
|
+
}
|
|
154
|
+
export declare enum CustomPluginState {
|
|
155
|
+
ACTIVE = "ACTIVE",
|
|
156
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
157
|
+
CREATING = "CREATING",
|
|
158
|
+
DELETING = "DELETING",
|
|
159
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
160
|
+
UPDATING = "UPDATING",
|
|
161
|
+
}
|
|
162
|
+
export declare enum CustomPluginContentType {
|
|
163
|
+
JAR = "JAR",
|
|
164
|
+
ZIP = "ZIP",
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface CustomPluginFileDescription {
|
|
168
|
+
fileMd5?: string;
|
|
169
|
+
|
|
170
|
+
fileSize?: number;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export interface S3LocationDescription {
|
|
174
|
+
bucketArn?: string;
|
|
175
|
+
|
|
176
|
+
fileKey?: string;
|
|
177
|
+
|
|
178
|
+
objectVersion?: string;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface CustomPluginLocationDescription {
|
|
182
|
+
s3Location?: S3LocationDescription;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
export interface CustomPluginRevisionSummary {
|
|
186
|
+
contentType?: CustomPluginContentType | string;
|
|
187
|
+
|
|
188
|
+
creationTime?: Date;
|
|
189
|
+
|
|
190
|
+
description?: string;
|
|
191
|
+
|
|
192
|
+
fileDescription?: CustomPluginFileDescription;
|
|
193
|
+
|
|
194
|
+
location?: CustomPluginLocationDescription;
|
|
195
|
+
|
|
196
|
+
revision?: number;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface CustomPluginSummary {
|
|
200
|
+
creationTime?: Date;
|
|
201
|
+
|
|
202
|
+
customPluginArn?: string;
|
|
203
|
+
|
|
204
|
+
customPluginState?: CustomPluginState | string;
|
|
205
|
+
|
|
206
|
+
description?: string;
|
|
207
|
+
|
|
208
|
+
latestRevision?: CustomPluginRevisionSummary;
|
|
209
|
+
|
|
210
|
+
name?: string;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface CustomPlugin {
|
|
214
|
+
customPluginArn: string | undefined;
|
|
215
|
+
|
|
216
|
+
revision: number | undefined;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface Plugin {
|
|
220
|
+
customPlugin: CustomPlugin | undefined;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface WorkerConfigurationRevisionSummary {
|
|
224
|
+
creationTime?: Date;
|
|
225
|
+
|
|
226
|
+
description?: string;
|
|
227
|
+
|
|
228
|
+
revision?: number;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface WorkerConfigurationSummary {
|
|
232
|
+
creationTime?: Date;
|
|
233
|
+
|
|
234
|
+
description?: string;
|
|
235
|
+
|
|
236
|
+
latestRevision?: WorkerConfigurationRevisionSummary;
|
|
237
|
+
|
|
238
|
+
name?: string;
|
|
239
|
+
|
|
240
|
+
workerConfigurationArn?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface Vpc {
|
|
244
|
+
securityGroups?: string[];
|
|
245
|
+
|
|
246
|
+
subnets: string[] | undefined;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface ApacheKafkaCluster {
|
|
250
|
+
bootstrapServers: string | undefined;
|
|
251
|
+
|
|
252
|
+
vpc: Vpc | undefined;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export interface ScaleInPolicy {
|
|
256
|
+
cpuUtilizationPercentage: number | undefined;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface ScaleOutPolicy {
|
|
260
|
+
cpuUtilizationPercentage: number | undefined;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface AutoScaling {
|
|
264
|
+
maxWorkerCount: number | undefined;
|
|
265
|
+
|
|
266
|
+
mcuCount: number | undefined;
|
|
267
|
+
|
|
268
|
+
minWorkerCount: number | undefined;
|
|
269
|
+
|
|
270
|
+
scaleInPolicy?: ScaleInPolicy;
|
|
271
|
+
|
|
272
|
+
scaleOutPolicy?: ScaleOutPolicy;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export interface ScaleInPolicyUpdate {
|
|
276
|
+
cpuUtilizationPercentage: number | undefined;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface ScaleOutPolicyUpdate {
|
|
280
|
+
cpuUtilizationPercentage: number | undefined;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export interface AutoScalingUpdate {
|
|
284
|
+
maxWorkerCount: number | undefined;
|
|
285
|
+
|
|
286
|
+
mcuCount: number | undefined;
|
|
287
|
+
|
|
288
|
+
minWorkerCount: number | undefined;
|
|
289
|
+
|
|
290
|
+
scaleInPolicy: ScaleInPolicyUpdate | undefined;
|
|
291
|
+
|
|
292
|
+
scaleOutPolicy: ScaleOutPolicyUpdate | undefined;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export declare class BadRequestException extends __BaseException {
|
|
296
|
+
readonly name: "BadRequestException";
|
|
297
|
+
readonly $fault: "client";
|
|
298
|
+
|
|
299
|
+
constructor(
|
|
300
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
301
|
+
);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export interface ProvisionedCapacity {
|
|
305
|
+
mcuCount: number | undefined;
|
|
306
|
+
|
|
307
|
+
workerCount: number | undefined;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export interface Capacity {
|
|
311
|
+
autoScaling?: AutoScaling;
|
|
312
|
+
|
|
313
|
+
provisionedCapacity?: ProvisionedCapacity;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export interface ProvisionedCapacityUpdate {
|
|
317
|
+
mcuCount: number | undefined;
|
|
318
|
+
|
|
319
|
+
workerCount: number | undefined;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface CapacityUpdate {
|
|
323
|
+
autoScaling?: AutoScalingUpdate;
|
|
324
|
+
|
|
325
|
+
provisionedCapacity?: ProvisionedCapacityUpdate;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface CloudWatchLogsLogDelivery {
|
|
329
|
+
enabled: boolean | undefined;
|
|
330
|
+
|
|
331
|
+
logGroup?: string;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export declare class ConflictException extends __BaseException {
|
|
335
|
+
readonly name: "ConflictException";
|
|
336
|
+
readonly $fault: "client";
|
|
337
|
+
|
|
338
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface KafkaCluster {
|
|
342
|
+
apacheKafkaCluster: ApacheKafkaCluster | undefined;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface KafkaClusterClientAuthentication {
|
|
346
|
+
authenticationType: KafkaClusterClientAuthenticationType | string | undefined;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
export interface KafkaClusterEncryptionInTransit {
|
|
350
|
+
encryptionType: KafkaClusterEncryptionInTransitType | string | undefined;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export interface FirehoseLogDelivery {
|
|
354
|
+
deliveryStream?: string;
|
|
355
|
+
|
|
356
|
+
enabled: boolean | undefined;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export interface S3LogDelivery {
|
|
360
|
+
bucket?: string;
|
|
361
|
+
|
|
362
|
+
enabled: boolean | undefined;
|
|
363
|
+
|
|
364
|
+
prefix?: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface WorkerLogDelivery {
|
|
368
|
+
cloudWatchLogs?: CloudWatchLogsLogDelivery;
|
|
369
|
+
|
|
370
|
+
firehose?: FirehoseLogDelivery;
|
|
371
|
+
|
|
372
|
+
s3?: S3LogDelivery;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface LogDelivery {
|
|
376
|
+
workerLogDelivery: WorkerLogDelivery | undefined;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface WorkerConfiguration {
|
|
380
|
+
revision: number | undefined;
|
|
381
|
+
|
|
382
|
+
workerConfigurationArn: string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface CreateConnectorRequest {
|
|
385
|
+
capacity: Capacity | undefined;
|
|
386
|
+
|
|
387
|
+
connectorConfiguration: Record<string, string> | undefined;
|
|
388
|
+
|
|
389
|
+
connectorDescription?: string;
|
|
390
|
+
|
|
391
|
+
connectorName: string | undefined;
|
|
392
|
+
|
|
393
|
+
kafkaCluster: KafkaCluster | undefined;
|
|
394
|
+
|
|
395
|
+
kafkaClusterClientAuthentication:
|
|
396
|
+
| KafkaClusterClientAuthentication
|
|
397
|
+
| undefined;
|
|
398
|
+
|
|
399
|
+
kafkaClusterEncryptionInTransit: KafkaClusterEncryptionInTransit | undefined;
|
|
400
|
+
|
|
401
|
+
kafkaConnectVersion: string | undefined;
|
|
402
|
+
|
|
403
|
+
logDelivery?: LogDelivery;
|
|
404
|
+
|
|
405
|
+
plugins: Plugin[] | undefined;
|
|
406
|
+
|
|
407
|
+
serviceExecutionRoleArn: string | undefined;
|
|
408
|
+
|
|
409
|
+
workerConfiguration?: WorkerConfiguration;
|
|
410
|
+
}
|
|
411
|
+
export interface CreateConnectorResponse {
|
|
412
|
+
connectorArn?: string;
|
|
413
|
+
|
|
414
|
+
connectorName?: string;
|
|
415
|
+
|
|
416
|
+
connectorState?: ConnectorState | string;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export declare class ForbiddenException extends __BaseException {
|
|
420
|
+
readonly name: "ForbiddenException";
|
|
421
|
+
readonly $fault: "client";
|
|
422
|
+
|
|
423
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
427
|
+
readonly name: "InternalServerErrorException";
|
|
428
|
+
readonly $fault: "server";
|
|
429
|
+
|
|
430
|
+
constructor(
|
|
431
|
+
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
432
|
+
);
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
export declare class NotFoundException extends __BaseException {
|
|
436
|
+
readonly name: "NotFoundException";
|
|
437
|
+
readonly $fault: "client";
|
|
438
|
+
|
|
439
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
443
|
+
readonly name: "ServiceUnavailableException";
|
|
444
|
+
readonly $fault: "server";
|
|
445
|
+
|
|
446
|
+
constructor(
|
|
447
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
448
|
+
);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
452
|
+
readonly name: "TooManyRequestsException";
|
|
453
|
+
readonly $fault: "client";
|
|
454
|
+
|
|
455
|
+
constructor(
|
|
456
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
457
|
+
);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
461
|
+
readonly name: "UnauthorizedException";
|
|
462
|
+
readonly $fault: "client";
|
|
463
|
+
|
|
464
|
+
constructor(
|
|
465
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
466
|
+
);
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface S3Location {
|
|
470
|
+
bucketArn: string | undefined;
|
|
471
|
+
|
|
472
|
+
fileKey: string | undefined;
|
|
473
|
+
|
|
474
|
+
objectVersion?: string;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export interface CustomPluginLocation {
|
|
478
|
+
s3Location: S3Location | undefined;
|
|
479
|
+
}
|
|
480
|
+
export interface CreateCustomPluginRequest {
|
|
481
|
+
contentType: CustomPluginContentType | string | undefined;
|
|
482
|
+
|
|
483
|
+
description?: string;
|
|
484
|
+
|
|
485
|
+
location: CustomPluginLocation | undefined;
|
|
486
|
+
|
|
487
|
+
name: string | undefined;
|
|
488
|
+
}
|
|
489
|
+
export interface CreateCustomPluginResponse {
|
|
490
|
+
customPluginArn?: string;
|
|
491
|
+
|
|
492
|
+
customPluginState?: CustomPluginState | string;
|
|
493
|
+
|
|
494
|
+
name?: string;
|
|
495
|
+
|
|
496
|
+
revision?: number;
|
|
497
|
+
}
|
|
498
|
+
export interface CreateWorkerConfigurationRequest {
|
|
499
|
+
description?: string;
|
|
500
|
+
|
|
501
|
+
name: string | undefined;
|
|
502
|
+
|
|
503
|
+
propertiesFileContent: string | undefined;
|
|
504
|
+
}
|
|
505
|
+
export interface CreateWorkerConfigurationResponse {
|
|
506
|
+
creationTime?: Date;
|
|
507
|
+
|
|
508
|
+
latestRevision?: WorkerConfigurationRevisionSummary;
|
|
509
|
+
|
|
510
|
+
name?: string;
|
|
511
|
+
|
|
512
|
+
workerConfigurationArn?: string;
|
|
513
|
+
}
|
|
514
|
+
export interface DeleteConnectorRequest {
|
|
515
|
+
connectorArn: string | undefined;
|
|
516
|
+
|
|
517
|
+
currentVersion?: string;
|
|
518
|
+
}
|
|
519
|
+
export interface DeleteConnectorResponse {
|
|
520
|
+
connectorArn?: string;
|
|
521
|
+
|
|
522
|
+
connectorState?: ConnectorState | string;
|
|
523
|
+
}
|
|
524
|
+
export interface DeleteCustomPluginRequest {
|
|
525
|
+
customPluginArn: string | undefined;
|
|
526
|
+
}
|
|
527
|
+
export interface DeleteCustomPluginResponse {
|
|
528
|
+
customPluginArn?: string;
|
|
529
|
+
|
|
530
|
+
customPluginState?: CustomPluginState | string;
|
|
531
|
+
}
|
|
532
|
+
export interface DescribeConnectorRequest {
|
|
533
|
+
connectorArn: string | undefined;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export interface StateDescription {
|
|
537
|
+
code?: string;
|
|
538
|
+
|
|
539
|
+
message?: string;
|
|
540
|
+
}
|
|
541
|
+
export interface DescribeConnectorResponse {
|
|
542
|
+
capacity?: CapacityDescription;
|
|
543
|
+
|
|
544
|
+
connectorArn?: string;
|
|
545
|
+
|
|
546
|
+
connectorConfiguration?: Record<string, string>;
|
|
547
|
+
|
|
548
|
+
connectorDescription?: string;
|
|
549
|
+
|
|
550
|
+
connectorName?: string;
|
|
551
|
+
|
|
552
|
+
connectorState?: ConnectorState | string;
|
|
553
|
+
|
|
554
|
+
creationTime?: Date;
|
|
555
|
+
|
|
556
|
+
currentVersion?: string;
|
|
557
|
+
|
|
558
|
+
kafkaCluster?: KafkaClusterDescription;
|
|
559
|
+
|
|
560
|
+
kafkaClusterClientAuthentication?: KafkaClusterClientAuthenticationDescription;
|
|
561
|
+
|
|
562
|
+
kafkaClusterEncryptionInTransit?: KafkaClusterEncryptionInTransitDescription;
|
|
563
|
+
|
|
564
|
+
kafkaConnectVersion?: string;
|
|
565
|
+
|
|
566
|
+
logDelivery?: LogDeliveryDescription;
|
|
567
|
+
|
|
568
|
+
plugins?: PluginDescription[];
|
|
569
|
+
|
|
570
|
+
serviceExecutionRoleArn?: string;
|
|
571
|
+
|
|
572
|
+
workerConfiguration?: WorkerConfigurationDescription;
|
|
573
|
+
|
|
574
|
+
stateDescription?: StateDescription;
|
|
575
|
+
}
|
|
576
|
+
export interface DescribeCustomPluginRequest {
|
|
577
|
+
customPluginArn: string | undefined;
|
|
578
|
+
}
|
|
579
|
+
export interface DescribeCustomPluginResponse {
|
|
580
|
+
creationTime?: Date;
|
|
581
|
+
|
|
582
|
+
customPluginArn?: string;
|
|
583
|
+
|
|
584
|
+
customPluginState?: CustomPluginState | string;
|
|
585
|
+
|
|
586
|
+
description?: string;
|
|
587
|
+
|
|
588
|
+
latestRevision?: CustomPluginRevisionSummary;
|
|
589
|
+
|
|
590
|
+
name?: string;
|
|
591
|
+
|
|
592
|
+
stateDescription?: StateDescription;
|
|
593
|
+
}
|
|
594
|
+
export interface DescribeWorkerConfigurationRequest {
|
|
595
|
+
workerConfigurationArn: string | undefined;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export interface WorkerConfigurationRevisionDescription {
|
|
599
|
+
creationTime?: Date;
|
|
600
|
+
|
|
601
|
+
description?: string;
|
|
602
|
+
|
|
603
|
+
propertiesFileContent?: string;
|
|
604
|
+
|
|
605
|
+
revision?: number;
|
|
606
|
+
}
|
|
607
|
+
export interface DescribeWorkerConfigurationResponse {
|
|
608
|
+
creationTime?: Date;
|
|
609
|
+
|
|
610
|
+
description?: string;
|
|
611
|
+
|
|
612
|
+
latestRevision?: WorkerConfigurationRevisionDescription;
|
|
613
|
+
|
|
614
|
+
name?: string;
|
|
615
|
+
|
|
616
|
+
workerConfigurationArn?: string;
|
|
617
|
+
}
|
|
618
|
+
export interface ListConnectorsRequest {
|
|
619
|
+
connectorNamePrefix?: string;
|
|
620
|
+
|
|
621
|
+
maxResults?: number;
|
|
622
|
+
|
|
623
|
+
nextToken?: string;
|
|
624
|
+
}
|
|
625
|
+
export interface ListConnectorsResponse {
|
|
626
|
+
connectors?: ConnectorSummary[];
|
|
627
|
+
|
|
628
|
+
nextToken?: string;
|
|
629
|
+
}
|
|
630
|
+
export interface ListCustomPluginsRequest {
|
|
631
|
+
maxResults?: number;
|
|
632
|
+
|
|
633
|
+
nextToken?: string;
|
|
634
|
+
}
|
|
635
|
+
export interface ListCustomPluginsResponse {
|
|
636
|
+
customPlugins?: CustomPluginSummary[];
|
|
637
|
+
|
|
638
|
+
nextToken?: string;
|
|
639
|
+
}
|
|
640
|
+
export interface ListWorkerConfigurationsRequest {
|
|
641
|
+
maxResults?: number;
|
|
642
|
+
|
|
643
|
+
nextToken?: string;
|
|
644
|
+
}
|
|
645
|
+
export interface ListWorkerConfigurationsResponse {
|
|
646
|
+
nextToken?: string;
|
|
647
|
+
|
|
648
|
+
workerConfigurations?: WorkerConfigurationSummary[];
|
|
649
|
+
}
|
|
650
|
+
export interface UpdateConnectorRequest {
|
|
651
|
+
capacity: CapacityUpdate | undefined;
|
|
652
|
+
|
|
653
|
+
connectorArn: string | undefined;
|
|
654
|
+
|
|
655
|
+
currentVersion: string | undefined;
|
|
656
|
+
}
|
|
657
|
+
export interface UpdateConnectorResponse {
|
|
658
|
+
connectorArn?: string;
|
|
659
|
+
|
|
660
|
+
connectorState?: ConnectorState | string;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
export declare const ScaleInPolicyDescriptionFilterSensitiveLog: (
|
|
664
|
+
obj: ScaleInPolicyDescription
|
|
665
|
+
) => any;
|
|
666
|
+
|
|
667
|
+
export declare const ScaleOutPolicyDescriptionFilterSensitiveLog: (
|
|
668
|
+
obj: ScaleOutPolicyDescription
|
|
669
|
+
) => any;
|
|
670
|
+
|
|
671
|
+
export declare const AutoScalingDescriptionFilterSensitiveLog: (
|
|
672
|
+
obj: AutoScalingDescription
|
|
673
|
+
) => any;
|
|
674
|
+
|
|
675
|
+
export declare const ProvisionedCapacityDescriptionFilterSensitiveLog: (
|
|
676
|
+
obj: ProvisionedCapacityDescription
|
|
677
|
+
) => any;
|
|
678
|
+
|
|
679
|
+
export declare const CapacityDescriptionFilterSensitiveLog: (
|
|
680
|
+
obj: CapacityDescription
|
|
681
|
+
) => any;
|
|
682
|
+
|
|
683
|
+
export declare const VpcDescriptionFilterSensitiveLog: (
|
|
684
|
+
obj: VpcDescription
|
|
685
|
+
) => any;
|
|
686
|
+
|
|
687
|
+
export declare const ApacheKafkaClusterDescriptionFilterSensitiveLog: (
|
|
688
|
+
obj: ApacheKafkaClusterDescription
|
|
689
|
+
) => any;
|
|
690
|
+
|
|
691
|
+
export declare const KafkaClusterDescriptionFilterSensitiveLog: (
|
|
692
|
+
obj: KafkaClusterDescription
|
|
693
|
+
) => any;
|
|
694
|
+
|
|
695
|
+
export declare const KafkaClusterClientAuthenticationDescriptionFilterSensitiveLog: (
|
|
696
|
+
obj: KafkaClusterClientAuthenticationDescription
|
|
697
|
+
) => any;
|
|
698
|
+
|
|
699
|
+
export declare const KafkaClusterEncryptionInTransitDescriptionFilterSensitiveLog: (
|
|
700
|
+
obj: KafkaClusterEncryptionInTransitDescription
|
|
701
|
+
) => any;
|
|
702
|
+
|
|
703
|
+
export declare const CloudWatchLogsLogDeliveryDescriptionFilterSensitiveLog: (
|
|
704
|
+
obj: CloudWatchLogsLogDeliveryDescription
|
|
705
|
+
) => any;
|
|
706
|
+
|
|
707
|
+
export declare const FirehoseLogDeliveryDescriptionFilterSensitiveLog: (
|
|
708
|
+
obj: FirehoseLogDeliveryDescription
|
|
709
|
+
) => any;
|
|
710
|
+
|
|
711
|
+
export declare const S3LogDeliveryDescriptionFilterSensitiveLog: (
|
|
712
|
+
obj: S3LogDeliveryDescription
|
|
713
|
+
) => any;
|
|
714
|
+
|
|
715
|
+
export declare const WorkerLogDeliveryDescriptionFilterSensitiveLog: (
|
|
716
|
+
obj: WorkerLogDeliveryDescription
|
|
717
|
+
) => any;
|
|
718
|
+
|
|
719
|
+
export declare const LogDeliveryDescriptionFilterSensitiveLog: (
|
|
720
|
+
obj: LogDeliveryDescription
|
|
721
|
+
) => any;
|
|
722
|
+
|
|
723
|
+
export declare const CustomPluginDescriptionFilterSensitiveLog: (
|
|
724
|
+
obj: CustomPluginDescription
|
|
725
|
+
) => any;
|
|
726
|
+
|
|
727
|
+
export declare const PluginDescriptionFilterSensitiveLog: (
|
|
728
|
+
obj: PluginDescription
|
|
729
|
+
) => any;
|
|
730
|
+
|
|
731
|
+
export declare const WorkerConfigurationDescriptionFilterSensitiveLog: (
|
|
732
|
+
obj: WorkerConfigurationDescription
|
|
733
|
+
) => any;
|
|
734
|
+
|
|
735
|
+
export declare const ConnectorSummaryFilterSensitiveLog: (
|
|
736
|
+
obj: ConnectorSummary
|
|
737
|
+
) => any;
|
|
738
|
+
|
|
739
|
+
export declare const CustomPluginFileDescriptionFilterSensitiveLog: (
|
|
740
|
+
obj: CustomPluginFileDescription
|
|
741
|
+
) => any;
|
|
742
|
+
|
|
743
|
+
export declare const S3LocationDescriptionFilterSensitiveLog: (
|
|
744
|
+
obj: S3LocationDescription
|
|
745
|
+
) => any;
|
|
746
|
+
|
|
747
|
+
export declare const CustomPluginLocationDescriptionFilterSensitiveLog: (
|
|
748
|
+
obj: CustomPluginLocationDescription
|
|
749
|
+
) => any;
|
|
750
|
+
|
|
751
|
+
export declare const CustomPluginRevisionSummaryFilterSensitiveLog: (
|
|
752
|
+
obj: CustomPluginRevisionSummary
|
|
753
|
+
) => any;
|
|
754
|
+
|
|
755
|
+
export declare const CustomPluginSummaryFilterSensitiveLog: (
|
|
756
|
+
obj: CustomPluginSummary
|
|
757
|
+
) => any;
|
|
758
|
+
|
|
759
|
+
export declare const CustomPluginFilterSensitiveLog: (obj: CustomPlugin) => any;
|
|
760
|
+
|
|
761
|
+
export declare const PluginFilterSensitiveLog: (obj: Plugin) => any;
|
|
762
|
+
|
|
763
|
+
export declare const WorkerConfigurationRevisionSummaryFilterSensitiveLog: (
|
|
764
|
+
obj: WorkerConfigurationRevisionSummary
|
|
765
|
+
) => any;
|
|
766
|
+
|
|
767
|
+
export declare const WorkerConfigurationSummaryFilterSensitiveLog: (
|
|
768
|
+
obj: WorkerConfigurationSummary
|
|
769
|
+
) => any;
|
|
770
|
+
|
|
771
|
+
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
772
|
+
|
|
773
|
+
export declare const ApacheKafkaClusterFilterSensitiveLog: (
|
|
774
|
+
obj: ApacheKafkaCluster
|
|
775
|
+
) => any;
|
|
776
|
+
|
|
777
|
+
export declare const ScaleInPolicyFilterSensitiveLog: (
|
|
778
|
+
obj: ScaleInPolicy
|
|
779
|
+
) => any;
|
|
780
|
+
|
|
781
|
+
export declare const ScaleOutPolicyFilterSensitiveLog: (
|
|
782
|
+
obj: ScaleOutPolicy
|
|
783
|
+
) => any;
|
|
784
|
+
|
|
785
|
+
export declare const AutoScalingFilterSensitiveLog: (obj: AutoScaling) => any;
|
|
786
|
+
|
|
787
|
+
export declare const ScaleInPolicyUpdateFilterSensitiveLog: (
|
|
788
|
+
obj: ScaleInPolicyUpdate
|
|
789
|
+
) => any;
|
|
790
|
+
|
|
791
|
+
export declare const ScaleOutPolicyUpdateFilterSensitiveLog: (
|
|
792
|
+
obj: ScaleOutPolicyUpdate
|
|
793
|
+
) => any;
|
|
794
|
+
|
|
795
|
+
export declare const AutoScalingUpdateFilterSensitiveLog: (
|
|
796
|
+
obj: AutoScalingUpdate
|
|
797
|
+
) => any;
|
|
798
|
+
|
|
799
|
+
export declare const ProvisionedCapacityFilterSensitiveLog: (
|
|
800
|
+
obj: ProvisionedCapacity
|
|
801
|
+
) => any;
|
|
802
|
+
|
|
803
|
+
export declare const CapacityFilterSensitiveLog: (obj: Capacity) => any;
|
|
804
|
+
|
|
805
|
+
export declare const ProvisionedCapacityUpdateFilterSensitiveLog: (
|
|
806
|
+
obj: ProvisionedCapacityUpdate
|
|
807
|
+
) => any;
|
|
808
|
+
|
|
809
|
+
export declare const CapacityUpdateFilterSensitiveLog: (
|
|
810
|
+
obj: CapacityUpdate
|
|
811
|
+
) => any;
|
|
812
|
+
|
|
813
|
+
export declare const CloudWatchLogsLogDeliveryFilterSensitiveLog: (
|
|
814
|
+
obj: CloudWatchLogsLogDelivery
|
|
815
|
+
) => any;
|
|
816
|
+
|
|
817
|
+
export declare const KafkaClusterFilterSensitiveLog: (obj: KafkaCluster) => any;
|
|
818
|
+
|
|
819
|
+
export declare const KafkaClusterClientAuthenticationFilterSensitiveLog: (
|
|
820
|
+
obj: KafkaClusterClientAuthentication
|
|
821
|
+
) => any;
|
|
822
|
+
|
|
823
|
+
export declare const KafkaClusterEncryptionInTransitFilterSensitiveLog: (
|
|
824
|
+
obj: KafkaClusterEncryptionInTransit
|
|
825
|
+
) => any;
|
|
826
|
+
|
|
827
|
+
export declare const FirehoseLogDeliveryFilterSensitiveLog: (
|
|
828
|
+
obj: FirehoseLogDelivery
|
|
829
|
+
) => any;
|
|
830
|
+
|
|
831
|
+
export declare const S3LogDeliveryFilterSensitiveLog: (
|
|
832
|
+
obj: S3LogDelivery
|
|
833
|
+
) => any;
|
|
834
|
+
|
|
835
|
+
export declare const WorkerLogDeliveryFilterSensitiveLog: (
|
|
836
|
+
obj: WorkerLogDelivery
|
|
837
|
+
) => any;
|
|
838
|
+
|
|
839
|
+
export declare const LogDeliveryFilterSensitiveLog: (obj: LogDelivery) => any;
|
|
840
|
+
|
|
841
|
+
export declare const WorkerConfigurationFilterSensitiveLog: (
|
|
842
|
+
obj: WorkerConfiguration
|
|
843
|
+
) => any;
|
|
844
|
+
|
|
845
|
+
export declare const CreateConnectorRequestFilterSensitiveLog: (
|
|
846
|
+
obj: CreateConnectorRequest
|
|
847
|
+
) => any;
|
|
848
|
+
|
|
849
|
+
export declare const CreateConnectorResponseFilterSensitiveLog: (
|
|
850
|
+
obj: CreateConnectorResponse
|
|
851
|
+
) => any;
|
|
852
|
+
|
|
853
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
854
|
+
|
|
855
|
+
export declare const CustomPluginLocationFilterSensitiveLog: (
|
|
856
|
+
obj: CustomPluginLocation
|
|
857
|
+
) => any;
|
|
858
|
+
|
|
859
|
+
export declare const CreateCustomPluginRequestFilterSensitiveLog: (
|
|
860
|
+
obj: CreateCustomPluginRequest
|
|
861
|
+
) => any;
|
|
862
|
+
|
|
863
|
+
export declare const CreateCustomPluginResponseFilterSensitiveLog: (
|
|
864
|
+
obj: CreateCustomPluginResponse
|
|
865
|
+
) => any;
|
|
866
|
+
|
|
867
|
+
export declare const CreateWorkerConfigurationRequestFilterSensitiveLog: (
|
|
868
|
+
obj: CreateWorkerConfigurationRequest
|
|
869
|
+
) => any;
|
|
870
|
+
|
|
871
|
+
export declare const CreateWorkerConfigurationResponseFilterSensitiveLog: (
|
|
872
|
+
obj: CreateWorkerConfigurationResponse
|
|
873
|
+
) => any;
|
|
874
|
+
|
|
875
|
+
export declare const DeleteConnectorRequestFilterSensitiveLog: (
|
|
876
|
+
obj: DeleteConnectorRequest
|
|
877
|
+
) => any;
|
|
878
|
+
|
|
879
|
+
export declare const DeleteConnectorResponseFilterSensitiveLog: (
|
|
880
|
+
obj: DeleteConnectorResponse
|
|
881
|
+
) => any;
|
|
882
|
+
|
|
883
|
+
export declare const DeleteCustomPluginRequestFilterSensitiveLog: (
|
|
884
|
+
obj: DeleteCustomPluginRequest
|
|
885
|
+
) => any;
|
|
886
|
+
|
|
887
|
+
export declare const DeleteCustomPluginResponseFilterSensitiveLog: (
|
|
888
|
+
obj: DeleteCustomPluginResponse
|
|
889
|
+
) => any;
|
|
890
|
+
|
|
891
|
+
export declare const DescribeConnectorRequestFilterSensitiveLog: (
|
|
892
|
+
obj: DescribeConnectorRequest
|
|
893
|
+
) => any;
|
|
894
|
+
|
|
895
|
+
export declare const StateDescriptionFilterSensitiveLog: (
|
|
896
|
+
obj: StateDescription
|
|
897
|
+
) => any;
|
|
898
|
+
|
|
899
|
+
export declare const DescribeConnectorResponseFilterSensitiveLog: (
|
|
900
|
+
obj: DescribeConnectorResponse
|
|
901
|
+
) => any;
|
|
902
|
+
|
|
903
|
+
export declare const DescribeCustomPluginRequestFilterSensitiveLog: (
|
|
904
|
+
obj: DescribeCustomPluginRequest
|
|
905
|
+
) => any;
|
|
906
|
+
|
|
907
|
+
export declare const DescribeCustomPluginResponseFilterSensitiveLog: (
|
|
908
|
+
obj: DescribeCustomPluginResponse
|
|
909
|
+
) => any;
|
|
910
|
+
|
|
911
|
+
export declare const DescribeWorkerConfigurationRequestFilterSensitiveLog: (
|
|
912
|
+
obj: DescribeWorkerConfigurationRequest
|
|
913
|
+
) => any;
|
|
914
|
+
|
|
915
|
+
export declare const WorkerConfigurationRevisionDescriptionFilterSensitiveLog: (
|
|
916
|
+
obj: WorkerConfigurationRevisionDescription
|
|
917
|
+
) => any;
|
|
918
|
+
|
|
919
|
+
export declare const DescribeWorkerConfigurationResponseFilterSensitiveLog: (
|
|
920
|
+
obj: DescribeWorkerConfigurationResponse
|
|
921
|
+
) => any;
|
|
922
|
+
|
|
923
|
+
export declare const ListConnectorsRequestFilterSensitiveLog: (
|
|
924
|
+
obj: ListConnectorsRequest
|
|
925
|
+
) => any;
|
|
926
|
+
|
|
927
|
+
export declare const ListConnectorsResponseFilterSensitiveLog: (
|
|
928
|
+
obj: ListConnectorsResponse
|
|
929
|
+
) => any;
|
|
930
|
+
|
|
931
|
+
export declare const ListCustomPluginsRequestFilterSensitiveLog: (
|
|
932
|
+
obj: ListCustomPluginsRequest
|
|
933
|
+
) => any;
|
|
934
|
+
|
|
935
|
+
export declare const ListCustomPluginsResponseFilterSensitiveLog: (
|
|
936
|
+
obj: ListCustomPluginsResponse
|
|
937
|
+
) => any;
|
|
938
|
+
|
|
939
|
+
export declare const ListWorkerConfigurationsRequestFilterSensitiveLog: (
|
|
940
|
+
obj: ListWorkerConfigurationsRequest
|
|
941
|
+
) => any;
|
|
942
|
+
|
|
943
|
+
export declare const ListWorkerConfigurationsResponseFilterSensitiveLog: (
|
|
944
|
+
obj: ListWorkerConfigurationsResponse
|
|
945
|
+
) => any;
|
|
946
|
+
|
|
947
|
+
export declare const UpdateConnectorRequestFilterSensitiveLog: (
|
|
948
|
+
obj: UpdateConnectorRequest
|
|
949
|
+
) => any;
|
|
950
|
+
|
|
951
|
+
export declare const UpdateConnectorResponseFilterSensitiveLog: (
|
|
952
|
+
obj: UpdateConnectorResponse
|
|
953
|
+
) => any;
|