@aws-sdk/client-kafkaconnect 3.940.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +40 -231
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/KafkaConnectClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +40 -231
- package/dist-types/KafkaConnect.d.ts +1 -1
- package/dist-types/KafkaConnectClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateConnectorCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomPluginCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkerConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCustomPluginCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkerConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectorOperationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCustomPluginCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkerConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectorOperationsCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
- package/dist-types/commands/ListCustomPluginsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkerConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectorCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/KafkaConnectServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListConnectorOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomPluginsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/KafkaConnectClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KafkaConnectServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -257,17 +257,7 @@ export var AutoScalingUpdate = [
|
|
|
257
257
|
[_mWC, _mC, _mWCi, _sIP, _sOP],
|
|
258
258
|
[1, 1, 1, () => ScaleInPolicyUpdate, () => ScaleOutPolicyUpdate],
|
|
259
259
|
];
|
|
260
|
-
export var BadRequestException = [
|
|
261
|
-
-3,
|
|
262
|
-
n0,
|
|
263
|
-
_BRE,
|
|
264
|
-
{
|
|
265
|
-
[_e]: _c,
|
|
266
|
-
[_hE]: 400,
|
|
267
|
-
},
|
|
268
|
-
[_m],
|
|
269
|
-
[0],
|
|
270
|
-
];
|
|
260
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
271
261
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
272
262
|
export var Capacity = [3, n0, _C, 0, [_aS, _pC], [() => AutoScaling, () => ProvisionedCapacity]];
|
|
273
263
|
export var CapacityDescription = [
|
|
@@ -288,17 +278,7 @@ export var CapacityUpdate = [
|
|
|
288
278
|
];
|
|
289
279
|
export var CloudWatchLogsLogDelivery = [3, n0, _CWLLD, 0, [_en, _lG], [2, 0]];
|
|
290
280
|
export var CloudWatchLogsLogDeliveryDescription = [3, n0, _CWLLDD, 0, [_en, _lG], [2, 0]];
|
|
291
|
-
export var ConflictException = [
|
|
292
|
-
-3,
|
|
293
|
-
n0,
|
|
294
|
-
_CE,
|
|
295
|
-
{
|
|
296
|
-
[_e]: _c,
|
|
297
|
-
[_hE]: 409,
|
|
298
|
-
},
|
|
299
|
-
[_m],
|
|
300
|
-
[0],
|
|
301
|
-
];
|
|
281
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
302
282
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
303
283
|
export var ConnectorOperationStep = [3, n0, _COS, 0, [_sT, _sSt], [0, 0]];
|
|
304
284
|
export var ConnectorOperationSummary = [
|
|
@@ -417,12 +397,7 @@ export var DeleteConnectorRequest = [
|
|
|
417
397
|
[_cA, _cV],
|
|
418
398
|
[
|
|
419
399
|
[0, 1],
|
|
420
|
-
[
|
|
421
|
-
0,
|
|
422
|
-
{
|
|
423
|
-
[_hQ]: _cV,
|
|
424
|
-
},
|
|
425
|
-
],
|
|
400
|
+
[0, { [_hQ]: _cV }],
|
|
426
401
|
],
|
|
427
402
|
];
|
|
428
403
|
export var DeleteConnectorResponse = [3, n0, _DCRe, 0, [_cA, _cS], [0, 0]];
|
|
@@ -499,29 +474,9 @@ export var DescribeWorkerConfigurationResponse = [
|
|
|
499
474
|
];
|
|
500
475
|
export var FirehoseLogDelivery = [3, n0, _FLD, 0, [_dS, _en], [0, 2]];
|
|
501
476
|
export var FirehoseLogDeliveryDescription = [3, n0, _FLDD, 0, [_dS, _en], [0, 2]];
|
|
502
|
-
export var ForbiddenException = [
|
|
503
|
-
-3,
|
|
504
|
-
n0,
|
|
505
|
-
_FE,
|
|
506
|
-
{
|
|
507
|
-
[_e]: _c,
|
|
508
|
-
[_hE]: 403,
|
|
509
|
-
},
|
|
510
|
-
[_m],
|
|
511
|
-
[0],
|
|
512
|
-
];
|
|
477
|
+
export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
513
478
|
TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
|
|
514
|
-
export var InternalServerErrorException = [
|
|
515
|
-
-3,
|
|
516
|
-
n0,
|
|
517
|
-
_ISEE,
|
|
518
|
-
{
|
|
519
|
-
[_e]: _s,
|
|
520
|
-
[_hE]: 500,
|
|
521
|
-
},
|
|
522
|
-
[_m],
|
|
523
|
-
[0],
|
|
524
|
-
];
|
|
479
|
+
export var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
525
480
|
TypeRegistry.for(n0).registerError(InternalServerErrorException, __InternalServerErrorException);
|
|
526
481
|
export var KafkaCluster = [3, n0, _KC, 0, [_aKC], [() => ApacheKafkaCluster]];
|
|
527
482
|
export var KafkaClusterClientAuthentication = [3, n0, _KCCA, 0, [_aT], [0]];
|
|
@@ -544,18 +499,8 @@ export var ListConnectorOperationsRequest = [
|
|
|
544
499
|
[_cA, _mR, _nT],
|
|
545
500
|
[
|
|
546
501
|
[0, 1],
|
|
547
|
-
[
|
|
548
|
-
|
|
549
|
-
{
|
|
550
|
-
[_hQ]: _mR,
|
|
551
|
-
},
|
|
552
|
-
],
|
|
553
|
-
[
|
|
554
|
-
0,
|
|
555
|
-
{
|
|
556
|
-
[_hQ]: _nT,
|
|
557
|
-
},
|
|
558
|
-
],
|
|
502
|
+
[1, { [_hQ]: _mR }],
|
|
503
|
+
[0, { [_hQ]: _nT }],
|
|
559
504
|
],
|
|
560
505
|
];
|
|
561
506
|
export var ListConnectorOperationsResponse = [
|
|
@@ -573,24 +518,9 @@ export var ListConnectorsRequest = [
|
|
|
573
518
|
0,
|
|
574
519
|
[_cNP, _mR, _nT],
|
|
575
520
|
[
|
|
576
|
-
[
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
[_hQ]: _cNP,
|
|
580
|
-
},
|
|
581
|
-
],
|
|
582
|
-
[
|
|
583
|
-
1,
|
|
584
|
-
{
|
|
585
|
-
[_hQ]: _mR,
|
|
586
|
-
},
|
|
587
|
-
],
|
|
588
|
-
[
|
|
589
|
-
0,
|
|
590
|
-
{
|
|
591
|
-
[_hQ]: _nT,
|
|
592
|
-
},
|
|
593
|
-
],
|
|
521
|
+
[0, { [_hQ]: _cNP }],
|
|
522
|
+
[1, { [_hQ]: _mR }],
|
|
523
|
+
[0, { [_hQ]: _nT }],
|
|
594
524
|
],
|
|
595
525
|
];
|
|
596
526
|
export var ListConnectorsResponse = [
|
|
@@ -608,24 +538,9 @@ export var ListCustomPluginsRequest = [
|
|
|
608
538
|
0,
|
|
609
539
|
[_mR, _nT, _nP],
|
|
610
540
|
[
|
|
611
|
-
[
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
[_hQ]: _mR,
|
|
615
|
-
},
|
|
616
|
-
],
|
|
617
|
-
[
|
|
618
|
-
0,
|
|
619
|
-
{
|
|
620
|
-
[_hQ]: _nT,
|
|
621
|
-
},
|
|
622
|
-
],
|
|
623
|
-
[
|
|
624
|
-
0,
|
|
625
|
-
{
|
|
626
|
-
[_hQ]: _nP,
|
|
627
|
-
},
|
|
628
|
-
],
|
|
541
|
+
[1, { [_hQ]: _mR }],
|
|
542
|
+
[0, { [_hQ]: _nT }],
|
|
543
|
+
[0, { [_hQ]: _nP }],
|
|
629
544
|
],
|
|
630
545
|
];
|
|
631
546
|
export var ListCustomPluginsResponse = [
|
|
@@ -645,24 +560,9 @@ export var ListWorkerConfigurationsRequest = [
|
|
|
645
560
|
0,
|
|
646
561
|
[_mR, _nT, _nP],
|
|
647
562
|
[
|
|
648
|
-
[
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
[_hQ]: _mR,
|
|
652
|
-
},
|
|
653
|
-
],
|
|
654
|
-
[
|
|
655
|
-
0,
|
|
656
|
-
{
|
|
657
|
-
[_hQ]: _nT,
|
|
658
|
-
},
|
|
659
|
-
],
|
|
660
|
-
[
|
|
661
|
-
0,
|
|
662
|
-
{
|
|
663
|
-
[_hQ]: _nP,
|
|
664
|
-
},
|
|
665
|
-
],
|
|
563
|
+
[1, { [_hQ]: _mR }],
|
|
564
|
+
[0, { [_hQ]: _nT }],
|
|
565
|
+
[0, { [_hQ]: _nP }],
|
|
666
566
|
],
|
|
667
567
|
];
|
|
668
568
|
export var ListWorkerConfigurationsResponse = [
|
|
@@ -682,17 +582,7 @@ export var LogDeliveryDescription = [
|
|
|
682
582
|
[_wLD],
|
|
683
583
|
[() => WorkerLogDeliveryDescription],
|
|
684
584
|
];
|
|
685
|
-
export var NotFoundException = [
|
|
686
|
-
-3,
|
|
687
|
-
n0,
|
|
688
|
-
_NFE,
|
|
689
|
-
{
|
|
690
|
-
[_e]: _c,
|
|
691
|
-
[_hE]: 404,
|
|
692
|
-
},
|
|
693
|
-
[_m],
|
|
694
|
-
[0],
|
|
695
|
-
];
|
|
585
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
696
586
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
697
587
|
export var Plugin = [3, n0, _P, 0, [_cPu], [() => CustomPlugin]];
|
|
698
588
|
export var PluginDescription = [3, n0, _PD, 0, [_cPu], [() => CustomPluginDescription]];
|
|
@@ -709,44 +599,14 @@ export var ScaleInPolicyUpdate = [3, n0, _SIPU, 0, [_cUP], [1]];
|
|
|
709
599
|
export var ScaleOutPolicy = [3, n0, _SOP, 0, [_cUP], [1]];
|
|
710
600
|
export var ScaleOutPolicyDescription = [3, n0, _SOPD, 0, [_cUP], [1]];
|
|
711
601
|
export var ScaleOutPolicyUpdate = [3, n0, _SOPU, 0, [_cUP], [1]];
|
|
712
|
-
export var ServiceUnavailableException = [
|
|
713
|
-
-3,
|
|
714
|
-
n0,
|
|
715
|
-
_SUE,
|
|
716
|
-
{
|
|
717
|
-
[_e]: _s,
|
|
718
|
-
[_hE]: 503,
|
|
719
|
-
},
|
|
720
|
-
[_m],
|
|
721
|
-
[0],
|
|
722
|
-
];
|
|
602
|
+
export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
|
|
723
603
|
TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
|
|
724
604
|
export var StateDescription = [3, n0, _SD, 0, [_cod, _m], [0, 0]];
|
|
725
605
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
726
606
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
727
|
-
export var TooManyRequestsException = [
|
|
728
|
-
-3,
|
|
729
|
-
n0,
|
|
730
|
-
_TMRE,
|
|
731
|
-
{
|
|
732
|
-
[_e]: _c,
|
|
733
|
-
[_hE]: 429,
|
|
734
|
-
},
|
|
735
|
-
[_m],
|
|
736
|
-
[0],
|
|
737
|
-
];
|
|
607
|
+
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
738
608
|
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
739
|
-
export var UnauthorizedException = [
|
|
740
|
-
-3,
|
|
741
|
-
n0,
|
|
742
|
-
_UE,
|
|
743
|
-
{
|
|
744
|
-
[_e]: _c,
|
|
745
|
-
[_hE]: 401,
|
|
746
|
-
},
|
|
747
|
-
[_m],
|
|
748
|
-
[0],
|
|
749
|
-
];
|
|
609
|
+
export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
750
610
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
751
611
|
export var UntagResourceRequest = [
|
|
752
612
|
3,
|
|
@@ -756,12 +616,7 @@ export var UntagResourceRequest = [
|
|
|
756
616
|
[_rA, _tK],
|
|
757
617
|
[
|
|
758
618
|
[0, 1],
|
|
759
|
-
[
|
|
760
|
-
64 | 0,
|
|
761
|
-
{
|
|
762
|
-
[_hQ]: _tK,
|
|
763
|
-
},
|
|
764
|
-
],
|
|
619
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
765
620
|
],
|
|
766
621
|
];
|
|
767
622
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -771,17 +626,7 @@ export var UpdateConnectorRequest = [
|
|
|
771
626
|
_UCR,
|
|
772
627
|
0,
|
|
773
628
|
[_ca, _cC, _cA, _cV],
|
|
774
|
-
[
|
|
775
|
-
() => CapacityUpdate,
|
|
776
|
-
[() => ConnectorConfigurationUpdate, 0],
|
|
777
|
-
[0, 1],
|
|
778
|
-
[
|
|
779
|
-
0,
|
|
780
|
-
{
|
|
781
|
-
[_hQ]: _cV,
|
|
782
|
-
},
|
|
783
|
-
],
|
|
784
|
-
],
|
|
629
|
+
[() => CapacityUpdate, [() => ConnectorConfigurationUpdate, 0], [0, 1], [0, { [_hQ]: _cV }]],
|
|
785
630
|
];
|
|
786
631
|
export var UpdateConnectorResponse = [3, n0, _UCRp, 0, [_cA, _cS, _cOA], [0, 0, 0]];
|
|
787
632
|
export var Vpc = [3, n0, _V, 0, [_sG, _su], [64 | 0, 64 | 0]];
|
|
@@ -840,9 +685,7 @@ export var CreateConnector = [
|
|
|
840
685
|
9,
|
|
841
686
|
n0,
|
|
842
687
|
_CCr,
|
|
843
|
-
{
|
|
844
|
-
[_h]: ["POST", "/v1/connectors", 200],
|
|
845
|
-
},
|
|
688
|
+
{ [_h]: ["POST", "/v1/connectors", 200] },
|
|
846
689
|
() => CreateConnectorRequest,
|
|
847
690
|
() => CreateConnectorResponse,
|
|
848
691
|
];
|
|
@@ -850,9 +693,7 @@ export var CreateCustomPlugin = [
|
|
|
850
693
|
9,
|
|
851
694
|
n0,
|
|
852
695
|
_CCP,
|
|
853
|
-
{
|
|
854
|
-
[_h]: ["POST", "/v1/custom-plugins", 200],
|
|
855
|
-
},
|
|
696
|
+
{ [_h]: ["POST", "/v1/custom-plugins", 200] },
|
|
856
697
|
() => CreateCustomPluginRequest,
|
|
857
698
|
() => CreateCustomPluginResponse,
|
|
858
699
|
];
|
|
@@ -860,9 +701,7 @@ export var CreateWorkerConfiguration = [
|
|
|
860
701
|
9,
|
|
861
702
|
n0,
|
|
862
703
|
_CWC,
|
|
863
|
-
{
|
|
864
|
-
[_h]: ["POST", "/v1/worker-configurations", 200],
|
|
865
|
-
},
|
|
704
|
+
{ [_h]: ["POST", "/v1/worker-configurations", 200] },
|
|
866
705
|
() => CreateWorkerConfigurationRequest,
|
|
867
706
|
() => CreateWorkerConfigurationResponse,
|
|
868
707
|
];
|
|
@@ -870,9 +709,7 @@ export var DeleteConnector = [
|
|
|
870
709
|
9,
|
|
871
710
|
n0,
|
|
872
711
|
_DC,
|
|
873
|
-
{
|
|
874
|
-
[_h]: ["DELETE", "/v1/connectors/{connectorArn}", 200],
|
|
875
|
-
},
|
|
712
|
+
{ [_h]: ["DELETE", "/v1/connectors/{connectorArn}", 200] },
|
|
876
713
|
() => DeleteConnectorRequest,
|
|
877
714
|
() => DeleteConnectorResponse,
|
|
878
715
|
];
|
|
@@ -880,9 +717,7 @@ export var DeleteCustomPlugin = [
|
|
|
880
717
|
9,
|
|
881
718
|
n0,
|
|
882
719
|
_DCP,
|
|
883
|
-
{
|
|
884
|
-
[_h]: ["DELETE", "/v1/custom-plugins/{customPluginArn}", 200],
|
|
885
|
-
},
|
|
720
|
+
{ [_h]: ["DELETE", "/v1/custom-plugins/{customPluginArn}", 200] },
|
|
886
721
|
() => DeleteCustomPluginRequest,
|
|
887
722
|
() => DeleteCustomPluginResponse,
|
|
888
723
|
];
|
|
@@ -890,9 +725,7 @@ export var DeleteWorkerConfiguration = [
|
|
|
890
725
|
9,
|
|
891
726
|
n0,
|
|
892
727
|
_DWC,
|
|
893
|
-
{
|
|
894
|
-
[_h]: ["DELETE", "/v1/worker-configurations/{workerConfigurationArn}", 200],
|
|
895
|
-
},
|
|
728
|
+
{ [_h]: ["DELETE", "/v1/worker-configurations/{workerConfigurationArn}", 200] },
|
|
896
729
|
() => DeleteWorkerConfigurationRequest,
|
|
897
730
|
() => DeleteWorkerConfigurationResponse,
|
|
898
731
|
];
|
|
@@ -900,9 +733,7 @@ export var DescribeConnector = [
|
|
|
900
733
|
9,
|
|
901
734
|
n0,
|
|
902
735
|
_DCe,
|
|
903
|
-
{
|
|
904
|
-
[_h]: ["GET", "/v1/connectors/{connectorArn}", 200],
|
|
905
|
-
},
|
|
736
|
+
{ [_h]: ["GET", "/v1/connectors/{connectorArn}", 200] },
|
|
906
737
|
() => DescribeConnectorRequest,
|
|
907
738
|
() => DescribeConnectorResponse,
|
|
908
739
|
];
|
|
@@ -910,9 +741,7 @@ export var DescribeConnectorOperation = [
|
|
|
910
741
|
9,
|
|
911
742
|
n0,
|
|
912
743
|
_DCO,
|
|
913
|
-
{
|
|
914
|
-
[_h]: ["GET", "/v1/connectorOperations/{connectorOperationArn}", 200],
|
|
915
|
-
},
|
|
744
|
+
{ [_h]: ["GET", "/v1/connectorOperations/{connectorOperationArn}", 200] },
|
|
916
745
|
() => DescribeConnectorOperationRequest,
|
|
917
746
|
() => DescribeConnectorOperationResponse,
|
|
918
747
|
];
|
|
@@ -920,9 +749,7 @@ export var DescribeCustomPlugin = [
|
|
|
920
749
|
9,
|
|
921
750
|
n0,
|
|
922
751
|
_DCPe,
|
|
923
|
-
{
|
|
924
|
-
[_h]: ["GET", "/v1/custom-plugins/{customPluginArn}", 200],
|
|
925
|
-
},
|
|
752
|
+
{ [_h]: ["GET", "/v1/custom-plugins/{customPluginArn}", 200] },
|
|
926
753
|
() => DescribeCustomPluginRequest,
|
|
927
754
|
() => DescribeCustomPluginResponse,
|
|
928
755
|
];
|
|
@@ -930,9 +757,7 @@ export var DescribeWorkerConfiguration = [
|
|
|
930
757
|
9,
|
|
931
758
|
n0,
|
|
932
759
|
_DWCe,
|
|
933
|
-
{
|
|
934
|
-
[_h]: ["GET", "/v1/worker-configurations/{workerConfigurationArn}", 200],
|
|
935
|
-
},
|
|
760
|
+
{ [_h]: ["GET", "/v1/worker-configurations/{workerConfigurationArn}", 200] },
|
|
936
761
|
() => DescribeWorkerConfigurationRequest,
|
|
937
762
|
() => DescribeWorkerConfigurationResponse,
|
|
938
763
|
];
|
|
@@ -940,9 +765,7 @@ export var ListConnectorOperations = [
|
|
|
940
765
|
9,
|
|
941
766
|
n0,
|
|
942
767
|
_LCO,
|
|
943
|
-
{
|
|
944
|
-
[_h]: ["GET", "/v1/connectors/{connectorArn}/operations", 200],
|
|
945
|
-
},
|
|
768
|
+
{ [_h]: ["GET", "/v1/connectors/{connectorArn}/operations", 200] },
|
|
946
769
|
() => ListConnectorOperationsRequest,
|
|
947
770
|
() => ListConnectorOperationsResponse,
|
|
948
771
|
];
|
|
@@ -950,9 +773,7 @@ export var ListConnectors = [
|
|
|
950
773
|
9,
|
|
951
774
|
n0,
|
|
952
775
|
_LC,
|
|
953
|
-
{
|
|
954
|
-
[_h]: ["GET", "/v1/connectors", 200],
|
|
955
|
-
},
|
|
776
|
+
{ [_h]: ["GET", "/v1/connectors", 200] },
|
|
956
777
|
() => ListConnectorsRequest,
|
|
957
778
|
() => ListConnectorsResponse,
|
|
958
779
|
];
|
|
@@ -960,9 +781,7 @@ export var ListCustomPlugins = [
|
|
|
960
781
|
9,
|
|
961
782
|
n0,
|
|
962
783
|
_LCP,
|
|
963
|
-
{
|
|
964
|
-
[_h]: ["GET", "/v1/custom-plugins", 200],
|
|
965
|
-
},
|
|
784
|
+
{ [_h]: ["GET", "/v1/custom-plugins", 200] },
|
|
966
785
|
() => ListCustomPluginsRequest,
|
|
967
786
|
() => ListCustomPluginsResponse,
|
|
968
787
|
];
|
|
@@ -970,9 +789,7 @@ export var ListTagsForResource = [
|
|
|
970
789
|
9,
|
|
971
790
|
n0,
|
|
972
791
|
_LTFR,
|
|
973
|
-
{
|
|
974
|
-
[_h]: ["GET", "/v1/tags/{resourceArn}", 200],
|
|
975
|
-
},
|
|
792
|
+
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
976
793
|
() => ListTagsForResourceRequest,
|
|
977
794
|
() => ListTagsForResourceResponse,
|
|
978
795
|
];
|
|
@@ -980,9 +797,7 @@ export var ListWorkerConfigurations = [
|
|
|
980
797
|
9,
|
|
981
798
|
n0,
|
|
982
799
|
_LWC,
|
|
983
|
-
{
|
|
984
|
-
[_h]: ["GET", "/v1/worker-configurations", 200],
|
|
985
|
-
},
|
|
800
|
+
{ [_h]: ["GET", "/v1/worker-configurations", 200] },
|
|
986
801
|
() => ListWorkerConfigurationsRequest,
|
|
987
802
|
() => ListWorkerConfigurationsResponse,
|
|
988
803
|
];
|
|
@@ -990,9 +805,7 @@ export var TagResource = [
|
|
|
990
805
|
9,
|
|
991
806
|
n0,
|
|
992
807
|
_TR,
|
|
993
|
-
{
|
|
994
|
-
[_h]: ["POST", "/v1/tags/{resourceArn}", 200],
|
|
995
|
-
},
|
|
808
|
+
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
|
|
996
809
|
() => TagResourceRequest,
|
|
997
810
|
() => TagResourceResponse,
|
|
998
811
|
];
|
|
@@ -1000,9 +813,7 @@ export var UntagResource = [
|
|
|
1000
813
|
9,
|
|
1001
814
|
n0,
|
|
1002
815
|
_UR,
|
|
1003
|
-
{
|
|
1004
|
-
[_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
|
|
1005
|
-
},
|
|
816
|
+
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
1006
817
|
() => UntagResourceRequest,
|
|
1007
818
|
() => UntagResourceResponse,
|
|
1008
819
|
];
|
|
@@ -1010,9 +821,7 @@ export var UpdateConnector = [
|
|
|
1010
821
|
9,
|
|
1011
822
|
n0,
|
|
1012
823
|
_UC,
|
|
1013
|
-
{
|
|
1014
|
-
[_h]: ["PUT", "/v1/connectors/{connectorArn}", 200],
|
|
1015
|
-
},
|
|
824
|
+
{ [_h]: ["PUT", "/v1/connectors/{connectorArn}", 200] },
|
|
1016
825
|
() => UpdateConnectorRequest,
|
|
1017
826
|
() => UpdateConnectorResponse,
|
|
1018
827
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
|
|
3
3
|
import { CreateCustomPluginCommandInput, CreateCustomPluginCommandOutput } from "./commands/CreateCustomPluginCommand";
|
|
4
4
|
import { CreateWorkerConfigurationCommandInput, CreateWorkerConfigurationCommandOutput } from "./commands/CreateWorkerConfigurationCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
|
|
11
11
|
import { CreateCustomPluginCommandInput, CreateCustomPluginCommandOutput } from "./commands/CreateCustomPluginCommand";
|
|
12
12
|
import { CreateWorkerConfigurationCommandInput, CreateWorkerConfigurationCommandOutput } from "./commands/CreateWorkerConfigurationCommand";
|
|
@@ -26,7 +26,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
26
26
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
27
27
|
import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "./commands/UpdateConnectorCommand";
|
|
28
28
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
29
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
29
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
30
30
|
export { __Client };
|
|
31
31
|
/**
|
|
32
32
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { KafkaConnectHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { KafkaConnectHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig } from "../KafkaConnectClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type KafkaConnectClientResolvedConfig } from "../KafkaConnectClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { CreateCustomPluginRequest, CreateCustomPluginResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { CreateCustomPluginRequest, CreateCustomPluginResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { CreateWorkerConfigurationRequest, CreateWorkerConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { CreateWorkerConfigurationRequest, CreateWorkerConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DeleteConnectorRequest, DeleteConnectorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DeleteConnectorRequest, DeleteConnectorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DeleteCustomPluginRequest, DeleteCustomPluginResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DeleteCustomPluginRequest, DeleteCustomPluginResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DeleteWorkerConfigurationRequest, DeleteWorkerConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DeleteWorkerConfigurationRequest, DeleteWorkerConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DescribeConnectorOperationRequest, DescribeConnectorOperationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DescribeConnectorOperationRequest, DescribeConnectorOperationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DescribeCustomPluginRequest, DescribeCustomPluginResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DescribeCustomPluginRequest, DescribeCustomPluginResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { DescribeWorkerConfigurationRequest, DescribeWorkerConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { DescribeWorkerConfigurationRequest, DescribeWorkerConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
-
import { ListConnectorOperationsRequest, ListConnectorOperationsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
|
|
4
|
+
import type { ListConnectorOperationsRequest, ListConnectorOperationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|