@aws-sdk/client-savingsplans 3.968.0 → 3.970.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 CHANGED
@@ -294,7 +294,7 @@ const n0 = "com.amazonaws.savingsplans";
294
294
  var CreateSavingsPlanRequest$ = [3, n0, _CSPR,
295
295
  0,
296
296
  [_sPOI, _c, _uPA, _pT, _cT, _t],
297
- [0, 0, 0, 4, [0, 4], 128 | 0]
297
+ [0, 0, 0, 4, [0, 4], 128 | 0], 2
298
298
  ];
299
299
  var CreateSavingsPlanResponse$ = [3, n0, _CSPRr,
300
300
  0,
@@ -304,7 +304,7 @@ var CreateSavingsPlanResponse$ = [3, n0, _CSPRr,
304
304
  var DeleteQueuedSavingsPlanRequest$ = [3, n0, _DQSPR,
305
305
  0,
306
306
  [_sPI],
307
- [0]
307
+ [0], 1
308
308
  ];
309
309
  var DeleteQueuedSavingsPlanResponse$ = [3, n0, _DQSPRe,
310
310
  0,
@@ -314,7 +314,7 @@ var DeleteQueuedSavingsPlanResponse$ = [3, n0, _DQSPRe,
314
314
  var DescribeSavingsPlanRatesRequest$ = [3, n0, _DSPRR,
315
315
  0,
316
316
  [_sPI, _f, _nT, _mR],
317
- [0, () => SavingsPlanRateFilterList, 0, 1]
317
+ [0, () => SavingsPlanRateFilterList, 0, 1], 1
318
318
  ];
319
319
  var DescribeSavingsPlanRatesResponse$ = [3, n0, _DSPRRe,
320
320
  0,
@@ -354,13 +354,13 @@ var DescribeSavingsPlansResponse$ = [3, n0, _DSPRe,
354
354
  var InternalServerException$ = [-3, n0, _ISE,
355
355
  { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
356
356
  [_m],
357
- [0]
357
+ [0], 1
358
358
  ];
359
359
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
360
360
  var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
361
361
  0,
362
362
  [_rA],
363
- [0]
363
+ [0], 1
364
364
  ];
365
365
  var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
366
366
  0,
@@ -375,13 +375,13 @@ var ParentSavingsPlanOffering$ = [3, n0, _PSPO,
375
375
  var ResourceNotFoundException$ = [-3, n0, _RNFE,
376
376
  { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _cl, [_hE]: 404 },
377
377
  [_m],
378
- [0]
378
+ [0], 1
379
379
  ];
380
380
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
381
381
  var ReturnSavingsPlanRequest$ = [3, n0, _RSPR,
382
382
  0,
383
383
  [_sPI, _cT],
384
- [0, [0, 4]]
384
+ [0, [0, 4]], 1
385
385
  ];
386
386
  var ReturnSavingsPlanResponse$ = [3, n0, _RSPRe,
387
387
  0,
@@ -446,13 +446,13 @@ var SavingsPlanRateProperty$ = [3, n0, _SPRP,
446
446
  var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
447
447
  { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _cl, [_hE]: 402 },
448
448
  [_m],
449
- [0]
449
+ [0], 1
450
450
  ];
451
451
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
452
452
  var TagResourceRequest$ = [3, n0, _TRR,
453
453
  0,
454
454
  [_rA, _t],
455
- [0, 128 | 0]
455
+ [0, 128 | 0], 2
456
456
  ];
457
457
  var TagResourceResponse$ = [3, n0, _TRRa,
458
458
  0,
@@ -462,7 +462,7 @@ var TagResourceResponse$ = [3, n0, _TRRa,
462
462
  var UntagResourceRequest$ = [3, n0, _URR,
463
463
  0,
464
464
  [_rA, _tK],
465
- [0, 64 | 0]
465
+ [0, 64 | 0], 2
466
466
  ];
467
467
  var UntagResourceResponse$ = [3, n0, _URRn,
468
468
  0,
@@ -472,7 +472,7 @@ var UntagResourceResponse$ = [3, n0, _URRn,
472
472
  var ValidationException$ = [-3, n0, _VE,
473
473
  { [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
474
474
  [_m],
475
- [0]
475
+ [0], 1
476
476
  ];
477
477
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
478
478
  var SavingsplansServiceException$ = [-3, _sm, "SavingsplansServiceException", 0, [], []];
@@ -129,7 +129,7 @@ import { SavingsplansServiceException } from "../models/SavingsplansServiceExcep
129
129
  export var CreateSavingsPlanRequest$ = [3, n0, _CSPR,
130
130
  0,
131
131
  [_sPOI, _c, _uPA, _pT, _cT, _t],
132
- [0, 0, 0, 4, [0, 4], 128 | 0]
132
+ [0, 0, 0, 4, [0, 4], 128 | 0], 2
133
133
  ];
134
134
  export var CreateSavingsPlanResponse$ = [3, n0, _CSPRr,
135
135
  0,
@@ -139,7 +139,7 @@ export var CreateSavingsPlanResponse$ = [3, n0, _CSPRr,
139
139
  export var DeleteQueuedSavingsPlanRequest$ = [3, n0, _DQSPR,
140
140
  0,
141
141
  [_sPI],
142
- [0]
142
+ [0], 1
143
143
  ];
144
144
  export var DeleteQueuedSavingsPlanResponse$ = [3, n0, _DQSPRe,
145
145
  0,
@@ -149,7 +149,7 @@ export var DeleteQueuedSavingsPlanResponse$ = [3, n0, _DQSPRe,
149
149
  export var DescribeSavingsPlanRatesRequest$ = [3, n0, _DSPRR,
150
150
  0,
151
151
  [_sPI, _f, _nT, _mR],
152
- [0, () => SavingsPlanRateFilterList, 0, 1]
152
+ [0, () => SavingsPlanRateFilterList, 0, 1], 1
153
153
  ];
154
154
  export var DescribeSavingsPlanRatesResponse$ = [3, n0, _DSPRRe,
155
155
  0,
@@ -189,13 +189,13 @@ export var DescribeSavingsPlansResponse$ = [3, n0, _DSPRe,
189
189
  export var InternalServerException$ = [-3, n0, _ISE,
190
190
  { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
191
191
  [_m],
192
- [0]
192
+ [0], 1
193
193
  ];
194
194
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
195
195
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
196
196
  0,
197
197
  [_rA],
198
- [0]
198
+ [0], 1
199
199
  ];
200
200
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
201
201
  0,
@@ -210,13 +210,13 @@ export var ParentSavingsPlanOffering$ = [3, n0, _PSPO,
210
210
  export var ResourceNotFoundException$ = [-3, n0, _RNFE,
211
211
  { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _cl, [_hE]: 404 },
212
212
  [_m],
213
- [0]
213
+ [0], 1
214
214
  ];
215
215
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
216
216
  export var ReturnSavingsPlanRequest$ = [3, n0, _RSPR,
217
217
  0,
218
218
  [_sPI, _cT],
219
- [0, [0, 4]]
219
+ [0, [0, 4]], 1
220
220
  ];
221
221
  export var ReturnSavingsPlanResponse$ = [3, n0, _RSPRe,
222
222
  0,
@@ -281,13 +281,13 @@ export var SavingsPlanRateProperty$ = [3, n0, _SPRP,
281
281
  export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
282
282
  { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _cl, [_hE]: 402 },
283
283
  [_m],
284
- [0]
284
+ [0], 1
285
285
  ];
286
286
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
287
287
  export var TagResourceRequest$ = [3, n0, _TRR,
288
288
  0,
289
289
  [_rA, _t],
290
- [0, 128 | 0]
290
+ [0, 128 | 0], 2
291
291
  ];
292
292
  export var TagResourceResponse$ = [3, n0, _TRRa,
293
293
  0,
@@ -297,7 +297,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
297
297
  export var UntagResourceRequest$ = [3, n0, _URR,
298
298
  0,
299
299
  [_rA, _tK],
300
- [0, 64 | 0]
300
+ [0, 64 | 0], 2
301
301
  ];
302
302
  export var UntagResourceResponse$ = [3, n0, _URRn,
303
303
  0,
@@ -307,7 +307,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
307
307
  export var ValidationException$ = [-3, n0, _VE,
308
308
  { [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
309
309
  [_m],
310
- [0]
310
+ [0], 1
311
311
  ];
312
312
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
313
313
  export var SavingsplansServiceException$ = [-3, _sm, "SavingsplansServiceException", 0, [], []];
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.968.0",
4
+ "version": "3.970.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-savingsplans",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.4",
42
- "@smithy/middleware-retry": "^4.4.20",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.970.0",
25
+ "@aws-sdk/credential-provider-node": "3.970.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.970.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.970.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.970.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.6",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.7",
42
+ "@smithy/middleware-retry": "^4.4.23",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.8",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
55
+ "@smithy/util-defaults-mode-node": "^4.2.25",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },