@aws-sdk/client-rtbfabric 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 +41 -200
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/RTBFabricClient.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 +41 -200
- package/dist-types/RTBFabric.d.ts +1 -1
- package/dist-types/RTBFabricClient.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/AcceptLinkCommand.d.ts +3 -3
- package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -3
- package/dist-types/commands/CreateLinkCommand.d.ts +3 -3
- package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -3
- package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -3
- package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteLinkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -3
- package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -3
- package/dist-types/commands/GetLinkCommand.d.ts +3 -3
- package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -3
- package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -3
- package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -3
- package/dist-types/commands/ListLinksCommand.d.ts +3 -3
- package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -3
- package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RejectLinkCommand.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/UpdateLinkCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -3
- package/dist-types/commands/UpdateResponderGatewayCommand.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/RTBFabricServiceException.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/ListLinksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRequesterGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResponderGatewaysPaginator.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/RTBFabricClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/RTBFabricServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -216,30 +216,10 @@ export var AcceptLinkResponse = [
|
|
|
216
216
|
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI],
|
|
217
217
|
[0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0],
|
|
218
218
|
];
|
|
219
|
-
export var AccessDeniedException = [
|
|
220
|
-
-3,
|
|
221
|
-
n0,
|
|
222
|
-
_ADE,
|
|
223
|
-
{
|
|
224
|
-
[_e]: _c,
|
|
225
|
-
[_hE]: 403,
|
|
226
|
-
},
|
|
227
|
-
[_m],
|
|
228
|
-
[0],
|
|
229
|
-
];
|
|
219
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
230
220
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
231
221
|
export var AutoScalingGroupsConfiguration = [3, n0, _ASGC, 0, [_aSGN, _rA], [64 | 0, 0]];
|
|
232
|
-
export var ConflictException = [
|
|
233
|
-
-3,
|
|
234
|
-
n0,
|
|
235
|
-
_CE,
|
|
236
|
-
{
|
|
237
|
-
[_e]: _c,
|
|
238
|
-
[_hE]: 409,
|
|
239
|
-
},
|
|
240
|
-
[_m],
|
|
241
|
-
[0],
|
|
242
|
-
];
|
|
222
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
243
223
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
244
224
|
export var CreateInboundExternalLinkRequest = [
|
|
245
225
|
3,
|
|
@@ -481,17 +461,7 @@ export var GetResponderGatewayResponse = [
|
|
|
481
461
|
],
|
|
482
462
|
];
|
|
483
463
|
export var HeaderTagAction = [3, n0, _HTA, 0, [_n, _va], [0, 0]];
|
|
484
|
-
export var InternalServerException = [
|
|
485
|
-
-3,
|
|
486
|
-
n0,
|
|
487
|
-
_ISE,
|
|
488
|
-
{
|
|
489
|
-
[_e]: _se,
|
|
490
|
-
[_hE]: 500,
|
|
491
|
-
},
|
|
492
|
-
[_m],
|
|
493
|
-
[0],
|
|
494
|
-
];
|
|
464
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
495
465
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
496
466
|
export var LinkApplicationLogConfiguration = [
|
|
497
467
|
3,
|
|
@@ -512,18 +482,8 @@ export var ListLinksRequest = [
|
|
|
512
482
|
[_gI, _nT, _mR],
|
|
513
483
|
[
|
|
514
484
|
[0, 1],
|
|
515
|
-
[
|
|
516
|
-
|
|
517
|
-
{
|
|
518
|
-
[_hQ]: _nT,
|
|
519
|
-
},
|
|
520
|
-
],
|
|
521
|
-
[
|
|
522
|
-
1,
|
|
523
|
-
{
|
|
524
|
-
[_hQ]: _mR,
|
|
525
|
-
},
|
|
526
|
-
],
|
|
485
|
+
[0, { [_hQ]: _nT }],
|
|
486
|
+
[1, { [_hQ]: _mR }],
|
|
527
487
|
],
|
|
528
488
|
];
|
|
529
489
|
export var ListLinksResponse = [3, n0, _LLRi, 0, [_l, _nT], [() => LinkList, 0]];
|
|
@@ -542,18 +502,8 @@ export var ListRequesterGatewaysRequest = [
|
|
|
542
502
|
0,
|
|
543
503
|
[_mR, _nT],
|
|
544
504
|
[
|
|
545
|
-
[
|
|
546
|
-
|
|
547
|
-
{
|
|
548
|
-
[_hQ]: _mR,
|
|
549
|
-
},
|
|
550
|
-
],
|
|
551
|
-
[
|
|
552
|
-
0,
|
|
553
|
-
{
|
|
554
|
-
[_hQ]: _nT,
|
|
555
|
-
},
|
|
556
|
-
],
|
|
505
|
+
[1, { [_hQ]: _mR }],
|
|
506
|
+
[0, { [_hQ]: _nT }],
|
|
557
507
|
],
|
|
558
508
|
];
|
|
559
509
|
export var ListRequesterGatewaysResponse = [3, n0, _LRGRi, 0, [_gIa, _nT], [64 | 0, 0]];
|
|
@@ -564,18 +514,8 @@ export var ListResponderGatewaysRequest = [
|
|
|
564
514
|
0,
|
|
565
515
|
[_mR, _nT],
|
|
566
516
|
[
|
|
567
|
-
[
|
|
568
|
-
|
|
569
|
-
{
|
|
570
|
-
[_hQ]: _mR,
|
|
571
|
-
},
|
|
572
|
-
],
|
|
573
|
-
[
|
|
574
|
-
0,
|
|
575
|
-
{
|
|
576
|
-
[_hQ]: _nT,
|
|
577
|
-
},
|
|
578
|
-
],
|
|
517
|
+
[1, { [_hQ]: _mR }],
|
|
518
|
+
[0, { [_hQ]: _nT }],
|
|
579
519
|
],
|
|
580
520
|
];
|
|
581
521
|
export var ListResponderGatewaysResponse = [3, n0, _LRGRist, 0, [_gIa, _nT], [64 | 0, 0]];
|
|
@@ -619,17 +559,7 @@ export var RejectLinkResponse = [
|
|
|
619
559
|
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI],
|
|
620
560
|
[0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0],
|
|
621
561
|
];
|
|
622
|
-
export var ResourceNotFoundException = [
|
|
623
|
-
-3,
|
|
624
|
-
n0,
|
|
625
|
-
_RNFE,
|
|
626
|
-
{
|
|
627
|
-
[_e]: _c,
|
|
628
|
-
[_hE]: 404,
|
|
629
|
-
},
|
|
630
|
-
[_m],
|
|
631
|
-
[0],
|
|
632
|
-
];
|
|
562
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
633
563
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
634
564
|
export var ResponderErrorMaskingForHttpCode = [
|
|
635
565
|
3,
|
|
@@ -639,31 +569,11 @@ export var ResponderErrorMaskingForHttpCode = [
|
|
|
639
569
|
[_hC, _ac, _lT, _rLP],
|
|
640
570
|
[0, 0, 64 | 0, 1],
|
|
641
571
|
];
|
|
642
|
-
export var ServiceQuotaExceededException = [
|
|
643
|
-
-3,
|
|
644
|
-
n0,
|
|
645
|
-
_SQEE,
|
|
646
|
-
{
|
|
647
|
-
[_e]: _c,
|
|
648
|
-
[_hE]: 402,
|
|
649
|
-
},
|
|
650
|
-
[_m],
|
|
651
|
-
[0],
|
|
652
|
-
];
|
|
572
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
653
573
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
654
574
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
655
575
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
656
|
-
export var ThrottlingException = [
|
|
657
|
-
-3,
|
|
658
|
-
n0,
|
|
659
|
-
_TE,
|
|
660
|
-
{
|
|
661
|
-
[_e]: _c,
|
|
662
|
-
[_hE]: 429,
|
|
663
|
-
},
|
|
664
|
-
[_m],
|
|
665
|
-
[0],
|
|
666
|
-
];
|
|
576
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
667
577
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
668
578
|
export var TrustStoreConfiguration = [
|
|
669
579
|
3,
|
|
@@ -681,12 +591,7 @@ export var UntagResourceRequest = [
|
|
|
681
591
|
[_rAe, _tK],
|
|
682
592
|
[
|
|
683
593
|
[0, 1],
|
|
684
|
-
[
|
|
685
|
-
64 | 0,
|
|
686
|
-
{
|
|
687
|
-
[_hQ]: _tK,
|
|
688
|
-
},
|
|
689
|
-
],
|
|
594
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
690
595
|
],
|
|
691
596
|
];
|
|
692
597
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -726,17 +631,7 @@ export var UpdateResponderGatewayRequest = [
|
|
|
726
631
|
[0, 1, 0, [() => TrustStoreConfiguration, 0], [() => ManagedEndpointConfiguration, 0], [0, 4], [0, 1], 0],
|
|
727
632
|
];
|
|
728
633
|
export var UpdateResponderGatewayResponse = [3, n0, _URGRpda, 0, [_gI, _s], [0, 0]];
|
|
729
|
-
export var ValidationException = [
|
|
730
|
-
-3,
|
|
731
|
-
n0,
|
|
732
|
-
_VE,
|
|
733
|
-
{
|
|
734
|
-
[_e]: _c,
|
|
735
|
-
[_hE]: 400,
|
|
736
|
-
},
|
|
737
|
-
[_m],
|
|
738
|
-
[0],
|
|
739
|
-
];
|
|
634
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
740
635
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
741
636
|
export var __Unit = "unit";
|
|
742
637
|
export var RTBFabricServiceException = [-3, _sm, "RTBFabricServiceException", 0, [], []];
|
|
@@ -783,9 +678,7 @@ export var AcceptLink = [
|
|
|
783
678
|
9,
|
|
784
679
|
n0,
|
|
785
680
|
_AL,
|
|
786
|
-
{
|
|
787
|
-
[_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200],
|
|
788
|
-
},
|
|
681
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] },
|
|
789
682
|
() => AcceptLinkRequest,
|
|
790
683
|
() => AcceptLinkResponse,
|
|
791
684
|
];
|
|
@@ -793,9 +686,7 @@ export var CreateInboundExternalLink = [
|
|
|
793
686
|
9,
|
|
794
687
|
n0,
|
|
795
688
|
_CIEL,
|
|
796
|
-
{
|
|
797
|
-
[_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200],
|
|
798
|
-
},
|
|
689
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] },
|
|
799
690
|
() => CreateInboundExternalLinkRequest,
|
|
800
691
|
() => CreateInboundExternalLinkResponse,
|
|
801
692
|
];
|
|
@@ -803,9 +694,7 @@ export var CreateLink = [
|
|
|
803
694
|
9,
|
|
804
695
|
n0,
|
|
805
696
|
_CL,
|
|
806
|
-
{
|
|
807
|
-
[_h]: ["POST", "/gateway/{gatewayId}/create-link", 200],
|
|
808
|
-
},
|
|
697
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] },
|
|
809
698
|
() => CreateLinkRequest,
|
|
810
699
|
() => CreateLinkResponse,
|
|
811
700
|
];
|
|
@@ -813,9 +702,7 @@ export var CreateOutboundExternalLink = [
|
|
|
813
702
|
9,
|
|
814
703
|
n0,
|
|
815
704
|
_COEL,
|
|
816
|
-
{
|
|
817
|
-
[_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200],
|
|
818
|
-
},
|
|
705
|
+
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] },
|
|
819
706
|
() => CreateOutboundExternalLinkRequest,
|
|
820
707
|
() => CreateOutboundExternalLinkResponse,
|
|
821
708
|
];
|
|
@@ -823,9 +710,7 @@ export var CreateRequesterGateway = [
|
|
|
823
710
|
9,
|
|
824
711
|
n0,
|
|
825
712
|
_CRG,
|
|
826
|
-
{
|
|
827
|
-
[_h]: ["POST", "/requester-gateway", 200],
|
|
828
|
-
},
|
|
713
|
+
{ [_h]: ["POST", "/requester-gateway", 200] },
|
|
829
714
|
() => CreateRequesterGatewayRequest,
|
|
830
715
|
() => CreateRequesterGatewayResponse,
|
|
831
716
|
];
|
|
@@ -833,9 +718,7 @@ export var CreateResponderGateway = [
|
|
|
833
718
|
9,
|
|
834
719
|
n0,
|
|
835
720
|
_CRGr,
|
|
836
|
-
{
|
|
837
|
-
[_h]: ["POST", "/responder-gateway", 200],
|
|
838
|
-
},
|
|
721
|
+
{ [_h]: ["POST", "/responder-gateway", 200] },
|
|
839
722
|
() => CreateResponderGatewayRequest,
|
|
840
723
|
() => CreateResponderGatewayResponse,
|
|
841
724
|
];
|
|
@@ -843,9 +726,7 @@ export var DeleteInboundExternalLink = [
|
|
|
843
726
|
9,
|
|
844
727
|
n0,
|
|
845
728
|
_DIEL,
|
|
846
|
-
{
|
|
847
|
-
[_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200],
|
|
848
|
-
},
|
|
729
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] },
|
|
849
730
|
() => DeleteInboundExternalLinkRequest,
|
|
850
731
|
() => DeleteInboundExternalLinkResponse,
|
|
851
732
|
];
|
|
@@ -853,9 +734,7 @@ export var DeleteLink = [
|
|
|
853
734
|
9,
|
|
854
735
|
n0,
|
|
855
736
|
_DL,
|
|
856
|
-
{
|
|
857
|
-
[_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200],
|
|
858
|
-
},
|
|
737
|
+
{ [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] },
|
|
859
738
|
() => DeleteLinkRequest,
|
|
860
739
|
() => DeleteLinkResponse,
|
|
861
740
|
];
|
|
@@ -863,9 +742,7 @@ export var DeleteOutboundExternalLink = [
|
|
|
863
742
|
9,
|
|
864
743
|
n0,
|
|
865
744
|
_DOEL,
|
|
866
|
-
{
|
|
867
|
-
[_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200],
|
|
868
|
-
},
|
|
745
|
+
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] },
|
|
869
746
|
() => DeleteOutboundExternalLinkRequest,
|
|
870
747
|
() => DeleteOutboundExternalLinkResponse,
|
|
871
748
|
];
|
|
@@ -873,9 +750,7 @@ export var DeleteRequesterGateway = [
|
|
|
873
750
|
9,
|
|
874
751
|
n0,
|
|
875
752
|
_DRG,
|
|
876
|
-
{
|
|
877
|
-
[_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200],
|
|
878
|
-
},
|
|
753
|
+
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] },
|
|
879
754
|
() => DeleteRequesterGatewayRequest,
|
|
880
755
|
() => DeleteRequesterGatewayResponse,
|
|
881
756
|
];
|
|
@@ -883,9 +758,7 @@ export var DeleteResponderGateway = [
|
|
|
883
758
|
9,
|
|
884
759
|
n0,
|
|
885
760
|
_DRGe,
|
|
886
|
-
{
|
|
887
|
-
[_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200],
|
|
888
|
-
},
|
|
761
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] },
|
|
889
762
|
() => DeleteResponderGatewayRequest,
|
|
890
763
|
() => DeleteResponderGatewayResponse,
|
|
891
764
|
];
|
|
@@ -893,9 +766,7 @@ export var GetInboundExternalLink = [
|
|
|
893
766
|
9,
|
|
894
767
|
n0,
|
|
895
768
|
_GIEL,
|
|
896
|
-
{
|
|
897
|
-
[_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200],
|
|
898
|
-
},
|
|
769
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] },
|
|
899
770
|
() => GetInboundExternalLinkRequest,
|
|
900
771
|
() => GetInboundExternalLinkResponse,
|
|
901
772
|
];
|
|
@@ -903,9 +774,7 @@ export var GetLink = [
|
|
|
903
774
|
9,
|
|
904
775
|
n0,
|
|
905
776
|
_GL,
|
|
906
|
-
{
|
|
907
|
-
[_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200],
|
|
908
|
-
},
|
|
777
|
+
{ [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] },
|
|
909
778
|
() => GetLinkRequest,
|
|
910
779
|
() => GetLinkResponse,
|
|
911
780
|
];
|
|
@@ -913,9 +782,7 @@ export var GetOutboundExternalLink = [
|
|
|
913
782
|
9,
|
|
914
783
|
n0,
|
|
915
784
|
_GOEL,
|
|
916
|
-
{
|
|
917
|
-
[_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200],
|
|
918
|
-
},
|
|
785
|
+
{ [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] },
|
|
919
786
|
() => GetOutboundExternalLinkRequest,
|
|
920
787
|
() => GetOutboundExternalLinkResponse,
|
|
921
788
|
];
|
|
@@ -923,9 +790,7 @@ export var GetRequesterGateway = [
|
|
|
923
790
|
9,
|
|
924
791
|
n0,
|
|
925
792
|
_GRG,
|
|
926
|
-
{
|
|
927
|
-
[_h]: ["GET", "/requester-gateway/{gatewayId}", 200],
|
|
928
|
-
},
|
|
793
|
+
{ [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] },
|
|
929
794
|
() => GetRequesterGatewayRequest,
|
|
930
795
|
() => GetRequesterGatewayResponse,
|
|
931
796
|
];
|
|
@@ -933,9 +798,7 @@ export var GetResponderGateway = [
|
|
|
933
798
|
9,
|
|
934
799
|
n0,
|
|
935
800
|
_GRGe,
|
|
936
|
-
{
|
|
937
|
-
[_h]: ["GET", "/responder-gateway/{gatewayId}", 200],
|
|
938
|
-
},
|
|
801
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] },
|
|
939
802
|
() => GetResponderGatewayRequest,
|
|
940
803
|
() => GetResponderGatewayResponse,
|
|
941
804
|
];
|
|
@@ -943,9 +806,7 @@ export var ListLinks = [
|
|
|
943
806
|
9,
|
|
944
807
|
n0,
|
|
945
808
|
_LLi,
|
|
946
|
-
{
|
|
947
|
-
[_h]: ["GET", "/gateway/{gatewayId}/links/", 200],
|
|
948
|
-
},
|
|
809
|
+
{ [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] },
|
|
949
810
|
() => ListLinksRequest,
|
|
950
811
|
() => ListLinksResponse,
|
|
951
812
|
];
|
|
@@ -953,9 +814,7 @@ export var ListRequesterGateways = [
|
|
|
953
814
|
9,
|
|
954
815
|
n0,
|
|
955
816
|
_LRG,
|
|
956
|
-
{
|
|
957
|
-
[_h]: ["GET", "/requester-gateways", 200],
|
|
958
|
-
},
|
|
817
|
+
{ [_h]: ["GET", "/requester-gateways", 200] },
|
|
959
818
|
() => ListRequesterGatewaysRequest,
|
|
960
819
|
() => ListRequesterGatewaysResponse,
|
|
961
820
|
];
|
|
@@ -963,9 +822,7 @@ export var ListResponderGateways = [
|
|
|
963
822
|
9,
|
|
964
823
|
n0,
|
|
965
824
|
_LRGi,
|
|
966
|
-
{
|
|
967
|
-
[_h]: ["GET", "/responder-gateways", 200],
|
|
968
|
-
},
|
|
825
|
+
{ [_h]: ["GET", "/responder-gateways", 200] },
|
|
969
826
|
() => ListResponderGatewaysRequest,
|
|
970
827
|
() => ListResponderGatewaysResponse,
|
|
971
828
|
];
|
|
@@ -973,9 +830,7 @@ export var ListTagsForResource = [
|
|
|
973
830
|
9,
|
|
974
831
|
n0,
|
|
975
832
|
_LTFR,
|
|
976
|
-
{
|
|
977
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
978
|
-
},
|
|
833
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
979
834
|
() => ListTagsForResourceRequest,
|
|
980
835
|
() => ListTagsForResourceResponse,
|
|
981
836
|
];
|
|
@@ -983,9 +838,7 @@ export var RejectLink = [
|
|
|
983
838
|
9,
|
|
984
839
|
n0,
|
|
985
840
|
_RL,
|
|
986
|
-
{
|
|
987
|
-
[_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200],
|
|
988
|
-
},
|
|
841
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] },
|
|
989
842
|
() => RejectLinkRequest,
|
|
990
843
|
() => RejectLinkResponse,
|
|
991
844
|
];
|
|
@@ -993,9 +846,7 @@ export var TagResource = [
|
|
|
993
846
|
9,
|
|
994
847
|
n0,
|
|
995
848
|
_TR,
|
|
996
|
-
{
|
|
997
|
-
[_h]: ["POST", "/tags/{resourceArn}", 204],
|
|
998
|
-
},
|
|
849
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
999
850
|
() => TagResourceRequest,
|
|
1000
851
|
() => TagResourceResponse,
|
|
1001
852
|
];
|
|
@@ -1003,9 +854,7 @@ export var UntagResource = [
|
|
|
1003
854
|
9,
|
|
1004
855
|
n0,
|
|
1005
856
|
_UR,
|
|
1006
|
-
{
|
|
1007
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 204],
|
|
1008
|
-
},
|
|
857
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
1009
858
|
() => UntagResourceRequest,
|
|
1010
859
|
() => UntagResourceResponse,
|
|
1011
860
|
];
|
|
@@ -1013,9 +862,7 @@ export var UpdateLink = [
|
|
|
1013
862
|
9,
|
|
1014
863
|
n0,
|
|
1015
864
|
_UL,
|
|
1016
|
-
{
|
|
1017
|
-
[_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200],
|
|
1018
|
-
},
|
|
865
|
+
{ [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] },
|
|
1019
866
|
() => UpdateLinkRequest,
|
|
1020
867
|
() => UpdateLinkResponse,
|
|
1021
868
|
];
|
|
@@ -1023,9 +870,7 @@ export var UpdateLinkModuleFlow = [
|
|
|
1023
870
|
9,
|
|
1024
871
|
n0,
|
|
1025
872
|
_ULMF,
|
|
1026
|
-
{
|
|
1027
|
-
[_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200],
|
|
1028
|
-
},
|
|
873
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] },
|
|
1029
874
|
() => UpdateLinkModuleFlowRequest,
|
|
1030
875
|
() => UpdateLinkModuleFlowResponse,
|
|
1031
876
|
];
|
|
@@ -1033,9 +878,7 @@ export var UpdateRequesterGateway = [
|
|
|
1033
878
|
9,
|
|
1034
879
|
n0,
|
|
1035
880
|
_URG,
|
|
1036
|
-
{
|
|
1037
|
-
[_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200],
|
|
1038
|
-
},
|
|
881
|
+
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] },
|
|
1039
882
|
() => UpdateRequesterGatewayRequest,
|
|
1040
883
|
() => UpdateRequesterGatewayResponse,
|
|
1041
884
|
];
|
|
@@ -1043,9 +886,7 @@ export var UpdateResponderGateway = [
|
|
|
1043
886
|
9,
|
|
1044
887
|
n0,
|
|
1045
888
|
_URGp,
|
|
1046
|
-
{
|
|
1047
|
-
[_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200],
|
|
1048
|
-
},
|
|
889
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] },
|
|
1049
890
|
() => UpdateResponderGatewayRequest,
|
|
1050
891
|
() => UpdateResponderGatewayResponse,
|
|
1051
892
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
3
3
|
import { CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput } from "./commands/CreateInboundExternalLinkCommand";
|
|
4
4
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
@@ -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 { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
11
11
|
import { CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput } from "./commands/CreateInboundExternalLinkCommand";
|
|
12
12
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
@@ -35,7 +35,7 @@ import { UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput } f
|
|
|
35
35
|
import { UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput } from "./commands/UpdateRequesterGatewayCommand";
|
|
36
36
|
import { UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput } from "./commands/UpdateResponderGatewayCommand";
|
|
37
37
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
38
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
38
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
39
39
|
export { __Client };
|
|
40
40
|
/**
|
|
41
41
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { RTBFabricHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { RTBFabricHttpAuthSchemeProvider } 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 { RTBFabricClientResolvedConfig } from "../RTBFabricClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type RTBFabricClientResolvedConfig } from "../RTBFabricClient";
|
|
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 { AcceptLinkRequest, AcceptLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AcceptLinkRequest, AcceptLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { CreateInboundExternalLinkRequest, CreateInboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateInboundExternalLinkRequest, CreateInboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { CreateLinkRequest, CreateLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateLinkRequest, CreateLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { CreateOutboundExternalLinkRequest, CreateOutboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateOutboundExternalLinkRequest, CreateOutboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { CreateRequesterGatewayRequest, CreateRequesterGatewayResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateRequesterGatewayRequest, CreateRequesterGatewayResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { CreateResponderGatewayRequest, CreateResponderGatewayResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateResponderGatewayRequest, CreateResponderGatewayResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { DeleteInboundExternalLinkRequest, DeleteInboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteInboundExternalLinkRequest, DeleteInboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { DeleteOutboundExternalLinkRequest, DeleteOutboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteOutboundExternalLinkRequest, DeleteOutboundExternalLinkResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
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 { DeleteRequesterGatewayRequest, DeleteRequesterGatewayResponse } from "../models/models_0";
|
|
4
|
-
import { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteRequesterGatewayRequest, DeleteRequesterGatewayResponse } from "../models/models_0";
|
|
4
|
+
import type { RTBFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RTBFabricClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|