@aws-sdk/client-savingsplans 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +17 -16
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1107,35 +1107,36 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1107
1107
  // Annotate the CommonJS export names for ESM import in node:
1108
1108
 
1109
1109
  0 && (module.exports = {
1110
+ SavingsplansServiceException,
1111
+ __Client,
1112
+ SavingsplansClient,
1113
+ Savingsplans,
1114
+ $Command,
1110
1115
  CreateSavingsPlanCommand,
1111
- CurrencyCode,
1112
1116
  DeleteQueuedSavingsPlanCommand,
1113
1117
  DescribeSavingsPlanRatesCommand,
1114
1118
  DescribeSavingsPlansCommand,
1115
1119
  DescribeSavingsPlansOfferingRatesCommand,
1116
1120
  DescribeSavingsPlansOfferingsCommand,
1117
- InternalServerException,
1118
1121
  ListTagsForResourceCommand,
1122
+ TagResourceCommand,
1123
+ UntagResourceCommand,
1124
+ InternalServerException,
1119
1125
  ResourceNotFoundException,
1120
- SavingsPlanOfferingFilterAttribute,
1121
- SavingsPlanOfferingPropertyKey,
1122
- SavingsPlanPaymentOption,
1123
- SavingsPlanProductType,
1124
- SavingsPlanRateFilterAttribute,
1126
+ ServiceQuotaExceededException,
1127
+ ValidationException,
1125
1128
  SavingsPlanRateFilterName,
1129
+ CurrencyCode,
1130
+ SavingsPlanProductType,
1126
1131
  SavingsPlanRatePropertyKey,
1127
1132
  SavingsPlanRateServiceCode,
1128
1133
  SavingsPlanRateUnit,
1134
+ SavingsPlansFilterName,
1129
1135
  SavingsPlanState,
1136
+ SavingsPlanPaymentOption,
1130
1137
  SavingsPlanType,
1131
- SavingsPlansFilterName,
1132
- Savingsplans,
1133
- SavingsplansClient,
1134
- SavingsplansServiceException,
1135
- ServiceQuotaExceededException,
1136
- TagResourceCommand,
1137
- UntagResourceCommand,
1138
- ValidationException,
1139
- __Client
1138
+ SavingsPlanRateFilterAttribute,
1139
+ SavingsPlanOfferingFilterAttribute,
1140
+ SavingsPlanOfferingPropertyKey
1140
1141
  });
1141
1142
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-savingsplans",
3
3
  "description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
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-savingsplans",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
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",