@aws-sdk/client-signer 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.
Files changed (49) hide show
  1. package/dist-cjs/index.js +57 -322
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SignerClient.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 +57 -322
  8. package/dist-types/Signer.d.ts +1 -1
  9. package/dist-types/SignerClient.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/AddProfilePermissionCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelSigningProfileCommand.d.ts +3 -3
  14. package/dist-types/commands/DescribeSigningJobCommand.d.ts +3 -3
  15. package/dist-types/commands/GetRevocationStatusCommand.d.ts +3 -3
  16. package/dist-types/commands/GetSigningPlatformCommand.d.ts +3 -3
  17. package/dist-types/commands/GetSigningProfileCommand.d.ts +3 -3
  18. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +3 -3
  19. package/dist-types/commands/ListSigningJobsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +3 -3
  21. package/dist-types/commands/ListSigningProfilesCommand.d.ts +3 -3
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  23. package/dist-types/commands/PutSigningProfileCommand.d.ts +3 -3
  24. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +3 -3
  25. package/dist-types/commands/RevokeSignatureCommand.d.ts +3 -3
  26. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +3 -3
  27. package/dist-types/commands/SignPayloadCommand.d.ts +3 -3
  28. package/dist-types/commands/StartSigningJobCommand.d.ts +3 -3
  29. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  30. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  31. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  32. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  33. package/dist-types/extensionConfiguration.d.ts +4 -4
  34. package/dist-types/models/SignerServiceException.d.ts +1 -1
  35. package/dist-types/models/errors.d.ts +1 -1
  36. package/dist-types/pagination/Interfaces.d.ts +1 -1
  37. package/dist-types/pagination/ListSigningJobsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListSigningPlatformsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListSigningProfilesPaginator.d.ts +1 -1
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  41. package/dist-types/runtimeConfig.d.ts +1 -1
  42. package/dist-types/runtimeConfig.native.d.ts +1 -1
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  44. package/dist-types/runtimeExtensions.d.ts +1 -1
  45. package/dist-types/schemas/schemas_0.d.ts +1 -1
  46. package/dist-types/ts3.4/SignerClient.d.ts +3 -3
  47. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  48. package/dist-types/ts3.4/models/SignerServiceException.d.ts +1 -1
  49. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -439,17 +439,7 @@ const _ty = "type";
439
439
  const _v = "version";
440
440
  const _va = "value";
441
441
  const n0 = "com.amazonaws.signer";
442
- var AccessDeniedException = [
443
- -3,
444
- n0,
445
- _ADE,
446
- {
447
- [_e]: _c,
448
- [_hE]: 403,
449
- },
450
- [_m, _co],
451
- [0, 0],
452
- ];
442
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _co], [0, 0]];
453
443
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
454
444
  var AddProfilePermissionRequest = [
455
445
  3,
@@ -460,30 +450,10 @@ var AddProfilePermissionRequest = [
460
450
  [[0, 1], 0, 0, 0, 0, 0],
461
451
  ];
462
452
  var AddProfilePermissionResponse = [3, n0, _APPRd, 0, [_rI], [0]];
463
- var BadRequestException = [
464
- -3,
465
- n0,
466
- _BRE,
467
- {
468
- [_e]: _c,
469
- [_hE]: 400,
470
- },
471
- [_m, _co],
472
- [0, 0],
473
- ];
453
+ var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
474
454
  schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
475
455
  var CancelSigningProfileRequest = [3, n0, _CSPR, 0, [_pN], [[0, 1]]];
476
- var ConflictException = [
477
- -3,
478
- n0,
479
- _CE,
480
- {
481
- [_e]: _c,
482
- [_hE]: 409,
483
- },
484
- [_m, _co],
485
- [0, 0],
486
- ];
456
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _co], [0, 0]];
487
457
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
488
458
  var DescribeSigningJobRequest = [3, n0, _DSJR, 0, [_jI], [[0, 1]]];
