@aws-sdk/client-savingsplans 3.300.0 → 3.301.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.
@@ -26,13 +26,13 @@ export interface CreateSavingsPlanCommandOutput extends CreateSavingsPlanRespons
26
26
  * import { SavingsplansClient, CreateSavingsPlanCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, CreateSavingsPlanCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
29
+ * const input = { // CreateSavingsPlanRequest
30
30
  * savingsPlanOfferingId: "STRING_VALUE", // required
31
31
  * commitment: "STRING_VALUE", // required
32
32
  * upfrontPaymentAmount: "STRING_VALUE",
33
33
  * purchaseTime: new Date("TIMESTAMP"),
34
34
  * clientToken: "STRING_VALUE",
35
- * tags: {
35
+ * tags: { // TagMap
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -26,7 +26,7 @@ export interface DeleteQueuedSavingsPlanCommandOutput extends DeleteQueuedSaving
26
26
  * import { SavingsplansClient, DeleteQueuedSavingsPlanCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, DeleteQueuedSavingsPlanCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
29
+ * const input = { // DeleteQueuedSavingsPlanRequest
30
30
  * savingsPlanId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteQueuedSavingsPlanCommand(input);
@@ -26,12 +26,12 @@ export interface DescribeSavingsPlanRatesCommandOutput extends DescribeSavingsPl
26
26
  * import { SavingsplansClient, DescribeSavingsPlanRatesCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, DescribeSavingsPlanRatesCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
29
+ * const input = { // DescribeSavingsPlanRatesRequest
30
30
  * savingsPlanId: "STRING_VALUE", // required
31
- * filters: [
32
- * {
31
+ * filters: [ // SavingsPlanRateFilterList
32
+ * { // SavingsPlanRateFilter
33
33
  * name: "STRING_VALUE",
34
- * values: [
34
+ * values: [ // ListOfStrings
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
@@ -26,22 +26,22 @@ export interface DescribeSavingsPlansCommandOutput extends DescribeSavingsPlansR
26
26
  * import { SavingsplansClient, DescribeSavingsPlansCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, DescribeSavingsPlansCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
30
- * savingsPlanArns: [
29
+ * const input = { // DescribeSavingsPlansRequest
30
+ * savingsPlanArns: [ // SavingsPlanArnList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * savingsPlanIds: [
33
+ * savingsPlanIds: [ // SavingsPlanIdList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * nextToken: "STRING_VALUE",
37
37
  * maxResults: Number("int"),
38
- * states: [
38
+ * states: [ // SavingsPlanStateList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * filters: [
42
- * {
41
+ * filters: [ // SavingsPlanFilterList
42
+ * { // SavingsPlanFilter
43
43
  * name: "STRING_VALUE",
44
- * values: [
44
+ * values: [ // ListOfStrings
45
45
  * "STRING_VALUE",
46
46
  * ],
47
47
  * },
@@ -26,32 +26,32 @@ export interface DescribeSavingsPlansOfferingRatesCommandOutput extends Describe
26
26
  * import { SavingsplansClient, DescribeSavingsPlansOfferingRatesCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, DescribeSavingsPlansOfferingRatesCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
30
- * savingsPlanOfferingIds: [
29
+ * const input = { // DescribeSavingsPlansOfferingRatesRequest
30
+ * savingsPlanOfferingIds: [ // UUIDs
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * savingsPlanPaymentOptions: [
33
+ * savingsPlanPaymentOptions: [ // SavingsPlanPaymentOptionList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
- * savingsPlanTypes: [
36
+ * savingsPlanTypes: [ // SavingsPlanTypeList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * products: [
39
+ * products: [ // SavingsPlanProductTypeList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * serviceCodes: [
42
+ * serviceCodes: [ // SavingsPlanRateServiceCodeList
43
43
  * "STRING_VALUE",
44
44
  * ],
45
- * usageTypes: [
45
+ * usageTypes: [ // SavingsPlanRateUsageTypeList
46
46
  * "STRING_VALUE",
47
47
  * ],
48
- * operations: [
48
+ * operations: [ // SavingsPlanRateOperationList
49
49
  * "STRING_VALUE",
50
50
  * ],
51
- * filters: [
52
- * {
51
+ * filters: [ // SavingsPlanOfferingRateFiltersList
52
+ * { // SavingsPlanOfferingRateFilterElement
53
53
  * name: "STRING_VALUE",
54
- * values: [
54
+ * values: [ // FilterValuesList
55
55
  * "STRING_VALUE",
56
56
  * ],
57
57
  * },
@@ -26,39 +26,39 @@ export interface DescribeSavingsPlansOfferingsCommandOutput extends DescribeSavi
26
26
  * import { SavingsplansClient, DescribeSavingsPlansOfferingsCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, DescribeSavingsPlansOfferingsCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
30
- * offeringIds: [
29
+ * const input = { // DescribeSavingsPlansOfferingsRequest
30
+ * offeringIds: [ // UUIDs
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * paymentOptions: [
33
+ * paymentOptions: [ // SavingsPlanPaymentOptionList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * productType: "STRING_VALUE",
37
- * planTypes: [
37
+ * planTypes: [ // SavingsPlanTypeList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
- * durations: [
40
+ * durations: [ // DurationsList
41
41
  * Number("long"),
42
42
  * ],
43
- * currencies: [
43
+ * currencies: [ // CurrencyList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
- * descriptions: [
46
+ * descriptions: [ // SavingsPlanDescriptionsList
47
47
  * "STRING_VALUE",
48
48
  * ],
49
- * serviceCodes: [
49
+ * serviceCodes: [ // SavingsPlanServiceCodeList
50
50
  * "STRING_VALUE",
51
51
  * ],
52
- * usageTypes: [
52
+ * usageTypes: [ // SavingsPlanUsageTypeList
53
53
  * "STRING_VALUE",
54
54
  * ],
55
- * operations: [
55
+ * operations: [ // SavingsPlanOperationList
56
56
  * "STRING_VALUE",
57
57
  * ],
58
- * filters: [
59
- * {
58
+ * filters: [ // SavingsPlanOfferingFiltersList
59
+ * { // SavingsPlanOfferingFilterElement
60
60
  * name: "STRING_VALUE",
61
- * values: [
61
+ * values: [ // FilterValuesList
62
62
  * "STRING_VALUE",
63
63
  * ],
64
64
  * },
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { SavingsplansClient, ListTagsForResourceCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, ListTagsForResourceCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { SavingsplansClient, TagResourceCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, TagResourceCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tags: { // required
31
+ * tags: { // TagMap // required
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { SavingsplansClient, UntagResourceCommand } from "@aws-sdk/client-savingsplans"; // ES Modules import
27
27
  * // const { SavingsplansClient, UntagResourceCommand } = require("@aws-sdk/client-savingsplans"); // CommonJS import
28
28
  * const client = new SavingsplansClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
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.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",