@aws-sdk/client-ram 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 (74) 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 -520
  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 -1
  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/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -800,18 +800,8 @@ var DeletePermissionRequest = [
800
800
  0,
801
801
  [_pA, _cT],
802
802
  [
803
- [
804
- 0,
805
- {
806
- [_hQ]: _pA,
807
- },
808
- ],
809
- [
810
- 0,
811
- {
812
- [_hQ]: _cT,
813
- },
814
- ],
803
+ [0, { [_hQ]: _pA }],
804
+ [0, { [_hQ]: _cT }],
815
805
  ],
816
806
  ];
817
807
  var DeletePermissionResponse = [
@@ -820,16 +810,7 @@ var DeletePermissionResponse = [
820
810
  _DPRe,
821
811
  0,
822
812
  [_rV, _cT, _pS],
823
- [
824
- [
825
- 2,
826
- {
827
- [_xN]: _re,
828
- },
829
- ],
830
- 0,
831
- 0,
832
- ],
813
+ [[2, { [_xN]: _re }], 0, 0],
833
814
  ];
834
815
  var DeletePermissionVersionRequest = [
835
816
  3,
@@ -838,24 +819,9 @@ var DeletePermissionVersionRequest = [
838
819
  0,
839
820
  [_pA, _pV, _cT],
840
821
  [
841
- [
842
- 0,
843
- {
844
- [_hQ]: _pA,
845
- },
846
- ],
847
- [
848
- 1,
849
- {
850
- [_hQ]: _pV,
851
- },
852
- ],
853
- [
854
- 0,
855
- {
856
- [_hQ]: _cT,
857
- },
858
- ],
822
+ [0, { [_hQ]: _pA }],
823
+ [1, { [_hQ]: _pV }],
824
+ [0, { [_hQ]: _cT }],
859
825
  ],
860
826
  ];
861
827
  var DeletePermissionVersionResponse = [
@@ -864,16 +830,7 @@ var DeletePermissionVersionResponse = [
864
830
  _DPVRe,
865
831
  0,
866
832
  [_rV, _cT, _pS],
867
- [
868
- [
869
- 2,
870
- {
871
- [_xN]: _re,
872
- },
873
- ],
874
- 0,
875
- 0,
876
- ],
833
+ [[2, { [_xN]: _re }], 0, 0],
877
834
  ];
878
835
  var DeleteResourceShareRequest = [
879
836
  3,
@@ -882,18 +839,8 @@ var DeleteResourceShareRequest = [
882
839
  0,
883
840
  [_rSA, _cT],
884
841
  [
885
- [
886
- 0,
887
- {
888
- [_hQ]: _rSA,
889
- },
890
- ],
891
- [
892
- 0,
893
- {
894
- [_hQ]: _cT,
895
- },
896
- ],
842
+ [0, { [_hQ]: _rSA }],
843
+ [0, { [_hQ]: _cT }],
897
844
  ],
898
845
  ];
899
846
  var DeleteResourceShareResponse = [
@@ -902,15 +849,7 @@ var DeleteResourceShareResponse = [
902
849
  _DRSRe,
903
850
  0,
904
851
  [_rV, _cT],
905
- [
906
- [
907
- 2,
908
- {
909
- [_xN]: _re,
910
- },
911
- ],
912
- 0,
913
- ],
852
+ [[2, { [_xN]: _re }], 0],
914
853
  ];
915
854
  var DisassociateResourceSharePermissionRequest = [
916
855
  3,
@@ -944,14 +883,7 @@ var EnableSharingWithAwsOrganizationResponse = [
944
883
  _ESWAORn,
945
884
  0,
946
885
  [_rV],
947
- [
948
- [
949
- 2,
950
- {
951
- [_xN]: _re,
952
- },
953
- ],
954
- ],
886
+ [[2, { [_xN]: _re }]],
955
887
  ];
956
888
  var GetPermissionRequest = [3, n0, _GPR, 0, [_pA, _pV], [0, 1]];
957
889
  var GetPermissionResponse = [
@@ -1030,11 +962,7 @@ var IdempotentParameterMismatchException = [
1030
962
  -3,
1031
963
  n0,
1032
964
  _IPME,
1033
- {
1034
- [_e]: _c,
1035
- [_hE]: 400,
1036
- [_aQE]: [`IdempotentParameterMismatch`, 400],
1037
- },
965
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`IdempotentParameterMismatch`, 400] },
1038
966
  [_m],
1039
967
  [0],
1040
968
  ];
@@ -1043,11 +971,7 @@ var InvalidClientTokenException = [
1043
971
  -3,
1044
972
  n0,
1045
973
  _ICTE,
1046
- {
1047
- [_e]: _c,
1048
- [_hE]: 400,
1049
- [_aQE]: [`InvalidClientToken`, 400],
1050
- },
974
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidClientToken`, 400] },
1051
975
  [_m],
1052
976
  [0],
1053
977
  ];
@@ -1056,11 +980,7 @@ var InvalidMaxResultsException = [
1056
980
  -3,
1057
981
  n0,
1058
982
  _IMRE,
1059
- {
1060
- [_e]: _c,
1061
- [_hE]: 400,
1062
- [_aQE]: [`InvalidMaxResults`, 400],
1063
- },
983
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidMaxResults`, 400] },
1064
984
  [_m],
1065
985
  [0],
1066
986
  ];
@@ -1069,11 +989,7 @@ var InvalidNextTokenException = [
1069
989
  -3,
1070
990
  n0,
1071
991
  _INTE,
1072
- {
1073
- [_e]: _c,
1074
- [_hE]: 400,
1075
- [_aQE]: [`InvalidNextToken`, 400],
1076
- },
992
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
1077
993
  [_m],
1078
994
  [0],
1079
995
  ];
@@ -1082,11 +998,7 @@ var InvalidParameterException = [
1082
998
  -3,
1083
999
  n0,
1084
1000
  _IPE,
1085
- {
1086
- [_e]: _c,
1087
- [_hE]: 400,
1088
- [_aQE]: [`InvalidParameter`, 400],
1089
- },
1001
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameter`, 400] },
1090
1002
  [_m],
1091
1003
  [0],
1092
1004
  ];
@@ -1095,11 +1007,7 @@ var InvalidPolicyException = [
1095
1007
  -3,
1096
1008
  n0,
1097
1009
  _IPEn,
1098
- {
1099
- [_e]: _c,
1100
- [_hE]: 400,
1101
- [_aQE]: [`InvalidPolicy`, 400],
1102
- },
1010
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidPolicy`, 400] },
1103
1011
  [_m],
1104
1012
  [0],
1105
1013
  ];
@@ -1108,11 +1016,7 @@ var InvalidResourceTypeException = [
1108
1016
  -3,
1109
1017
  n0,
1110
1018
  _IRTE,
1111
- {
1112
- [_e]: _c,
1113
- [_hE]: 400,
1114
- [_aQE]: [`InvalidResourceType.Unknown`, 400],
1115
- },
1019
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceType.Unknown`, 400] },
1116
1020
  [_m],
1117
1021
  [0],
1118
1022
  ];
@@ -1121,11 +1025,7 @@ var InvalidStateTransitionException = [
1121
1025
  -3,
1122
1026
  n0,
1123
1027
  _ISTE,
1124
- {
1125
- [_e]: _c,
1126
- [_hE]: 400,
1127
- [_aQE]: [`InvalidStateTransitionException.Unknown`, 400],
1128
- },
1028
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidStateTransitionException.Unknown`, 400] },
1129
1029
  [_m],
1130
1030
  [0],
1131
1031
  ];
@@ -1243,11 +1143,7 @@ var MalformedArnException = [
1243
1143
  -3,
1244
1144
  n0,
1245
1145
  _MAE,
1246
- {
1247
- [_e]: _c,
1248
- [_hE]: 400,
1249
- [_aQE]: [`InvalidArn.Malformed`, 400],
1250
- },
1146
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidArn.Malformed`, 400] },
1251
1147
  [_m],
1252
1148
  [0],
1253
1149
  ];
@@ -1256,11 +1152,7 @@ var MalformedPolicyTemplateException = [
1256
1152
  -3,
1257
1153
  n0,
1258
1154
  _MPTE,
1259
- {
1260
- [_e]: _c,
1261
- [_hE]: 400,
1262
- [_aQE]: [`MalformedPolicyTemplateException`, 400],
1263
- },
1155
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedPolicyTemplateException`, 400] },
1264
1156
  [_m],
1265
1157
  [0],
1266
1158
  ];
@@ -1269,11 +1161,7 @@ var MissingRequiredParameterException = [
1269
1161
  -3,
1270
1162
  n0,
1271
1163
  _MRPE,
1272
- {
1273
- [_e]: _c,
1274
- [_hE]: 400,
1275
- [_aQE]: [`MissingRequiredParameter`, 400],
1276
- },
1164
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MissingRequiredParameter`, 400] },
1277
1165
  [_m],
1278
1166
  [0],
1279
1167
  ];
@@ -1282,11 +1170,7 @@ var OperationNotPermittedException = [
1282
1170
  -3,
1283
1171
  n0,
1284
1172
  _ONPE,
1285
- {
1286
- [_e]: _c,
1287
- [_hE]: 400,
1288
- [_aQE]: [`OperationNotPermitted`, 400],
1289
- },
1173
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`OperationNotPermitted`, 400] },
1290
1174
  [_m],
1291
1175
  [0],
1292
1176
  ];
@@ -1295,11 +1179,7 @@ var PermissionAlreadyExistsException = [
1295
1179
  -3,
1296
1180
  n0,
1297
1181
  _PAEE,
1298
- {
1299
- [_e]: _c,
1300
- [_hE]: 409,
1301
- [_aQE]: [`PermissionAlreadyExistsException`, 409],
1302
- },
1182
+ { [_e]: _c, [_hE]: 409, [_aQE]: [`PermissionAlreadyExistsException`, 409] },
1303
1183
  [_m],
1304
1184
  [0],
1305
1185
  ];
@@ -1308,11 +1188,7 @@ var PermissionLimitExceededException = [
1308
1188
  -3,
1309
1189
  n0,
1310
1190
  _PLEE,
1311
- {
1312
- [_e]: _c,
1313
- [_hE]: 400,
1314
- [_aQE]: [`PermissionLimitExceededException`, 400],
1315
- },
1191
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`PermissionLimitExceededException`, 400] },
1316
1192
  [_m],
1317
1193
  [0],
1318
1194
  ];
@@ -1321,11 +1197,7 @@ var PermissionVersionsLimitExceededException = [
1321
1197
  -3,
1322
1198
  n0,
1323
1199
  _PVLEE,
1324
- {
1325
- [_e]: _c,
1326
- [_hE]: 400,
1327
- [_aQE]: [`PermissionVersionsLimitExceededException`, 400],
1328
- },
1200
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`PermissionVersionsLimitExceededException`, 400] },
1329
1201
  [_m],
1330
1202
  [0],
1331
1203
  ];
@@ -1353,14 +1225,7 @@ var PromoteResourceShareCreatedFromPolicyRequest = [
1353
1225
  _PRSCFPR,
1354
1226
  0,
1355
1227
  [_rSA],
1356
- [
1357
- [
1358
- 0,
1359
- {
1360
- [_hQ]: _rSA,
1361
- },
1362
- ],
1363
- ],
1228
+ [[0, { [_hQ]: _rSA }]],
1364
1229
  ];
1365
1230
  var PromoteResourceShareCreatedFromPolicyResponse = [
1366
1231
  3,
@@ -1368,14 +1233,7 @@ var PromoteResourceShareCreatedFromPolicyResponse = [
1368
1233
  _PRSCFPRr,
1369
1234
  0,
1370
1235
  [_rV],
1371
- [
1372
- [
1373
- 2,
1374
- {
1375
- [_xN]: _re,
1376
- },
1377
- ],
1378
- ],
1236
+ [[2, { [_xN]: _re }]],
1379
1237
  ];
1380
1238
  var RejectResourceShareInvitationRequest = [3, n0, _RRSIR, 0, [_rSIA, _cT], [0, 0]];
1381
1239
  var RejectResourceShareInvitationResponse = [
@@ -1422,11 +1280,7 @@ var ResourceArnNotFoundException = [
1422
1280
  -3,
1423
1281
  n0,
1424
1282
  _RANFE,
1425
- {
1426
- [_e]: _c,
1427
- [_hE]: 400,
1428
- [_aQE]: [`InvalidResourceArn.NotFound`, 400],
1429
- },
1283
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceArn.NotFound`, 400] },
1430
1284
  [_m],
1431
1285
  [0],
1432
1286
  ];
@@ -1459,11 +1313,7 @@ var ResourceShareInvitationAlreadyAcceptedException = [
1459
1313
  -3,
1460
1314
  n0,
1461
1315
  _RSIAAE,
1462
- {
1463
- [_e]: _c,
1464
- [_hE]: 400,
1465
- [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyAccepted`, 400],
1466
- },
1316
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyAccepted`, 400] },
1467
1317
  [_m],
1468
1318
  [0],
1469
1319
  ];
@@ -1472,11 +1322,7 @@ var ResourceShareInvitationAlreadyRejectedException = [
1472
1322
  -3,
1473
1323
  n0,
1474
1324
  _RSIARE,
1475
- {
1476
- [_e]: _c,
1477
- [_hE]: 400,
1478
- [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyRejected`, 400],
1479
- },
1325
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.AlreadyRejected`, 400] },
1480
1326
  [_m],
1481
1327
  [0],
1482
1328
  ];
@@ -1485,11 +1331,7 @@ var ResourceShareInvitationArnNotFoundException = [
1485
1331
  -3,
1486
1332
  n0,
1487
1333
  _RSIANFE,
1488
- {
1489
- [_e]: _c,
1490
- [_hE]: 400,
1491
- [_aQE]: [`InvalidResourceShareInvitationArn.NotFound`, 400],
1492
- },
1334
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.NotFound`, 400] },
1493
1335
  [_m],
1494
1336
  [0],
1495
1337
  ];
@@ -1498,11 +1340,7 @@ var ResourceShareInvitationExpiredException = [
1498
1340
  -3,
1499
1341
  n0,
1500
1342
  _RSIEE,
1501
- {
1502
- [_e]: _c,
1503
- [_hE]: 400,
1504
- [_aQE]: [`InvalidResourceShareInvitationArn.Expired`, 400],
1505
- },
1343
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareInvitationArn.Expired`, 400] },
1506
1344
  [_m],
1507
1345
  [0],
1508
1346
  ];
@@ -1511,11 +1349,7 @@ var ResourceShareLimitExceededException = [
1511
1349
  -3,
1512
1350
  n0,
1513
1351
  _RSLEE,
1514
- {
1515
- [_e]: _c,
1516
- [_hE]: 400,
1517
- [_aQE]: [`ResourceShareLimitExceeded`, 400],
1518
- },
1352
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceShareLimitExceeded`, 400] },
1519
1353
  [_m],
1520
1354
  [0],
1521
1355
  ];
@@ -1540,11 +1374,7 @@ var ServerInternalException = [
1540
1374
  -3,
1541
1375
  n0,
1542
1376
  _SIE,
1543
- {
1544
- [_e]: _se,
1545
- [_hE]: 500,
1546
- [_aQE]: [`InternalError`, 500],
1547
- },
1377
+ { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalError`, 500] },
1548
1378
  [_m],
1549
1379
  [0],
1550
1380
  ];
@@ -1554,11 +1384,7 @@ var ServiceUnavailableException = [
1554
1384
  -3,
1555
1385
  n0,
1556
1386
  _SUE,
1557
- {
1558
- [_e]: _se,
1559
- [_hE]: 503,
1560
- [_aQE]: [`Unavailable`, 503],
1561
- },
1387
+ { [_e]: _se, [_hE]: 503, [_aQE]: [`Unavailable`, 503] },
1562
1388
  [_m],
1563
1389
  [0],
1564
1390
  ];
