@aws-sdk/client-ram 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 (75) hide show
  1. package/dist-cjs/index.js +93 -520
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/RAMClient.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 +93 -521
  8. package/dist-types/RAM.d.ts +1 -1
  9. package/dist-types/RAMClient.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/AcceptResourceShareInvitationCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateResourceShareCommand.d.ts +3 -3
  14. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +3 -3
  15. package/dist-types/commands/CreatePermissionCommand.d.ts +3 -3
  16. package/dist-types/commands/CreatePermissionVersionCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -3
  18. package/dist-types/commands/DeletePermissionCommand.d.ts +3 -3
  19. package/dist-types/commands/DeletePermissionVersionCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteResourceShareCommand.d.ts +3 -3
  21. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +3 -3
  22. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -3
  23. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -3
  24. package/dist-types/commands/GetPermissionCommand.d.ts +3 -3
  25. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
  26. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +3 -3
  27. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +3 -3
  28. package/dist-types/commands/GetResourceSharesCommand.d.ts +3 -3
  29. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +3 -3
  30. package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListPermissionsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListPrincipalsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +3 -3
  35. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListResourceTypesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListResourcesCommand.d.ts +3 -3
  38. package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +3 -3
  39. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -3
  40. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +3 -3
  41. package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +3 -3
  42. package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +3 -3
  43. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  44. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UpdateResourceShareCommand.d.ts +3 -3
  46. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  47. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  48. package/dist-types/extensionConfiguration.d.ts +4 -4
  49. package/dist-types/models/RAMServiceException.d.ts +1 -1
  50. package/dist-types/models/errors.d.ts +1 -1
  51. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  52. package/dist-types/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/GetResourceSharesPaginator.d.ts +1 -1
  55. package/dist-types/pagination/Interfaces.d.ts +1 -1
  56. package/dist-types/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListPermissionAssociationsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListPermissionVersionsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListPrincipalsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListReplacePermissionAssociationsWorkPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListResourceTypesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListResourcesPaginator.d.ts +1 -1
  65. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  66. package/dist-types/runtimeConfig.d.ts +1 -1
  67. package/dist-types/runtimeConfig.native.d.ts +1 -1
  68. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  69. package/dist-types/runtimeExtensions.d.ts +1 -1
  70. package/dist-types/schemas/schemas_0.d.ts +1 -2
  71. package/dist-types/ts3.4/RAMClient.d.ts +3 -3
  72. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  73. package/dist-types/ts3.4/models/RAMServiceException.d.ts +1 -1
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  75. package/package.json +13 -12
@@ -347,18 +347,8 @@ export var DeletePermissionRequest = [
347
347
  0,
348
348
  [_pA, _cT],
349
349
  [
350
- [
351
- 0,
352
- {
353
- [_hQ]: _pA,
354
- },
355
- ],
356
- [
357
- 0,
358
- {
359
- [_hQ]: _cT,
360
- },
361
- ],
350
+ [0, { [_hQ]: _pA }],
351
+ [0, { [_hQ]: _cT }],
362
352
  ],
363
353
  ];
