@aws-sdk/client-bcm-pricing-calculator 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 { defaultBCMPricingCalculatorHttpAuthSchemeProvider } 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: "2024-06-19",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_0Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.bcmpricingcalculator",
30
+ errorTypeRegistries,
29
31
  version: "2024-06-19",
30
32
  serviceTarget: "AWSBCMPricingCalculator",
31
33
  },
@@ -284,7 +284,7 @@ const _pO = "paymentOption";
284
284
  const _q = "quantities";
285
285
  const _qC = "quotaCode";
286
286
  const _qu = "quantity";
287
- const _r = "region";
287
+ const _r = "reason";
288
288
  const _rAS = "retryAfterSeconds";
289
289
  const _rI = "resourceId";
290
290
  const _rII = "reservedInstancesId";
@@ -292,8 +292,8 @@ const _rIOI = "reservedInstancesOfferingId";
292
292
  const _rT = "resourceType";
293
293
  const _rTa = "rateType";
294
294
  const _rTat = "rateTimestamp";
295
- const _re = "reason";
296
- const _s = "status";
295
+ const _re = "region";
296
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bcmpricingcalculator";
297
297
  const _sARTS = "standaloneAccountRateTypeSelections";
298
298
  const _sC = "serviceCode";
299
299
  const _sCD = "serviceCostDifferences";
@@ -302,8 +302,8 @@ const _sPA = "savingsPlanArns";
302
302
  const _sPI = "savingsPlanId";
303
303
  const _sPOI = "savingsPlanOfferingId";
304
304
  const _se = "server";
305
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bcmpricingcalculator";
306
- const _st = "start";
305
+ const _st = "status";
306
+ const _sta = "start";
307
307
  const _t = "tags";
308
308
  const _tC = "totalCost";
309
309
  const _tCD = "totalCostDifference";
@@ -321,12 +321,62 @@ const n0 = "com.amazonaws.bcmpricingcalculator";
321
321
  import { TypeRegistry } from "@smithy/core/schema";
322
322
  import { BCMPricingCalculatorServiceException } from "../models/BCMPricingCalculatorServiceException";
323
323
  import { AccessDeniedException, ConflictException, DataUnavailableException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
324
+ const _s_registry = TypeRegistry.for(_s);
325
+ export var BCMPricingCalculatorServiceException$ = [-3, _s, "BCMPricingCalculatorServiceException", 0, [], []];
326
+ _s_registry.registerError(BCMPricingCalculatorServiceException$, BCMPricingCalculatorServiceException);
327
+ const n0_registry = TypeRegistry.for(n0);
324
328
  export var AccessDeniedException$ = [-3, n0, _ADE,
325
329
  { [_aQE]: [`AccessDeniedCode`, 403], [_e]: _c, [_hE]: 403 },
326
330
  [_m],
327
331
  [0], 1
328
332
  ];
329
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
333
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
334
+ export var ConflictException$ = [-3, n0, _CE,
335
+ { [_aQE]: [`ConflictCode`, 409], [_e]: _c, [_hE]: 409 },
336
+ [_m, _rI, _rT],
337
+ [0, 0, 0], 3
338
+ ];
339
+ n0_registry.registerError(ConflictException$, ConflictException);
340
+ export var DataUnavailableException$ = [-3, n0, _DUE,
341
+ { [_e]: _c, [_hE]: 400 },
342
+ [_m],
343
+ [0], 1
344
+ ];
345
+ n0_registry.registerError(DataUnavailableException$, DataUnavailableException);
346
+ export var InternalServerException$ = [-3, n0, _ISE,
347
+ { [_e]: _se, [_hE]: 500 },
348
+ [_m, _rAS],
349
+ [0, [1, { [_hH]: _RA }]], 1
350
+ ];
351
+ n0_registry.registerError(InternalServerException$, InternalServerException);
352
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
353
+ { [_aQE]: [`ResourceNotFoundCode`, 404], [_e]: _c, [_hE]: 404 },
354
+ [_m, _rI, _rT],
355
+ [0, 0, 0], 3
356
+ ];
357
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
358
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
359
+ { [_aQE]: [`ServiceQuotaCode`, 402], [_e]: _c, [_hE]: 402 },
360
+ [_m, _rI, _rT, _sC, _qC],
361
+ [0, 0, 0, 0, 0], 3
362
+ ];
363
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
364
+ export var ThrottlingException$ = [-3, n0, _TE,
365
+ { [_aQE]: [`ThrottlingCode`, 429], [_e]: _c, [_hE]: 429 },
366
+ [_m, _sC, _qC, _rAS],
367
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
368
+ ];
369
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
370
+ export var ValidationException$ = [-3, n0, _VE,
371
+ { [_e]: _c, [_hE]: 400 },
372
+ [_m, _r, _fL],
373
+ [0, 0, () => ValidationExceptionFieldList], 1
374
+ ];
375
+ n0_registry.registerError(ValidationException$, ValidationException);
376
+ export const errorTypeRegistries = [
377
+ _s_registry,
378
+ n0_registry,
379
+ ];
330
380
  export var AddReservedInstanceAction$ = [3, n0, _ARIA,
331
381
  0,
332
382
  [_rIOI, _iC],
@@ -399,7 +449,7 @@ export var BatchCreateWorkloadEstimateUsageError$ = [3, n0, _BCWEUEa,
399
449
  ];
400
450
  export var BatchCreateWorkloadEstimateUsageItem$ = [3, n0, _BCWEUI,
401
451
  0,
402
- [_sC, _uT, _o, _l, _i, _uAI, _g, _qu, _cos, _cu, _s, _hU, _k],
452
+ [_sC, _uT, _o, _l, _i, _uAI, _g, _qu, _cos, _cu, _st, _hU, _k],
403
453
  [0, 0, 0, 0, 0, 0, 0, () => WorkloadEstimateUsageQuantity$, 1, 0, 0, () => HistoricalUsageEntity$, 0], 3
404
454
  ];
405
455
  export var BatchCreateWorkloadEstimateUsageRequest$ = [3, n0, _BCWEUR,
@@ -519,7 +569,7 @@ export var BatchUpdateWorkloadEstimateUsageResponse$ = [3, n0, _BUWEURa,
519
569
  ];
520
570
  export var BillEstimateCommitmentSummary$ = [3, n0, _BECS,
521
571
  0,
522
- [_i, _pAT, _oI, _uAI, _r, _tL, _pO, _uP, _mP],
572
+ [_i, _pAT, _oI, _uAI, _re, _tL, _pO, _uP, _mP],
523
573
  [0, 0, 0, 0, 0, 0, 0, () => CostAmount$, () => CostAmount$]
524
574
  ];
525
575
  export var BillEstimateCostSummary$ = [3, n0, _BECSi,
@@ -544,12 +594,12 @@ export var BillEstimateLineItemSummary$ = [3, n0, _BELIS,
544
594
  ];
545
595
  export var BillEstimateSummary$ = [3, n0, _BES,
546
596
  0,
547
- [_i, _n, _s, _bI, _cAr, _eA],
597
+ [_i, _n, _st, _bI, _cAr, _eA],
548
598
  [0, 0, 0, () => BillInterval$, 4, 4], 1
549
599
  ];
550
600
  export var BillInterval$ = [3, n0, _BI,
551
601
  0,
552
- [_st, _en],
602
+ [_sta, _en],
553
603
  [4, 4]
554
604
  ];
555
605
  export var BillScenarioCommitmentModificationItem$ = [3, n0, _BSCMI,
@@ -559,7 +609,7 @@ export var BillScenarioCommitmentModificationItem$ = [3, n0, _BSCMI,
559
609
  ];
560
610
  export var BillScenarioSummary$ = [3, n0, _BSS,
561
611
  0,
562
- [_i, _n, _bI, _s, _cAr, _eA, _fM, _gSP, _cCGSPA],
612
+ [_i, _n, _bI, _st, _cAr, _eA, _fM, _gSP, _cCGSPA],
563
613
  [0, 0, () => BillInterval$, 0, 4, 4, 0, 0, 0], 1
564
614
  ];
565
615
  export var BillScenarioUsageModificationItem$ = [3, n0, _BSUMI,
@@ -567,12 +617,6 @@ export var BillScenarioUsageModificationItem$ = [3, n0, _BSUMI,
567
617
  [_sC, _uT, _o, _l, _aZ, _i, _g, _uAI, _q, _hU],
568
618
  [0, 0, 0, 0, 0, 0, 0, 0, () => UsageQuantities, () => HistoricalUsageEntity$], 3
569
619
  ];
570
- export var ConflictException$ = [-3, n0, _CE,
571
- { [_aQE]: [`ConflictCode`, 409], [_e]: _c, [_hE]: 409 },
572
- [_m, _rI, _rT],
573
- [0, 0, 0], 3
574
- ];
575
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
576
620
  export var CostAmount$ = [3, n0, _CA,
577
621
  0,
578
622
  [_am, _cu],
@@ -590,7 +634,7 @@ export var CreateBillEstimateRequest$ = [3, n0, _CBER,
590
634
  ];
591
635
  export var CreateBillEstimateResponse$ = [3, n0, _CBERr,
592
636
  0,
593
- [_i, _n, _s, _fM, _bI, _cS, _cAr, _eA, _gSP, _cCGSPA, _cCGSPED],
637
+ [_i, _n, _st, _fM, _bI, _cS, _cAr, _eA, _gSP, _cCGSPA, _cCGSPED],
594
638
  [0, 0, 0, 0, () => BillInterval$, () => BillEstimateCostSummary$, 4, 4, 0, 0, 4], 1
595
639
  ];
596
640
  export var CreateBillScenarioRequest$ = [3, n0, _CBSR,
@@ -600,7 +644,7 @@ export var CreateBillScenarioRequest$ = [3, n0, _CBSR,
600
644
  ];
601
645
  export var CreateBillScenarioResponse$ = [3, n0, _CBSRr,
602
646
  0,
603
- [_i, _n, _bI, _s, _cAr, _eA, _fM, _gSP, _cCGSPA],
647
+ [_i, _n, _bI, _st, _cAr, _eA, _fM, _gSP, _cCGSPA],
604
648
  [0, 0, () => BillInterval$, 0, 4, 4, 0, 0, 0], 1
605
649
  ];
606
650
  export var CreateWorkloadEstimateRequest$ = [3, n0, _CWER,
@@ -610,15 +654,9 @@ export var CreateWorkloadEstimateRequest$ = [3, n0, _CWER,
610
654
  ];
611
655
  export var CreateWorkloadEstimateResponse$ = [3, n0, _CWERr,
612
656
  0,
613
- [_i, _n, _cAr, _eA, _rTa, _rTat, _s, _tC, _cC, _fM],
657
+ [_i, _n, _cAr, _eA, _rTa, _rTat, _st, _tC, _cC, _fM],
614
658
  [0, 0, 4, 4, 0, 4, 0, 1, 0, 0], 1
615
659
  ];
616
- export var DataUnavailableException$ = [-3, n0, _DUE,
617
- { [_e]: _c, [_hE]: 400 },
618
- [_m],
619
- [0], 1
620
- ];
621
- TypeRegistry.for(n0).registerError(DataUnavailableException$, DataUnavailableException);
622
660
  export var DeleteBillEstimateRequest$ = [3, n0, _DBER,
623
661
  0,
624
662
  [_ide],
@@ -671,7 +709,7 @@ export var GetBillEstimateRequest$ = [3, n0, _GBER,
671
709
  ];
672
710
  export var GetBillEstimateResponse$ = [3, n0, _GBERe,
673
711
  0,
674
- [_i, _n, _s, _fM, _bI, _cS, _cAr, _eA, _gSP, _cCGSPA, _cCGSPED],
712
+ [_i, _n, _st, _fM, _bI, _cS, _cAr, _eA, _gSP, _cCGSPA, _cCGSPED],
675
713
  [0, 0, 0, 0, () => BillInterval$, () => BillEstimateCostSummary$, 4, 4, 0, 0, 4], 1
676
714
  ];
677
715
  export var GetBillScenarioRequest$ = [3, n0, _GBSR,
@@ -681,7 +719,7 @@ export var GetBillScenarioRequest$ = [3, n0, _GBSR,
681
719
  ];
682
720
  export var GetBillScenarioResponse$ = [3, n0, _GBSRe,
683
721
  0,
684
- [_i, _n, _bI, _s, _cAr, _eA, _fM, _gSP, _cCGSPA],
722
+ [_i, _n, _bI, _st, _cAr, _eA, _fM, _gSP, _cCGSPA],
685
723
  [0, 0, () => BillInterval$, 0, 4, 4, 0, 0, 0], 1
686
724
  ];
687
725
  export var GetPreferencesRequest$ = [3, n0, _GPR,
@@ -701,7 +739,7 @@ export var GetWorkloadEstimateRequest$ = [3, n0, _GWER,
701
739
  ];
702
740
  export var GetWorkloadEstimateResponse$ = [3, n0, _GWERe,
703
741
  0,
704
- [_i, _n, _cAr, _eA, _rTa, _rTat, _s, _tC, _cC, _fM],
742
+ [_i, _n, _cAr, _eA, _rTa, _rTat, _st, _tC, _cC, _fM],
705
743
  [0, 0, 4, 4, 0, 4, 0, 1, 0, 0], 1
706
744
  ];
707
745
  export var HistoricalUsageEntity$ = [3, n0, _HUE,
@@ -709,12 +747,6 @@ export var HistoricalUsageEntity$ = [3, n0, _HUE,
709
747
  [_sC, _uT, _o, _uAI, _bI, _fE, _l],
710
748
  [0, 0, 0, 0, () => BillInterval$, () => Expression$, 0], 6
711
749
  ];
712
- export var InternalServerException$ = [-3, n0, _ISE,
713
- { [_e]: _se, [_hE]: 500 },
714
- [_m, _rAS],
715
- [0, [1, { [_hH]: _RA }]], 1
716
- ];
717
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
718
750
  export var ListBillEstimateCommitmentsRequest$ = [3, n0, _LBECR,
719
751
  0,
720
752
  [_bEI, _nT, _mR],
@@ -860,18 +892,6 @@ export var NegateSavingsPlanAction$ = [3, n0, _NSPA,
860
892
  [_sPI],
861
893
  [0]
862
894
  ];
863
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
864
- { [_aQE]: [`ResourceNotFoundCode`, 404], [_e]: _c, [_hE]: 404 },
865
- [_m, _rI, _rT],
866
- [0, 0, 0], 3
867
- ];
868
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
869
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
870
- { [_aQE]: [`ServiceQuotaCode`, 402], [_e]: _c, [_hE]: 402 },
871
- [_m, _rI, _rT, _sC, _qC],
872
- [0, 0, 0, 0, 0], 3
873
- ];
874
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
875
895
  export var TagResourceRequest$ = [3, n0, _TRR,
876
896
  0,
877
897
  [_ar, _t],
@@ -882,12 +902,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
882
902
  [],
883
903
  []
884
904
  ];
885
- export var ThrottlingException$ = [-3, n0, _TE,
886
- { [_aQE]: [`ThrottlingCode`, 429], [_e]: _c, [_hE]: 429 },
887
- [_m, _sC, _qC, _rAS],
888
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
889
- ];
890
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
891
905
  export var UntagResourceRequest$ = [3, n0, _URR,
892
906
  0,
893
907
  [_ar, _tK],
@@ -905,7 +919,7 @@ export var UpdateBillEstimateRequest$ = [3, n0, _UBER,
905
919
  ];
906
920
  export var UpdateBillEstimateResponse$ = [3, n0, _UBERp,
907
921
  0,
908
- [_i, _n, _s, _fM, _bI, _cS, _cAr, _eA, _gSP, _cCGSPA, _cCGSPED],
922
+ [_i, _n, _st, _fM, _bI, _cS, _cAr, _eA, _gSP, _cCGSPA, _cCGSPED],
909
923
  [0, 0, 0, 0, () => BillInterval$, () => BillEstimateCostSummary$, 4, 4, 0, 0, 4], 1
910
924
  ];
911
925
  export var UpdateBillScenarioRequest$ = [3, n0, _UBSR,
@@ -915,7 +929,7 @@ export var UpdateBillScenarioRequest$ = [3, n0, _UBSR,
915
929
  ];
916
930
  export var UpdateBillScenarioResponse$ = [3, n0, _UBSRp,
917
931
  0,
918
- [_i, _n, _bI, _s, _cAr, _eA, _fM, _gSP, _cCGSPA],
932
+ [_i, _n, _bI, _st, _cAr, _eA, _fM, _gSP, _cCGSPA],
919
933
  [0, 0, () => BillInterval$, 0, 4, 4, 0, 0, 0], 1
920
934
  ];
921
935
  export var UpdatePreferencesRequest$ = [3, n0, _UPR,
@@ -935,7 +949,7 @@ export var UpdateWorkloadEstimateRequest$ = [3, n0, _UWER,
935
949
  ];
936
950
  export var UpdateWorkloadEstimateResponse$ = [3, n0, _UWERp,
937
951
  0,
938
- [_i, _n, _cAr, _eA, _rTa, _rTat, _s, _tC, _cC, _fM],
952
+ [_i, _n, _cAr, _eA, _rTa, _rTat, _st, _tC, _cC, _fM],
939
953
  [0, 0, 4, 4, 0, 4, 0, 1, 0, 0], 1
940
954
  ];
941
955
  export var UsageAmount$ = [3, n0, _UA,
@@ -953,12 +967,6 @@ export var UsageQuantityResult$ = [3, n0, _UQR,
953
967
  [_am, _un],
954
968
  [1, 0]
955
969
  ];
956
- export var ValidationException$ = [-3, n0, _VE,
957
- { [_e]: _c, [_hE]: 400 },
958
- [_m, _re, _fL],
959
- [0, 0, () => ValidationExceptionFieldList], 1
960
- ];
961
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
962
970
  export var ValidationExceptionField$ = [3, n0, _VEF,
963
971
  0,
964
972
  [_n, _m],
@@ -966,12 +974,12 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
966
974
  ];
967
975
  export var WorkloadEstimateSummary$ = [3, n0, _WES,
968
976
  0,
969
- [_i, _n, _cAr, _eA, _rTa, _rTat, _s, _tC, _cC, _fM],
977
+ [_i, _n, _cAr, _eA, _rTa, _rTat, _st, _tC, _cC, _fM],
970
978
  [0, 0, 4, 4, 0, 4, 0, 1, 0, 0], 1
971
979
  ];
972
980
  export var WorkloadEstimateUsageItem$ = [3, n0, _WEUI,
973
981
  0,
974
- [_sC, _uT, _o, _l, _i, _uAI, _g, _qu, _cos, _cu, _s, _hU],
982
+ [_sC, _uT, _o, _l, _i, _uAI, _g, _qu, _cos, _cu, _st, _hU],
975
983
  [0, 0, 0, 0, 0, 0, 0, () => WorkloadEstimateUsageQuantity$, 1, 0, 0, () => HistoricalUsageEntity$], 3
976
984
  ];
977
985
  export var WorkloadEstimateUsageQuantity$ = [3, n0, _WEUQ,
@@ -979,8 +987,6 @@ export var WorkloadEstimateUsageQuantity$ = [3, n0, _WEUQ,
979
987
  [_un, _am],
980
988
  [0, 1]
981
989
  ];
982
- export var BCMPricingCalculatorServiceException$ = [-3, _sm, "BCMPricingCalculatorServiceException", 0, [], []];
983
- TypeRegistry.for(_sm).registerError(BCMPricingCalculatorServiceException$, BCMPricingCalculatorServiceException);
984
990
  var BatchCreateBillScenarioCommitmentModificationEntries = [1, n0, _BCBSCMEat,
985
991
  0, () => BatchCreateBillScenarioCommitmentModificationEntry$
986
992
  ];
@@ -1,5 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var BCMPricingCalculatorServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var DataUnavailableException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
9
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
10
+ export declare var ThrottlingException$: StaticErrorSchema;
11
+ export declare var ValidationException$: StaticErrorSchema;
12
+ /**
13
+ * TypeRegistry instances containing modeled errors.
14
+ * @internal
15
+ *
16
+ */
17
+ export declare const errorTypeRegistries: TypeRegistry[];
3
18
  export declare var AddReservedInstanceAction$: StaticStructureSchema;
4
19
  export declare var AddSavingsPlanAction$: StaticStructureSchema;
5
20
  export declare var BatchCreateBillScenarioCommitmentModificationEntry$: StaticStructureSchema;
@@ -48,7 +63,6 @@ export declare var BillInterval$: StaticStructureSchema;
48
63
  export declare var BillScenarioCommitmentModificationItem$: StaticStructureSchema;
49
64
  export declare var BillScenarioSummary$: StaticStructureSchema;
50
65
  export declare var BillScenarioUsageModificationItem$: StaticStructureSchema;
51
- export declare var ConflictException$: StaticErrorSchema;
52
66
  export declare var CostAmount$: StaticStructureSchema;
53
67
  export declare var CostDifference$: StaticStructureSchema;
54
68
  export declare var CreateBillEstimateRequest$: StaticStructureSchema;
@@ -57,7 +71,6 @@ export declare var CreateBillScenarioRequest$: StaticStructureSchema;
57
71
  export declare var CreateBillScenarioResponse$: StaticStructureSchema;
58
72
  export declare var CreateWorkloadEstimateRequest$: StaticStructureSchema;
59
73
  export declare var CreateWorkloadEstimateResponse$: StaticStructureSchema;
60
- export declare var DataUnavailableException$: StaticErrorSchema;
61
74
  export declare var DeleteBillEstimateRequest$: StaticStructureSchema;
62
75
  export declare var DeleteBillEstimateResponse$: StaticStructureSchema;
63
76
  export declare var DeleteBillScenarioRequest$: StaticStructureSchema;
@@ -76,7 +89,6 @@ export declare var GetPreferencesResponse$: StaticStructureSchema;
76
89
  export declare var GetWorkloadEstimateRequest$: StaticStructureSchema;
77
90
  export declare var GetWorkloadEstimateResponse$: StaticStructureSchema;
78
91
  export declare var HistoricalUsageEntity$: StaticStructureSchema;
79
- export declare var InternalServerException$: StaticErrorSchema;
80
92
  export declare var ListBillEstimateCommitmentsRequest$: StaticStructureSchema;
81
93
  export declare var ListBillEstimateCommitmentsResponse$: StaticStructureSchema;
82
94
  export declare var ListBillEstimateInputCommitmentModificationsRequest$: StaticStructureSchema;
@@ -106,11 +118,8 @@ export declare var ListWorkloadEstimateUsageRequest$: StaticStructureSchema;
106
118
  export declare var ListWorkloadEstimateUsageResponse$: StaticStructureSchema;
107
119
  export declare var NegateReservedInstanceAction$: StaticStructureSchema;
108
120
  export declare var NegateSavingsPlanAction$: StaticStructureSchema;
109
- export declare var ResourceNotFoundException$: StaticErrorSchema;
110
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
111
121
  export declare var TagResourceRequest$: StaticStructureSchema;
112
122
  export declare var TagResourceResponse$: StaticStructureSchema;
113
- export declare var ThrottlingException$: StaticErrorSchema;
114
123
  export declare var UntagResourceRequest$: StaticStructureSchema;
115
124
  export declare var UntagResourceResponse$: StaticStructureSchema;
116
125
  export declare var UpdateBillEstimateRequest$: StaticStructureSchema;
@@ -124,12 +133,10 @@ export declare var UpdateWorkloadEstimateResponse$: StaticStructureSchema;
124
133
  export declare var UsageAmount$: StaticStructureSchema;
125
134
  export declare var UsageQuantity$: StaticStructureSchema;
126
135
  export declare var UsageQuantityResult$: StaticStructureSchema;
127
- export declare var ValidationException$: StaticErrorSchema;
128
136
  export declare var ValidationExceptionField$: StaticStructureSchema;
129
137
  export declare var WorkloadEstimateSummary$: StaticStructureSchema;
130
138
  export declare var WorkloadEstimateUsageItem$: StaticStructureSchema;
131
139
  export declare var WorkloadEstimateUsageQuantity$: StaticStructureSchema;
132
- export declare var BCMPricingCalculatorServiceException$: StaticErrorSchema;
133
140
  export declare var BillScenarioCommitmentModificationAction$: StaticUnionSchema;
134
141
  export declare var BatchCreateBillScenarioCommitmentModification$: StaticOperationSchema;
135
142
  export declare var BatchCreateBillScenarioUsageModification$: StaticOperationSchema;
@@ -1,10 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var BCMPricingCalculatorServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var DataUnavailableException$: StaticErrorSchema;
12
+ export declare var InternalServerException$: StaticErrorSchema;
13
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
14
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
15
+ export declare var ThrottlingException$: StaticErrorSchema;
16
+ export declare var ValidationException$: StaticErrorSchema;
17
+ export declare const errorTypeRegistries: TypeRegistry[];
8
18
  export declare var AddReservedInstanceAction$: StaticStructureSchema;
9
19
  export declare var AddSavingsPlanAction$: StaticStructureSchema;
10
20
  export declare var BatchCreateBillScenarioCommitmentModificationEntry$: StaticStructureSchema;
@@ -53,7 +63,6 @@ export declare var BillInterval$: StaticStructureSchema;
53
63
  export declare var BillScenarioCommitmentModificationItem$: StaticStructureSchema;
54
64
  export declare var BillScenarioSummary$: StaticStructureSchema;
55
65
  export declare var BillScenarioUsageModificationItem$: StaticStructureSchema;
56
- export declare var ConflictException$: StaticErrorSchema;
57
66
  export declare var CostAmount$: StaticStructureSchema;
58
67
  export declare var CostDifference$: StaticStructureSchema;
59
68
  export declare var CreateBillEstimateRequest$: StaticStructureSchema;
@@ -62,7 +71,6 @@ export declare var CreateBillScenarioRequest$: StaticStructureSchema;
62
71
  export declare var CreateBillScenarioResponse$: StaticStructureSchema;
63
72
  export declare var CreateWorkloadEstimateRequest$: StaticStructureSchema;
64
73
  export declare var CreateWorkloadEstimateResponse$: StaticStructureSchema;
65
- export declare var DataUnavailableException$: StaticErrorSchema;
66
74
  export declare var DeleteBillEstimateRequest$: StaticStructureSchema;
67
75
  export declare var DeleteBillEstimateResponse$: StaticStructureSchema;
68
76
  export declare var DeleteBillScenarioRequest$: StaticStructureSchema;
@@ -81,7 +89,6 @@ export declare var GetPreferencesResponse$: StaticStructureSchema;
81
89
  export declare var GetWorkloadEstimateRequest$: StaticStructureSchema;
82
90
  export declare var GetWorkloadEstimateResponse$: StaticStructureSchema;
83
91
  export declare var HistoricalUsageEntity$: StaticStructureSchema;
84
- export declare var InternalServerException$: StaticErrorSchema;
85
92
  export declare var ListBillEstimateCommitmentsRequest$: StaticStructureSchema;
86
93
  export declare var ListBillEstimateCommitmentsResponse$: StaticStructureSchema;
87
94
  export declare var ListBillEstimateInputCommitmentModificationsRequest$: StaticStructureSchema;
@@ -111,11 +118,8 @@ export declare var ListWorkloadEstimateUsageRequest$: StaticStructureSchema;
111
118
  export declare var ListWorkloadEstimateUsageResponse$: StaticStructureSchema;
112
119
  export declare var NegateReservedInstanceAction$: StaticStructureSchema;
113
120
  export declare var NegateSavingsPlanAction$: StaticStructureSchema;
114
- export declare var ResourceNotFoundException$: StaticErrorSchema;
115
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
116
121
  export declare var TagResourceRequest$: StaticStructureSchema;
117
122
  export declare var TagResourceResponse$: StaticStructureSchema;
118
- export declare var ThrottlingException$: StaticErrorSchema;
119
123
  export declare var UntagResourceRequest$: StaticStructureSchema;
120
124
  export declare var UntagResourceResponse$: StaticStructureSchema;
121
125
  export declare var UpdateBillEstimateRequest$: StaticStructureSchema;
@@ -129,12 +133,10 @@ export declare var UpdateWorkloadEstimateResponse$: StaticStructureSchema;
129
133
  export declare var UsageAmount$: StaticStructureSchema;
130
134
  export declare var UsageQuantity$: StaticStructureSchema;
131
135
  export declare var UsageQuantityResult$: StaticStructureSchema;
132
- export declare var ValidationException$: StaticErrorSchema;
133
136
  export declare var ValidationExceptionField$: StaticStructureSchema;
134
137
  export declare var WorkloadEstimateSummary$: StaticStructureSchema;
135
138
  export declare var WorkloadEstimateUsageItem$: StaticStructureSchema;
136
139
  export declare var WorkloadEstimateUsageQuantity$: StaticStructureSchema;
137
- export declare var BCMPricingCalculatorServiceException$: StaticErrorSchema;
138
140
  export declare var BillScenarioCommitmentModificationAction$: StaticUnionSchema;
139
141
  export declare var BatchCreateBillScenarioCommitmentModification$: StaticOperationSchema;
140
142
  export declare var BatchCreateBillScenarioUsageModification$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bcm-pricing-calculator",
3
3
  "description": "AWS SDK for JavaScript Bcm Pricing Calculator 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-bcm-pricing-calculator",
@@ -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",