@@ -1570,15 +1396,7 @@ var SetDefaultPermissionVersionResponse = [
1570
1396
  _SDPVRe,
1571
1397
  0,
1572
1398
  [_rV, _cT],
1573
- [
1574
- [
1575
- 2,
1576
- {
1577
- [_xN]: _re,
1578
- },
1579
- ],
1580
- 0,
1581
- ],
1399
+ [[2, { [_xN]: _re }], 0],
1582
1400
  ];
1583
1401
  var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1584
1402
  var TagFilter = [3, n0, _TF, 0, [_tK, _tV], [0, 64 | 0]];
@@ -1586,11 +1404,7 @@ var TagLimitExceededException = [
1586
1404
  -3,
1587
1405
  n0,
1588
1406
  _TLEE,
1589
- {
1590
- [_e]: _c,
1591
- [_hE]: 400,
1592
- [_aQE]: [`TagLimitExceeded`, 400],
1593
- },
1407
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TagLimitExceeded`, 400] },
1594
1408
  [_m],
1595
1409
  [0],
1596
1410
  ];
@@ -1599,11 +1413,7 @@ var TagPolicyViolationException = [
1599
1413
  -3,
1600
1414
  n0,
1601
1415
  _TPVE,
1602
- {
1603
- [_e]: _c,
1604
- [_hE]: 400,
1605
- [_aQE]: [`TagPolicyViolation`, 400],
1606
- },
1416
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`TagPolicyViolation`, 400] },
1607
1417
  [_m],
1608
1418
  [0],
1609
1419
  ];
@@ -1614,11 +1424,7 @@ var ThrottlingException = [
1614
1424
  -3,
1615
1425
  n0,
1616
1426
  _TE,
1617
- {
1618
- [_e]: _c,
1619
- [_hE]: 429,
1620
- [_aQE]: [`ThrottlingException`, 429],
1621
- },
1427
+ { [_e]: _c, [_hE]: 429, [_aQE]: [`ThrottlingException`, 429] },
1622
1428
  [_m],
1623
1429
  [0],
1624
1430
  ];
@@ -1627,11 +1433,7 @@ var UnknownResourceException = [
1627
1433
  -3,
1628
1434
  n0,
1629
1435
  _URE,
1630
- {
1631
- [_e]: _c,
1632
- [_hE]: 400,
1633
- [_aQE]: [`InvalidResourceShareArn.NotFound`, 400],
1634
- },
1436
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidResourceShareArn.NotFound`, 400] },
1635
1437
  [_m],
1636
1438
  [0],
1637
1439
  ];
@@ -1640,11 +1442,7 @@ var UnmatchedPolicyPermissionException = [
1640
1442
  -3,
1641
1443
  n0,
1642
1444
  _UPPE,
1643
- {
1644
- [_e]: _c,
1645
- [_hE]: 400,
1646
- [_aQE]: [`UnmatchedPolicyPermissionException`, 400],
1647
- },
1445
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`UnmatchedPolicyPermissionException`, 400] },
1648
1446
  [_m],
1649
1447
  [0],
1650
1448
  ];
@@ -1662,219 +1460,60 @@ var UpdateResourceShareResponse = [
1662
1460
  ];
1663
1461
  var RAMServiceException = [-3, _sm, "RAMServiceException", 0, [], []];
1664
1462
  schema.TypeRegistry.for(_sm).registerError(RAMServiceException, RAMServiceException$1);
1665
- var AssociatedPermissionList = [
1666
- 1,
1667
- n0,
1668
- _APL,
1669
- 0,
1670
- [
1671
- () => AssociatedPermission,
1672
- {
1673
- [_xN]: _it,
1674
- },
1675
- ],
1676
- ];
1677
- var PermissionArnList = [
1678
- 1,
1679
- n0,
1680
- _PAL,
1681
- 0,
1682
- [
1683
- 0,
1684
- {
1685
- [_xN]: _it,
1686
- },
1687
- ],
1688
- ];
1689
- var PolicyList = [
1690
- 1,
1691
- n0,
1692
- _PL,
1693
- 0,
1694
- [
1695
- 0,
1696
- {
1697
- [_xN]: _it,
1698
- },
1699
- ],
1700
- ];
1701
- var PrincipalArnOrIdList = [
1702
- 1,
1703
- n0,
1704
- _PAOIL,
1705
- 0,
1706
- [
1707
- 0,
1708
- {
1709
- [_xN]: _it,
1710
- },
1711
- ],
1712
- ];
1713
- var PrincipalList = [
1714
- 1,
1715
- n0,
1716
- _PLr,
1717
- 0,
1718
- [
1719
- () => Principal,
1720
- {
1721
- [_xN]: _it,
1722
- },
1723
- ],
1724
- ];
1725
- var ReplacePermissionAssociationsWorkIdList = [
1726
- 1,
1727
- n0,
1728
- _RPAWIL,
1729
- 0,
1730
- [
1731
- 0,
1732
- {
1733
- [_xN]: _it,
1734
- },
1735
- ],
1736
- ];
1463
+ var AssociatedPermissionList = [1, n0, _APL, 0, [() => AssociatedPermission, { [_xN]: _it }]];
1464
+ var PermissionArnList = [1, n0, _PAL, 0, [0, { [_xN]: _it }]];
1465
+ var PolicyList = [1, n0, _PL, 0, [0, { [_xN]: _it }]];
1466
+ var PrincipalArnOrIdList = [1, n0, _PAOIL, 0, [0, { [_xN]: _it }]];
1467
+ var PrincipalList = [1, n0, _PLr, 0, [() => Principal, { [_xN]: _it }]];
1468
+ var ReplacePermissionAssociationsWorkIdList = [1, n0, _RPAWIL, 0, [0, { [_xN]: _it }]];
1737
1469
  var ReplacePermissionAssociationsWorkList = [
1738
1470
  1,
1739
1471
  n0,
1740
1472
  _RPAWL,
1741
1473
  0,
1742
- [
1743
- () => ReplacePermissionAssociationsWork,
1744
- {
1745
- [_xN]: _it,
1746
- },
1747
- ],
1748
- ];
1749
- var ResourceArnList = [
1750
- 1,
1751
- n0,
1752
- _RAL,
1753
- 0,
1754
- [
1755
- 0,
1756
- {
1757
- [_xN]: _it,
1758
- },
1759
- ],
1760
- ];
1761
- var ResourceList = [
1762
- 1,
1763
- n0,
1764
- _RL,
1765
- 0,
1766
- [
1767
- () => Resource,
1768
- {
1769
- [_xN]: _it,
1770
- },
1771
- ],
1772
- ];
1773
- var ResourceShareArnList = [
1774
- 1,
1775
- n0,
1776
- _RSAL,
1777
- 0,
1778
- [
1779
- 0,
1780
- {
1781
- [_xN]: _it,
1782
- },
1783
- ],
1474
+ [() => ReplacePermissionAssociationsWork, { [_xN]: _it }],
1784
1475
  ];
