@aws-sdk/client-rtbfabric 3.943.0 → 3.947.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.
Files changed (58) hide show
  1. package/dist-cjs/index.js +41 -200
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/RTBFabricClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +41 -201
  8. package/dist-types/RTBFabric.d.ts +1 -1
  9. package/dist-types/RTBFabricClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AcceptLinkCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateLinkCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteLinkCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -3
  23. package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -3
  24. package/dist-types/commands/GetLinkCommand.d.ts +3 -3
  25. package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -3
  26. package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -3
  27. package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -3
  28. package/dist-types/commands/ListLinksCommand.d.ts +3 -3
  29. package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -3
  30. package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -3
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  32. package/dist-types/commands/RejectLinkCommand.d.ts +3 -3
  33. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateLinkCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -3
  37. package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdateResponderGatewayCommand.d.ts +3 -3
  39. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  40. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  41. package/dist-types/extensionConfiguration.d.ts +4 -4
  42. package/dist-types/models/RTBFabricServiceException.d.ts +1 -1
  43. package/dist-types/models/errors.d.ts +1 -1
  44. package/dist-types/pagination/Interfaces.d.ts +1 -1
  45. package/dist-types/pagination/ListLinksPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListRequesterGatewaysPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListResponderGatewaysPaginator.d.ts +1 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  52. package/dist-types/runtimeExtensions.d.ts +1 -1
  53. package/dist-types/schemas/schemas_0.d.ts +1 -2
  54. package/dist-types/ts3.4/RTBFabricClient.d.ts +3 -3
  55. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  56. package/dist-types/ts3.4/models/RTBFabricServiceException.d.ts +1 -1
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  58. 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
- 0,
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
- 1,
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
- 1,
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,19 +631,8 @@ 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
- export var __Unit = "unit";
742
636
  export var RTBFabricServiceException = [-3, _sm, "RTBFabricServiceException", 0, [], []];
743
637
  TypeRegistry.for(_sm).registerError(RTBFabricServiceException, __RTBFabricServiceException);
744
638
  export var AutoScalingGroupNameList = 64 | 0;
@@ -783,9 +677,7 @@ export var AcceptLink = [
783
677
  9,
784
678
  n0,
785
679
  _AL,
786
- {
787
- [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200],
788
- },
680
+ { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] },
789
681
  () => AcceptLinkRequest,
790
682
  () => AcceptLinkResponse,
791
683
  ];
@@ -793,9 +685,7 @@ export var CreateInboundExternalLink = [
793
685
  9,
794
686
  n0,
795
687
  _CIEL,
796
- {
797
- [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200],
798
- },
688
+ { [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] },
799
689
  () => CreateInboundExternalLinkRequest,
800
690
  () => CreateInboundExternalLinkResponse,
801
691
  ];
@@ -803,9 +693,7 @@ export var CreateLink = [
803
693
  9,
804
694
  n0,
805
695
  _CL,
806
- {
807
- [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200],
808
- },
696
+ { [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] },
809
697
  () => CreateLinkRequest,
810
698
  () => CreateLinkResponse,
811
699
  ];
@@ -813,9 +701,7 @@ export var CreateOutboundExternalLink = [
813
701
  9,
814
702
  n0,
815
703
  _COEL,
816
- {
817
- [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200],
818
- },
704
+ { [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] },
819
705
  () => CreateOutboundExternalLinkRequest,
820
706
  () => CreateOutboundExternalLinkResponse,
821
707
  ];
@@ -823,9 +709,7 @@ export var CreateRequesterGateway = [
823
709
  9,
824
710
  n0,
825
711
  _CRG,
826
- {
827
- [_h]: ["POST", "/requester-gateway", 200],
828
- },
712
+ { [_h]: ["POST", "/requester-gateway", 200] },
829
713
  () => CreateRequesterGatewayRequest,
830
714
  () => CreateRequesterGatewayResponse,
831
715
  ];
