@aws-sdk/client-trustedadvisor 3.496.0 → 3.499.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 +28 -27
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1548,48 +1548,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1548
1548
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1549
1549
|
|
|
1550
1550
|
0 && (module.exports = {
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1551
|
+
TrustedAdvisorServiceException,
|
|
1552
|
+
__Client,
|
|
1553
|
+
TrustedAdvisorClient,
|
|
1554
|
+
TrustedAdvisor,
|
|
1555
|
+
$Command,
|
|
1554
1556
|
GetOrganizationRecommendationCommand,
|
|
1555
|
-
GetOrganizationRecommendationResponseFilterSensitiveLog,
|
|
1556
1557
|
GetRecommendationCommand,
|
|
1557
|
-
GetRecommendationResponseFilterSensitiveLog,
|
|
1558
|
-
InternalServerException,
|
|
1559
1558
|
ListChecksCommand,
|
|
1560
1559
|
ListOrganizationRecommendationAccountsCommand,
|
|
1561
|
-
ListOrganizationRecommendationAccountsResponseFilterSensitiveLog,
|
|
1562
1560
|
ListOrganizationRecommendationResourcesCommand,
|
|
1563
1561
|
ListOrganizationRecommendationsCommand,
|
|
1564
1562
|
ListRecommendationResourcesCommand,
|
|
1565
1563
|
ListRecommendationsCommand,
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1564
|
+
UpdateOrganizationRecommendationLifecycleCommand,
|
|
1565
|
+
UpdateRecommendationLifecycleCommand,
|
|
1566
|
+
paginateListChecks,
|
|
1567
|
+
paginateListOrganizationRecommendationAccounts,
|
|
1568
|
+
paginateListOrganizationRecommendationResources,
|
|
1569
|
+
paginateListOrganizationRecommendations,
|
|
1570
|
+
paginateListRecommendationResources,
|
|
1571
|
+
paginateListRecommendations,
|
|
1572
|
+
AccessDeniedException,
|
|
1569
1573
|
RecommendationLifecycleStage,
|
|
1574
|
+
UpdateRecommendationLifecycleStageReasonCode,
|
|
1570
1575
|
RecommendationPillar,
|
|
1571
1576
|
RecommendationSource,
|
|
1577
|
+
ConflictException,
|
|
1572
1578
|
RecommendationStatus,
|
|
1573
1579
|
RecommendationType,
|
|
1580
|
+
InternalServerException,
|
|
1574
1581
|
ResourceNotFoundException,
|
|
1575
|
-
ResourceStatus,
|
|
1576
1582
|
ThrottlingException,
|
|
1577
|
-
TrustedAdvisor,
|
|
1578
|
-
TrustedAdvisorClient,
|
|
1579
|
-
TrustedAdvisorServiceException,
|
|
1580
|
-
UpdateOrganizationRecommendationLifecycleCommand,
|
|
1581
|
-
UpdateOrganizationRecommendationLifecycleRequestFilterSensitiveLog,
|
|
1582
|
-
UpdateRecommendationLifecycleCommand,
|
|
1583
|
-
UpdateRecommendationLifecycleRequestFilterSensitiveLog,
|
|
1584
|
-
UpdateRecommendationLifecycleStage,
|
|
1585
|
-
UpdateRecommendationLifecycleStageReasonCode,
|
|
1586
1583
|
ValidationException,
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1584
|
+
RecommendationLanguage,
|
|
1585
|
+
ResourceStatus,
|
|
1586
|
+
UpdateRecommendationLifecycleStage,
|
|
1587
|
+
AccountRecommendationLifecycleSummaryFilterSensitiveLog,
|
|
1588
|
+
OrganizationRecommendationFilterSensitiveLog,
|
|
1589
|
+
GetOrganizationRecommendationResponseFilterSensitiveLog,
|
|
1590
|
+
RecommendationFilterSensitiveLog,
|
|
1591
|
+
GetRecommendationResponseFilterSensitiveLog,
|
|
1592
|
+
ListOrganizationRecommendationAccountsResponseFilterSensitiveLog,
|
|
1593
|
+
UpdateOrganizationRecommendationLifecycleRequestFilterSensitiveLog,
|
|
1594
|
+
UpdateRecommendationLifecycleRequestFilterSensitiveLog
|
|
1594
1595
|
});
|
|
1595
1596
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-trustedadvisor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Trustedadvisor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-trustedadvisor",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|