1476
+ var ResourceArnList = [1, n0, _RAL, 0, [0, { [_xN]: _it }]];
1477
+ var ResourceList = [1, n0, _RL, 0, [() => Resource, { [_xN]: _it }]];
1478
+ var ResourceShareArnList = [1, n0, _RSAL, 0, [0, { [_xN]: _it }]];
1785
1479
  var ResourceShareAssociationList = [
1786
1480
  1,
1787
1481
  n0,
1788
1482
  _RSALe,
1789
1483
  0,
1790
- [
1791
- () => ResourceShareAssociation,
1792
- {
1793
- [_xN]: _it,
1794
- },
1795
- ],
1796
- ];
1797
- var ResourceShareInvitationArnList = [
1798
- 1,
1799
- n0,
1800
- _RSIAL,
1801
- 0,
1802
- [
1803
- 0,
1804
- {
1805
- [_xN]: _it,
1806
- },
1807
- ],
1484
+ [() => ResourceShareAssociation, { [_xN]: _it }],
1808
1485
  ];
1486
+ var ResourceShareInvitationArnList = [1, n0, _RSIAL, 0, [0, { [_xN]: _it }]];
1809
1487
  var ResourceShareInvitationList = [
1810
1488
  1,
1811
1489
  n0,
1812
1490
  _RSIL,
1813
1491
  0,
1814
- [
1815
- () => ResourceShareInvitation,
1816
- {
1817
- [_xN]: _it,
1818
- },
1819
- ],
1820
- ];
1821
- var ResourceShareList = [
1822
- 1,
1823
- n0,
1824
- _RSL,
1825
- 0,
1826
- [
1827
- () => ResourceShare,
1828
- {
1829
- [_xN]: _it,
1830
- },
1831
- ],
1492
+ [() => ResourceShareInvitation, { [_xN]: _it }],
1832
1493
  ];
1494
+ var ResourceShareList = [1, n0, _RSL, 0, [() => ResourceShare, { [_xN]: _it }]];
1833
1495
  var ResourceSharePermissionList = [
1834
1496
  1,
1835
1497
  n0,
1836
1498
  _RSPL,
1837
1499
  0,
1838
- [
1839
- () => ResourceSharePermissionSummary,
1840
- {
1841
- [_xN]: _it,
1842
- },
1843
- ],
1500
+ [() => ResourceSharePermissionSummary, { [_xN]: _it }],
1844
1501
  ];
1845
1502
  var ServiceNameAndResourceTypeList = [
1846
1503
  1,
1847
1504
  n0,
1848
1505
  _SNARTL,
1849
1506
  0,
1850
- [
1851
- () => ServiceNameAndResourceType,
1852
- {
1853
- [_xN]: _it,
1854
- },
1855
- ],
1856
- ];
1857
- var SourceArnOrAccountList = [
1858
- 1,
1859
- n0,
1860
- _SAOAL,
1861
- 0,
1862
- [
1863
- 0,
1864
- {
1865
- [_xN]: _it,
1866
- },
1867
- ],
1507
+ [() => ServiceNameAndResourceType, { [_xN]: _it }],
1868
1508
  ];
1509
+ var SourceArnOrAccountList = [1, n0, _SAOAL, 0, [0, { [_xN]: _it }]];
1869
1510
  var TagFilters = [1, n0, _TFa, 0, () => TagFilter];
1870
1511
  var TagList = [1, n0, _TL, 0, () => Tag];
1871
1512
  var AcceptResourceShareInvitation = [
1872
1513
  9,
1873
1514
  n0,
1874
1515
  _ARSI,
1875
- {
1876
- [_h]: ["POST", "/acceptresourceshareinvitation", 200],
1877
- },
1516
+ { [_h]: ["POST", "/acceptresourceshareinvitation", 200] },
1878
1517
  () => AcceptResourceShareInvitationRequest,
1879
1518
  () => AcceptResourceShareInvitationResponse,
1880
1519
  ];
