@aws-sdk/client-chime-sdk-identity 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 +32 -32
- 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
|
AllowMessages: () => AllowMessages,
|
|
25
25
|
AppInstanceAdminFilterSensitiveLog: () => AppInstanceAdminFilterSensitiveLog,
|
|
26
26
|
AppInstanceAdminSummaryFilterSensitiveLog: () => AppInstanceAdminSummaryFilterSensitiveLog,
|
|
@@ -119,7 +119,7 @@ __export(src_exports, {
|
|
|
119
119
|
paginateListAppInstanceUsers: () => paginateListAppInstanceUsers,
|
|
120
120
|
paginateListAppInstances: () => paginateListAppInstances
|
|
121
121
|
});
|
|
122
|
-
module.exports = __toCommonJS(
|
|
122
|
+
module.exports = __toCommonJS(index_exports);
|
|
123
123
|
|
|
124
124
|
// src/ChimeSDKIdentityClient.ts
|
|
125
125
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -246,9 +246,9 @@ var ChimeSDKIdentityClient = class extends import_smithy_client.Client {
|
|
|
246
246
|
this.middlewareStack.use(
|
|
247
247
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
248
248
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultChimeSDKIdentityHttpAuthSchemeParametersProvider,
|
|
249
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
249
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
250
250
|
"aws.auth#sigv4": config.credentials
|
|
251
|
-
})
|
|
251
|
+
}), "identityProviderConfigProvider")
|
|
252
252
|
})
|
|
253
253
|
);
|
|
254
254
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -755,7 +755,7 @@ var se_CreateAppInstanceCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
755
755
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
756
756
|
Metadata: [],
|
|
757
757
|
Name: [],
|
|
758
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
758
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
759
759
|
})
|
|
760
760
|
);
|
|
761
761
|
b.m("POST").h(headers).b(body);
|
|
@@ -788,10 +788,10 @@ var se_CreateAppInstanceBotCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
788
788
|
(0, import_smithy_client.take)(input, {
|
|
789
789
|
AppInstanceArn: [],
|
|
790
790
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
791
|
-
Configuration: (_) => (0, import_smithy_client._json)(_),
|
|
791
|
+
Configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Configuration"),
|
|
792
792
|
Metadata: [],
|
|
793
793
|
Name: [],
|
|
794
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
794
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
795
795
|
})
|
|
796
796
|
);
|
|
797
797
|
b.m("POST").h(headers).b(body);
|
|
@@ -809,10 +809,10 @@ var se_CreateAppInstanceUserCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
809
809
|
AppInstanceArn: [],
|
|
810
810
|
AppInstanceUserId: [],
|
|
811
811
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
812
|
-
ExpirationSettings: (_) => (0, import_smithy_client._json)(_),
|
|
812
|
+
ExpirationSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExpirationSettings"),
|
|
813
813
|
Metadata: [],
|
|
814
814
|
Name: [],
|
|
815
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
815
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
816
816
|
})
|
|
817
817
|
);
|
|
818
818
|
b.m("POST").h(headers).b(body);
|
|
@@ -1006,7 +1006,7 @@ var se_PutAppInstanceRetentionSettingsCommand = /* @__PURE__ */ __name(async (in
|
|
|
1006
1006
|
let body;
|
|
1007
1007
|
body = JSON.stringify(
|
|
1008
1008
|
(0, import_smithy_client.take)(input, {
|
|
1009
|
-
AppInstanceRetentionSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1009
|
+
AppInstanceRetentionSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AppInstanceRetentionSettings")
|
|
1010
1010
|
})
|
|
1011
1011
|
);
|
|
1012
1012
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1022,7 +1022,7 @@ var se_PutAppInstanceUserExpirationSettingsCommand = /* @__PURE__ */ __name(asyn
|
|
|
1022
1022
|
let body;
|
|
1023
1023
|
body = JSON.stringify(
|
|
1024
1024
|
(0, import_smithy_client.take)(input, {
|
|
1025
|
-
ExpirationSettings: (_) => (0, import_smithy_client._json)(_)
|
|
1025
|
+
ExpirationSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExpirationSettings")
|
|
1026
1026
|
})
|
|
1027
1027
|
);
|
|
1028
1028
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1040,7 +1040,7 @@ var se_RegisterAppInstanceUserEndpointCommand = /* @__PURE__ */ __name(async (in
|
|
|
1040
1040
|
(0, import_smithy_client.take)(input, {
|
|
1041
1041
|
AllowMessages: [],
|
|
1042
1042
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1043
|
-
EndpointAttributes: (_) => (0, import_smithy_client._json)(_),
|
|
1043
|
+
EndpointAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EndpointAttributes"),
|
|
1044
1044
|
Name: [],
|
|
1045
1045
|
ResourceArn: [],
|
|
1046
1046
|
Type: []
|
|
@@ -1062,7 +1062,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1062
1062
|
body = JSON.stringify(
|
|
1063
1063
|
(0, import_smithy_client.take)(input, {
|
|
1064
1064
|
ResourceARN: [],
|
|
1065
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1065
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1066
1066
|
})
|
|
1067
1067
|
);
|
|
1068
1068
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1081,7 +1081,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1081
1081
|
body = JSON.stringify(
|
|
1082
1082
|
(0, import_smithy_client.take)(input, {
|
|
1083
1083
|
ResourceARN: [],
|
|
1084
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1084
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
1085
1085
|
})
|
|
1086
1086
|
);
|
|
1087
1087
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1114,7 +1114,7 @@ var se_UpdateAppInstanceBotCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1114
1114
|
let body;
|
|
1115
1115
|
body = JSON.stringify(
|
|
1116
1116
|
(0, import_smithy_client.take)(input, {
|
|
1117
|
-
Configuration: (_) => (0, import_smithy_client._json)(_),
|
|
1117
|
+
Configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Configuration"),
|
|
1118
1118
|
Metadata: [],
|
|
1119
1119
|
Name: []
|
|
1120
1120
|
})
|
|
@@ -1273,7 +1273,7 @@ var de_DescribeAppInstanceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1273
1273
|
});
|
|
1274
1274
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1275
1275
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1276
|
-
AppInstance: (_) => de_AppInstance(_, context)
|
|
1276
|
+
AppInstance: /* @__PURE__ */ __name((_) => de_AppInstance(_, context), "AppInstance")
|
|
1277
1277
|
});
|
|
1278
1278
|
Object.assign(contents, doc);
|
|
1279
1279
|
return contents;
|
|
@@ -1287,7 +1287,7 @@ var de_DescribeAppInstanceAdminCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1287
1287
|
});
|
|
1288
1288
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1289
1289
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1290
|
-
AppInstanceAdmin: (_) => de_AppInstanceAdmin(_, context)
|
|
1290
|
+
AppInstanceAdmin: /* @__PURE__ */ __name((_) => de_AppInstanceAdmin(_, context), "AppInstanceAdmin")
|
|
1291
1291
|
});
|
|
1292
1292
|
Object.assign(contents, doc);
|
|
1293
1293
|
return contents;
|
|
@@ -1301,7 +1301,7 @@ var de_DescribeAppInstanceBotCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1301
1301
|
});
|
|
1302
1302
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1303
1303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1304
|
-
AppInstanceBot: (_) => de_AppInstanceBot(_, context)
|
|
1304
|
+
AppInstanceBot: /* @__PURE__ */ __name((_) => de_AppInstanceBot(_, context), "AppInstanceBot")
|
|
1305
1305
|
});
|
|
1306
1306
|
Object.assign(contents, doc);
|
|
1307
1307
|
return contents;
|
|
@@ -1315,7 +1315,7 @@ var de_DescribeAppInstanceUserCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1315
1315
|
});
|
|
1316
1316
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1317
1317
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1318
|
-
AppInstanceUser: (_) => de_AppInstanceUser(_, context)
|
|
1318
|
+
AppInstanceUser: /* @__PURE__ */ __name((_) => de_AppInstanceUser(_, context), "AppInstanceUser")
|
|
1319
1319
|
});
|
|
1320
1320
|
Object.assign(contents, doc);
|
|
1321
1321
|
return contents;
|
|
@@ -1329,7 +1329,7 @@ var de_DescribeAppInstanceUserEndpointCommand = /* @__PURE__ */ __name(async (ou
|
|
|
1329
1329
|
});
|
|
1330
1330
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1331
1331
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1332
|
-
AppInstanceUserEndpoint: (_) => de_AppInstanceUserEndpoint(_, context)
|
|
1332
|
+
AppInstanceUserEndpoint: /* @__PURE__ */ __name((_) => de_AppInstanceUserEndpoint(_, context), "AppInstanceUserEndpoint")
|
|
1333
1333
|
});
|
|
1334
1334
|
Object.assign(contents, doc);
|
|
1335
1335
|
return contents;
|
|
@@ -1344,7 +1344,7 @@ var de_GetAppInstanceRetentionSettingsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
1344
1344
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1345
1345
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1346
1346
|
AppInstanceRetentionSettings: import_smithy_client._json,
|
|
1347
|
-
InitiateDeletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1347
|
+
InitiateDeletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiateDeletionTimestamp")
|
|
1348
1348
|
});
|
|
1349
1349
|
Object.assign(contents, doc);
|
|
1350
1350
|
return contents;
|
|
@@ -1451,7 +1451,7 @@ var de_PutAppInstanceRetentionSettingsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
1451
1451
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1452
1452
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1453
1453
|
AppInstanceRetentionSettings: import_smithy_client._json,
|
|
1454
|
-
InitiateDeletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1454
|
+
InitiateDeletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiateDeletionTimestamp")
|
|
1455
1455
|
});
|
|
1456
1456
|
Object.assign(contents, doc);
|
|
1457
1457
|
return contents;
|
|
@@ -1736,8 +1736,8 @@ var de_UnauthorizedClientExceptionRes = /* @__PURE__ */ __name(async (parsedOutp
|
|
|
1736
1736
|
var de_AppInstance = /* @__PURE__ */ __name((output, context) => {
|
|
1737
1737
|
return (0, import_smithy_client.take)(output, {
|
|
1738
1738
|
AppInstanceArn: import_smithy_client.expectString,
|
|
1739
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1740
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1739
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
1740
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
1741
1741
|
Metadata: import_smithy_client.expectString,
|
|
1742
1742
|
Name: import_smithy_client.expectString
|
|
1743
1743
|
});
|
|
@@ -1746,15 +1746,15 @@ var de_AppInstanceAdmin = /* @__PURE__ */ __name((output, context) => {
|
|
|
1746
1746
|
return (0, import_smithy_client.take)(output, {
|
|
1747
1747
|
Admin: import_smithy_client._json,
|
|
1748
1748
|
AppInstanceArn: import_smithy_client.expectString,
|
|
1749
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1749
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp")
|
|
1750
1750
|
});
|
|
1751
1751
|
}, "de_AppInstanceAdmin");
|
|
1752
1752
|
var de_AppInstanceBot = /* @__PURE__ */ __name((output, context) => {
|
|
1753
1753
|
return (0, import_smithy_client.take)(output, {
|
|
1754
1754
|
AppInstanceBotArn: import_smithy_client.expectString,
|
|
1755
1755
|
Configuration: import_smithy_client._json,
|
|
1756
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1757
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1756
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
1757
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
1758
1758
|
Metadata: import_smithy_client.expectString,
|
|
1759
1759
|
Name: import_smithy_client.expectString
|
|
1760
1760
|
});
|
|
@@ -1762,9 +1762,9 @@ var de_AppInstanceBot = /* @__PURE__ */ __name((output, context) => {
|
|
|
1762
1762
|
var de_AppInstanceUser = /* @__PURE__ */ __name((output, context) => {
|
|
1763
1763
|
return (0, import_smithy_client.take)(output, {
|
|
1764
1764
|
AppInstanceUserArn: import_smithy_client.expectString,
|
|
1765
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1765
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
1766
1766
|
ExpirationSettings: import_smithy_client._json,
|
|
1767
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1767
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
1768
1768
|
Metadata: import_smithy_client.expectString,
|
|
1769
1769
|
Name: import_smithy_client.expectString
|
|
1770
1770
|
});
|
|
@@ -1773,11 +1773,11 @@ var de_AppInstanceUserEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
1773
1773
|
return (0, import_smithy_client.take)(output, {
|
|
1774
1774
|
AllowMessages: import_smithy_client.expectString,
|
|
1775
1775
|
AppInstanceUserArn: import_smithy_client.expectString,
|
|
1776
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1776
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
1777
1777
|
EndpointAttributes: import_smithy_client._json,
|
|
1778
1778
|
EndpointId: import_smithy_client.expectString,
|
|
1779
1779
|
EndpointState: import_smithy_client._json,
|
|
1780
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1780
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
1781
1781
|
Name: import_smithy_client.expectString,
|
|
1782
1782
|
ResourceArn: import_smithy_client.expectString,
|
|
1783
1783
|
Type: import_smithy_client.expectString
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity 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-chime-sdk-identity",
|
|
@@ -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",
|