@@ -833,9 +717,7 @@ export var CreateResponderGateway = [
833
717
  9,
834
718
  n0,
835
719
  _CRGr,
836
- {
837
- [_h]: ["POST", "/responder-gateway", 200],
838
- },
720
+ { [_h]: ["POST", "/responder-gateway", 200] },
839
721
  () => CreateResponderGatewayRequest,
840
722
  () => CreateResponderGatewayResponse,
841
723
  ];
@@ -843,9 +725,7 @@ export var DeleteInboundExternalLink = [
843
725
  9,
844
726
  n0,
845
727
  _DIEL,
846
- {
847
- [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200],
848
- },
728
+ { [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] },
849
729
  () => DeleteInboundExternalLinkRequest,
850
730
  () => DeleteInboundExternalLinkResponse,
851
731
  ];
@@ -853,9 +733,7 @@ export var DeleteLink = [
853
733
  9,
854
734
  n0,
855
735
  _DL,
856
- {
857
- [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200],
858
- },
736
+ { [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] },
859
737
  () => DeleteLinkRequest,
860
738
  () => DeleteLinkResponse,
861
739
  ];
@@ -863,9 +741,7 @@ export var DeleteOutboundExternalLink = [
863
741
  9,
864
742
  n0,
865
743
  _DOEL,
866
- {
867
- [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200],
868
- },
744
+ { [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] },
869
745
  () => DeleteOutboundExternalLinkRequest,
870
746
  () => DeleteOutboundExternalLinkResponse,
871
747
  ];
@@ -873,9 +749,7 @@ export var DeleteRequesterGateway = [
873
749
  9,
874
750
  n0,
875
751
  _DRG,
876
- {
877
- [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200],
878
- },
752
+ { [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] },
879
753
  () => DeleteRequesterGatewayRequest,
880
754
  () => DeleteRequesterGatewayResponse,
881
755
  ];
@@ -883,9 +757,7 @@ export var DeleteResponderGateway = [
883
757
  9,
884
758
  n0,
885
759
  _DRGe,
886
- {
887
- [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200],
888
- },
760
+ { [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] },
889
761
  () => DeleteResponderGatewayRequest,
890
762
  () => DeleteResponderGatewayResponse,
891
763
  ];
@@ -893,9 +765,7 @@ export var GetInboundExternalLink = [
893
765
  9,
894
766
  n0,
895
767
  _GIEL,
896
- {
897
- [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200],
898
- },
768
+ { [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] },
899
769
  () => GetInboundExternalLinkRequest,
900
770
  () => GetInboundExternalLinkResponse,
901
771
  ];
@@ -903,9 +773,7 @@ export var GetLink = [
903
773
  9,
904
774
  n0,
905
775
  _GL,
906
- {
907
- [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200],
908
- },
776
+ { [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] },
909
777
  () => GetLinkRequest,
910
778
  () => GetLinkResponse,
911
779
  ];
@@ -913,9 +781,7 @@ export var GetOutboundExternalLink = [
913
781
  9,
914
782
  n0,
915
783
  _GOEL,
916
- {
917
- [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200],
918
- },
784
+ { [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] },
919
785
  () => GetOutboundExternalLinkRequest,
920
786
  () => GetOutboundExternalLinkResponse,
921
787
  ];
@@ -923,9 +789,7 @@ export var GetRequesterGateway = [
923
789
  9,
924
790
  n0,
925
791
  _GRG,
926
- {
927
- [_h]: ["GET", "/requester-gateway/{gatewayId}", 200],
928
- },
792
+ { [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] },
929
793
  () => GetRequesterGatewayRequest,
930
794
  () => GetRequesterGatewayResponse,
931
795
  ];
@@ -933,9 +797,7 @@ export var GetResponderGateway = [
933
797
  9,
934
798
  n0,
935
799
  _GRGe,
936
- {
937
- [_h]: ["GET", "/responder-gateway/{gatewayId}", 200],
938
- },
800
+ { [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] },
939
801
  () => GetResponderGatewayRequest,
940
802
  () => GetResponderGatewayResponse,
941
803
  ];
@@ -943,9 +805,7 @@ export var ListLinks = [
943
805
  9,
944
806
  n0,
945
807
  _LLi,
946
- {
947
- [_h]: ["GET", "/gateway/{gatewayId}/links/", 200],
948
- },
808
+ { [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] },
949
809
  () => ListLinksRequest,
950
810
  () => ListLinksResponse,
951
811
  ];