@@ -1882,9 +1521,7 @@ var AssociateResourceShare = [
1882
1521
  9,
1883
1522
  n0,
1884
1523
  _ARS,
1885
- {
1886
- [_h]: ["POST", "/associateresourceshare", 200],
1887
- },
1524
+ { [_h]: ["POST", "/associateresourceshare", 200] },
1888
1525
  () => AssociateResourceShareRequest,
1889
1526
  () => AssociateResourceShareResponse,
1890
1527
  ];
@@ -1892,9 +1529,7 @@ var AssociateResourceSharePermission = [
1892
1529
  9,
1893
1530
  n0,
1894
1531
  _ARSP,
1895
- {
1896
- [_h]: ["POST", "/associateresourcesharepermission", 200],
1897
- },
1532
+ { [_h]: ["POST", "/associateresourcesharepermission", 200] },
1898
1533
  () => AssociateResourceSharePermissionRequest,
1899
1534
  () => AssociateResourceSharePermissionResponse,
1900
1535
  ];
@@ -1902,9 +1537,7 @@ var CreatePermission = [
1902
1537
  9,
1903
1538
  n0,
1904
1539
  _CP,
1905
- {
1906
- [_h]: ["POST", "/createpermission", 200],
1907
- },
1540
+ { [_h]: ["POST", "/createpermission", 200] },
1908
1541
  () => CreatePermissionRequest,
1909
1542
  () => CreatePermissionResponse,
1910
1543
  ];
@@ -1912,9 +1545,7 @@ var CreatePermissionVersion = [
1912
1545
  9,
1913
1546
  n0,
1914
1547
  _CPV,
1915
- {
1916
- [_h]: ["POST", "/createpermissionversion", 200],
1917
- },
1548
+ { [_h]: ["POST", "/createpermissionversion", 200] },
1918
1549
  () => CreatePermissionVersionRequest,
1919
1550
  () => CreatePermissionVersionResponse,
1920
1551
  ];
@@ -1922,9 +1553,7 @@ var CreateResourceShare = [
1922
1553
  9,
1923
1554
  n0,
1924
1555
  _CRS,
1925
- {
1926
- [_h]: ["POST", "/createresourceshare", 200],
1927
- },
1556
+ { [_h]: ["POST", "/createresourceshare", 200] },
1928
1557
  () => CreateResourceShareRequest,
1929
1558
  () => CreateResourceShareResponse,
1930
1559
  ];
@@ -1932,9 +1561,7 @@ var DeletePermission = [
1932
1561
  9,
1933
1562
  n0,
1934
1563
  _DP,
1935
- {
1936
- [_h]: ["DELETE", "/deletepermission", 200],
1937
- },
1564
+ { [_h]: ["DELETE", "/deletepermission", 200] },
1938
1565
  () => DeletePermissionRequest,
1939
1566
  () => DeletePermissionResponse,
1940
1567
  ];
@@ -1942,9 +1569,7 @@ var DeletePermissionVersion = [
1942
1569
  9,
1943
1570
  n0,
1944
1571
  _DPV,
1945
- {
1946
- [_h]: ["DELETE", "/deletepermissionversion", 200],
1947
- },
1572
+ { [_h]: ["DELETE", "/deletepermissionversion", 200] },
1948
1573
  () => DeletePermissionVersionRequest,
1949
1574
  () => DeletePermissionVersionResponse,
1950
1575
  ];
@@ -1952,9 +1577,7 @@ var DeleteResourceShare = [
1952
1577
  9,
1953
1578
  n0,
1954
1579
  _DRS,
1955
- {
1956
- [_h]: ["DELETE", "/deleteresourceshare", 200],
1957
- },
1580
+ { [_h]: ["DELETE", "/deleteresourceshare", 200] },
1958
1581
  () => DeleteResourceShareRequest,
1959
1582
  () => DeleteResourceShareResponse,
1960
1583
  ];
@@ -1962,9 +1585,7 @@ var DisassociateResourceShare = [
1962
1585
  9,
1963
1586
  n0,
1964
1587
  _DRSi,
1965
- {
1966
- [_h]: ["POST", "/disassociateresourceshare", 200],
1967
- },
1588
+ { [_h]: ["POST", "/disassociateresourceshare", 200] },
1968
1589
  () => DisassociateResourceShareRequest,
1969
1590
  () => DisassociateResourceShareResponse,
1970
1591
  ];
@@ -1972,9 +1593,7 @@ var DisassociateResourceSharePermission = [
1972
1593
  9,
1973
1594
  n0,
1974
1595
  _DRSP,
1975
- {
1976
- [_h]: ["POST", "/disassociateresourcesharepermission", 200],
1977
- },
1596
+ { [_h]: ["POST", "/disassociateresourcesharepermission", 200] },
1978
1597
  () => DisassociateResourceSharePermissionRequest,
1979
1598
  () => DisassociateResourceSharePermissionResponse,
1980
1599
  ];
@@ -1982,9 +1601,7 @@ var EnableSharingWithAwsOrganization = [
1982
1601
  9,
1983
1602
  n0,
1984
1603
  _ESWAO,
1985
- {
1986
- [_h]: ["POST", "/enablesharingwithawsorganization", 200],
1987
- },
1604
+ { [_h]: ["POST", "/enablesharingwithawsorganization", 200] },
1988
1605
  () => EnableSharingWithAwsOrganizationRequest,
1989
1606
  () => EnableSharingWithAwsOrganizationResponse,
1990
1607
  ];
