@aws-sdk/client-fms 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 +35 -35
- 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
|
AccountRoleStatus: () => AccountRoleStatus,
|
|
25
25
|
AssociateAdminAccountCommand: () => AssociateAdminAccountCommand,
|
|
26
26
|
AssociateThirdPartyFirewallCommand: () => AssociateThirdPartyFirewallCommand,
|
|
@@ -106,7 +106,7 @@ __export(src_exports, {
|
|
|
106
106
|
paginateListProtocolsLists: () => paginateListProtocolsLists,
|
|
107
107
|
paginateListThirdPartyFirewallFirewallPolicies: () => paginateListThirdPartyFirewallFirewallPolicies
|
|
108
108
|
});
|
|
109
|
-
module.exports = __toCommonJS(
|
|
109
|
+
module.exports = __toCommonJS(index_exports);
|
|
110
110
|
|
|
111
111
|
// src/FMSClient.ts
|
|
112
112
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -233,9 +233,9 @@ var FMSClient = class extends import_smithy_client.Client {
|
|
|
233
233
|
this.middlewareStack.use(
|
|
234
234
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
235
235
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultFMSHttpAuthSchemeParametersProvider,
|
|
236
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
236
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
237
237
|
"aws.auth#sigv4": config.credentials
|
|
238
|
-
})
|
|
238
|
+
}), "identityProviderConfigProvider")
|
|
239
239
|
})
|
|
240
240
|
);
|
|
241
241
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1423,8 +1423,8 @@ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
1423
1423
|
var se_AppsListData = /* @__PURE__ */ __name((input, context) => {
|
|
1424
1424
|
return (0, import_smithy_client.take)(input, {
|
|
1425
1425
|
AppsList: import_smithy_client._json,
|
|
1426
|
-
CreateTime: (_) => _.getTime() / 1e3,
|
|
1427
|
-
LastUpdateTime: (_) => _.getTime() / 1e3,
|
|
1426
|
+
CreateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreateTime"),
|
|
1427
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastUpdateTime"),
|
|
1428
1428
|
ListId: [],
|
|
1429
1429
|
ListName: [],
|
|
1430
1430
|
ListUpdateToken: [],
|
|
@@ -1433,18 +1433,18 @@ var se_AppsListData = /* @__PURE__ */ __name((input, context) => {
|
|
|
1433
1433
|
}, "se_AppsListData");
|
|
1434
1434
|
var se_GetProtectionStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1435
1435
|
return (0, import_smithy_client.take)(input, {
|
|
1436
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
1436
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
1437
1437
|
MaxResults: [],
|
|
1438
1438
|
MemberAccountId: [],
|
|
1439
1439
|
NextToken: [],
|
|
1440
1440
|
PolicyId: [],
|
|
1441
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
1441
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
1442
1442
|
});
|
|
1443
1443
|
}, "se_GetProtectionStatusRequest");
|
|
1444
1444
|
var se_ProtocolsListData = /* @__PURE__ */ __name((input, context) => {
|
|
1445
1445
|
return (0, import_smithy_client.take)(input, {
|
|
1446
|
-
CreateTime: (_) => _.getTime() / 1e3,
|
|
1447
|
-
LastUpdateTime: (_) => _.getTime() / 1e3,
|
|
1446
|
+
CreateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreateTime"),
|
|
1447
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastUpdateTime"),
|
|
1448
1448
|
ListId: [],
|
|
1449
1449
|
ListName: [],
|
|
1450
1450
|
ListUpdateToken: [],
|
|
@@ -1454,19 +1454,19 @@ var se_ProtocolsListData = /* @__PURE__ */ __name((input, context) => {
|
|
|
1454
1454
|
}, "se_ProtocolsListData");
|
|
1455
1455
|
var se_PutAppsListRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1456
1456
|
return (0, import_smithy_client.take)(input, {
|
|
1457
|
-
AppsList: (_) => se_AppsListData(_, context),
|
|
1457
|
+
AppsList: /* @__PURE__ */ __name((_) => se_AppsListData(_, context), "AppsList"),
|
|
1458
1458
|
TagList: import_smithy_client._json
|
|
1459
1459
|
});
|
|
1460
1460
|
}, "se_PutAppsListRequest");
|
|
1461
1461
|
var se_PutProtocolsListRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1462
1462
|
return (0, import_smithy_client.take)(input, {
|
|
1463
|
-
ProtocolsList: (_) => se_ProtocolsListData(_, context),
|
|
1463
|
+
ProtocolsList: /* @__PURE__ */ __name((_) => se_ProtocolsListData(_, context), "ProtocolsList"),
|
|
1464
1464
|
TagList: import_smithy_client._json
|
|
1465
1465
|
});
|
|
1466
1466
|
}, "se_PutProtocolsListRequest");
|
|
1467
1467
|
var se_PutResourceSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1468
1468
|
return (0, import_smithy_client.take)(input, {
|
|
1469
|
-
ResourceSet: (_) => se_ResourceSet(_, context),
|
|
1469
|
+
ResourceSet: /* @__PURE__ */ __name((_) => se_ResourceSet(_, context), "ResourceSet"),
|
|
1470
1470
|
TagList: import_smithy_client._json
|
|
1471
1471
|
});
|
|
1472
1472
|
}, "se_PutResourceSetRequest");
|
|
@@ -1474,7 +1474,7 @@ var se_ResourceSet = /* @__PURE__ */ __name((input, context) => {
|
|
|
1474
1474
|
return (0, import_smithy_client.take)(input, {
|
|
1475
1475
|
Description: [],
|
|
1476
1476
|
Id: [],
|
|
1477
|
-
LastUpdateTime: (_) => _.getTime() / 1e3,
|
|
1477
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastUpdateTime"),
|
|
1478
1478
|
Name: [],
|
|
1479
1479
|
ResourceSetStatus: [],
|
|
1480
1480
|
ResourceTypeList: import_smithy_client._json,
|
|
@@ -1484,8 +1484,8 @@ var se_ResourceSet = /* @__PURE__ */ __name((input, context) => {
|
|
|
1484
1484
|
var de_AppsListData = /* @__PURE__ */ __name((output, context) => {
|
|
1485
1485
|
return (0, import_smithy_client.take)(output, {
|
|
1486
1486
|
AppsList: import_smithy_client._json,
|
|
1487
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1488
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1487
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
1488
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
1489
1489
|
ListId: import_smithy_client.expectString,
|
|
1490
1490
|
ListName: import_smithy_client.expectString,
|
|
1491
1491
|
ListUpdateToken: import_smithy_client.expectString,
|
|
@@ -1494,48 +1494,48 @@ var de_AppsListData = /* @__PURE__ */ __name((output, context) => {
|
|
|
1494
1494
|
}, "de_AppsListData");
|
|
1495
1495
|
var de_GetAppsListResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1496
1496
|
return (0, import_smithy_client.take)(output, {
|
|
1497
|
-
AppsList: (_) => de_AppsListData(_, context),
|
|
1497
|
+
AppsList: /* @__PURE__ */ __name((_) => de_AppsListData(_, context), "AppsList"),
|
|
1498
1498
|
AppsListArn: import_smithy_client.expectString
|
|
1499
1499
|
});
|
|
1500
1500
|
}, "de_GetAppsListResponse");
|
|
1501
1501
|
var de_GetComplianceDetailResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1502
1502
|
return (0, import_smithy_client.take)(output, {
|
|
1503
|
-
PolicyComplianceDetail: (_) => de_PolicyComplianceDetail(_, context)
|
|
1503
|
+
PolicyComplianceDetail: /* @__PURE__ */ __name((_) => de_PolicyComplianceDetail(_, context), "PolicyComplianceDetail")
|
|
1504
1504
|
});
|
|
1505
1505
|
}, "de_GetComplianceDetailResponse");
|
|
1506
1506
|
var de_GetProtocolsListResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1507
1507
|
return (0, import_smithy_client.take)(output, {
|
|
1508
|
-
ProtocolsList: (_) => de_ProtocolsListData(_, context),
|
|
1508
|
+
ProtocolsList: /* @__PURE__ */ __name((_) => de_ProtocolsListData(_, context), "ProtocolsList"),
|
|
1509
1509
|
ProtocolsListArn: import_smithy_client.expectString
|
|
1510
1510
|
});
|
|
1511
1511
|
}, "de_GetProtocolsListResponse");
|
|
1512
1512
|
var de_GetResourceSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1513
1513
|
return (0, import_smithy_client.take)(output, {
|
|
1514
|
-
ResourceSet: (_) => de_ResourceSet(_, context),
|
|
1514
|
+
ResourceSet: /* @__PURE__ */ __name((_) => de_ResourceSet(_, context), "ResourceSet"),
|
|
1515
1515
|
ResourceSetArn: import_smithy_client.expectString
|
|
1516
1516
|
});
|
|
1517
1517
|
}, "de_GetResourceSetResponse");
|
|
1518
1518
|
var de_GetViolationDetailsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1519
1519
|
return (0, import_smithy_client.take)(output, {
|
|
1520
|
-
ViolationDetail: (_) => de_ViolationDetail(_, context)
|
|
1520
|
+
ViolationDetail: /* @__PURE__ */ __name((_) => de_ViolationDetail(_, context), "ViolationDetail")
|
|
1521
1521
|
});
|
|
1522
1522
|
}, "de_GetViolationDetailsResponse");
|
|
1523
1523
|
var de_ListComplianceStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1524
1524
|
return (0, import_smithy_client.take)(output, {
|
|
1525
1525
|
NextToken: import_smithy_client.expectString,
|
|
1526
|
-
PolicyComplianceStatusList: (_) => de_PolicyComplianceStatusList(_, context)
|
|
1526
|
+
PolicyComplianceStatusList: /* @__PURE__ */ __name((_) => de_PolicyComplianceStatusList(_, context), "PolicyComplianceStatusList")
|
|
1527
1527
|
});
|
|
1528
1528
|
}, "de_ListComplianceStatusResponse");
|
|
1529
1529
|
var de_ListResourceSetsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1530
1530
|
return (0, import_smithy_client.take)(output, {
|
|
1531
1531
|
NextToken: import_smithy_client.expectString,
|
|
1532
|
-
ResourceSets: (_) => de_ResourceSetSummaryList(_, context)
|
|
1532
|
+
ResourceSets: /* @__PURE__ */ __name((_) => de_ResourceSetSummaryList(_, context), "ResourceSets")
|
|
1533
1533
|
});
|
|
1534
1534
|
}, "de_ListResourceSetsResponse");
|
|
1535
1535
|
var de_PolicyComplianceDetail = /* @__PURE__ */ __name((output, context) => {
|
|
1536
1536
|
return (0, import_smithy_client.take)(output, {
|
|
1537
1537
|
EvaluationLimitExceeded: import_smithy_client.expectBoolean,
|
|
1538
|
-
ExpiredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1538
|
+
ExpiredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiredAt"),
|
|
1539
1539
|
IssueInfoMap: import_smithy_client._json,
|
|
1540
1540
|
MemberAccount: import_smithy_client.expectString,
|
|
1541
1541
|
PolicyId: import_smithy_client.expectString,
|
|
@@ -1547,7 +1547,7 @@ var de_PolicyComplianceStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
1547
1547
|
return (0, import_smithy_client.take)(output, {
|
|
1548
1548
|
EvaluationResults: import_smithy_client._json,
|
|
1549
1549
|
IssueInfoMap: import_smithy_client._json,
|
|
1550
|
-
LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1550
|
+
LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
|
|
1551
1551
|
MemberAccount: import_smithy_client.expectString,
|
|
1552
1552
|
PolicyId: import_smithy_client.expectString,
|
|
1553
1553
|
PolicyName: import_smithy_client.expectString,
|
|
@@ -1568,8 +1568,8 @@ var de_PossibleRemediationActions = /* @__PURE__ */ __name((output, context) =>
|
|
|
1568
1568
|
}, "de_PossibleRemediationActions");
|
|
1569
1569
|
var de_ProtocolsListData = /* @__PURE__ */ __name((output, context) => {
|
|
1570
1570
|
return (0, import_smithy_client.take)(output, {
|
|
1571
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1572
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1571
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
1572
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
1573
1573
|
ListId: import_smithy_client.expectString,
|
|
1574
1574
|
ListName: import_smithy_client.expectString,
|
|
1575
1575
|
ListUpdateToken: import_smithy_client.expectString,
|
|
@@ -1579,19 +1579,19 @@ var de_ProtocolsListData = /* @__PURE__ */ __name((output, context) => {
|
|
|
1579
1579
|
}, "de_ProtocolsListData");
|
|
1580
1580
|
var de_PutAppsListResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1581
1581
|
return (0, import_smithy_client.take)(output, {
|
|
1582
|
-
AppsList: (_) => de_AppsListData(_, context),
|
|
1582
|
+
AppsList: /* @__PURE__ */ __name((_) => de_AppsListData(_, context), "AppsList"),
|
|
1583
1583
|
AppsListArn: import_smithy_client.expectString
|
|
1584
1584
|
});
|
|
1585
1585
|
}, "de_PutAppsListResponse");
|
|
1586
1586
|
var de_PutProtocolsListResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1587
1587
|
return (0, import_smithy_client.take)(output, {
|
|
1588
|
-
ProtocolsList: (_) => de_ProtocolsListData(_, context),
|
|
1588
|
+
ProtocolsList: /* @__PURE__ */ __name((_) => de_ProtocolsListData(_, context), "ProtocolsList"),
|
|
1589
1589
|
ProtocolsListArn: import_smithy_client.expectString
|
|
1590
1590
|
});
|
|
1591
1591
|
}, "de_PutProtocolsListResponse");
|
|
1592
1592
|
var de_PutResourceSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1593
1593
|
return (0, import_smithy_client.take)(output, {
|
|
1594
|
-
ResourceSet: (_) => de_ResourceSet(_, context),
|
|
1594
|
+
ResourceSet: /* @__PURE__ */ __name((_) => de_ResourceSet(_, context), "ResourceSet"),
|
|
1595
1595
|
ResourceSetArn: import_smithy_client.expectString
|
|
1596
1596
|
});
|
|
1597
1597
|
}, "de_PutResourceSetResponse");
|
|
@@ -1599,7 +1599,7 @@ var de_ResourceSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
1599
1599
|
return (0, import_smithy_client.take)(output, {
|
|
1600
1600
|
Description: import_smithy_client.expectString,
|
|
1601
1601
|
Id: import_smithy_client.expectString,
|
|
1602
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1602
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
1603
1603
|
Name: import_smithy_client.expectString,
|
|
1604
1604
|
ResourceSetStatus: import_smithy_client.expectString,
|
|
1605
1605
|
ResourceTypeList: import_smithy_client._json,
|
|
@@ -1610,7 +1610,7 @@ var de_ResourceSetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1610
1610
|
return (0, import_smithy_client.take)(output, {
|
|
1611
1611
|
Description: import_smithy_client.expectString,
|
|
1612
1612
|
Id: import_smithy_client.expectString,
|
|
1613
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1613
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
1614
1614
|
Name: import_smithy_client.expectString,
|
|
1615
1615
|
ResourceSetStatus: import_smithy_client.expectString
|
|
1616
1616
|
});
|
|
@@ -1642,7 +1642,7 @@ var de_ResourceViolation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1642
1642
|
NetworkFirewallPolicyModifiedViolation: import_smithy_client._json,
|
|
1643
1643
|
NetworkFirewallUnexpectedFirewallRoutesViolation: import_smithy_client._json,
|
|
1644
1644
|
NetworkFirewallUnexpectedGatewayRoutesViolation: import_smithy_client._json,
|
|
1645
|
-
PossibleRemediationActions: (_) => de_PossibleRemediationActions(_, context),
|
|
1645
|
+
PossibleRemediationActions: /* @__PURE__ */ __name((_) => de_PossibleRemediationActions(_, context), "PossibleRemediationActions"),
|
|
1646
1646
|
RouteHasOutOfScopeEndpointViolation: import_smithy_client._json,
|
|
1647
1647
|
ThirdPartyFirewallMissingExpectedRouteTableViolation: import_smithy_client._json,
|
|
1648
1648
|
ThirdPartyFirewallMissingFirewallViolation: import_smithy_client._json,
|
|
@@ -1665,7 +1665,7 @@ var de_ViolationDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1665
1665
|
ResourceId: import_smithy_client.expectString,
|
|
1666
1666
|
ResourceTags: import_smithy_client._json,
|
|
1667
1667
|
ResourceType: import_smithy_client.expectString,
|
|
1668
|
-
ResourceViolations: (_) => de_ResourceViolations(_, context)
|
|
1668
|
+
ResourceViolations: /* @__PURE__ */ __name((_) => de_ResourceViolations(_, context), "ResourceViolations")
|
|
1669
1669
|
});
|
|
1670
1670
|
}, "de_ViolationDetail");
|
|
1671
1671
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fms 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-fms",
|
|
@@ -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",
|