489
459
  var DescribeSigningJobResponse = [
@@ -523,36 +493,11 @@ var GetRevocationStatusRequest = [
523
493
  0,
524
494
  [_sT, _pI, _pVA, _jA, _cH],
525
495
  [
526
- [
527
- 4,
528
- {
529
- [_hQ]: _sT,
530
- },
531
- ],
532
- [
533
- 0,
534
- {
535
- [_hQ]: _pI,
536
- },
537
- ],
538
- [
539
- 0,
540
- {
541
- [_hQ]: _pVA,
542
- },
543
- ],
544
- [
545
- 0,
546
- {
547
- [_hQ]: _jA,
548
- },
549
- ],
550
- [
551
- 64 | 0,
552
- {
553
- [_hQ]: _cH,
554
- },
555
- ],
496
+ [4, { [_hQ]: _sT }],
497
+ [0, { [_hQ]: _pI }],
498
+ [0, { [_hQ]: _pVA }],
499
+ [0, { [_hQ]: _jA }],
500
+ [64 | 0, { [_hQ]: _cH }],
556
501
  ],
557
502
  ];
558
503
  var GetRevocationStatusResponse = [3, n0, _GRSRe, 0, [_rE], [64 | 0]];
@@ -573,12 +518,7 @@ var GetSigningProfileRequest = [
573
518
  [_pN, _pO],
574
519
  [
575
520
  [0, 1],
576
- [
577
- 0,
578
- {
579
- [_hQ]: _pO,
580
- },
581
- ],
521
+ [0, { [_hQ]: _pO }],
582
522
  ],
583
523
  ];
584
524
  var GetSigningProfileResponse = [
@@ -609,10 +549,7 @@ var InternalServiceErrorException = [
609
549
  -3,
610
550
  n0,
611
551
  _ISEE,
612
- {
613
- [_e]: _se,
614
- [_hE]: 500,
615
- },
552
+ { [_e]: _se, [_hE]: 500 },
616
553
  [_m, _co],
617
554
  [0, 0],
618
555
  ];
@@ -625,12 +562,7 @@ var ListProfilePermissionsRequest = [
625
562
  [_pN, _nT],
626
563
  [
627
564
  [0, 1],
628
- [
629
- 0,
630
- {
631
- [_hQ]: _nT,
632
- },
633
- ],
565
+ [0, { [_hQ]: _nT }],
634
566
  ],
635
567
  ];
636
568
  var ListProfilePermissionsResponse = [
@@ -648,60 +580,15 @@ var ListSigningJobsRequest = [
648
580
  0,
649
581
  [_st, _pI, _rB, _mR, _nT, _iR, _sEB, _sEAi, _jIo],
650
582
  [
651
- [
652
- 0,
653
- {
654
- [_hQ]: _st,
655
- },
656
- ],
657
- [
658
- 0,
659
- {
660
- [_hQ]: _pI,
661
- },
662
- ],
663
- [
664
- 0,
665
- {
666
- [_hQ]: _rB,
667
- },
668
- ],
669
- [
670
- 1,
671
- {
672
- [_hQ]: _mR,
673
- },
674
- ],
675
- [
676
- 0,
677
- {
678
- [_hQ]: _nT,
679
- },
680
- ],
681
- [
682
- 2,
683
- {
684
- [_hQ]: _iR,
685
- },
686
- ],
687
- [
688
- 4,
689
- {
690
- [_hQ]: _sEB,
691
- },
692
- ],
693
- [
694
- 4,
695
- {
696
- [_hQ]: _sEAi,
697
- },
698
- ],
699
- [
700
- 0,
701
- {
702
- [_hQ]: _jIo,
703
- },
704
- ],
583
+ [0, { [_hQ]: _st }],
584
+ [0, { [_hQ]: _pI }],
585
+ [0, { [_hQ]: _rB }],
586
+ [1, { [_hQ]: _mR }],
587
+ [0, { [_hQ]: _nT }],
588
+ [2, { [_hQ]: _iR }],
589
+ [4, { [_hQ]: _sEB }],
590
+ [4, { [_hQ]: _sEAi }],
591
+ [0, { [_hQ]: _jIo }],
705
592
  ],
706
593
  ];
707
594
  var ListSigningJobsResponse = [3, n0, _LSJRi, 0, [_j, _nT], [() => SigningJobs, 0]];
@@ -712,36 +599,11 @@ var ListSigningPlatformsRequest = [
712
599
  0,
713
600
  [_ca, _pa, _t, _mR, _nT],
714
601
  [
715
- [
716
- 0,
717
- {
718
- [_hQ]: _ca,
719
- },
720
- ],
721
- [
722
- 0,
723
- {
724
- [_hQ]: _pa,
725
- },
726
- ],
727
- [
728
- 0,
729
- {
730
- [_hQ]: _t,
731
- },
732
- ],
733
- [
734
- 1,
735
- {
736
- [_hQ]: _mR,
737
- },
738
- ],
739
- [
740
- 0,
741
- {
742
- [_hQ]: _nT,
743
- },
744
- ],
602
+ [0, { [_hQ]: _ca }],
603
+ [0, { [_hQ]: _pa }],
604
+ [0, { [_hQ]: _t }],
605
+ [1, { [_hQ]: _mR }],
606
+ [0, { [_hQ]: _nT }],
745
607
  ],
746
608
  ];
747
609
  var ListSigningPlatformsResponse = [
@@ -759,36 +621,11 @@ var ListSigningProfilesRequest = [
759
621
  0,
760
622
  [_iC, _mR, _nT, _pI, _sta],
761
623
  [
762
- [
763
- 2,
764
- {
765
- [_hQ]: _iC,
766
- },
767
- ],
768
- [
769
- 1,
770
- {
771
- [_hQ]: _mR,
772
- },
773
- ],
774
- [
775
- 0,
776
- {
777
- [_hQ]: _nT,
778
- },
779
- ],
780
- [
781
- 0,
782
- {
783
- [_hQ]: _pI,
784
- },
785
- ],
786
- [
787
- 64 | 0,
788
- {
789
- [_hQ]: _sta,
790
- },
791
- ],
624
+ [2, { [_hQ]: _iC }],
625
+ [1, { [_hQ]: _mR }],
626
+ [0, { [_hQ]: _nT }],
627
+ [0, { [_hQ]: _pI }],
628
+ [64 | 0, { [_hQ]: _sta }],
792
629
  ],
793
630
  ];
794
631
  var ListSigningProfilesResponse = [
@@ -801,17 +638,7 @@ var ListSigningProfilesResponse = [
801
638
  ];
802
639
  var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
803
640
  var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
804
- var NotFoundException = [
805
- -3,
806
- n0,
807
- _NFE,
808
- {
809
- [_e]: _c,
810
- [_hE]: 404,
811
- },
812
- [_m, _co],
813
- [0, 0],
814
- ];
641
+ var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
815
642
  schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
816
643
  var Permission = [3, n0, _P, 0, [_a, _p, _sI, _pV], [0, 0, 0, 0]];
817
644
  var PutSigningProfileRequest = [
@@ -831,27 +658,12 @@ var RemoveProfilePermissionRequest = [
831
658
  [_pN, _rI, _sI],
832
659
  [
833
660
  [0, 1],
834
- [
835
- 0,
836
- {
837
- [_hQ]: _rI,
838
- },
839
- ],
661
+ [0, { [_hQ]: _rI }],
840
662
  [0, 1],
841
663
  ],
842
664
  ];
843
665
  var RemoveProfilePermissionResponse = [3, n0, _RPPRe, 0, [_rI], [0]];
844
- var ResourceNotFoundException = [
845
- -3,
846
- n0,
847
- _RNFE,
848
- {
849
- [_e]: _c,
850
- [_hE]: 404,
851
- },
852
- [_m, _co],
853
- [0, 0],
854
- ];
666
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
855
667
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
856
668
  var RevokeSignatureRequest = [3, n0, _RSR, 0, [_jI, _jO, _r], [[0, 1], 0, 0]];
857
669
  var RevokeSigningProfileRequest = [
@@ -869,10 +681,7 @@ var ServiceLimitExceededException = [
869
681
  -3,
870
682
  n0,
871
683
  _SLEE,
872
- {
873
- [_e]: _c,
874
- [_hE]: 402,
875
- },
684
+ { [_e]: _c, [_hE]: 402 },
876
685
  [_m, _co],
877
686
  [0, 0],
878
687
  ];
@@ -938,29 +747,9 @@ var StartSigningJobRequest = [
938
747
  var StartSigningJobResponse = [3, n0, _SSJRt, 0, [_jI, _jO], [0, 0]];
939
748
  var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
940
749
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
941
- var ThrottlingException = [
942
- -3,
943
- n0,
944
- _TE,
945
- {
946
- [_e]: _c,
947
- [_hE]: 429,
948
- },
949
- [_m, _co],
950
- [0, 0],
951
- ];
750
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
952
751
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
953
- var TooManyRequestsException = [
954
- -3,
955
- n0,
956
- _TMRE,
957
- {
958
- [_e]: _c,
959
- [_hE]: 429,
960
- },
961
- [_m, _co],
962
- [0, 0],
963
- ];
752
+ var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
964
753
  schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
965
754
  var UntagResourceRequest = [
966
755
  3,
@@ -970,26 +759,11 @@ var UntagResourceRequest = [
970
759
  [_rA, _tK],
971
760
  [
972
761
  [0, 1],
973
- [
974
- 64 | 0,
975
- {
976
- [_hQ]: _tK,
977
- },
978
- ],
762
+ [64 | 0, { [_hQ]: _tK }],
979
763
  ],
980
764
  ];
981
765
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
982
- var ValidationException = [
983
- -3,
984
- n0,
985
- _VE,
986
- {
987
- [_e]: _c,
988
- [_hE]: 400,
989
- },
990
- [_m, _co],
991
- [0, 0],
992
- ];
766
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
993
767
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
994
768
  var __Unit = "unit";
995
769
  var SignerServiceException = [-3, _sm, "SignerServiceException", 0, [], []];
@@ -1002,9 +776,7 @@ var AddProfilePermission = [
1002
776
  9,
1003
777
  n0,
1004
778
  _APP,
1005
- {
1006
- [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200],
1007
- },
779
+ { [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200] },
1008
780
  () => AddProfilePermissionRequest,
1009
781
  () => AddProfilePermissionResponse,
1010
782
  ];
@@ -1012,9 +784,7 @@ var CancelSigningProfile = [
1012
784
  9,
1013
785
  n0,
1014
786
  _CSP,
1015
- {
1016
- [_h]: ["DELETE", "/signing-profiles/{profileName}", 200],
1017
- },
787
+ { [_h]: ["DELETE", "/signing-profiles/{profileName}", 200] },
1018
788
  () => CancelSigningProfileRequest,
1019
789
  () => __Unit,
1020
790
  ];
@@ -1022,9 +792,7 @@ var DescribeSigningJob = [
1022
792
  9,
1023
793
  n0,
1024
794
  _DSJ,
1025
- {
1026
- [_h]: ["GET", "/signing-jobs/{jobId}", 200],
1027
- },
795
+ { [_h]: ["GET", "/signing-jobs/{jobId}", 200] },
1028
796
  () => DescribeSigningJobRequest,
1029
797
  () => DescribeSigningJobResponse,
1030
798
  ];
@@ -1032,10 +800,7 @@ var GetRevocationStatus = [
1032
800
  9,
1033
801
  n0,
1034
802
  _GRS,
1035
- {
1036
- [_h]: ["GET", "/revocations", 200],
1037
- [_en]: ["verification."],
1038
- },
803
+ { [_h]: ["GET", "/revocations", 200], [_en]: ["verification."] },
1039
804
  () => GetRevocationStatusRequest,
1040
805
  () => GetRevocationStatusResponse,
1041
806
  ];
@@ -1043,9 +808,7 @@ var GetSigningPlatform = [
1043
808
  9,
1044
809
  n0,
1045
810
  _GSP,
1046
- {
1047
- [_h]: ["GET", "/signing-platforms/{platformId}", 200],
1048
- },
811
+ { [_h]: ["GET", "/signing-platforms/{platformId}", 200] },
1049
812
  () => GetSigningPlatformRequest,
1050
813
  () => GetSigningPlatformResponse,
1051
814
  ];
@@ -1053,9 +816,7 @@ var GetSigningProfile = [
1053
816
  9,
1054
817
  n0,
1055
818
  _GSPe,
1056
- {
1057
- [_h]: ["GET", "/signing-profiles/{profileName}", 200],
1058
- },
819
+ { [_h]: ["GET", "/signing-profiles/{profileName}", 200] },
1059
820
  () => GetSigningProfileRequest,
1060
821
  () => GetSigningProfileResponse,
1061
822
  ];
@@ -1063,9 +824,7 @@ var ListProfilePermissions = [
1063
824
  9,
1064
825
  n0,
1065
826
  _LPP,
1066
- {
1067
- [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200],
1068
- },
827
+ { [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200] },
1069
828
  () => ListProfilePermissionsRequest,
1070
829
  () => ListProfilePermissionsResponse,
1071
830
  ];
@@ -1073,9 +832,7 @@ var ListSigningJobs = [
1073
832
  9,
1074
833
  n0,
1075
834
  _LSJ,
1076
- {
1077
- [_h]: ["GET", "/signing-jobs", 200],
1078
- },
835
+ { [_h]: ["GET", "/signing-jobs", 200] },
1079
836
  () => ListSigningJobsRequest,
1080
837
  () => ListSigningJobsResponse,
1081
838
  ];
@@ -1083,9 +840,7 @@ var ListSigningPlatforms = [
1083
840
  9,
1084
841
  n0,
1085
842
  _LSP,
1086
- {
1087
- [_h]: ["GET", "/signing-platforms", 200],
1088
- },
843
+ { [_h]: ["GET", "/signing-platforms", 200] },
1089
844
  () => ListSigningPlatformsRequest,
1090
845
  () => ListSigningPlatformsResponse,
1091
846
  ];
@@ -1093,9 +848,7 @@ var ListSigningProfiles = [
1093
848
  9,
1094
849
  n0,
1095
850
  _LSPi,
1096
- {
1097
- [_h]: ["GET", "/signing-profiles", 200],
1098
- },
851
+ { [_h]: ["GET", "/signing-profiles", 200] },
1099
852
  () => ListSigningProfilesRequest,
1100
853
  () => ListSigningProfilesResponse,
1101
854
  ];
@@ -1103,9 +856,7 @@ var ListTagsForResource = [
1103
856
  9,
1104
857
  n0,
1105
858
  _LTFR,
1106
- {
1107
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1108
- },
859
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1109
860
  () => ListTagsForResourceRequest,
1110
861
  () => ListTagsForResourceResponse,
1111
862
  ];
@@ -1113,9 +864,7 @@ var PutSigningProfile = [
1113
864
  9,
1114
865
  n0,
1115
866
  _PSP,
1116
- {
1117
- [_h]: ["PUT", "/signing-profiles/{profileName}", 200],
1118
- },
867
+ { [_h]: ["PUT", "/signing-profiles/{profileName}", 200] },
1119
868
  () => PutSigningProfileRequest,
1120
869
  () => PutSigningProfileResponse,
1121
870
  ];
@@ -1123,9 +872,7 @@ var RemoveProfilePermission = [
1123
872
  9,
1124
873
  n0,
1125
874
  _RPP,
1126
- {
1127
- [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200],
1128
- },
875
+ { [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200] },
1129
876
  () => RemoveProfilePermissionRequest,
1130
877
  () => RemoveProfilePermissionResponse,
1131
878
  ];
@@ -1133,9 +880,7 @@ var RevokeSignature = [
1133
880
  9,
1134
881
  n0,
1135
882
  _RS,
1136
- {
1137
- [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200],
1138
- },
883
+ { [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200] },
1139
884
  () => RevokeSignatureRequest,
1140
885
  () => __Unit,
1141
886
  ];
@@ -1143,9 +888,7 @@ var RevokeSigningProfile = [
1143
888
  9,
1144
889
  n0,
1145
890
  _RSP,
1146
- {
1147
- [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200],
1148
- },
891
+ { [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200] },
1149
892
  () => RevokeSigningProfileRequest,
1150
893
  () => __Unit,
1151
894
  ];
@@ -1153,9 +896,7 @@ var SignPayload = [
1153
896
  9,
1154
897
  n0,
1155
898
  _SPigna,
1156
- {
1157
- [_h]: ["POST", "/signing-jobs/with-payload", 200],
1158
- },
899
+ { [_h]: ["POST", "/signing-jobs/with-payload", 200] },
1159
900
  () => SignPayloadRequest,
1160
901
  () => SignPayloadResponse,
1161
902
  ];
@@ -1163,9 +904,7 @@ var StartSigningJob = [
1163
904
  9,
1164
905
  n0,
1165
906
  _SSJ,
1166
- {
1167
- [_h]: ["POST", "/signing-jobs", 200],
1168
- },
907
+ { [_h]: ["POST", "/signing-jobs", 200] },
1169
908
  () => StartSigningJobRequest,
1170
909
  () => StartSigningJobResponse,
1171
910
  ];
@@ -1173,9 +912,7 @@ var TagResource = [
1173
912
  9,
1174
913
  n0,
1175
914
  _TR,
1176
- {
1177
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1178
- },
915
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1179
916
  () => TagResourceRequest,
1180
917
  () => TagResourceResponse,
1181
918
  ];
@@ -1183,9 +920,7 @@ var UntagResource = [
1183
920
  9,
1184
921
  n0,
1185
922
  _UR,
1186
- {
1187
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1188
- },
923
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1189
924
  () => UntagResourceRequest,
1190
925
  () => UntagResourceResponse,
1191
926
  ];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultSignerHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);