@@ -953,9 +813,7 @@ export var ListRequesterGateways = [
953
813
  9,
954
814
  n0,
955
815
  _LRG,
956
- {
957
- [_h]: ["GET", "/requester-gateways", 200],
958
- },
816
+ { [_h]: ["GET", "/requester-gateways", 200] },
959
817
  () => ListRequesterGatewaysRequest,
960
818
  () => ListRequesterGatewaysResponse,
961
819
  ];
@@ -963,9 +821,7 @@ export var ListResponderGateways = [
963
821
  9,
964
822
  n0,
965
823
  _LRGi,
966
- {
967
- [_h]: ["GET", "/responder-gateways", 200],
968
- },
824
+ { [_h]: ["GET", "/responder-gateways", 200] },
969
825
  () => ListResponderGatewaysRequest,
970
826
  () => ListResponderGatewaysResponse,
971
827
  ];
@@ -973,9 +829,7 @@ export var ListTagsForResource = [
973
829
  9,
974
830
  n0,
975
831
  _LTFR,
976
- {
977
- [_h]: ["GET", "/tags/{resourceArn}", 200],
978
- },
832
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
979
833
  () => ListTagsForResourceRequest,
980
834
  () => ListTagsForResourceResponse,
981
835
  ];
@@ -983,9 +837,7 @@ export var RejectLink = [
983
837
  9,
984
838
  n0,
985
839
  _RL,
986
- {
987
- [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200],
988
- },
840
+ { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] },
989
841
  () => RejectLinkRequest,
990
842
  () => RejectLinkResponse,
991
843
  ];
@@ -993,9 +845,7 @@ export var TagResource = [
993
845
  9,
994
846
  n0,
995
847
  _TR,
996
- {
997
- [_h]: ["POST", "/tags/{resourceArn}", 204],
998
- },
848
+ { [_h]: ["POST", "/tags/{resourceArn}", 204] },
999
849
  () => TagResourceRequest,
1000
850
  () => TagResourceResponse,
1001
851
  ];
@@ -1003,9 +853,7 @@ export var UntagResource = [
1003
853
  9,
1004
854
  n0,
1005
855
  _UR,
1006
- {
1007
- [_h]: ["DELETE", "/tags/{resourceArn}", 204],
1008
- },
856
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
1009
857
  () => UntagResourceRequest,
1010
858
  () => UntagResourceResponse,
1011
859
  ];
@@ -1013,9 +861,7 @@ export var UpdateLink = [
1013
861
  9,
1014
862
  n0,
1015
863
  _UL,
1016
- {
1017
- [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200],
1018
- },
864
+ { [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] },
1019
865
  () => UpdateLinkRequest,
1020
866
  () => UpdateLinkResponse,
1021
867
  ];
@@ -1023,9 +869,7 @@ export var UpdateLinkModuleFlow = [
1023
869
  9,
1024
870
  n0,
1025
871
  _ULMF,
1026
- {
1027
- [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200],
1028
- },
872
+ { [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] },
1029
873
  () => UpdateLinkModuleFlowRequest,
1030
874
  () => UpdateLinkModuleFlowResponse,
1031
875
  ];
@@ -1033,9 +877,7 @@ export var UpdateRequesterGateway = [
1033
877
  9,
1034
878
  n0,
1035
879
  _URG,
1036
- {
1037
- [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200],
1038
- },
880
+ { [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] },
1039
881
  () => UpdateRequesterGatewayRequest,
1040
882
  () => UpdateRequesterGatewayResponse,
1041
883
  ];
@@ -1043,9 +885,7 @@ export var UpdateResponderGateway = [
1043
885
  9,
1044
886
  n0,
1045
887
  _URGp,
1046
- {
1047
- [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200],
1048
- },
888
+ { [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] },
1049
889
  () => UpdateResponderGatewayRequest,
1050
890
  () => UpdateResponderGatewayResponse,
1051
891
  ];
@@ -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 { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
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, HttpAuthScheme } from "@smithy/types";
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
  */