364
354
  export var DeletePermissionResponse = [
@@ -367,16 +357,7 @@ export var DeletePermissionResponse = [
367
357
  _DPRe,
368
358
  0,
369
359
  [_rV, _cT, _pS],
370
- [
371
- [
372
- 2,
373
- {
374
- [_xN]: _re,
375
- },
376
- ],
377
- 0,
378
- 0,
379
- ],
360
+ [[2, { [_xN]: _re }], 0, 0],
380
361
  ];
381
362
  export var DeletePermissionVersionRequest = [
382
363
  3,
@@ -385,24 +366,9 @@ export var DeletePermissionVersionRequest = [
385
366
  0,
386
367
  [_pA, _pV, _cT],
387
368
  [
388
- [
389
- 0,
390
- {
391
- [_hQ]: _pA,
392
- },
393
- ],
394
- [
395
- 1,
396
- {
397
- [_hQ]: _pV,
398
- },
399
- ],
400
- [
401
- 0,
402
- {
403
- [_hQ]: _cT,
404
- },
405
- ],
369
+ [0, { [_hQ]: _pA }],
370
+ [1, { [_hQ]: _pV }],
371
+ [0, { [_hQ]: _cT }],
406
372
  ],
407
373
  ];
408
374
  export var DeletePermissionVersionResponse = [
@@ -411,16 +377,7 @@ export var DeletePermissionVersionResponse = [
411
377
  _DPVRe,
412
378
  0,
413
379
  [_rV, _cT, _pS],
414
- [
415
- [
416
- 2,
417
- {
418
- [_xN]: _re,
419
- },
420
- ],
421
- 0,
422
- 0,
423
- ],
380
+ [[2, { [_xN]: _re }], 0, 0],
424
381
  ];
425
382
  export var DeleteResourceShareRequest = [
426
383
  3,
@@ -429,18 +386,8 @@ export var DeleteResourceShareRequest = [
429
386
  0,
430
387
  [_rSA, _cT],
431
388
  [
432
- [
433
- 0,
434
- {
435
- [_hQ]: _rSA,
436
- },
437
- ],
438
- [
439
- 0,
440
- {
441
- [_hQ]: _cT,
442
- },
443
- ],
389
+ [0, { [_hQ]: _rSA }],
390
+ [0, { [_hQ]: _cT }],
444
391
  ],
445
392
  ];
446
393
  export var DeleteResourceShareResponse = [
@@ -449,15 +396,7 @@ export var DeleteResourceShareResponse = [
449
396
  _DRSRe,
450
397
  0,
451
398
  [_rV, _cT],
452
- [
453
- [
454
- 2,
455
- {
456
- [_xN]: _re,
457
- },
458
- ],
459
- 0,
460
- ],
399
+ [[2, { [_xN]: _re }], 0],
461
400
  ];
462
401
  export var DisassociateResourceSharePermissionRequest = [
463
402
  3,
@@ -491,14 +430,7 @@ export var EnableSharingWithAwsOrganizationResponse = [
491
430
  _ESWAORn,
492
431
  0,
493
432
  [_rV],
494
- [
495
- [
496
- 2,
497
- {
498
- [_xN]: _re,
499
- },
500
- ],
501
- ],
433
+ [[2, { [_xN]: _re }]],
502
434
  ];
503
435
  export var GetPermissionRequest = [3, n0, _GPR, 0, [_pA, _pV], [0, 1]];
504
436
  export var GetPermissionResponse = [
@@ -577,11 +509,7 @@ export var IdempotentParameterMismatchException = [
577
509
  -3,
578
510
  n0,
579
511
  _IPME,
580
- {
581
- [_e]: _c,
582
- [_hE]: 400,
583
- [_aQE]: [`IdempotentParameterMismatch`, 400],
584
- },
512
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`IdempotentParameterMismatch`, 400] },
585
513
  [_m],
586
514
  [0],
587
515
  ];
@@ -590,11 +518,7 @@ export var InvalidClientTokenException = [
590
518
  -3,
591
519
  n0,
592
520
  _ICTE,
593
- {
594
- [_e]: _c,
595
- [_hE]: 400,
596
- [_aQE]: [`InvalidClientToken`, 400],
597
- },
521
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidClientToken`, 400] },
598
522
  [_m],
599
523
  [0],
600
524
  ];
@@ -603,11 +527,7 @@ export var InvalidMaxResultsException = [
603
527
  -3,
604
528
  n0,
605
529
  _IMRE,
606
- {
607
- [_e]: _c,
608
- [_hE]: 400,
609
- [_aQE]: [`InvalidMaxResults`, 400],
610
- },
530
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidMaxResults`, 400] },
611
531
  [_m],
612
532
  [0],
613
533
  ];
@@ -616,11 +536,7 @@ export var InvalidNextTokenException = [
616
536
  -3,
617
537
  n0,
618
538
  _INTE,
619
- {
620
- [_e]: _c,
621
- [_hE]: 400,
622
- [_aQE]: [`InvalidNextToken`, 400],
623
- },
539
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
624
540
  [_m],
625
541
  [0],
626
542
  ];
@@ -629,11 +545,7 @@ export var InvalidParameterException = [
629
545
  -3,
630
546
  n0,
631
547
  _IPE,
632
- {
633
- [_e]: _c,
634
- [_hE]: 400,
635
- [_aQE]: [`InvalidParameter`, 400],
636
- },
548
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameter`, 400] },
637
549
  [_m],
638
550
  [0],
639
551
  ];
@@ -642,11 +554,7 @@ export var InvalidPolicyException = [
642
554
  -3,
643
555
  n0,
644
556
  _IPEn,
645
- {
646
- [_e]: _c,
647
- [_hE]: 400,
648
- [_aQE]: [`InvalidPolicy`, 400],
649
- },
557
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidPolicy`, 400] },
650
558
  [_m],
651
559
  [0],
652
560
  ];
@@ -655,11 +563,7 @@ export var InvalidResourceTypeException = [
655
563
  -3,
656
564
  n0,
657
565
  _IRTE,
658
- {
659
- [_e]: _c,
660
- [_hE]: 400,
661
- [_aQE]: [`InvalidResourceType.Unknown`, 400],
662
- },
566
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceType.Unknown`, 400] },
663
567
  [_m],
664
568
  [0],
665
569
  ];
@@ -668,11 +572,7 @@ export var InvalidStateTransitionException = [
668
572
  -3,
669
573
  n0,
670
574
  _ISTE,
671
- {
672
- [_e]: _c,
673
- [_hE]: 400,
674
- [_aQE]: [`InvalidStateTransitionException.Unknown`, 400],
675
- },
575
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidStateTransitionException.Unknown`, 400] },
676
576
  [_m],
677
577
  [0],
678
578
  ];
@@ -790,11 +690,7 @@ export var MalformedArnException = [
790
690
  -3,
791
691
  n0,
792
692
  _MAE,
793
- {
794
- [_e]: _c,
795
- [_hE]: 400,
796
- [_aQE]: [`InvalidArn.Malformed`, 400],
797
- },
693
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidArn.Malformed`, 400] },
798
694
  [_m],
799
695
  [0],
800
696
  ];
@@ -803,11 +699,7 @@ export var MalformedPolicyTemplateException = [
803
699
  -3,
804
700
  n0,
805
701
  _MPTE,
806
- {
807
- [_e]: _c,
808
- [_hE]: 400,
809
- [_aQE]: [`MalformedPolicyTemplateException`, 400],
810
- },
702
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedPolicyTemplateException`, 400] },
811
703
  [_m],
812
704
  [0],
813
705
  ];
@@ -816,11 +708,7 @@ export var MissingRequiredParameterException = [
816
708
  -3,
817
709
  n0,
818
710
  _MRPE,
819
- {
820
- [_e]: _c,
821
- [_hE]: 400,
822
- [_aQE]: [`MissingRequiredParameter`, 400],
823
- },
711
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MissingRequiredParameter`, 400] },
824
712
  [_m],
825
713
  [0],
826
714
  ];
@@ -829,11 +717,7 @@ export var OperationNotPermittedException = [
829
717
  -3,
830
718
  n0,
831
719
  _ONPE,
832
- {
833
- [_e]: _c,
834
- [_hE]: 400,
835
- [_aQE]: [`OperationNotPermitted`, 400],
836
- },
720
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`OperationNotPermitted`, 400] },
837
721
  [_m],
838
722
  [0],
839
723
  ];
@@ -842,11 +726,7 @@ export var PermissionAlreadyExistsException = [
842
726
  -3,
843
727
  n0,
844
728
  _PAEE,
845
- {
846
- [_e]: _c,
847
- [_hE]: 409,
848
- [_aQE]: [`PermissionAlreadyExistsException`, 409],
849
- },
729
+ { [_e]: _c, [_hE]: 409, [_aQE]: [`PermissionAlreadyExistsException`, 409] },
850
730
  [_m],
851
731
  [0],
852
732
  ];
@@ -855,11 +735,7 @@ export var PermissionLimitExceededException = [
855
735
  -3,
856
736
  n0,
857
737
  _PLEE,
858
- {
859
- [_e]: _c,
860
- [_hE]: 400,
861
- [_aQE]: [`PermissionLimitExceededException`, 400],
862
- },
738
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`PermissionLimitExceededException`, 400] },
863
739
  [_m],
864
740
  [0],
865
741
  ];
@@ -868,11 +744,7 @@ export var PermissionVersionsLimitExceededException = [
868
744
  -3,
869
745
  n0,
870
746
  _PVLEE,
871
- {
872
- [_e]: _c,
873
- [_hE]: 400,
874
- [_aQE]: [`PermissionVersionsLimitExceededException`, 400],
875
- },
747
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`PermissionVersionsLimitExceededException`, 400] },
876
748
  [_m],
877
749
  [0],
878
750
  ];
@@ -900,14 +772,7 @@ export var PromoteResourceShareCreatedFromPolicyRequest = [
900
772
  _PRSCFPR,
901
773
  0,
902
774
  [_rSA],
903
- [
904
- [
905
- 0,
906
- {
907
- [_hQ]: _rSA,
908
- },
909
- ],
910
- ],
775
+ [[0, { [_hQ]: _rSA }]],
911
776
  ];
912
777
  export var PromoteResourceShareCreatedFromPolicyResponse = [
913
778
  3,
@@ -915,14 +780,7 @@ export var PromoteResourceShareCreatedFromPolicyResponse = [
915
780
  _PRSCFPRr,
916
781
  0,
917
782
  [_rV],
918
- [
919
- [
920
- 2,
921
- {
922
- [_xN]: _re,
923
- },
924
- ],
925
- ],
783
+ [[2, { [_xN]: _re }]],
926
784
  ];
927
785
  export var RejectResourceShareInvitationRequest = [3, n0, _RRSIR, 0, [_rSIA, _cT], [0, 0]];
928
786
  export var RejectResourceShareInvitationResponse = [
@@ -969,11 +827,7 @@ export var ResourceArnNotFoundException = [
969
827
  -3,
970
828
  n0,
971
829
  _RANFE,
972
- {
973
- [_e]: _c,
974
- [_hE]: 400,
975
- [_aQE]: [`InvalidResourceArn.NotFound`, 400],
976
- },
830
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceArn.NotFound`, 400] },
977
831
  [_m],
978
832
  [0],
979
833
  ];
@@ -1006,11 +860,7 @@ export var ResourceShareInvitationAlreadyAcceptedException = [
1006
860
  -3,
1007
861
  n0,
1008
862
  _RSIAAE,
1009
- {
1010
- [_e]: _c,
1011
- [_hE]: 400,
1012
- [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyAccepted`, 400],
1013
- },
863
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyAccepted`, 400] },
1014
864
  [_m],
1015
865
  [0],
1016
866
  ];
@@ -1019,11 +869,7 @@ export var ResourceShareInvitationAlreadyRejectedException = [
1019
869
  -3,
1020
870
  n0,
1021
871
  _RSIARE,
1022
- {
1023
- [_e]: _c,
1024
- [_hE]: 400,
1025
- [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyRejected`, 400],
1026
- },
872
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyRejected`, 400] },
1027
873
  [_m],
1028
874
  [0],
1029
875
  ];
@@ -1032,11 +878,7 @@ export var ResourceShareInvitationArnNotFoundException = [
1032
878
  -3,
1033
879
  n0,
1034
880
  _RSIANFE,
1035
- {
1036
- [_e]: _c,
1037
- [_hE]: 400,
1038
- [_aQE]: [`InvalidResourceShareInvitationArn.NotFound`, 400],
1039
- },
881
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.NotFound`, 400] },
1040
882
  [_m],
1041
883
  [0],
1042
884
  ];
@@ -1045,11 +887,7 @@ export var ResourceShareInvitationExpiredException = [
1045
887
  -3,
1046
888
  n0,
1047
889
  _RSIEE,
1048
- {
1049
- [_e]: _c,
1050
- [_hE]: 400,
1051
- [_aQE]: [`InvalidResourceShareInvitationArn.Expired`, 400],
1052
- },
890
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.Expired`, 400] },
1053
891
  [_m],
1054
892
  [0],
1055
893
  ];
@@ -1058,11 +896,7 @@ export var ResourceShareLimitExceededException = [
1058
896
  -3,
1059
897
  n0,
1060
898
  _RSLEE,
1061
- {
1062
- [_e]: _c,
1063
- [_hE]: 400,
1064
- [_aQE]: [`ResourceShareLimitExceeded`, 400],
1065
- },
899
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceShareLimitExceeded`, 400] },
1066
900
  [_m],
1067
901
  [0],
1068
902
  ];
@@ -1087,11 +921,7 @@ export var ServerInternalException = [
1087
921
  -3,
1088
922
  n0,
1089
923
  _SIE,
1090
- {
1091
- [_e]: _se,
1092
- [_hE]: 500,
1093
- [_aQE]: [`InternalError`, 500],
1094
- },
924
+ { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalError`, 500] },
1095
925
  [_m],
1096
926
  [0],
1097
927
  ];
@@ -1101,11 +931,7 @@ export var ServiceUnavailableException = [
1101
931
  -3,
1102
932
  n0,
1103
933
  _SUE,
1104
- {
1105
- [_e]: _se,
1106
- [_hE]: 503,
1107
- [_aQE]: [`Unavailable`, 503],
1108
- },
934
+ { [_e]: _se, [_hE]: 503, [_aQE]: [`Unavailable`, 503] },
1109
935
  [_m],
1110
936
  [0],
1111
937
  ];
@@ -1117,15 +943,7 @@ export var SetDefaultPermissionVersionResponse = [
1117
943
  _SDPVRe,
1118
944
  0,
1119
945
  [_rV, _cT],
1120
- [
1121
- [
1122
- 2,
1123
- {
1124
- [_xN]: _re,
1125
- },
1126
- ],
1127
- 0,
1128
- ],
946
+ [[2, { [_xN]: _re }], 0],
1129
947
  ];
1130
948
  export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1131
949
  export var TagFilter = [3, n0, _TF, 0, [_tK, _tV], [0, 64 | 0]];
@@ -1133,11 +951,7 @@ export var TagLimitExceededException = [
1133
951
  -3,
1134
952
  n0,
1135
953
  _TLEE,
1136
- {
1137
- [_e]: _c,
1138
- [_hE]: 400,
1139
- [_aQE]: [`TagLimitExceeded`, 400],
1140
- },
954
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TagLimitExceeded`, 400] },
1141
955
  [_m],
1142
956
  [0],
1143
957
  ];
@@ -1146,11 +960,7 @@ export var TagPolicyViolationException = [
1146
960
  -3,
1147
961
  n0,
1148
962
  _TPVE,
1149
- {
1150
- [_e]: _c,
1151
- [_hE]: 400,
1152
- [_aQE]: [`TagPolicyViolation`, 400],
1153
- },
963
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TagPolicyViolation`, 400] },
1154
964
  [_m],
1155
965
  [0],
1156
966
  ];
@@ -1161,11 +971,7 @@ export var ThrottlingException = [
1161
971
  -3,
1162
972
  n0,
1163
973
  _TE,
1164
- {
1165
- [_e]: _c,
1166
- [_hE]: 429,
1167
- [_aQE]: [`ThrottlingException`, 429],
1168
- },
974
+ { [_e]: _c, [_hE]: 429, [_aQE]: [`ThrottlingException`, 429] },
1169
975
  [_m],
1170
976
  [0],
1171
977
  ];
@@ -1174,11 +980,7 @@ export var UnknownResourceException = [
1174
980
  -3,
1175
981
  n0,
1176
982
  _URE,
1177
- {
1178
- [_e]: _c,
1179
- [_hE]: 400,
1180
- [_aQE]: [`InvalidResourceShareArn.NotFound`, 400],
1181
- },
983
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareArn.NotFound`, 400] },
1182
984
  [_m],
1183
985
  [0],
1184
986
  ];
@@ -1187,11 +989,7 @@ export var UnmatchedPolicyPermissionException = [
1187
989
  -3,
1188
990
  n0,
1189
991
  _UPPE,
1190
- {
1191
- [_e]: _c,
1192
- [_hE]: 400,
1193
- [_aQE]: [`UnmatchedPolicyPermissionException`, 400],
1194
- },
992
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`UnmatchedPolicyPermissionException`, 400] },
1195
993
  [_m],
1196
994
  [0],
1197
995
  ];
@@ -1207,213 +1005,55 @@ export var UpdateResourceShareResponse = [
1207
1005
  [_rS, _cT],
1208
1006
  [() => ResourceShare, 0],
1209
1007
  ];
1210
- export var __Unit = "unit";
1211
1008
  export var RAMServiceException = [-3, _sm, "RAMServiceException", 0, [], []];
1212
1009
  TypeRegistry.for(_sm).registerError(RAMServiceException, __RAMServiceException);
1213
- export var AssociatedPermissionList = [
1214
- 1,
1215
- n0,
1216
- _APL,
1217
- 0,
1218
- [
1219
- () => AssociatedPermission,
1220
- {
1221
- [_xN]: _it,
1222
- },
1223
- ],
1224
- ];
1225
- export var PermissionArnList = [
1226
- 1,
1227
- n0,
1228
- _PAL,
1229
- 0,
1230
- [
1231
- 0,
1232
- {
1233
- [_xN]: _it,
1234
- },
1235
- ],
1236
- ];
1237
- export var PolicyList = [
1238
- 1,
1239
- n0,
1240
- _PL,
1241
- 0,
1242
- [
1243
- 0,
1244
- {
1245
- [_xN]: _it,
1246
- },
1247
- ],
1248
- ];
1249
- export var PrincipalArnOrIdList = [
1250
- 1,
1251
- n0,
1252
- _PAOIL,
1253
- 0,
1254
- [
1255
- 0,
1256
- {
1257
- [_xN]: _it,
1258
- },
1259
- ],
1260
- ];
1261
- export var PrincipalList = [
1262
- 1,
1263
- n0,
1264
- _PLr,
1265
- 0,
1266
- [
1267
- () => Principal,
1268
- {
1269
- [_xN]: _it,
1270
- },
1271
- ],
1272
- ];
1273
- export var ReplacePermissionAssociationsWorkIdList = [
1274
- 1,
1275
- n0,
1276
- _RPAWIL,
1277
- 0,
1278
- [
1279
- 0,
1280
- {
1281
- [_xN]: _it,
1282
- },
1283
- ],
1284
- ];
1010
+ export var AssociatedPermissionList = [1, n0, _APL, 0, [() => AssociatedPermission, { [_xN]: _it }]];
1011
+ export var PermissionArnList = [1, n0, _PAL, 0, [0, { [_xN]: _it }]];
1012
+ export var PolicyList = [1, n0, _PL, 0, [0, { [_xN]: _it }]];
1013
+ export var PrincipalArnOrIdList = [1, n0, _PAOIL, 0, [0, { [_xN]: _it }]];
1014
+ export var PrincipalList = [1, n0, _PLr, 0, [() => Principal, { [_xN]: _it }]];
1015
+ export var ReplacePermissionAssociationsWorkIdList = [1, n0, _RPAWIL, 0, [0, { [_xN]: _it }]];
1285
1016
  export var ReplacePermissionAssociationsWorkList = [
1286
1017
  1,
1287
1018
  n0,
1288
1019
  _RPAWL,
1289
1020
  0,
1290
- [
1291
- () => ReplacePermissionAssociationsWork,
1292
- {
1293
- [_xN]: _it,
1294
- },
1295
- ],
1296
- ];
1297
- export var ResourceArnList = [
1298
- 1,
1299
- n0,
1300
- _RAL,
1301
- 0,
1302
- [
1303
- 0,
1304
- {
1305
- [_xN]: _it,
1306
- },
1307
- ],
1308
- ];
1309
- export var ResourceList = [
1310
- 1,
1311
- n0,
1312
- _RL,
1313
- 0,
1314
- [
1315
- () => Resource,
1316
- {
1317
- [_xN]: _it,
1318
- },
1319
- ],
1320
- ];
1321
- export var ResourceShareArnList = [
1322
- 1,
1323
- n0,
1324
- _RSAL,
1325
- 0,
1326
- [
1327
- 0,
1328
- {
1329
- [_xN]: _it,
1330
- },
1331
- ],
1021
+ [() => ReplacePermissionAssociationsWork, { [_xN]: _it }],
1332
1022
  ];
1023
+ export var ResourceArnList = [1, n0, _RAL, 0, [0, { [_xN]: _it }]];
1024
+ export var ResourceList = [1, n0, _RL, 0, [() => Resource, { [_xN]: _it }]];
1025
+ export var ResourceShareArnList = [1, n0, _RSAL, 0, [0, { [_xN]: _it }]];
1333
1026
  export var ResourceShareAssociationList = [
1334
1027
  1,
1335
1028
  n0,
1336
1029
  _RSALe,
1337
1030
  0,
1338
- [
1339
- () => ResourceShareAssociation,
1340
- {
1341
- [_xN]: _it,
1342
- },
1343
- ],
1344
- ];
1345
- export var ResourceShareInvitationArnList = [
1346
- 1,
1347
- n0,
1348
- _RSIAL,
1349
- 0,
1350
- [
1351
- 0,
1352
- {
1353
- [_xN]: _it,
1354
- },
1355
- ],
1031
+ [() => ResourceShareAssociation, { [_xN]: _it }],
1356
1032
  ];
1033
+ export var ResourceShareInvitationArnList = [1, n0, _RSIAL, 0, [0, { [_xN]: _it }]];
1357
1034
  export var ResourceShareInvitationList = [
1358
1035
  1,
1359
1036
  n0,
1360
1037
  _RSIL,
1361
1038
  0,
1362
- [
1363
- () => ResourceShareInvitation,
1364
- {
1365
- [_xN]: _it,
1366
- },
1367
- ],
1368
- ];
1369
- export var ResourceShareList = [
1370
- 1,
1371
- n0,
1372
- _RSL,
1373
- 0,
1374
- [
1375
- () => ResourceShare,
1376
- {
1377
- [_xN]: _it,
1378
- },
1379
- ],
1039
+ [() => ResourceShareInvitation, { [_xN]: _it }],
1380
1040
  ];
1041
+ export var ResourceShareList = [1, n0, _RSL, 0, [() => ResourceShare, { [_xN]: _it }]];
1381
1042
  export var ResourceSharePermissionList = [
1382
1043
  1,
1383
1044
  n0,
1384
1045
  _RSPL,
1385
1046
  0,
1386
- [
1387
- () => ResourceSharePermissionSummary,
1388
- {
1389
- [_xN]: _it,
1390
- },
1391
- ],
1047
+ [() => ResourceSharePermissionSummary, { [_xN]: _it }],
1392
1048
  ];
1393
1049
  export var ServiceNameAndResourceTypeList = [
1394
1050
  1,
1395
1051
  n0,
1396
1052
  _SNARTL,
1397
1053
  0,
1398
- [
1399
- () => ServiceNameAndResourceType,
1400
- {
1401
- [_xN]: _it,
1402
- },
1403
- ],
1404
- ];
1405
- export var SourceArnOrAccountList = [
1406
- 1,
1407
- n0,
1408
- _SAOAL,
1409
- 0,
1410
- [
1411
- 0,
1412
- {
1413
- [_xN]: _it,
1414
- },
1415
- ],
1054
+ [() => ServiceNameAndResourceType, { [_xN]: _it }],
1416
1055
  ];
1056
+ export var SourceArnOrAccountList = [1, n0, _SAOAL, 0, [0, { [_xN]: _it }]];
1417
1057
  export var TagFilters = [1, n0, _TFa, 0, () => TagFilter];
1418
1058
  export var TagKeyList = 64 | 0;
1419
1059
  export var TagList = [1, n0, _TL, 0, () => Tag];
@@ -1422,9 +1062,7 @@ export var AcceptResourceShareInvitation = [
1422
1062
  9,
1423
1063
  n0,
1424
1064
  _ARSI,
1425
- {
1426
- [_h]: ["POST", "/acceptresourceshareinvitation", 200],
1427
- },
1065
+ { [_h]: ["POST", "/acceptresourceshareinvitation", 200] },
1428
1066
  () => AcceptResourceShareInvitationRequest,
1429
1067
  () => AcceptResourceShareInvitationResponse,
1430
1068
  ];
@@ -1432,9 +1070,7 @@ export var AssociateResourceShare = [
1432
1070
  9,
1433
1071
  n0,
1434
1072
  _ARS,
1435
- {
1436
- [_h]: ["POST", "/associateresourceshare", 200],
1437
- },
1073
+ { [_h]: ["POST", "/associateresourceshare", 200] },
1438
1074
  () => AssociateResourceShareRequest,
1439
1075
  () => AssociateResourceShareResponse,
1440
1076
  ];
@@ -1442,9 +1078,7 @@ export var AssociateResourceSharePermission = [
1442
1078
  9,
1443
1079
  n0,
1444
1080
  _ARSP,
1445
- {
1446
- [_h]: ["POST", "/associateresourcesharepermission", 200],
1447
- },
1081
+ { [_h]: ["POST", "/associateresourcesharepermission", 200] },
1448
1082
  () => AssociateResourceSharePermissionRequest,
1449
1083
  () => AssociateResourceSharePermissionResponse,
1450
1084
  ];
@@ -1452,9 +1086,7 @@ export var CreatePermission = [
1452
1086
  9,
1453
1087
  n0,
1454
1088
  _CP,
1455
- {
1456
- [_h]: ["POST", "/createpermission", 200],
1457
- },
1089
+ { [_h]: ["POST", "/createpermission", 200] },
1458
1090
  () => CreatePermissionRequest,
1459
1091
  () => CreatePermissionResponse,
1460
1092
  ];
@@ -1462,9 +1094,7 @@ export var CreatePermissionVersion = [
1462
1094
  9,
1463
1095
  n0,
1464
1096
  _CPV,
1465
- {
1466
- [_h]: ["POST", "/createpermissionversion", 200],
1467
- },
1097
+ { [_h]: ["POST", "/createpermissionversion", 200] },
1468
1098
  () => CreatePermissionVersionRequest,
1469
1099
  () => CreatePermissionVersionResponse,
1470
1100
  ];
@@ -1472,9 +1102,7 @@ export var CreateResourceShare = [
1472
1102
  9,
1473
1103
  n0,
1474
1104
  _CRS,
1475
- {
1476
- [_h]: ["POST", "/createresourceshare", 200],
1477
- },
1105
+ { [_h]: ["POST", "/createresourceshare", 200] },
1478
1106
  () => CreateResourceShareRequest,
1479
1107
  () => CreateResourceShareResponse,
1480
1108
  ];
@@ -1482,9 +1110,7 @@ export var DeletePermission = [
1482
1110
  9,
1483
1111
  n0,
1484
1112
  _DP,
1485
- {
1486
- [_h]: ["DELETE", "/deletepermission", 200],
1487
- },
1113
+ { [_h]: ["DELETE", "/deletepermission", 200] },
1488
1114
  () => DeletePermissionRequest,
1489
1115
  () => DeletePermissionResponse,
1490
1116
  ];
@@ -1492,9 +1118,7 @@ export var DeletePermissionVersion = [
1492
1118
  9,
1493
1119
  n0,
1494
1120
  _DPV,
1495
- {
1496
- [_h]: ["DELETE", "/deletepermissionversion", 200],
1497
- },
1121
+ { [_h]: ["DELETE", "/deletepermissionversion", 200] },
1498
1122
  () => DeletePermissionVersionRequest,
1499
1123
  () => DeletePermissionVersionResponse,
1500
1124
  ];
@@ -1502,9 +1126,7 @@ export var DeleteResourceShare = [
1502
1126
  9,
1503
1127
  n0,
1504
1128
  _DRS,
1505
- {
1506
- [_h]: ["DELETE", "/deleteresourceshare", 200],
1507
- },
1129
+ { [_h]: ["DELETE", "/deleteresourceshare", 200] },
1508
1130
  () => DeleteResourceShareRequest,
1509
1131
  () => DeleteResourceShareResponse,
1510
1132
  ];
@@ -1512,9 +1134,7 @@ export var DisassociateResourceShare = [
1512
1134
  9,
1513
1135
  n0,
1514
1136
  _DRSi,
1515
- {
1516
- [_h]: ["POST", "/disassociateresourceshare", 200],
1517
- },
1137
+ { [_h]: ["POST", "/disassociateresourceshare", 200] },
1518
1138
  () => DisassociateResourceShareRequest,
1519
1139
  () => DisassociateResourceShareResponse,
1520
1140
  ];
@@ -1522,9 +1142,7 @@ export var DisassociateResourceSharePermission = [
1522
1142
  9,
1523
1143
  n0,
1524
1144
  _DRSP,
1525
- {
1526
- [_h]: ["POST", "/disassociateresourcesharepermission", 200],
1527
- },
1145
+ { [_h]: ["POST", "/disassociateresourcesharepermission", 200] },
1528
1146
  () => DisassociateResourceSharePermissionRequest,
1529
1147
  () => DisassociateResourceSharePermissionResponse,
1530
1148
  ];
@@ -1532,9 +1150,7 @@ export var EnableSharingWithAwsOrganization = [
1532
1150
  9,
1533
1151
  n0,
1534
1152
  _ESWAO,
1535
- {
1536
- [_h]: ["POST", "/enablesharingwithawsorganization", 200],
1537
- },
1153
+ { [_h]: ["POST", "/enablesharingwithawsorganization", 200] },
1538
1154
  () => EnableSharingWithAwsOrganizationRequest,
1539
1155
  () => EnableSharingWithAwsOrganizationResponse,
1540
1156
  ];
@@ -1542,9 +1158,7 @@ export var GetPermission = [
1542
1158
  9,
1543
1159
  n0,
1544
1160
  _GP,
1545
- {
1546
- [_h]: ["POST", "/getpermission", 200],
1547
- },
1161
+ { [_h]: ["POST", "/getpermission", 200] },
1548
1162
  () => GetPermissionRequest,
1549
1163
  () => GetPermissionResponse,
1550
1164
  ];
@@ -1552,9 +1166,7 @@ export var GetResourcePolicies = [
1552
1166
  9,
1553
1167
  n0,
1554
1168
  _GRP,
1555
- {
1556
- [_h]: ["POST", "/getresourcepolicies", 200],
1557
- },
1169
+ { [_h]: ["POST", "/getresourcepolicies", 200] },
1558
1170
  () => GetResourcePoliciesRequest,
1559
1171
  () => GetResourcePoliciesResponse,
1560
1172
  ];
@@ -1562,9 +1174,7 @@ export var GetResourceShareAssociations = [
1562
1174
  9,
1563
1175
  n0,
1564
1176
  _GRSA,
1565
- {
1566
- [_h]: ["POST", "/getresourceshareassociations", 200],
1567
- },
1177
+ { [_h]: ["POST", "/getresourceshareassociations", 200] },
1568
1178
  () => GetResourceShareAssociationsRequest,
1569
1179
  () => GetResourceShareAssociationsResponse,
1570
1180
  ];
@@ -1572,9 +1182,7 @@ export var GetResourceShareInvitations = [
1572
1182
  9,
1573
1183
  n0,
1574
1184
  _GRSI,
1575
- {
1576
- [_h]: ["POST", "/getresourceshareinvitations", 200],
1577
- },
1185
+ { [_h]: ["POST", "/getresourceshareinvitations", 200] },
1578
1186
  () => GetResourceShareInvitationsRequest,
1579
1187
  () => GetResourceShareInvitationsResponse,
1580
1188
  ];
@@ -1582,9 +1190,7 @@ export var GetResourceShares = [
1582
1190
  9,
1583
1191
  n0,
1584
1192
  _GRS,
1585
- {
1586
- [_h]: ["POST", "/getresourceshares", 200],
1587
- },
1193
+ { [_h]: ["POST", "/getresourceshares", 200] },
1588
1194
  () => GetResourceSharesRequest,
1589
1195
  () => GetResourceSharesResponse,
1590
1196
  ];
@@ -1592,9 +1198,7 @@ export var ListPendingInvitationResources = [
1592
1198
  9,
1593
1199
  n0,
1594
1200
  _LPIR,
1595
- {
1596
- [_h]: ["POST", "/listpendinginvitationresources", 200],
1597
- },
1201
+ { [_h]: ["POST", "/listpendinginvitationresources", 200] },
1598
1202
  () => ListPendingInvitationResourcesRequest,
1599
1203
  () => ListPendingInvitationResourcesResponse,
1600
1204
  ];
@@ -1602,9 +1206,7 @@ export var ListPermissionAssociations = [
1602
1206
  9,
1603
1207
  n0,
1604
1208
  _LPA,
1605
- {
1606
- [_h]: ["POST", "/listpermissionassociations", 200],
1607
- },
1209
+ { [_h]: ["POST", "/listpermissionassociations", 200] },
1608
1210
  () => ListPermissionAssociationsRequest,
1609
1211
  () => ListPermissionAssociationsResponse,
1610
1212
  ];
@@ -1612,9 +1214,7 @@ export var ListPermissions = [
1612
1214
  9,
1613
1215
  n0,
1614
1216
  _LP,
1615
- {
1616
- [_h]: ["POST", "/listpermissions", 200],
1617
- },
1217
+ { [_h]: ["POST", "/listpermissions", 200] },
1618
1218
  () => ListPermissionsRequest,
1619
1219
  () => ListPermissionsResponse,
1620
1220
  ];
@@ -1622,9 +1222,7 @@ export var ListPermissionVersions = [
1622
1222
  9,
1623
1223
  n0,
1624
1224
  _LPV,
1625
- {
1626
- [_h]: ["POST", "/listpermissionversions", 200],
1627
- },
1225
+ { [_h]: ["POST", "/listpermissionversions", 200] },
1628
1226
  () => ListPermissionVersionsRequest,
1629
1227
  () => ListPermissionVersionsResponse,
1630
1228
  ];
@@ -1632,9 +1230,7 @@ export var ListPrincipals = [
1632
1230
  9,
1633
1231
  n0,
1634
1232
  _LPi,
1635
- {
1636
- [_h]: ["POST", "/listprincipals", 200],
1637
- },
1233
+ { [_h]: ["POST", "/listprincipals", 200] },
1638
1234
  () => ListPrincipalsRequest,
1639
1235
  () => ListPrincipalsResponse,
1640
1236
  ];
@@ -1642,9 +1238,7 @@ export var ListReplacePermissionAssociationsWork = [
1642
1238
  9,
1643
1239
  n0,
1644
1240
  _LRPAW,
1645
- {
1646
- [_h]: ["POST", "/listreplacepermissionassociationswork", 200],
1647
- },
1241
+ { [_h]: ["POST", "/listreplacepermissionassociationswork", 200] },
1648
1242
  () => ListReplacePermissionAssociationsWorkRequest,
1649
1243
  () => ListReplacePermissionAssociationsWorkResponse,
1650
1244
  ];
@@ -1652,9 +1246,7 @@ export var ListResources = [
1652
1246
  9,
1653
1247
  n0,
1654
1248
  _LR,
1655
- {
1656
- [_h]: ["POST", "/listresources", 200],
1657
- },
1249
+ { [_h]: ["POST", "/listresources", 200] },
1658
1250
  () => ListResourcesRequest,
1659
1251
  () => ListResourcesResponse,
1660
1252
  ];
@@ -1662,9 +1254,7 @@ export var ListResourceSharePermissions = [
1662
1254
  9,
1663
1255
  n0,
1664
1256
  _LRSP,
1665
- {
1666
- [_h]: ["POST", "/listresourcesharepermissions", 200],
1667
- },
1257
+ { [_h]: ["POST", "/listresourcesharepermissions", 200] },
1668
1258
  () => ListResourceSharePermissionsRequest,
1669
1259
  () => ListResourceSharePermissionsResponse,
1670
1260
  ];
@@ -1672,9 +1262,7 @@ export var ListResourceTypes = [
1672
1262
  9,
1673
1263
  n0,
1674
1264
  _LRT,
1675
- {
1676
- [_h]: ["POST", "/listresourcetypes", 200],
1677
- },
1265
+ { [_h]: ["POST", "/listresourcetypes", 200] },
1678
1266
  () => ListResourceTypesRequest,
1679
1267
  () => ListResourceTypesResponse,
1680
1268
  ];
@@ -1682,9 +1270,7 @@ export var PromotePermissionCreatedFromPolicy = [
1682
1270
  9,
1683
1271
  n0,
1684
1272
  _PPCFP,
1685
- {
1686
- [_h]: ["POST", "/promotepermissioncreatedfrompolicy", 200],
1687
- },
1273
+ { [_h]: ["POST", "/promotepermissioncreatedfrompolicy", 200] },
1688
1274
  () => PromotePermissionCreatedFromPolicyRequest,
1689
1275
  () => PromotePermissionCreatedFromPolicyResponse,
1690
1276
  ];
@@ -1692,9 +1278,7 @@ export var PromoteResourceShareCreatedFromPolicy = [
1692
1278
  9,
1693
1279
  n0,
1694
1280
  _PRSCFP,
1695
- {
1696
- [_h]: ["POST", "/promoteresourcesharecreatedfrompolicy", 200],
1697
- },
1281
+ { [_h]: ["POST", "/promoteresourcesharecreatedfrompolicy", 200] },
1698
1282
  () => PromoteResourceShareCreatedFromPolicyRequest,
1699
1283
  () => PromoteResourceShareCreatedFromPolicyResponse,
1700
1284
  ];
@@ -1702,9 +1286,7 @@ export var RejectResourceShareInvitation = [
1702
1286
  9,
1703
1287
  n0,
1704
1288
  _RRSI,
1705
- {
1706
- [_h]: ["POST", "/rejectresourceshareinvitation", 200],
1707
- },
1289
+ { [_h]: ["POST", "/rejectresourceshareinvitation", 200] },
1708
1290
  () => RejectResourceShareInvitationRequest,
1709
1291
  () => RejectResourceShareInvitationResponse,
1710
1292
  ];
@@ -1712,9 +1294,7 @@ export var ReplacePermissionAssociations = [
1712
1294
  9,
1713
1295
  n0,
1714
1296
  _RPA,
1715
- {
1716
- [_h]: ["POST", "/replacepermissionassociations", 200],
1717
- },
1297
+ { [_h]: ["POST", "/replacepermissionassociations", 200] },
1718
1298
  () => ReplacePermissionAssociationsRequest,
1719
1299
  () => ReplacePermissionAssociationsResponse,
1720
1300
  ];
@@ -1722,9 +1302,7 @@ export var SetDefaultPermissionVersion = [
1722
1302
  9,
1723
1303
  n0,
1724
1304
  _SDPV,
1725
- {
1726
- [_h]: ["POST", "/setdefaultpermissionversion", 200],
1727
- },
1305
+ { [_h]: ["POST", "/setdefaultpermissionversion", 200] },
1728
1306
  () => SetDefaultPermissionVersionRequest,
1729
1307
  () => SetDefaultPermissionVersionResponse,
1730
1308
  ];
@@ -1732,9 +1310,7 @@ export var TagResource = [
1732
1310
  9,
1733
1311
  n0,
1734
1312
  _TR,
1735
- {
1736
- [_h]: ["POST", "/tagresource", 200],
1737
- },
1313
+ { [_h]: ["POST", "/tagresource", 200] },
1738
1314
  () => TagResourceRequest,
1739
1315
  () => TagResourceResponse,
1740
1316
  ];
@@ -1742,9 +1318,7 @@ export var UntagResource = [
1742
1318
  9,
1743
1319
  n0,
1744
1320
  _UR,
1745
- {
1746
- [_h]: ["POST", "/untagresource", 200],
1747
- },
1321
+ { [_h]: ["POST", "/untagresource", 200] },
1748
1322
  () => UntagResourceRequest,
1749
1323
  () => UntagResourceResponse,
1750
1324
  ];
@@ -1752,9 +1326,7 @@ export var UpdateResourceShare = [
1752
1326
  9,
1753
1327
  n0,
1754
1328
  _URS,
1755
- {
1756
- [_h]: ["POST", "/updateresourceshare", 200],
1757
- },
1329
+ { [_h]: ["POST", "/updateresourceshare", 200] },
1758
1330
  () => UpdateResourceShareRequest,
1759
1331
  () => UpdateResourceShareResponse,
1760
1332
  ];