@aws-sdk/client-cost-optimization-hub 3.496.0 → 3.501.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 +20 -19
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1293,34 +1293,35 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1293
1293
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1294
1294
|
|
|
1295
1295
|
0 && (module.exports = {
|
|
1296
|
-
AccessDeniedException,
|
|
1297
|
-
ActionType,
|
|
1298
|
-
CostOptimizationHub,
|
|
1299
|
-
CostOptimizationHubClient,
|
|
1300
1296
|
CostOptimizationHubServiceException,
|
|
1301
|
-
|
|
1297
|
+
__Client,
|
|
1298
|
+
CostOptimizationHubClient,
|
|
1299
|
+
CostOptimizationHub,
|
|
1300
|
+
$Command,
|
|
1302
1301
|
GetPreferencesCommand,
|
|
1303
1302
|
GetRecommendationCommand,
|
|
1304
|
-
ImplementationEffort,
|
|
1305
|
-
InternalServerException,
|
|
1306
1303
|
ListEnrollmentStatusesCommand,
|
|
1307
1304
|
ListRecommendationSummariesCommand,
|
|
1308
1305
|
ListRecommendationsCommand,
|
|
1309
|
-
MemberAccountDiscountVisibility,
|
|
1310
|
-
Order,
|
|
1311
|
-
ResourceDetails,
|
|
1312
|
-
ResourceNotFoundException,
|
|
1313
|
-
ResourceType,
|
|
1314
|
-
SavingsEstimationMode,
|
|
1315
|
-
Source,
|
|
1316
|
-
ThrottlingException,
|
|
1317
1306
|
UpdateEnrollmentStatusCommand,
|
|
1318
1307
|
UpdatePreferencesCommand,
|
|
1319
|
-
ValidationException,
|
|
1320
|
-
ValidationExceptionReason,
|
|
1321
|
-
__Client,
|
|
1322
1308
|
paginateListEnrollmentStatuses,
|
|
1323
1309
|
paginateListRecommendationSummaries,
|
|
1324
|
-
paginateListRecommendations
|
|
1310
|
+
paginateListRecommendations,
|
|
1311
|
+
AccessDeniedException,
|
|
1312
|
+
EnrollmentStatus,
|
|
1313
|
+
ActionType,
|
|
1314
|
+
MemberAccountDiscountVisibility,
|
|
1315
|
+
SavingsEstimationMode,
|
|
1316
|
+
InternalServerException,
|
|
1317
|
+
ThrottlingException,
|
|
1318
|
+
ValidationExceptionReason,
|
|
1319
|
+
ValidationException,
|
|
1320
|
+
ResourceDetails,
|
|
1321
|
+
ResourceType,
|
|
1322
|
+
ImplementationEffort,
|
|
1323
|
+
Source,
|
|
1324
|
+
ResourceNotFoundException,
|
|
1325
|
+
Order
|
|
1325
1326
|
});
|
|
1326
1327
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-optimization-hub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost Optimization Hub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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-cost-optimization-hub",
|
|
@@ -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.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.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",
|