@aws-sdk/client-ram 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +69 -69
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptResourceShareInvitationCommand: () => AcceptResourceShareInvitationCommand,
|
|
25
25
|
AssociateResourceShareCommand: () => AssociateResourceShareCommand,
|
|
26
26
|
AssociateResourceSharePermissionCommand: () => AssociateResourceSharePermissionCommand,
|
|
@@ -115,7 +115,7 @@ __export(src_exports, {
|
|
|
115
115
|
paginateListResourceTypes: () => paginateListResourceTypes,
|
|
116
116
|
paginateListResources: () => paginateListResources
|
|
117
117
|
});
|
|
118
|
-
module.exports = __toCommonJS(
|
|
118
|
+
module.exports = __toCommonJS(index_exports);
|
|
119
119
|
|
|
120
120
|
// src/RAMClient.ts
|
|
121
121
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -242,9 +242,9 @@ var RAMClient = class extends import_smithy_client.Client {
|
|
|
242
242
|
this.middlewareStack.use(
|
|
243
243
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
244
244
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultRAMHttpAuthSchemeParametersProvider,
|
|
245
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
245
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
246
246
|
"aws.auth#sigv4": config.credentials
|
|
247
|
-
})
|
|
247
|
+
}), "identityProviderConfigProvider")
|
|
248
248
|
})
|
|
249
249
|
);
|
|
250
250
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -894,10 +894,10 @@ var se_AssociateResourceShareCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
894
894
|
body = JSON.stringify(
|
|
895
895
|
(0, import_smithy_client.take)(input, {
|
|
896
896
|
clientToken: [],
|
|
897
|
-
principals: (_) => (0, import_smithy_client._json)(_),
|
|
898
|
-
resourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
897
|
+
principals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principals"),
|
|
898
|
+
resourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceArns"),
|
|
899
899
|
resourceShareArn: [],
|
|
900
|
-
sources: (_) => (0, import_smithy_client._json)(_)
|
|
900
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources")
|
|
901
901
|
})
|
|
902
902
|
);
|
|
903
903
|
b.m("POST").h(headers).b(body);
|
|
@@ -935,7 +935,7 @@ var se_CreatePermissionCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
935
935
|
name: [],
|
|
936
936
|
policyTemplate: [],
|
|
937
937
|
resourceType: [],
|
|
938
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
938
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
939
939
|
})
|
|
940
940
|
);
|
|
941
941
|
b.m("POST").h(headers).b(body);
|
|
@@ -970,11 +970,11 @@ var se_CreateResourceShareCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
970
970
|
allowExternalPrincipals: [],
|
|
971
971
|
clientToken: [],
|
|
972
972
|
name: [],
|
|
973
|
-
permissionArns: (_) => (0, import_smithy_client._json)(_),
|
|
974
|
-
principals: (_) => (0, import_smithy_client._json)(_),
|
|
975
|
-
resourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
976
|
-
sources: (_) => (0, import_smithy_client._json)(_),
|
|
977
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
973
|
+
permissionArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "permissionArns"),
|
|
974
|
+
principals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principals"),
|
|
975
|
+
resourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceArns"),
|
|
976
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources"),
|
|
977
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
978
978
|
})
|
|
979
979
|
);
|
|
980
980
|
b.m("POST").h(headers).b(body);
|
|
@@ -1027,10 +1027,10 @@ var se_DisassociateResourceShareCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1027
1027
|
body = JSON.stringify(
|
|
1028
1028
|
(0, import_smithy_client.take)(input, {
|
|
1029
1029
|
clientToken: [],
|
|
1030
|
-
principals: (_) => (0, import_smithy_client._json)(_),
|
|
1031
|
-
resourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
1030
|
+
principals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principals"),
|
|
1031
|
+
resourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceArns"),
|
|
1032
1032
|
resourceShareArn: [],
|
|
1033
|
-
sources: (_) => (0, import_smithy_client._json)(_)
|
|
1033
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources")
|
|
1034
1034
|
})
|
|
1035
1035
|
);
|
|
1036
1036
|
b.m("POST").h(headers).b(body);
|
|
@@ -1089,7 +1089,7 @@ var se_GetResourcePoliciesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1089
1089
|
maxResults: [],
|
|
1090
1090
|
nextToken: [],
|
|
1091
1091
|
principal: [],
|
|
1092
|
-
resourceArns: (_) => (0, import_smithy_client._json)(_)
|
|
1092
|
+
resourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceArns")
|
|
1093
1093
|
})
|
|
1094
1094
|
);
|
|
1095
1095
|
b.m("POST").h(headers).b(body);
|
|
@@ -1110,7 +1110,7 @@ var se_GetResourceShareAssociationsCommand = /* @__PURE__ */ __name(async (input
|
|
|
1110
1110
|
nextToken: [],
|
|
1111
1111
|
principal: [],
|
|
1112
1112
|
resourceArn: [],
|
|
1113
|
-
resourceShareArns: (_) => (0, import_smithy_client._json)(_)
|
|
1113
|
+
resourceShareArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceShareArns")
|
|
1114
1114
|
})
|
|
1115
1115
|
);
|
|
1116
1116
|
b.m("POST").h(headers).b(body);
|
|
@@ -1127,8 +1127,8 @@ var se_GetResourceShareInvitationsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1127
1127
|
(0, import_smithy_client.take)(input, {
|
|
1128
1128
|
maxResults: [],
|
|
1129
1129
|
nextToken: [],
|
|
1130
|
-
resourceShareArns: (_) => (0, import_smithy_client._json)(_),
|
|
1131
|
-
resourceShareInvitationArns: (_) => (0, import_smithy_client._json)(_)
|
|
1130
|
+
resourceShareArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceShareArns"),
|
|
1131
|
+
resourceShareInvitationArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceShareInvitationArns")
|
|
1132
1132
|
})
|
|
1133
1133
|
);
|
|
1134
1134
|
b.m("POST").h(headers).b(body);
|
|
@@ -1149,9 +1149,9 @@ var se_GetResourceSharesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1149
1149
|
permissionArn: [],
|
|
1150
1150
|
permissionVersion: [],
|
|
1151
1151
|
resourceOwner: [],
|
|
1152
|
-
resourceShareArns: (_) => (0, import_smithy_client._json)(_),
|
|
1152
|
+
resourceShareArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceShareArns"),
|
|
1153
1153
|
resourceShareStatus: [],
|
|
1154
|
-
tagFilters: (_) => (0, import_smithy_client._json)(_)
|
|
1154
|
+
tagFilters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagFilters")
|
|
1155
1155
|
})
|
|
1156
1156
|
);
|
|
1157
1157
|
b.m("POST").h(headers).b(body);
|
|
@@ -1243,10 +1243,10 @@ var se_ListPrincipalsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1243
1243
|
(0, import_smithy_client.take)(input, {
|
|
1244
1244
|
maxResults: [],
|
|
1245
1245
|
nextToken: [],
|
|
1246
|
-
principals: (_) => (0, import_smithy_client._json)(_),
|
|
1246
|
+
principals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principals"),
|
|
1247
1247
|
resourceArn: [],
|
|
1248
1248
|
resourceOwner: [],
|
|
1249
|
-
resourceShareArns: (_) => (0, import_smithy_client._json)(_),
|
|
1249
|
+
resourceShareArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceShareArns"),
|
|
1250
1250
|
resourceType: []
|
|
1251
1251
|
})
|
|
1252
1252
|
);
|
|
@@ -1265,7 +1265,7 @@ var se_ListReplacePermissionAssociationsWorkCommand = /* @__PURE__ */ __name(asy
|
|
|
1265
1265
|
maxResults: [],
|
|
1266
1266
|
nextToken: [],
|
|
1267
1267
|
status: [],
|
|
1268
|
-
workIds: (_) => (0, import_smithy_client._json)(_)
|
|
1268
|
+
workIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workIds")
|
|
1269
1269
|
})
|
|
1270
1270
|
);
|
|
1271
1271
|
b.m("POST").h(headers).b(body);
|
|
@@ -1283,10 +1283,10 @@ var se_ListResourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1283
1283
|
maxResults: [],
|
|
1284
1284
|
nextToken: [],
|
|
1285
1285
|
principal: [],
|
|
1286
|
-
resourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
1286
|
+
resourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceArns"),
|
|
1287
1287
|
resourceOwner: [],
|
|
1288
1288
|
resourceRegionScope: [],
|
|
1289
|
-
resourceShareArns: (_) => (0, import_smithy_client._json)(_),
|
|
1289
|
+
resourceShareArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceShareArns"),
|
|
1290
1290
|
resourceType: []
|
|
1291
1291
|
})
|
|
1292
1292
|
);
|
|
@@ -1417,7 +1417,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1417
1417
|
(0, import_smithy_client.take)(input, {
|
|
1418
1418
|
resourceArn: [],
|
|
1419
1419
|
resourceShareArn: [],
|
|
1420
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1420
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1421
1421
|
})
|
|
1422
1422
|
);
|
|
1423
1423
|
b.m("POST").h(headers).b(body);
|
|
@@ -1434,7 +1434,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1434
1434
|
(0, import_smithy_client.take)(input, {
|
|
1435
1435
|
resourceArn: [],
|
|
1436
1436
|
resourceShareArn: [],
|
|
1437
|
-
tagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1437
|
+
tagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagKeys")
|
|
1438
1438
|
})
|
|
1439
1439
|
);
|
|
1440
1440
|
b.m("POST").h(headers).b(body);
|
|
@@ -1468,7 +1468,7 @@ var de_AcceptResourceShareInvitationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1468
1468
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1469
1469
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1470
1470
|
clientToken: import_smithy_client.expectString,
|
|
1471
|
-
resourceShareInvitation: (_) => de_ResourceShareInvitation(_, context)
|
|
1471
|
+
resourceShareInvitation: /* @__PURE__ */ __name((_) => de_ResourceShareInvitation(_, context), "resourceShareInvitation")
|
|
1472
1472
|
});
|
|
1473
1473
|
Object.assign(contents, doc);
|
|
1474
1474
|
return contents;
|
|
@@ -1483,7 +1483,7 @@ var de_AssociateResourceShareCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1483
1483
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1484
1484
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1485
1485
|
clientToken: import_smithy_client.expectString,
|
|
1486
|
-
resourceShareAssociations: (_) => de_ResourceShareAssociationList(_, context)
|
|
1486
|
+
resourceShareAssociations: /* @__PURE__ */ __name((_) => de_ResourceShareAssociationList(_, context), "resourceShareAssociations")
|
|
1487
1487
|
});
|
|
1488
1488
|
Object.assign(contents, doc);
|
|
1489
1489
|
return contents;
|
|
@@ -1513,7 +1513,7 @@ var de_CreatePermissionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1513
1513
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1514
1514
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1515
1515
|
clientToken: import_smithy_client.expectString,
|
|
1516
|
-
permission: (_) => de_ResourceSharePermissionSummary(_, context)
|
|
1516
|
+
permission: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionSummary(_, context), "permission")
|
|
1517
1517
|
});
|
|
1518
1518
|
Object.assign(contents, doc);
|
|
1519
1519
|
return contents;
|
|
@@ -1528,7 +1528,7 @@ var de_CreatePermissionVersionCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1528
1528
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1529
1529
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1530
1530
|
clientToken: import_smithy_client.expectString,
|
|
1531
|
-
permission: (_) => de_ResourceSharePermissionDetail(_, context)
|
|
1531
|
+
permission: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionDetail(_, context), "permission")
|
|
1532
1532
|
});
|
|
1533
1533
|
Object.assign(contents, doc);
|
|
1534
1534
|
return contents;
|
|
@@ -1543,7 +1543,7 @@ var de_CreateResourceShareCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1543
1543
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1544
1544
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1545
1545
|
clientToken: import_smithy_client.expectString,
|
|
1546
|
-
resourceShare: (_) => de_ResourceShare(_, context)
|
|
1546
|
+
resourceShare: /* @__PURE__ */ __name((_) => de_ResourceShare(_, context), "resourceShare")
|
|
1547
1547
|
});
|
|
1548
1548
|
Object.assign(contents, doc);
|
|
1549
1549
|
return contents;
|
|
@@ -1605,7 +1605,7 @@ var de_DisassociateResourceShareCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1605
1605
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1606
1606
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1607
1607
|
clientToken: import_smithy_client.expectString,
|
|
1608
|
-
resourceShareAssociations: (_) => de_ResourceShareAssociationList(_, context)
|
|
1608
|
+
resourceShareAssociations: /* @__PURE__ */ __name((_) => de_ResourceShareAssociationList(_, context), "resourceShareAssociations")
|
|
1609
1609
|
});
|
|
1610
1610
|
Object.assign(contents, doc);
|
|
1611
1611
|
return contents;
|
|
@@ -1648,7 +1648,7 @@ var de_GetPermissionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1648
1648
|
});
|
|
1649
1649
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1650
1650
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1651
|
-
permission: (_) => de_ResourceSharePermissionDetail(_, context)
|
|
1651
|
+
permission: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionDetail(_, context), "permission")
|
|
1652
1652
|
});
|
|
1653
1653
|
Object.assign(contents, doc);
|
|
1654
1654
|
return contents;
|
|
@@ -1678,7 +1678,7 @@ var de_GetResourceShareAssociationsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1678
1678
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1679
1679
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1680
1680
|
nextToken: import_smithy_client.expectString,
|
|
1681
|
-
resourceShareAssociations: (_) => de_ResourceShareAssociationList(_, context)
|
|
1681
|
+
resourceShareAssociations: /* @__PURE__ */ __name((_) => de_ResourceShareAssociationList(_, context), "resourceShareAssociations")
|
|
1682
1682
|
});
|
|
1683
1683
|
Object.assign(contents, doc);
|
|
1684
1684
|
return contents;
|
|
@@ -1693,7 +1693,7 @@ var de_GetResourceShareInvitationsCommand = /* @__PURE__ */ __name(async (output
|
|
|
1693
1693
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1694
1694
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1695
1695
|
nextToken: import_smithy_client.expectString,
|
|
1696
|
-
resourceShareInvitations: (_) => de_ResourceShareInvitationList(_, context)
|
|
1696
|
+
resourceShareInvitations: /* @__PURE__ */ __name((_) => de_ResourceShareInvitationList(_, context), "resourceShareInvitations")
|
|
1697
1697
|
});
|
|
1698
1698
|
Object.assign(contents, doc);
|
|
1699
1699
|
return contents;
|
|
@@ -1708,7 +1708,7 @@ var de_GetResourceSharesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1708
1708
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1709
1709
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1710
1710
|
nextToken: import_smithy_client.expectString,
|
|
1711
|
-
resourceShares: (_) => de_ResourceShareList(_, context)
|
|
1711
|
+
resourceShares: /* @__PURE__ */ __name((_) => de_ResourceShareList(_, context), "resourceShares")
|
|
1712
1712
|
});
|
|
1713
1713
|
Object.assign(contents, doc);
|
|
1714
1714
|
return contents;
|
|
@@ -1723,7 +1723,7 @@ var de_ListPendingInvitationResourcesCommand = /* @__PURE__ */ __name(async (out
|
|
|
1723
1723
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1724
1724
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1725
1725
|
nextToken: import_smithy_client.expectString,
|
|
1726
|
-
resources: (_) => de_ResourceList(_, context)
|
|
1726
|
+
resources: /* @__PURE__ */ __name((_) => de_ResourceList(_, context), "resources")
|
|
1727
1727
|
});
|
|
1728
1728
|
Object.assign(contents, doc);
|
|
1729
1729
|
return contents;
|
|
@@ -1738,7 +1738,7 @@ var de_ListPermissionAssociationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1738
1738
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1739
1739
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1740
1740
|
nextToken: import_smithy_client.expectString,
|
|
1741
|
-
permissions: (_) => de_AssociatedPermissionList(_, context)
|
|
1741
|
+
permissions: /* @__PURE__ */ __name((_) => de_AssociatedPermissionList(_, context), "permissions")
|
|
1742
1742
|
});
|
|
1743
1743
|
Object.assign(contents, doc);
|
|
1744
1744
|
return contents;
|
|
@@ -1753,7 +1753,7 @@ var de_ListPermissionsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1753
1753
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1754
1754
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1755
1755
|
nextToken: import_smithy_client.expectString,
|
|
1756
|
-
permissions: (_) => de_ResourceSharePermissionList(_, context)
|
|
1756
|
+
permissions: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionList(_, context), "permissions")
|
|
1757
1757
|
});
|
|
1758
1758
|
Object.assign(contents, doc);
|
|
1759
1759
|
return contents;
|
|
@@ -1768,7 +1768,7 @@ var de_ListPermissionVersionsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1768
1768
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1769
1769
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1770
1770
|
nextToken: import_smithy_client.expectString,
|
|
1771
|
-
permissions: (_) => de_ResourceSharePermissionList(_, context)
|
|
1771
|
+
permissions: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionList(_, context), "permissions")
|
|
1772
1772
|
});
|
|
1773
1773
|
Object.assign(contents, doc);
|
|
1774
1774
|
return contents;
|
|
@@ -1783,7 +1783,7 @@ var de_ListPrincipalsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1783
1783
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1784
1784
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1785
1785
|
nextToken: import_smithy_client.expectString,
|
|
1786
|
-
principals: (_) => de_PrincipalList(_, context)
|
|
1786
|
+
principals: /* @__PURE__ */ __name((_) => de_PrincipalList(_, context), "principals")
|
|
1787
1787
|
});
|
|
1788
1788
|
Object.assign(contents, doc);
|
|
1789
1789
|
return contents;
|
|
@@ -1798,7 +1798,7 @@ var de_ListReplacePermissionAssociationsWorkCommand = /* @__PURE__ */ __name(asy
|
|
|
1798
1798
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1799
1799
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1800
1800
|
nextToken: import_smithy_client.expectString,
|
|
1801
|
-
replacePermissionAssociationsWorks: (_) => de_ReplacePermissionAssociationsWorkList(_, context)
|
|
1801
|
+
replacePermissionAssociationsWorks: /* @__PURE__ */ __name((_) => de_ReplacePermissionAssociationsWorkList(_, context), "replacePermissionAssociationsWorks")
|
|
1802
1802
|
});
|
|
1803
1803
|
Object.assign(contents, doc);
|
|
1804
1804
|
return contents;
|
|
@@ -1813,7 +1813,7 @@ var de_ListResourcesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1813
1813
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1814
1814
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1815
1815
|
nextToken: import_smithy_client.expectString,
|
|
1816
|
-
resources: (_) => de_ResourceList(_, context)
|
|
1816
|
+
resources: /* @__PURE__ */ __name((_) => de_ResourceList(_, context), "resources")
|
|
1817
1817
|
});
|
|
1818
1818
|
Object.assign(contents, doc);
|
|
1819
1819
|
return contents;
|
|
@@ -1828,7 +1828,7 @@ var de_ListResourceSharePermissionsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1828
1828
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1829
1829
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1830
1830
|
nextToken: import_smithy_client.expectString,
|
|
1831
|
-
permissions: (_) => de_ResourceSharePermissionList(_, context)
|
|
1831
|
+
permissions: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionList(_, context), "permissions")
|
|
1832
1832
|
});
|
|
1833
1833
|
Object.assign(contents, doc);
|
|
1834
1834
|
return contents;
|
|
@@ -1858,7 +1858,7 @@ var de_PromotePermissionCreatedFromPolicyCommand = /* @__PURE__ */ __name(async
|
|
|
1858
1858
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1859
1859
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1860
1860
|
clientToken: import_smithy_client.expectString,
|
|
1861
|
-
permission: (_) => de_ResourceSharePermissionSummary(_, context)
|
|
1861
|
+
permission: /* @__PURE__ */ __name((_) => de_ResourceSharePermissionSummary(_, context), "permission")
|
|
1862
1862
|
});
|
|
1863
1863
|
Object.assign(contents, doc);
|
|
1864
1864
|
return contents;
|
|
@@ -1887,7 +1887,7 @@ var de_RejectResourceShareInvitationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1887
1887
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1888
1888
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1889
1889
|
clientToken: import_smithy_client.expectString,
|
|
1890
|
-
resourceShareInvitation: (_) => de_ResourceShareInvitation(_, context)
|
|
1890
|
+
resourceShareInvitation: /* @__PURE__ */ __name((_) => de_ResourceShareInvitation(_, context), "resourceShareInvitation")
|
|
1891
1891
|
});
|
|
1892
1892
|
Object.assign(contents, doc);
|
|
1893
1893
|
return contents;
|
|
@@ -1902,7 +1902,7 @@ var de_ReplacePermissionAssociationsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1902
1902
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1903
1903
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1904
1904
|
clientToken: import_smithy_client.expectString,
|
|
1905
|
-
replacePermissionAssociationsWork: (_) => de_ReplacePermissionAssociationsWork(_, context)
|
|
1905
|
+
replacePermissionAssociationsWork: /* @__PURE__ */ __name((_) => de_ReplacePermissionAssociationsWork(_, context), "replacePermissionAssociationsWork")
|
|
1906
1906
|
});
|
|
1907
1907
|
Object.assign(contents, doc);
|
|
1908
1908
|
return contents;
|
|
@@ -1952,7 +1952,7 @@ var de_UpdateResourceShareCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1952
1952
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1953
1953
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1954
1954
|
clientToken: import_smithy_client.expectString,
|
|
1955
|
-
resourceShare: (_) => de_ResourceShare(_, context)
|
|
1955
|
+
resourceShare: /* @__PURE__ */ __name((_) => de_ResourceShare(_, context), "resourceShare")
|
|
1956
1956
|
});
|
|
1957
1957
|
Object.assign(contents, doc);
|
|
1958
1958
|
return contents;
|
|
@@ -2427,7 +2427,7 @@ var de_AssociatedPermission = /* @__PURE__ */ __name((output, context) => {
|
|
|
2427
2427
|
arn: import_smithy_client.expectString,
|
|
2428
2428
|
defaultVersion: import_smithy_client.expectBoolean,
|
|
2429
2429
|
featureSet: import_smithy_client.expectString,
|
|
2430
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2430
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2431
2431
|
permissionVersion: import_smithy_client.expectString,
|
|
2432
2432
|
resourceShareArn: import_smithy_client.expectString,
|
|
2433
2433
|
resourceType: import_smithy_client.expectString,
|
|
@@ -2442,10 +2442,10 @@ var de_AssociatedPermissionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2442
2442
|
}, "de_AssociatedPermissionList");
|
|
2443
2443
|
var de_Principal = /* @__PURE__ */ __name((output, context) => {
|
|
2444
2444
|
return (0, import_smithy_client.take)(output, {
|
|
2445
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2445
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2446
2446
|
external: import_smithy_client.expectBoolean,
|
|
2447
2447
|
id: import_smithy_client.expectString,
|
|
2448
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2448
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2449
2449
|
resourceShareArn: import_smithy_client.expectString
|
|
2450
2450
|
});
|
|
2451
2451
|
}, "de_Principal");
|
|
@@ -2457,11 +2457,11 @@ var de_PrincipalList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2457
2457
|
}, "de_PrincipalList");
|
|
2458
2458
|
var de_ReplacePermissionAssociationsWork = /* @__PURE__ */ __name((output, context) => {
|
|
2459
2459
|
return (0, import_smithy_client.take)(output, {
|
|
2460
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2460
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2461
2461
|
fromPermissionArn: import_smithy_client.expectString,
|
|
2462
2462
|
fromPermissionVersion: import_smithy_client.expectString,
|
|
2463
2463
|
id: import_smithy_client.expectString,
|
|
2464
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2464
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2465
2465
|
status: import_smithy_client.expectString,
|
|
2466
2466
|
statusMessage: import_smithy_client.expectString,
|
|
2467
2467
|
toPermissionArn: import_smithy_client.expectString,
|
|
@@ -2477,8 +2477,8 @@ var de_ReplacePermissionAssociationsWorkList = /* @__PURE__ */ __name((output, c
|
|
|
2477
2477
|
var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
2478
2478
|
return (0, import_smithy_client.take)(output, {
|
|
2479
2479
|
arn: import_smithy_client.expectString,
|
|
2480
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2481
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2480
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2481
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2482
2482
|
resourceGroupArn: import_smithy_client.expectString,
|
|
2483
2483
|
resourceRegionScope: import_smithy_client.expectString,
|
|
2484
2484
|
resourceShareArn: import_smithy_client.expectString,
|
|
@@ -2496,9 +2496,9 @@ var de_ResourceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2496
2496
|
var de_ResourceShare = /* @__PURE__ */ __name((output, context) => {
|
|
2497
2497
|
return (0, import_smithy_client.take)(output, {
|
|
2498
2498
|
allowExternalPrincipals: import_smithy_client.expectBoolean,
|
|
2499
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2499
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2500
2500
|
featureSet: import_smithy_client.expectString,
|
|
2501
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2501
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2502
2502
|
name: import_smithy_client.expectString,
|
|
2503
2503
|
owningAccountId: import_smithy_client.expectString,
|
|
2504
2504
|
resourceShareArn: import_smithy_client.expectString,
|
|
@@ -2511,9 +2511,9 @@ var de_ResourceShareAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
2511
2511
|
return (0, import_smithy_client.take)(output, {
|
|
2512
2512
|
associatedEntity: import_smithy_client.expectString,
|
|
2513
2513
|
associationType: import_smithy_client.expectString,
|
|
2514
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2514
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2515
2515
|
external: import_smithy_client.expectBoolean,
|
|
2516
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2516
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2517
2517
|
resourceShareArn: import_smithy_client.expectString,
|
|
2518
2518
|
resourceShareName: import_smithy_client.expectString,
|
|
2519
2519
|
status: import_smithy_client.expectString,
|
|
@@ -2528,11 +2528,11 @@ var de_ResourceShareAssociationList = /* @__PURE__ */ __name((output, context) =
|
|
|
2528
2528
|
}, "de_ResourceShareAssociationList");
|
|
2529
2529
|
var de_ResourceShareInvitation = /* @__PURE__ */ __name((output, context) => {
|
|
2530
2530
|
return (0, import_smithy_client.take)(output, {
|
|
2531
|
-
invitationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2531
|
+
invitationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "invitationTimestamp"),
|
|
2532
2532
|
receiverAccountId: import_smithy_client.expectString,
|
|
2533
2533
|
receiverArn: import_smithy_client.expectString,
|
|
2534
2534
|
resourceShareArn: import_smithy_client.expectString,
|
|
2535
|
-
resourceShareAssociations: (_) => de_ResourceShareAssociationList(_, context),
|
|
2535
|
+
resourceShareAssociations: /* @__PURE__ */ __name((_) => de_ResourceShareAssociationList(_, context), "resourceShareAssociations"),
|
|
2536
2536
|
resourceShareInvitationArn: import_smithy_client.expectString,
|
|
2537
2537
|
resourceShareName: import_smithy_client.expectString,
|
|
2538
2538
|
senderAccountId: import_smithy_client.expectString,
|
|
@@ -2554,11 +2554,11 @@ var de_ResourceShareList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2554
2554
|
var de_ResourceSharePermissionDetail = /* @__PURE__ */ __name((output, context) => {
|
|
2555
2555
|
return (0, import_smithy_client.take)(output, {
|
|
2556
2556
|
arn: import_smithy_client.expectString,
|
|
2557
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2557
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2558
2558
|
defaultVersion: import_smithy_client.expectBoolean,
|
|
2559
2559
|
featureSet: import_smithy_client.expectString,
|
|
2560
2560
|
isResourceTypeDefault: import_smithy_client.expectBoolean,
|
|
2561
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2561
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2562
2562
|
name: import_smithy_client.expectString,
|
|
2563
2563
|
permission: import_smithy_client.expectString,
|
|
2564
2564
|
permissionType: import_smithy_client.expectString,
|
|
@@ -2577,11 +2577,11 @@ var de_ResourceSharePermissionList = /* @__PURE__ */ __name((output, context) =>
|
|
|
2577
2577
|
var de_ResourceSharePermissionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2578
2578
|
return (0, import_smithy_client.take)(output, {
|
|
2579
2579
|
arn: import_smithy_client.expectString,
|
|
2580
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2580
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2581
2581
|
defaultVersion: import_smithy_client.expectBoolean,
|
|
2582
2582
|
featureSet: import_smithy_client.expectString,
|
|
2583
2583
|
isResourceTypeDefault: import_smithy_client.expectBoolean,
|
|
2584
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2584
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTime"),
|
|
2585
2585
|
name: import_smithy_client.expectString,
|
|
2586
2586
|
permissionType: import_smithy_client.expectString,
|
|
2587
2587
|
resourceType: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ram",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ram Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ram",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|