@aws-sdk/client-billing 3.954.0 → 3.956.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
@@ -361,7 +361,7 @@ var AccessDeniedException$ = [
361
361
  -3,
362
362
  n0,
363
363
  _ADE,
364
- { [_e]: _c, [_hE]: 403, [_aQE]: [`BillingAccessDenied`, 403] },
364
+ { [_aQE]: [`BillingAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
365
365
  [_m],
366
366
  [0],
367
367
  ];
@@ -406,7 +406,7 @@ var ConflictException$ = [
406
406
  -3,
407
407
  n0,
408
408
  _CE,
409
- { [_e]: _c, [_hE]: 409, [_aQE]: [`BillingConflict`, 409] },
409
+ { [_aQE]: [`BillingConflict`, 409], [_e]: _c, [_hE]: 409 },
410
410
  [_m, _rI, _rT],
411
411
  [0, 0, 0],
412
412
  ];
@@ -448,7 +448,7 @@ var InternalServerException$ = [
448
448
  -3,
449
449
  n0,
450
450
  _ISE,
451
- { [_e]: _s, [_hE]: 500, [_aQE]: [`BillingInternalServer`, 500] },
451
+ { [_aQE]: [`BillingInternalServer`, 500], [_e]: _s, [_hE]: 500 },
452
452
  [_m],
453
453
  [0],
454
454
  ];
@@ -491,7 +491,7 @@ var ResourceNotFoundException$ = [
491
491
  -3,
492
492
  n0,
493
493
  _RNFE,
494
- { [_e]: _c, [_hE]: 404, [_aQE]: [`BillingResourceNotFound`, 404] },
494
+ { [_aQE]: [`BillingResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
495
495
  [_m, _rI, _rT],
496
496
  [0, 0, 0],
497
497
  ];
@@ -501,7 +501,7 @@ var ServiceQuotaExceededException$ = [
501
501
  -3,
502
502
  n0,
503
503
  _SQEE,
504
- { [_e]: _c, [_hE]: 402, [_aQE]: [`BillingServiceQuotaExceeded`, 402] },
504
+ { [_aQE]: [`BillingServiceQuotaExceeded`, 402], [_e]: _c, [_hE]: 402 },
505
505
  [_m, _rI, _rT, _sCe, _qC],
506
506
  [0, 0, 0, 0, 0],
507
507
  ];
@@ -514,7 +514,7 @@ var ThrottlingException$ = [
514
514
  -3,
515
515
  n0,
516
516
  _TE,
517
- { [_e]: _c, [_hE]: 429, [_aQE]: [`BillingThrottling`, 429] },
517
+ { [_aQE]: [`BillingThrottling`, 429], [_e]: _c, [_hE]: 429 },
518
518
  [_m],
519
519
  [0],
520
520
  ];
@@ -535,7 +535,7 @@ var ValidationException$ = [
535
535
  -3,
536
536
  n0,
537
537
  _VE,
538
- { [_e]: _c, [_hE]: 400, [_aQE]: [`BillingValidation`, 400] },
538
+ { [_aQE]: [`BillingValidation`, 400], [_e]: _c, [_hE]: 400 },
539
539
  [_m, _r, _fL],
540
540
  [0, 0, () => ValidationExceptionFieldList],
541
541
  ];
package/dist-es/index.js CHANGED
@@ -5,4 +5,5 @@ export * from "./schemas/schemas_0";
5
5
  export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
+ export * from "./models/models_0";
8
9
  export { BillingServiceException } from "./models/BillingServiceException";
@@ -128,7 +128,7 @@ export var AccessDeniedException$ = [
128
128
  -3,
129
129
  n0,
130
130
  _ADE,
131
- { [_e]: _c, [_hE]: 403, [_aQE]: [`BillingAccessDenied`, 403] },
131
+ { [_aQE]: [`BillingAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
132
132
  [_m],
133
133
  [0],
134
134
  ];
@@ -173,7 +173,7 @@ export var ConflictException$ = [
173
173
  -3,
174
174
  n0,
175
175
  _CE,
176
- { [_e]: _c, [_hE]: 409, [_aQE]: [`BillingConflict`, 409] },
176
+ { [_aQE]: [`BillingConflict`, 409], [_e]: _c, [_hE]: 409 },
177
177
  [_m, _rI, _rT],
178
178
  [0, 0, 0],
179
179
  ];
@@ -215,7 +215,7 @@ export var InternalServerException$ = [
215
215
  -3,
216
216
  n0,
217
217
  _ISE,
218
- { [_e]: _s, [_hE]: 500, [_aQE]: [`BillingInternalServer`, 500] },
218
+ { [_aQE]: [`BillingInternalServer`, 500], [_e]: _s, [_hE]: 500 },
219
219
  [_m],
220
220
  [0],
221
221
  ];
@@ -258,7 +258,7 @@ export var ResourceNotFoundException$ = [
258
258
  -3,
259
259
  n0,
260
260
  _RNFE,
261
- { [_e]: _c, [_hE]: 404, [_aQE]: [`BillingResourceNotFound`, 404] },
261
+ { [_aQE]: [`BillingResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
262
262
  [_m, _rI, _rT],
263
263
  [0, 0, 0],
264
264
  ];
@@ -268,7 +268,7 @@ export var ServiceQuotaExceededException$ = [
268
268
  -3,
269
269
  n0,
270
270
  _SQEE,
271
- { [_e]: _c, [_hE]: 402, [_aQE]: [`BillingServiceQuotaExceeded`, 402] },
271
+ { [_aQE]: [`BillingServiceQuotaExceeded`, 402], [_e]: _c, [_hE]: 402 },
272
272
  [_m, _rI, _rT, _sCe, _qC],
273
273
  [0, 0, 0, 0, 0],
274
274
  ];
@@ -281,7 +281,7 @@ export var ThrottlingException$ = [
281
281
  -3,
282
282
  n0,
283
283
  _TE,
284
- { [_e]: _c, [_hE]: 429, [_aQE]: [`BillingThrottling`, 429] },
284
+ { [_aQE]: [`BillingThrottling`, 429], [_e]: _c, [_hE]: 429 },
285
285
  [_m],
286
286
  [0],
287
287
  ];
@@ -302,7 +302,7 @@ export var ValidationException$ = [
302
302
  -3,
303
303
  n0,
304
304
  _VE,
305
- { [_e]: _c, [_hE]: 400, [_aQE]: [`BillingValidation`, 400] },
305
+ { [_aQE]: [`BillingValidation`, 400], [_e]: _c, [_hE]: 400 },
306
306
  [_m, _r, _fL],
307
307
  [0, 0, () => ValidationExceptionFieldList],
308
308
  ];
@@ -13,5 +13,5 @@ export * from "./schemas/schemas_0";
13
13
  export * from "./pagination";
14
14
  export * from "./models/enums";
15
15
  export * from "./models/errors";
16
- export type * from "./models/models_0";
16
+ export * from "./models/models_0";
17
17
  export { BillingServiceException } from "./models/BillingServiceException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-billing",
3
3
  "description": "AWS SDK for JavaScript Billing Client for Node.js, Browser and React Native",
4
- "version": "3.954.0",
4
+ "version": "3.956.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-billing",
@@ -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.954.0",
25
- "@aws-sdk/credential-provider-node": "3.954.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/fetch-http-handler": "^5.3.7",
38
- "@smithy/hash-node": "^4.2.6",
39
- "@smithy/invalid-dependency": "^4.2.6",
40
- "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.4.0",
42
- "@smithy/middleware-retry": "^4.4.16",
43
- "@smithy/middleware-serde": "^4.2.7",
44
- "@smithy/middleware-stack": "^4.2.6",
45
- "@smithy/node-config-provider": "^4.3.6",
46
- "@smithy/node-http-handler": "^4.4.6",
47
- "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.1",
49
- "@smithy/types": "^4.10.0",
50
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/types": "3.956.0",
32
+ "@aws-sdk/util-endpoints": "3.956.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
34
+ "@aws-sdk/util-user-agent-node": "3.956.0",
35
+ "@smithy/config-resolver": "^4.4.5",
36
+ "@smithy/core": "^3.20.0",
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.1",
42
+ "@smithy/middleware-retry": "^4.4.17",
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.2",
49
+ "@smithy/types": "^4.11.0",
50
+ "@smithy/url-parser": "^4.2.7",
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.15",
55
- "@smithy/util-defaults-mode-node": "^4.2.18",
56
- "@smithy/util-endpoints": "^3.2.6",
57
- "@smithy/util-middleware": "^4.2.6",
58
- "@smithy/util-retry": "^4.2.6",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
55
+ "@smithy/util-defaults-mode-node": "^4.2.19",
56
+ "@smithy/util-endpoints": "^3.2.7",
57
+ "@smithy/util-middleware": "^4.2.7",
58
+ "@smithy/util-retry": "^4.2.7",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },