@aws-sdk/client-mpa 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 (54) hide show
  1. package/dist-cjs/index.js +40 -222
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/MPAClient.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 +40 -222
  8. package/dist-types/MPA.d.ts +1 -1
  9. package/dist-types/MPAClient.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/CancelSessionCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateApprovalTeamCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteInactiveApprovalTeamVersionCommand.d.ts +3 -3
  17. package/dist-types/commands/GetApprovalTeamCommand.d.ts +3 -3
  18. package/dist-types/commands/GetIdentitySourceCommand.d.ts +3 -3
  19. package/dist-types/commands/GetPolicyVersionCommand.d.ts +3 -3
  20. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
  21. package/dist-types/commands/GetSessionCommand.d.ts +3 -3
  22. package/dist-types/commands/ListApprovalTeamsCommand.d.ts +3 -3
  23. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +3 -3
  24. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -3
  25. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +3 -3
  26. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -3
  27. package/dist-types/commands/ListSessionsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  29. package/dist-types/commands/StartActiveApprovalTeamDeletionCommand.d.ts +3 -3
  30. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  31. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdateApprovalTeamCommand.d.ts +3 -3
  33. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  34. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  35. package/dist-types/extensionConfiguration.d.ts +4 -4
  36. package/dist-types/models/MPAServiceException.d.ts +1 -1
  37. package/dist-types/models/errors.d.ts +1 -1
  38. package/dist-types/pagination/Interfaces.d.ts +1 -1
  39. package/dist-types/pagination/ListApprovalTeamsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListIdentitySourcesPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListResourcePoliciesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  45. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  46. package/dist-types/runtimeConfig.d.ts +1 -1
  47. package/dist-types/runtimeConfig.native.d.ts +1 -1
  48. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  49. package/dist-types/runtimeExtensions.d.ts +1 -1
  50. package/dist-types/schemas/schemas_0.d.ts +1 -1
  51. package/dist-types/ts3.4/MPAClient.d.ts +3 -3
  52. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  53. package/dist-types/ts3.4/models/MPAServiceException.d.ts +1 -1
  54. package/package.json +13 -12
@@ -196,32 +196,12 @@ export var SessionKey = [0, n0, _SK, 8, 0];
196
196
  export var SessionValue = [0, n0, _SV, 8, 0];
197
197
  export var TagKey = [0, n0, _TK, 8, 0];
198
198
  export var TagValue = [0, n0, _TV, 8, 0];
199
- export var AccessDeniedException = [
200
- -3,
201
- n0,
202
- _ADE,
203
- {
204
- [_e]: _c,
205
- [_hE]: 403,
206
- },
207
- [_M],
208
- [0],
209
- ];
199
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
210
200
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
211
201
  export var ApprovalTeamRequestApprover = [3, n0, _ATRA, 0, [_PII, _PISA], [0, 0]];
212
202
  export var CancelSessionRequest = [3, n0, _CSR, 0, [_SA], [[0, 1]]];
213
203
  export var CancelSessionResponse = [3, n0, _CSRa, 0, [], []];
214
- export var ConflictException = [
215
- -3,
216
- n0,
217
- _CE,
218
- {
219
- [_e]: _c,
220
- [_hE]: 409,
221
- },
222
- [_M],
223
- [0],
224
- ];
204
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
225
205
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
226
206
  export var CreateApprovalTeamRequest = [
227
207
  3,
@@ -393,29 +373,9 @@ export var IdentitySourceForList = [
393
373
  [0, () => IdentitySourceParametersForList, 0, 5, 0, 0, 0],
394
374
  ];
395
375
  export var IdentitySourceParameters = [3, n0, _ISP, 0, [_IIC], [() => IamIdentityCenter]];
396
- export var InternalServerException = [
397
- -3,
398
- n0,
399
- _ISE,
400
- {
401
- [_e]: _s,
402
- [_hE]: 500,
403
- },
404
- [_M],
405
- [0],
406
- ];
376
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
407
377
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
408
- export var InvalidParameterException = [
409
- -3,
410
- n0,
411
- _IPE,
412
- {
413
- [_e]: _c,
414
- [_hE]: 400,
415
- },
416
- [_M],
417
- [0],
418
- ];
378
+ export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
419
379
  TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
420
380
  export var ListApprovalTeamsRequest = [
421
381
  3,
@@ -424,18 +384,8 @@ export var ListApprovalTeamsRequest = [
424
384
  0,
425
385
  [_MR, _NT],
426
386
  [
427
- [
428
- 1,
429
- {
430
- [_hQ]: _MR,
431
- },
432
- ],
433
- [
434
- 0,
435
- {
436
- [_hQ]: _NT,
437
- },
438
- ],
387
+ [1, { [_hQ]: _MR }],
388
+ [0, { [_hQ]: _NT }],
439
389
  ],
440
390
  ];
441
391
  export var ListApprovalTeamsResponse = [
@@ -461,18 +411,8 @@ export var ListIdentitySourcesRequest = [
461
411
  0,
462
412
  [_MR, _NT],
463
413
  [
464
- [
465
- 1,
466
- {
467
- [_hQ]: _MR,
468
- },
469
- ],
470
- [
471
- 0,
472
- {
473
- [_hQ]: _NT,
474
- },
475
- ],
414
+ [1, { [_hQ]: _MR }],
415
+ [0, { [_hQ]: _NT }],
476
416
  ],
477
417
  ];
478
418
  export var ListIdentitySourcesResponse = [
@@ -490,18 +430,8 @@ export var ListPoliciesRequest = [
490
430
  0,
491
431
  [_MR, _NT],
492
432
  [
493
- [
494
- 1,
495
- {
496
- [_hQ]: _MR,
497
- },
498
- ],
499
- [
500
- 0,
501
- {
502
- [_hQ]: _NT,
503
- },
504
- ],
433
+ [1, { [_hQ]: _MR }],
434
+ [0, { [_hQ]: _NT }],
505
435
  ],
506
436
  ];
507
437
  export var ListPoliciesResponse = [3, n0, _LPRi, 0, [_NT, _P], [0, () => Policies]];
@@ -512,18 +442,8 @@ export var ListPolicyVersionsRequest = [
512
442
  0,
513
443
  [_MR, _NT, _PA],
514
444
  [
515
- [
516
- 1,
517
- {
518
- [_hQ]: _MR,
519
- },
520
- ],
521
- [
522
- 0,
523
- {
524
- [_hQ]: _NT,
525
- },
526
- ],
445
+ [1, { [_hQ]: _MR }],
446
+ [0, { [_hQ]: _NT }],
527
447
  [0, 1],
528
448
  ],
529
449
  ];
@@ -543,18 +463,8 @@ export var ListResourcePoliciesRequest = [
543
463
  [_RA, _MR, _NT],
544
464
  [
545
465
  [0, 1],
546
- [
547
- 1,
548
- {
549
- [_hQ]: _MR,
550
- },
551
- ],
552
- [
553
- 0,
554
- {
555
- [_hQ]: _NT,
556
- },
557
- ],
466
+ [1, { [_hQ]: _MR }],
467
+ [0, { [_hQ]: _NT }],
558
468
  ],
559
469
  ];
560
470
  export var ListResourcePoliciesResponse = [
@@ -626,29 +536,9 @@ export var PolicyVersionSummary = [
626
536
  [_Ar, _PA, _VI, _PT, _ID, _N, _S, _CTr, _LUTa],
627
537
  [0, 0, 1, 0, 2, 0, 0, 5, 5],
628
538
  ];
629
- export var ResourceNotFoundException = [
630
- -3,
631
- n0,
632
- _RNFE,
633
- {
634
- [_e]: _c,
635
- [_hE]: 404,
636
- },
637
- [_M],
638
- [0],
639
- ];
539
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
640
540
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
641
- export var ServiceQuotaExceededException = [
642
- -3,
643
- n0,
644
- _SQEE,
645
- {
646
- [_e]: _c,
647
- [_hE]: 402,
648
- },
649
- [_M],
650
- [0],
651
- ];
541
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
652
542
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
653
543
  export var StartActiveApprovalTeamDeletionRequest = [
654
544
  3,
@@ -671,29 +561,9 @@ export var TagResourceRequest = [
671
561
  ],
672
562
  ];
673
563
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
674
- export var ThrottlingException = [
675
- -3,
676
- n0,
677
- _TE,
678
- {
679
- [_e]: _c,
680
- [_hE]: 429,
681
- },
682
- [_M],
683
- [0],
684
- ];
564
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
685
565
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
686
- export var TooManyTagsException = [
687
- -3,
688
- n0,
689
- _TMTE,
690
- {
691
- [_e]: _c,
692
- [_hE]: 400,
693
- },
694
- [_M, _RN],
695
- [0, 0],
696
- ];
566
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
697
567
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
698
568
  export var UntagResourceRequest = [
699
569
  3,
@@ -716,17 +586,7 @@ export var UpdateApprovalTeamRequest = [
716
586
  [() => ApprovalStrategy, () => ApprovalTeamRequestApprovers, [() => Description, 0], [0, 1]],
717
587
  ];
718
588
  export var UpdateApprovalTeamResponse = [3, n0, _UATRp, 0, [_VI], [0]];
719
- export var ValidationException = [
720
- -3,
721
- n0,
722
- _VE,
723
- {
724
- [_e]: _c,
725
- [_hE]: 400,
726
- },
727
- [_M],
728
- [0],
729
- ];
589
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
730
590
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
731
591
  export var __Unit = "unit";
732
592
  export var MPAServiceException = [-3, _sm, "MPAServiceException", 0, [], []];
@@ -791,9 +651,7 @@ export var CancelSession = [
791
651
  9,
792
652
  n0,
793
653
  _CS,
794
- {
795
- [_h]: ["PUT", "/sessions/{SessionArn}", 200],
796
- },
654
+ { [_h]: ["PUT", "/sessions/{SessionArn}", 200] },
797
655
  () => CancelSessionRequest,
798
656
  () => CancelSessionResponse,
799
657
  ];
@@ -801,9 +659,7 @@ export var CreateApprovalTeam = [
801
659
  9,
802
660
  n0,
803
661
  _CAT,
804
- {
805
- [_h]: ["POST", "/approval-teams", 200],
806
- },
662
+ { [_h]: ["POST", "/approval-teams", 200] },
807
663
  () => CreateApprovalTeamRequest,
808
664
  () => CreateApprovalTeamResponse,
809
665
  ];
@@ -811,9 +667,7 @@ export var CreateIdentitySource = [
811
667
  9,
812
668
  n0,
813
669
  _CIS,
814
- {
815
- [_h]: ["POST", "/identity-sources", 200],
816
- },
670
+ { [_h]: ["POST", "/identity-sources", 200] },
817
671
  () => CreateIdentitySourceRequest,
818
672
  () => CreateIdentitySourceResponse,
819
673
  ];
@@ -821,9 +675,7 @@ export var DeleteIdentitySource = [
821
675
  9,
822
676
  n0,
823
677
  _DIS,
824
- {
825
- [_h]: ["DELETE", "/identity-sources/{IdentitySourceArn}", 200],
826
- },
678
+ { [_h]: ["DELETE", "/identity-sources/{IdentitySourceArn}", 200] },
827
679
  () => DeleteIdentitySourceRequest,
828
680
  () => __Unit,
829
681
  ];
@@ -831,9 +683,7 @@ export var DeleteInactiveApprovalTeamVersion = [
831
683
  9,
832
684
  n0,
833
685
  _DIATV,
834
- {
835
- [_h]: ["DELETE", "/approval-teams/{Arn}/{VersionId}", 200],
836
- },
686
+ { [_h]: ["DELETE", "/approval-teams/{Arn}/{VersionId}", 200] },
837
687
  () => DeleteInactiveApprovalTeamVersionRequest,
838
688
  () => DeleteInactiveApprovalTeamVersionResponse,
839
689
  ];
@@ -841,9 +691,7 @@ export var GetApprovalTeam = [
841
691
  9,
842
692
  n0,
843
693
  _GAT,
844
- {
845
- [_h]: ["GET", "/approval-teams/{Arn}", 200],
846
- },
694
+ { [_h]: ["GET", "/approval-teams/{Arn}", 200] },
847
695
  () => GetApprovalTeamRequest,
848
696
  () => GetApprovalTeamResponse,
849
697
  ];
@@ -851,9 +699,7 @@ export var GetIdentitySource = [
851
699
  9,
852
700
  n0,
853
701
  _GIS,
854
- {
855
- [_h]: ["GET", "/identity-sources/{IdentitySourceArn}", 200],
856
- },
702
+ { [_h]: ["GET", "/identity-sources/{IdentitySourceArn}", 200] },
857
703
  () => GetIdentitySourceRequest,
858
704
  () => GetIdentitySourceResponse,
859
705
  ];
@@ -861,9 +707,7 @@ export var GetPolicyVersion = [
861
707
  9,
862
708
  n0,
863
709
  _GPV,
864
- {
865
- [_h]: ["GET", "/policy-versions/{PolicyVersionArn}", 200],
866
- },
710
+ { [_h]: ["GET", "/policy-versions/{PolicyVersionArn}", 200] },
867
711
  () => GetPolicyVersionRequest,
868
712
  () => GetPolicyVersionResponse,
869
713
  ];
@@ -871,9 +715,7 @@ export var GetResourcePolicy = [
871
715
  9,
872
716
  n0,
873
717
  _GRP,
874
- {
875
- [_h]: ["POST", "/GetResourcePolicy", 200],
876
- },
718
+ { [_h]: ["POST", "/GetResourcePolicy", 200] },
877
719
  () => GetResourcePolicyRequest,
878
720
  () => GetResourcePolicyResponse,
879
721
  ];
@@ -881,9 +723,7 @@ export var GetSession = [
881
723
  9,
882
724
  n0,
883
725
  _GS,
884
- {
885
- [_h]: ["GET", "/sessions/{SessionArn}", 200],
886
- },
726
+ { [_h]: ["GET", "/sessions/{SessionArn}", 200] },
887
727
  () => GetSessionRequest,
888
728
  () => GetSessionResponse,
889
729
  ];
@@ -891,9 +731,7 @@ export var ListApprovalTeams = [
891
731
  9,
892
732
  n0,
893
733
  _LAT,
894
- {
895
- [_h]: ["POST", "/approval-teams/?List", 200],
896
- },
734
+ { [_h]: ["POST", "/approval-teams/?List", 200] },
897
735
  () => ListApprovalTeamsRequest,
898
736
  () => ListApprovalTeamsResponse,
899
737
  ];
@@ -901,9 +739,7 @@ export var ListIdentitySources = [
901
739
  9,
902
740
  n0,
903
741
  _LIS,
904
- {
905
- [_h]: ["POST", "/identity-sources/?List", 200],
906
- },
742
+ { [_h]: ["POST", "/identity-sources/?List", 200] },
907
743
  () => ListIdentitySourcesRequest,
908
744
  () => ListIdentitySourcesResponse,
909
745
  ];
@@ -911,9 +747,7 @@ export var ListPolicies = [
911
747
  9,
912
748
  n0,
913
749
  _LP,
914
- {
915
- [_h]: ["POST", "/policies/?List", 200],
916
- },
750
+ { [_h]: ["POST", "/policies/?List", 200] },
917
751
  () => ListPoliciesRequest,
918
752
  () => ListPoliciesResponse,
919
753
  ];
@@ -921,9 +755,7 @@ export var ListPolicyVersions = [
921
755
  9,
922
756
  n0,
923
757
  _LPV,
924
- {
925
- [_h]: ["POST", "/policies/{PolicyArn}/?List", 200],
926
- },
758
+ { [_h]: ["POST", "/policies/{PolicyArn}/?List", 200] },
927
759
  () => ListPolicyVersionsRequest,
928
760
  () => ListPolicyVersionsResponse,
929
761
  ];
@@ -931,9 +763,7 @@ export var ListResourcePolicies = [
931
763
  9,
932
764
  n0,
933
765
  _LRP,
934
- {
935
- [_h]: ["POST", "/resource-policies/{ResourceArn}/?List", 200],
936
- },
766
+ { [_h]: ["POST", "/resource-policies/{ResourceArn}/?List", 200] },
937
767
  () => ListResourcePoliciesRequest,
938
768
  () => ListResourcePoliciesResponse,
939
769
  ];
@@ -941,9 +771,7 @@ export var ListSessions = [
941
771
  9,
942
772
  n0,
943
773
  _LS,
944
- {
945
- [_h]: ["POST", "/approval-teams/{ApprovalTeamArn}/sessions/?List", 200],
946
- },
774
+ { [_h]: ["POST", "/approval-teams/{ApprovalTeamArn}/sessions/?List", 200] },
947
775
  () => ListSessionsRequest,
948
776
  () => ListSessionsResponse,
949
777
  ];
@@ -951,9 +779,7 @@ export var ListTagsForResource = [
951
779
  9,
952
780
  n0,
953
781
  _LTFR,
954
- {
955
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
956
- },
782
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
957
783
  () => ListTagsForResourceRequest,
958
784
  () => ListTagsForResourceResponse,
959
785
  ];
@@ -961,9 +787,7 @@ export var StartActiveApprovalTeamDeletion = [
961
787
  9,
962
788
  n0,
963
789
  _SAATD,
964
- {
965
- [_h]: ["POST", "/approval-teams/{Arn}?Delete", 200],
966
- },
790
+ { [_h]: ["POST", "/approval-teams/{Arn}?Delete", 200] },
967
791
  () => StartActiveApprovalTeamDeletionRequest,
968
792
  () => StartActiveApprovalTeamDeletionResponse,
969
793
  ];
@@ -971,9 +795,7 @@ export var TagResource = [
971
795
  9,
972
796
  n0,
973
797
  _TR,
974
- {
975
- [_h]: ["PUT", "/tags/{ResourceArn}", 200],
976
- },
798
+ { [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
977
799
  () => TagResourceRequest,
978
800
  () => TagResourceResponse,
979
801
  ];
@@ -981,9 +803,7 @@ export var UntagResource = [
981
803
  9,
982
804
  n0,
983
805
  _UR,
984
- {
985
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
986
- },
806
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
987
807
  () => UntagResourceRequest,
988
808
  () => UntagResourceResponse,
989
809
  ];
@@ -991,9 +811,7 @@ export var UpdateApprovalTeam = [
991
811
  9,
992
812
  n0,
993
813
  _UAT,
994
- {
995
- [_h]: ["PATCH", "/approval-teams/{Arn}", 200],
996
- },
814
+ { [_h]: ["PATCH", "/approval-teams/{Arn}", 200] },
997
815
  () => UpdateApprovalTeamRequest,
998
816
  () => UpdateApprovalTeamResponse,
999
817
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CancelSessionCommandInput, CancelSessionCommandOutput } from "./commands/CancelSessionCommand";
3
3
  import { CreateApprovalTeamCommandInput, CreateApprovalTeamCommandOutput } from "./commands/CreateApprovalTeamCommand";
4
4
  import { CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput } from "./commands/CreateIdentitySourceCommand";
@@ -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 { CancelSessionCommandInput, CancelSessionCommandOutput } from "./commands/CancelSessionCommand";
11
11
  import { CreateApprovalTeamCommandInput, CreateApprovalTeamCommandOutput } from "./commands/CreateApprovalTeamCommand";
12
12
  import { CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput } from "./commands/CreateIdentitySourceCommand";
@@ -29,7 +29,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
29
29
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
30
  import { UpdateApprovalTeamCommandInput, UpdateApprovalTeamCommandOutput } from "./commands/UpdateApprovalTeamCommand";
31
31
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
32
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
32
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
33
33
  export { __Client };
34
34
  /**
35
35
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { MPAHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { MPAHttpAuthSchemeProvider } 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 { MPAClientResolvedConfig } from "../MPAClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type MPAClientResolvedConfig } from "../MPAClient";
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 { CancelSessionRequest, CancelSessionResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CancelSessionRequest, CancelSessionResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { CreateApprovalTeamRequest, CreateApprovalTeamResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateApprovalTeamRequest, CreateApprovalTeamResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { CreateIdentitySourceRequest, CreateIdentitySourceResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateIdentitySourceRequest, CreateIdentitySourceResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { DeleteIdentitySourceRequest } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteIdentitySourceRequest } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { DeleteInactiveApprovalTeamVersionRequest, DeleteInactiveApprovalTeamVersionResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteInactiveApprovalTeamVersionRequest, DeleteInactiveApprovalTeamVersionResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { GetApprovalTeamRequest, GetApprovalTeamResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetApprovalTeamRequest, GetApprovalTeamResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { GetIdentitySourceRequest, GetIdentitySourceResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetIdentitySourceRequest, GetIdentitySourceResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { GetSessionRequest, GetSessionResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetSessionRequest, GetSessionResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
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 { ListApprovalTeamsRequest, ListApprovalTeamsResponse } from "../models/models_0";
4
- import { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListApprovalTeamsRequest, ListApprovalTeamsResponse } from "../models/models_0";
4
+ import type { MPAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MPAClient";
5
5
  /**
6
6
  * @public
7
7
  */