@aws-sdk/client-billingconductor 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultBillingconductorHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2021-07-30",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.billingconductor",
30
+ errorTypeRegistries,
29
31
  version: "2021-07-30",
30
32
  serviceTarget: "AWSBillingConductor",
31
33
  },
@@ -113,13 +113,13 @@ const _DRRL = "DisassociateResourcesResponseList";
113
113
  const _E = "Error";
114
114
  const _EBP = "EndBillingPeriod";
115
115
  const _EEBP = "ExclusiveEndBillingPeriod";
116
- const _F = "Flat";
116
+ const _F = "Fields";
117
117
  const _FAR = "FailedAssociatedResources";
118
118
  const _FDR = "FailedDisassociatedResources";
119
119
  const _FT = "FreeTier";
120
120
  const _FTC = "FreeTierConfig";
121
121
  const _Fi = "Filters";
122
- const _Fie = "Fields";
122
+ const _Fl = "Flat";
123
123
  const _GB = "GroupBy";
124
124
  const _GBGCR = "GetBillingGroupCostReport";
125
125
  const _GBGCRI = "GetBillingGroupCostReportInput";
@@ -216,10 +216,10 @@ const _PRLE = "PricingRuleListElement";
216
216
  const _PRN = "PricingRuleName";
217
217
  const _PV = "PercentageValue";
218
218
  const _R = "Reason";
219
- const _RA = "ResourceArns";
219
+ const _RA = "Retry-After";
220
220
  const _RAS = "RetryAfterSeconds";
221
- const _RA_ = "Retry-After";
222
- const _RAe = "ResourceArn";
221
+ const _RAe = "ResourceArns";
222
+ const _RAes = "ResourceArn";
223
223
  const _RI = "ResourceId";
224
224
  const _RNFE = "ResourceNotFoundException";
225
225
  const _RT = "ResourceType";
@@ -286,13 +286,63 @@ const _hE = "httpError";
286
286
  const _hH = "httpHeader";
287
287
  const _hQ = "httpQuery";
288
288
  const _iT = "idempotencyToken";
289
- const _s = "server";
290
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.billingconductor";
289
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.billingconductor";
290
+ const _se = "server";
291
291
  const _tK = "tagKeys";
292
292
  const n0 = "com.amazonaws.billingconductor";
293
293
  import { TypeRegistry } from "@smithy/core/schema";
294
294
  import { BillingconductorServiceException } from "../models/BillingconductorServiceException";
295
295
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceLimitExceededException, ThrottlingException, ValidationException, } from "../models/errors";
296
+ const _s_registry = TypeRegistry.for(_s);
297
+ export var BillingconductorServiceException$ = [-3, _s, "BillingconductorServiceException", 0, [], []];
298
+ _s_registry.registerError(BillingconductorServiceException$, BillingconductorServiceException);
299
+ const n0_registry = TypeRegistry.for(n0);
300
+ export var AccessDeniedException$ = [-3, n0, _ADE,
301
+ { [_e]: _c, [_hE]: 403 },
302
+ [_M],
303
+ [0], 1
304
+ ];
305
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
306
+ export var ConflictException$ = [-3, n0, _CE,
307
+ { [_e]: _c, [_hE]: 409 },
308
+ [_M, _RI, _RT, _R],
309
+ [0, 0, 0, 0], 3
310
+ ];
311
+ n0_registry.registerError(ConflictException$, ConflictException);
312
+ export var InternalServerException$ = [-3, n0, _ISE,
313
+ { [_e]: _se, [_hE]: 500 },
314
+ [_M, _RAS],
315
+ [0, [1, { [_hH]: _RA }]], 1
316
+ ];
317
+ n0_registry.registerError(InternalServerException$, InternalServerException);
318
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
319
+ { [_e]: _c, [_hE]: 404 },
320
+ [_M, _RI, _RT],
321
+ [0, 0, 0], 3
322
+ ];
323
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
324
+ export var ServiceLimitExceededException$ = [-3, n0, _SLEE,
325
+ { [_e]: _c, [_hE]: 402 },
326
+ [_M, _LC, _SC, _RI, _RT],
327
+ [0, 0, 0, 0, 0], 3
328
+ ];
329
+ n0_registry.registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
330
+ export var ThrottlingException$ = [-3, n0, _TE,
331
+ { [_e]: _c, [_hE]: 429 },
332
+ [_M, _RAS],
333
+ [0, [1, { [_hH]: _RA }]], 1
334
+ ];
335
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
336
+ export var ValidationException$ = [-3, n0, _VE,
337
+ { [_e]: _c, [_hE]: 400 },
338
+ [_M, _R, _F],
339
+ [0, 0, () => ValidationExceptionFieldList], 1
340
+ ];
341
+ n0_registry.registerError(ValidationException$, ValidationException);
342
+ export const errorTypeRegistries = [
343
+ _s_registry,
344
+ n0_registry,
345
+ ];
296
346
  var AccountEmail = [0, n0, _AE, 8, 0];
297
347
  var AccountName = [0, n0, _AN, 8, 0];
298
348
  var BillingGroupDescription = [0, n0, _BGD, 8, 0];
@@ -303,12 +353,6 @@ var PricingPlanDescription = [0, n0, _PPD, 8, 0];
303
353
  var PricingPlanName = [0, n0, _PPN, 8, 0];
304
354
  var PricingRuleDescription = [0, n0, _PRD, 8, 0];
305
355
  var PricingRuleName = [0, n0, _PRN, 8, 0];
306
- export var AccessDeniedException$ = [-3, n0, _ADE,
307
- { [_e]: _c, [_hE]: 403 },
308
- [_M],
309
- [0], 1
310
- ];
311
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
312
356
  export var AccountAssociationsListElement$ = [3, n0, _AALE,
313
357
  0,
314
358
  [_AI, _BGA, _AN, _AE],
@@ -356,7 +400,7 @@ export var Attribute$ = [3, n0, _At,
356
400
  ];
357
401
  export var BatchAssociateResourcesToCustomLineItemInput$ = [3, n0, _BARTCLII,
358
402
  0,
359
- [_TA, _RA, _BPR],
403
+ [_TA, _RAe, _BPR],
360
404
  [0, 64 | 0, () => CustomLineItemBillingPeriodRange$], 2
361
405
  ];
362
406
  export var BatchAssociateResourcesToCustomLineItemOutput$ = [3, n0, _BARTCLIO,
@@ -366,7 +410,7 @@ export var BatchAssociateResourcesToCustomLineItemOutput$ = [3, n0, _BARTCLIO,
366
410
  ];
367
411
  export var BatchDisassociateResourcesFromCustomLineItemInput$ = [3, n0, _BDRFCLII,
368
412
  0,
369
- [_TA, _RA, _BPR],
413
+ [_TA, _RAe, _BPR],
370
414
  [0, 64 | 0, () => CustomLineItemBillingPeriodRange$], 2
371
415
  ];
372
416
  export var BatchDisassociateResourcesFromCustomLineItemOutput$ = [3, n0, _BDRFCLIO,
@@ -399,12 +443,6 @@ export var ComputationPreference$ = [3, n0, _CP,
399
443
  [_PPA],
400
444
  [0], 1
401
445
  ];
402
- export var ConflictException$ = [-3, n0, _CE,
403
- { [_e]: _c, [_hE]: 409 },
404
- [_M, _RI, _RT, _R],
405
- [0, 0, 0, 0], 3
406
- ];
407
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
408
446
  export var CreateBillingGroupInput$ = [3, n0, _CBGI,
409
447
  0,
410
448
  [_N, _AG, _CP, _CTl, _PAI, _D, _T],
@@ -462,7 +500,7 @@ export var CustomLineItemBillingPeriodRange$ = [3, n0, _CLIBPR,
462
500
  ];
463
501
  export var CustomLineItemChargeDetails$ = [3, n0, _CLICD,
464
502
  0,
465
- [_Ty, _F, _P, _LIF],
503
+ [_Ty, _Fl, _P, _LIF],
466
504
  [0, () => CustomLineItemFlatChargeDetails$, () => CustomLineItemPercentageChargeDetails$, () => LineItemFiltersList], 1
467
505
  ];
468
506
  export var CustomLineItemFlatChargeDetails$ = [3, n0, _CLIFCD,
@@ -565,12 +603,6 @@ export var GetBillingGroupCostReportOutput$ = [3, n0, _GBGCRO,
565
603
  [_BGCRR, _NT],
566
604
  [() => BillingGroupCostReportResultsList, 0]
567
605
  ];
568
- export var InternalServerException$ = [-3, n0, _ISE,
569
- { [_e]: _s, [_hE]: 500 },
570
- [_M, _RAS],
571
- [0, [1, { [_hH]: _RA_ }]], 1
572
- ];
573
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
574
606
  export var LineItemFilter$ = [3, n0, _LIFi,
575
607
  0,
576
608
  [_At, _MO, _Va, _AVt],
@@ -628,7 +660,7 @@ export var ListBillingGroupsOutput$ = [3, n0, _LBGO,
628
660
  ];
629
661
  export var ListCustomLineItemChargeDetails$ = [3, n0, _LCLICD,
630
662
  0,
631
- [_Ty, _F, _P, _LIF],
663
+ [_Ty, _Fl, _P, _LIF],
632
664
  [0, () => ListCustomLineItemFlatChargeDetails$, () => ListCustomLineItemPercentageChargeDetails$, () => LineItemFiltersList], 1
633
665
  ];
634
666
  export var ListCustomLineItemFlatChargeDetails$ = [3, n0, _LCLIFCD,
@@ -748,7 +780,7 @@ export var ListResourcesAssociatedToCustomLineItemResponseElement$ = [3, n0, _LR
748
780
  ];
749
781
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
750
782
  0,
751
- [_RAe],
783
+ [_RAes],
752
784
  [[0, 1]], 1
753
785
  ];
754
786
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
@@ -771,18 +803,6 @@ export var PricingRuleListElement$ = [3, n0, _PRLE,
771
803
  [_N, _A, _D, _Sc, _Ty, _MPo, _Se, _APPC, _CT, _LMT, _BE, _Ti, _UT, _O],
772
804
  [[() => PricingRuleName, 0], 0, [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 1, 0, () => Tiering$, 0, 0]
773
805
  ];
774
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
775
- { [_e]: _c, [_hE]: 404 },
776
- [_M, _RI, _RT],
777
- [0, 0, 0], 3
778
- ];
779
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
780
- export var ServiceLimitExceededException$ = [-3, n0, _SLEE,
781
- { [_e]: _c, [_hE]: 402 },
782
- [_M, _LC, _SC, _RI, _RT],
783
- [0, 0, 0, 0, 0], 3
784
- ];
785
- TypeRegistry.for(n0).registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
786
806
  export var StringSearch$ = [3, n0, _SS,
787
807
  0,
788
808
  [_SO, _SV],
@@ -790,7 +810,7 @@ export var StringSearch$ = [3, n0, _SS,
790
810
  ];
791
811
  export var TagResourceRequest$ = [3, n0, _TRR,
792
812
  0,
793
- [_RAe, _T],
813
+ [_RAes, _T],
794
814
  [[0, 1], 128 | 0], 2
795
815
  ];
796
816
  export var TagResourceResponse$ = [3, n0, _TRRa,
@@ -798,12 +818,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
798
818
  [],
799
819
  []
800
820
  ];
801
- export var ThrottlingException$ = [-3, n0, _TE,
802
- { [_e]: _c, [_hE]: 429 },
803
- [_M, _RAS],
804
- [0, [1, { [_hH]: _RA_ }]], 1
805
- ];
806
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
807
821
  export var Tiering$ = [3, n0, _Ti,
808
822
  0,
809
823
  [_FT],
@@ -811,7 +825,7 @@ export var Tiering$ = [3, n0, _Ti,
811
825
  ];
812
826
  export var UntagResourceRequest$ = [3, n0, _URR,
813
827
  0,
814
- [_RAe, _TK],
828
+ [_RAes, _TK],
815
829
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
816
830
  ];
817
831
  export var UntagResourceResponse$ = [3, n0, _URRn,
@@ -836,7 +850,7 @@ export var UpdateBillingGroupOutput$ = [3, n0, _UBGO,
836
850
  ];
837
851
  export var UpdateCustomLineItemChargeDetails$ = [3, n0, _UCLICD,
838
852
  0,
839
- [_F, _P, _LIF],
853
+ [_Fl, _P, _LIF],
840
854
  [() => UpdateCustomLineItemFlatChargeDetails$, () => UpdateCustomLineItemPercentageChargeDetails$, () => LineItemFiltersList]
841
855
  ];
842
856
  export var UpdateCustomLineItemFlatChargeDetails$ = [3, n0, _UCLIFCD,
@@ -889,19 +903,11 @@ export var UpdateTieringInput$ = [3, n0, _UTI,
889
903
  [_FT],
890
904
  [() => UpdateFreeTierConfig$], 1
891
905
  ];
892
- export var ValidationException$ = [-3, n0, _VE,
893
- { [_e]: _c, [_hE]: 400 },
894
- [_M, _R, _Fie],
895
- [0, 0, () => ValidationExceptionFieldList], 1
896
- ];
897
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
898
906
  export var ValidationExceptionField$ = [3, n0, _VEF,
899
907
  0,
900
908
  [_N, _M],
901
909
  [0, 0], 2
902
910
  ];
903
- export var BillingconductorServiceException$ = [-3, _sm, "BillingconductorServiceException", 0, [], []];
904
- TypeRegistry.for(_sm).registerError(BillingconductorServiceException$, BillingconductorServiceException);
905
911
  var AccountAssociationsList = [1, n0, _AAL,
906
912
  0, [() => AccountAssociationsListElement$,
907
913
  0]
@@ -1,5 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var BillingconductorServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceLimitExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
3
17
  export declare var AccountAssociationsListElement$: StaticStructureSchema;
4
18
  export declare var AccountGrouping$: StaticStructureSchema;
5
19
  export declare var AssociateAccountsInput$: StaticStructureSchema;
@@ -18,7 +32,6 @@ export declare var BillingGroupCostReportResultElement$: StaticStructureSchema;
18
32
  export declare var BillingGroupListElement$: StaticStructureSchema;
19
33
  export declare var BillingPeriodRange$: StaticStructureSchema;
20
34
  export declare var ComputationPreference$: StaticStructureSchema;
21
- export declare var ConflictException$: StaticErrorSchema;
22
35
  export declare var CreateBillingGroupInput$: StaticStructureSchema;
23
36
  export declare var CreateBillingGroupOutput$: StaticStructureSchema;
24
37
  export declare var CreateCustomLineItemInput$: StaticStructureSchema;
@@ -51,7 +64,6 @@ export declare var DisassociateResourceResponseElement$: StaticStructureSchema;
51
64
  export declare var FreeTierConfig$: StaticStructureSchema;
52
65
  export declare var GetBillingGroupCostReportInput$: StaticStructureSchema;
53
66
  export declare var GetBillingGroupCostReportOutput$: StaticStructureSchema;
54
- export declare var InternalServerException$: StaticErrorSchema;
55
67
  export declare var LineItemFilter$: StaticStructureSchema;
56
68
  export declare var ListAccountAssociationsFilter$: StaticStructureSchema;
57
69
  export declare var ListAccountAssociationsInput$: StaticStructureSchema;
@@ -92,12 +104,9 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
92
104
  export declare var PresentationObject$: StaticStructureSchema;
93
105
  export declare var PricingPlanListElement$: StaticStructureSchema;
94
106
  export declare var PricingRuleListElement$: StaticStructureSchema;
95
- export declare var ResourceNotFoundException$: StaticErrorSchema;
96
- export declare var ServiceLimitExceededException$: StaticErrorSchema;
97
107
  export declare var StringSearch$: StaticStructureSchema;
98
108
  export declare var TagResourceRequest$: StaticStructureSchema;
99
109
  export declare var TagResourceResponse$: StaticStructureSchema;
100
- export declare var ThrottlingException$: StaticErrorSchema;
101
110
  export declare var Tiering$: StaticStructureSchema;
102
111
  export declare var UntagResourceRequest$: StaticStructureSchema;
103
112
  export declare var UntagResourceResponse$: StaticStructureSchema;
@@ -115,9 +124,7 @@ export declare var UpdatePricingPlanOutput$: StaticStructureSchema;
115
124
  export declare var UpdatePricingRuleInput$: StaticStructureSchema;
116
125
  export declare var UpdatePricingRuleOutput$: StaticStructureSchema;
117
126
  export declare var UpdateTieringInput$: StaticStructureSchema;
118
- export declare var ValidationException$: StaticErrorSchema;
119
127
  export declare var ValidationExceptionField$: StaticStructureSchema;
120
- export declare var BillingconductorServiceException$: StaticErrorSchema;
121
128
  export declare var AssociateAccounts$: StaticOperationSchema;
122
129
  export declare var AssociatePricingRules$: StaticOperationSchema;
123
130
  export declare var BatchAssociateResourcesToCustomLineItem$: StaticOperationSchema;
@@ -1,9 +1,18 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var BillingconductorServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceLimitExceededException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
7
16
  export declare var AccountAssociationsListElement$: StaticStructureSchema;
8
17
  export declare var AccountGrouping$: StaticStructureSchema;
9
18
  export declare var AssociateAccountsInput$: StaticStructureSchema;
@@ -22,7 +31,6 @@ export declare var BillingGroupCostReportResultElement$: StaticStructureSchema;
22
31
  export declare var BillingGroupListElement$: StaticStructureSchema;
23
32
  export declare var BillingPeriodRange$: StaticStructureSchema;
24
33
  export declare var ComputationPreference$: StaticStructureSchema;
25
- export declare var ConflictException$: StaticErrorSchema;
26
34
  export declare var CreateBillingGroupInput$: StaticStructureSchema;
27
35
  export declare var CreateBillingGroupOutput$: StaticStructureSchema;
28
36
  export declare var CreateCustomLineItemInput$: StaticStructureSchema;
@@ -55,7 +63,6 @@ export declare var DisassociateResourceResponseElement$: StaticStructureSchema;
55
63
  export declare var FreeTierConfig$: StaticStructureSchema;
56
64
  export declare var GetBillingGroupCostReportInput$: StaticStructureSchema;
57
65
  export declare var GetBillingGroupCostReportOutput$: StaticStructureSchema;
58
- export declare var InternalServerException$: StaticErrorSchema;
59
66
  export declare var LineItemFilter$: StaticStructureSchema;
60
67
  export declare var ListAccountAssociationsFilter$: StaticStructureSchema;
61
68
  export declare var ListAccountAssociationsInput$: StaticStructureSchema;
@@ -96,12 +103,9 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
96
103
  export declare var PresentationObject$: StaticStructureSchema;
97
104
  export declare var PricingPlanListElement$: StaticStructureSchema;
98
105
  export declare var PricingRuleListElement$: StaticStructureSchema;
99
- export declare var ResourceNotFoundException$: StaticErrorSchema;
100
- export declare var ServiceLimitExceededException$: StaticErrorSchema;
101
106
  export declare var StringSearch$: StaticStructureSchema;
102
107
  export declare var TagResourceRequest$: StaticStructureSchema;
103
108
  export declare var TagResourceResponse$: StaticStructureSchema;
104
- export declare var ThrottlingException$: StaticErrorSchema;
105
109
  export declare var Tiering$: StaticStructureSchema;
106
110
  export declare var UntagResourceRequest$: StaticStructureSchema;
107
111
  export declare var UntagResourceResponse$: StaticStructureSchema;
@@ -119,9 +123,7 @@ export declare var UpdatePricingPlanOutput$: StaticStructureSchema;
119
123
  export declare var UpdatePricingRuleInput$: StaticStructureSchema;
120
124
  export declare var UpdatePricingRuleOutput$: StaticStructureSchema;
121
125
  export declare var UpdateTieringInput$: StaticStructureSchema;
122
- export declare var ValidationException$: StaticErrorSchema;
123
126
  export declare var ValidationExceptionField$: StaticStructureSchema;
124
- export declare var BillingconductorServiceException$: StaticErrorSchema;
125
127
  export declare var AssociateAccounts$: StaticOperationSchema;
126
128
  export declare var AssociatePricingRules$: StaticOperationSchema;
127
129
  export declare var BatchAssociateResourcesToCustomLineItem$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-billingconductor",
3
3
  "description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.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-billingconductor",
@@ -21,38 +21,38 @@
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.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
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.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",