@@ -1992,9 +1609,7 @@ var GetPermission = [
1992
1609
  9,
1993
1610
  n0,
1994
1611
  _GP,
1995
- {
1996
- [_h]: ["POST", "/getpermission", 200],
1997
- },
1612
+ { [_h]: ["POST", "/getpermission", 200] },
1998
1613
  () => GetPermissionRequest,
1999
1614
  () => GetPermissionResponse,
2000
1615
  ];
@@ -2002,9 +1617,7 @@ var GetResourcePolicies = [
2002
1617
  9,
2003
1618
  n0,
2004
1619
  _GRP,
2005
- {
2006
- [_h]: ["POST", "/getresourcepolicies", 200],
2007
- },
1620
+ { [_h]: ["POST", "/getresourcepolicies", 200] },
2008
1621
  () => GetResourcePoliciesRequest,
2009
1622
  () => GetResourcePoliciesResponse,
2010
1623
  ];
@@ -2012,9 +1625,7 @@ var GetResourceShareAssociations = [
2012
1625
  9,
2013
1626
  n0,
2014
1627
  _GRSA,
2015
- {
2016
- [_h]: ["POST", "/getresourceshareassociations", 200],
2017
- },
1628
+ { [_h]: ["POST", "/getresourceshareassociations", 200] },
2018
1629
  () => GetResourceShareAssociationsRequest,
2019
1630
  () => GetResourceShareAssociationsResponse,
2020
1631
  ];
@@ -2022,9 +1633,7 @@ var GetResourceShareInvitations = [
2022
1633
  9,
2023
1634
  n0,
2024
1635
  _GRSI,
2025
- {
2026
- [_h]: ["POST", "/getresourceshareinvitations", 200],
2027
- },
1636
+ { [_h]: ["POST", "/getresourceshareinvitations", 200] },
2028
1637
  () => GetResourceShareInvitationsRequest,
2029
1638
  () => GetResourceShareInvitationsResponse,
2030
1639
  ];
@@ -2032,9 +1641,7 @@ var GetResourceShares = [
2032
1641
  9,
2033
1642
  n0,
2034
1643
  _GRS,
2035
- {
2036
- [_h]: ["POST", "/getresourceshares", 200],
2037
- },
1644
+ { [_h]: ["POST", "/getresourceshares", 200] },
2038
1645
  () => GetResourceSharesRequest,
2039
1646
  () => GetResourceSharesResponse,
2040
1647
  ];
@@ -2042,9 +1649,7 @@ var ListPendingInvitationResources = [
2042
1649
  9,
2043
1650
  n0,
2044
1651
  _LPIR,
2045
- {
2046
- [_h]: ["POST", "/listpendinginvitationresources", 200],
2047
- },
1652
+ { [_h]: ["POST", "/listpendinginvitationresources", 200] },
2048
1653
  () => ListPendingInvitationResourcesRequest,
2049
1654
  () => ListPendingInvitationResourcesResponse,
2050
1655
  ];
@@ -2052,9 +1657,7 @@ var ListPermissionAssociations = [
2052
1657
  9,
2053
1658
  n0,
2054
1659
  _LPA,
2055
- {
2056
- [_h]: ["POST", "/listpermissionassociations", 200],
2057
- },
1660
+ { [_h]: ["POST", "/listpermissionassociations", 200] },
2058
1661
  () => ListPermissionAssociationsRequest,
2059
1662
  () => ListPermissionAssociationsResponse,
2060
1663
  ];
@@ -2062,9 +1665,7 @@ var ListPermissions = [
2062
1665
  9,
2063
1666
  n0,
2064
1667
  _LP,
2065
- {
2066
- [_h]: ["POST", "/listpermissions", 200],
2067
- },
1668
+ { [_h]: ["POST", "/listpermissions", 200] },
2068
1669
  () => ListPermissionsRequest,
2069
1670
  () => ListPermissionsResponse,
2070
1671
  ];
@@ -2072,9 +1673,7 @@ var ListPermissionVersions = [
2072
1673
  9,
2073
1674
  n0,
2074
1675
  _LPV,
2075
- {
2076
- [_h]: ["POST", "/listpermissionversions", 200],
2077
- },
1676
+ { [_h]: ["POST", "/listpermissionversions", 200] },
2078
1677
  () => ListPermissionVersionsRequest,
2079
1678
  () => ListPermissionVersionsResponse,
2080
1679
  ];
@@ -2082,9 +1681,7 @@ var ListPrincipals = [
2082
1681
  9,
2083
1682
  n0,
2084
1683
  _LPi,
2085
- {
2086
- [_h]: ["POST", "/listprincipals", 200],
2087
- },
1684
+ { [_h]: ["POST", "/listprincipals", 200] },
2088
1685
  () => ListPrincipalsRequest,
2089
1686
  () => ListPrincipalsResponse,
2090
1687
  ];
@@ -2092,9 +1689,7 @@ var ListReplacePermissionAssociationsWork = [
2092
1689
  9,
2093
1690
  n0,
2094
1691
  _LRPAW,
2095
- {
2096
- [_h]: ["POST", "/listreplacepermissionassociationswork", 200],
2097
- },
1692
+ { [_h]: ["POST", "/listreplacepermissionassociationswork", 200] },
2098
1693
  () => ListReplacePermissionAssociationsWorkRequest,
2099
1694
  () => ListReplacePermissionAssociationsWorkResponse,
2100
1695
  ];
@@ -2102,9 +1697,7 @@ var ListResources = [
2102
1697
  9,
2103
1698
  n0,
2104
1699
  _LR,
2105
- {
2106
- [_h]: ["POST", "/listresources", 200],
2107
- },
1700
+ { [_h]: ["POST", "/listresources", 200] },
2108
1701
  () => ListResourcesRequest,
2109
1702
  () => ListResourcesResponse,
2110
1703
  ];
@@ -2112,9 +1705,7 @@ var ListResourceSharePermissions = [
2112
1705
  9,
2113
1706
  n0,
2114
1707
  _LRSP,
2115
- {
2116
- [_h]: ["POST", "/listresourcesharepermissions", 200],
2117
- },
1708
+ { [_h]: ["POST", "/listresourcesharepermissions", 200] },
2118
1709
  () => ListResourceSharePermissionsRequest,
2119
1710
  () => ListResourceSharePermissionsResponse,
2120
1711
  ];
@@ -2122,9 +1713,7 @@ var ListResourceTypes = [
2122
1713
  9,
2123
1714
  n0,
2124
1715
  _LRT,
2125
- {
2126
- [_h]: ["POST", "/listresourcetypes", 200],
2127
- },
1716
+ { [_h]: ["POST", "/listresourcetypes", 200] },
2128
1717
  () => ListResourceTypesRequest,
2129
1718
  () => ListResourceTypesResponse,
2130
1719
  ];
@@ -2132,9 +1721,7 @@ var PromotePermissionCreatedFromPolicy = [
2132
1721
  9,
2133
1722
  n0,
2134
1723
  _PPCFP,
2135
- {
2136
- [_h]: ["POST", "/promotepermissioncreatedfrompolicy", 200],
2137
- },
1724
+ { [_h]: ["POST", "/promotepermissioncreatedfrompolicy", 200] },
2138
1725
  () => PromotePermissionCreatedFromPolicyRequest,
2139
1726
  () => PromotePermissionCreatedFromPolicyResponse,
2140
1727
  ];
@@ -2142,9 +1729,7 @@ var PromoteResourceShareCreatedFromPolicy = [
2142
1729
  9,
2143
1730
  n0,
2144
1731
  _PRSCFP,
2145
- {
2146
- [_h]: ["POST", "/promoteresourcesharecreatedfrompolicy", 200],
2147
- },
1732
+ { [_h]: ["POST", "/promoteresourcesharecreatedfrompolicy", 200] },
2148
1733
  () => PromoteResourceShareCreatedFromPolicyRequest,
2149
1734
  () => PromoteResourceShareCreatedFromPolicyResponse,
2150
1735
  ];
@@ -2152,9 +1737,7 @@ var RejectResourceShareInvitation = [
2152
1737
  9,
2153
1738
  n0,
2154
1739
  _RRSI,
2155
- {
2156
- [_h]: ["POST", "/rejectresourceshareinvitation", 200],
2157
- },
1740
+ { [_h]: ["POST", "/rejectresourceshareinvitation", 200] },
2158
1741
  () => RejectResourceShareInvitationRequest,
2159
1742
  () => RejectResourceShareInvitationResponse,
2160
1743
  ];
@@ -2162,9 +1745,7 @@ var ReplacePermissionAssociations = [
2162
1745
  9,
2163
1746
  n0,
2164
1747
  _RPA,
2165
- {
2166
- [_h]: ["POST", "/replacepermissionassociations", 200],
2167
- },
1748
+ { [_h]: ["POST", "/replacepermissionassociations", 200] },
2168
1749
  () => ReplacePermissionAssociationsRequest,
2169
1750
  () => ReplacePermissionAssociationsResponse,
2170
1751
  ];
@@ -2172,9 +1753,7 @@ var SetDefaultPermissionVersion = [
2172
1753
  9,
2173
1754
  n0,
2174
1755
  _SDPV,
2175
- {
2176
- [_h]: ["POST", "/setdefaultpermissionversion", 200],
2177
- },
1756
+ { [_h]: ["POST", "/setdefaultpermissionversion", 200] },
2178
1757
  () => SetDefaultPermissionVersionRequest,
2179
1758
  () => SetDefaultPermissionVersionResponse,
2180
1759
  ];
@@ -2182,9 +1761,7 @@ var TagResource = [
2182
1761
  9,
2183
1762
  n0,
2184
1763
  _TR,
2185
- {
2186
- [_h]: ["POST", "/tagresource", 200],
2187
- },
1764
+ { [_h]: ["POST", "/tagresource", 200] },
2188
1765
  () => TagResourceRequest,
2189
1766
  () => TagResourceResponse,
2190
1767
  ];
@@ -2192,9 +1769,7 @@ var UntagResource = [
2192
1769
  9,
2193
1770
  n0,
2194
1771
  _UR,
2195
- {
2196
- [_h]: ["POST", "/untagresource", 200],
2197
- },
1772
+ { [_h]: ["POST", "/untagresource", 200] },
2198
1773
  () => UntagResourceRequest,
2199
1774
  () => UntagResourceResponse,
2200
1775
  ];
@@ -2202,9 +1777,7 @@ var UpdateResourceShare = [
2202
1777
  9,
2203
1778
  n0,
2204
1779
  _URS,
2205
- {
2206
- [_h]: ["POST", "/updateresourceshare", 200],
2207
- },
1780
+ { [_h]: ["POST", "/updateresourceshare", 200] },
2208
1781
  () => UpdateResourceShareRequest,
2209
1782
  () => UpdateResourceShareResponse,
2210
1783
  ];