@aws-sdk/client-cost-explorer 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.
- package/dist-cjs/index.js +66 -2509
- package/dist-cjs/models/CostExplorerServiceException.js +12 -0
- package/dist-cjs/models/errors.js +233 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2006 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +98 -92
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultCostExplorerHttpAuthSchemeProvider } 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: "2017-10-25",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.costexplorer",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2017-10-25",
|
|
30
32
|
serviceTarget: "AWSInsightsIndexService",
|
|
31
33
|
},
|
|
@@ -629,17 +629,109 @@ const n0 = "com.amazonaws.costexplorer";
|
|
|
629
629
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
630
630
|
import { CostExplorerServiceException } from "../models/CostExplorerServiceException";
|
|
631
631
|
import { AnalysisNotFoundException, BackfillLimitExceededException, BillExpirationException, BillingViewHealthStatusException, DataUnavailableException, GenerationExistsException, InvalidNextTokenException, LimitExceededException, RequestChangedException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyTagsException, UnknownMonitorException, UnknownSubscriptionException, UnresolvableUsageUnitException, } from "../models/errors";
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
];
|
|
632
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
633
|
+
export var CostExplorerServiceException$ = [-3, _s, "CostExplorerServiceException", 0, [], []];
|
|
634
|
+
_s_registry.registerError(CostExplorerServiceException$, CostExplorerServiceException);
|
|
635
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
637
636
|
export var AnalysisNotFoundException$ = [-3, n0, _ANFE,
|
|
638
637
|
{ [_e]: _c, [_hE]: 400 },
|
|
639
638
|
[_M],
|
|
640
639
|
[0]
|
|
641
640
|
];
|
|
642
|
-
|
|
641
|
+
n0_registry.registerError(AnalysisNotFoundException$, AnalysisNotFoundException);
|
|
642
|
+
export var BackfillLimitExceededException$ = [-3, n0, _BLEE,
|
|
643
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
644
|
+
[_M],
|
|
645
|
+
[0]
|
|
646
|
+
];
|
|
647
|
+
n0_registry.registerError(BackfillLimitExceededException$, BackfillLimitExceededException);
|
|
648
|
+
export var BillExpirationException$ = [-3, n0, _BEE,
|
|
649
|
+
{ [_e]: _c },
|
|
650
|
+
[_M],
|
|
651
|
+
[0]
|
|
652
|
+
];
|
|
653
|
+
n0_registry.registerError(BillExpirationException$, BillExpirationException);
|
|
654
|
+
export var BillingViewHealthStatusException$ = [-3, n0, _BVHSE,
|
|
655
|
+
{ [_e]: _c },
|
|
656
|
+
[_M],
|
|
657
|
+
[0]
|
|
658
|
+
];
|
|
659
|
+
n0_registry.registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
|
|
660
|
+
export var DataUnavailableException$ = [-3, n0, _DUE,
|
|
661
|
+
{ [_e]: _c },
|
|
662
|
+
[_M],
|
|
663
|
+
[0]
|
|
664
|
+
];
|
|
665
|
+
n0_registry.registerError(DataUnavailableException$, DataUnavailableException);
|
|
666
|
+
export var GenerationExistsException$ = [-3, n0, _GEE,
|
|
667
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
668
|
+
[_M],
|
|
669
|
+
[0]
|
|
670
|
+
];
|
|
671
|
+
n0_registry.registerError(GenerationExistsException$, GenerationExistsException);
|
|
672
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
673
|
+
{ [_e]: _c },
|
|
674
|
+
[_M],
|
|
675
|
+
[0]
|
|
676
|
+
];
|
|
677
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
678
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
679
|
+
{ [_e]: _c },
|
|
680
|
+
[_M],
|
|
681
|
+
[0]
|
|
682
|
+
];
|
|
683
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
684
|
+
export var RequestChangedException$ = [-3, n0, _RCE,
|
|
685
|
+
{ [_e]: _c },
|
|
686
|
+
[_M],
|
|
687
|
+
[0]
|
|
688
|
+
];
|
|
689
|
+
n0_registry.registerError(RequestChangedException$, RequestChangedException);
|
|
690
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
691
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
692
|
+
[_M, _RN],
|
|
693
|
+
[0, 0]
|
|
694
|
+
];
|
|
695
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
696
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
697
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
698
|
+
[_M],
|
|
699
|
+
[0]
|
|
700
|
+
];
|
|
701
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
702
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
703
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
704
|
+
[_M, _RN],
|
|
705
|
+
[0, 0]
|
|
706
|
+
];
|
|
707
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
708
|
+
export var UnknownMonitorException$ = [-3, n0, _UME,
|
|
709
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
710
|
+
[_M],
|
|
711
|
+
[0]
|
|
712
|
+
];
|
|
713
|
+
n0_registry.registerError(UnknownMonitorException$, UnknownMonitorException);
|
|
714
|
+
export var UnknownSubscriptionException$ = [-3, n0, _USE,
|
|
715
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
716
|
+
[_M],
|
|
717
|
+
[0]
|
|
718
|
+
];
|
|
719
|
+
n0_registry.registerError(UnknownSubscriptionException$, UnknownSubscriptionException);
|
|
720
|
+
export var UnresolvableUsageUnitException$ = [-3, n0, _UUUE,
|
|
721
|
+
{ [_e]: _c },
|
|
722
|
+
[_M],
|
|
723
|
+
[0]
|
|
724
|
+
];
|
|
725
|
+
n0_registry.registerError(UnresolvableUsageUnitException$, UnresolvableUsageUnitException);
|
|
726
|
+
export const errorTypeRegistries = [
|
|
727
|
+
_s_registry,
|
|
728
|
+
n0_registry,
|
|
729
|
+
];
|
|
730
|
+
export var AnalysisDetails$ = [3, n0, _AD,
|
|
731
|
+
0,
|
|
732
|
+
[_SPPAD],
|
|
733
|
+
[() => SavingsPlansPurchaseAnalysisDetails$]
|
|
734
|
+
];
|
|
643
735
|
export var AnalysisSummary$ = [3, n0, _AS,
|
|
644
736
|
0,
|
|
645
737
|
[_ECT, _ACT, _AST, _ASn, _EC, _AI, _CPAC],
|
|
@@ -670,24 +762,6 @@ export var AnomalySubscription$ = [3, n0, _ASnom,
|
|
|
670
762
|
[_MAL, _S, _Fr, _SN, _SA, _AIc, _T, _TE],
|
|
671
763
|
[64 | 0, () => Subscribers, 0, 0, 0, 0, 1, () => Expression$], 4
|
|
672
764
|
];
|
|
673
|
-
export var BackfillLimitExceededException$ = [-3, n0, _BLEE,
|
|
674
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
675
|
-
[_M],
|
|
676
|
-
[0]
|
|
677
|
-
];
|
|
678
|
-
TypeRegistry.for(n0).registerError(BackfillLimitExceededException$, BackfillLimitExceededException);
|
|
679
|
-
export var BillExpirationException$ = [-3, n0, _BEE,
|
|
680
|
-
{ [_e]: _c },
|
|
681
|
-
[_M],
|
|
682
|
-
[0]
|
|
683
|
-
];
|
|
684
|
-
TypeRegistry.for(n0).registerError(BillExpirationException$, BillExpirationException);
|
|
685
|
-
export var BillingViewHealthStatusException$ = [-3, n0, _BVHSE,
|
|
686
|
-
{ [_e]: _c },
|
|
687
|
-
[_M],
|
|
688
|
-
[0]
|
|
689
|
-
];
|
|
690
|
-
TypeRegistry.for(n0).registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
|
|
691
765
|
export var CommitmentPurchaseAnalysisConfiguration$ = [3, n0, _CPAC,
|
|
692
766
|
0,
|
|
693
767
|
[_SPPAC],
|
|
@@ -833,12 +907,6 @@ export var CurrentInstance$ = [3, n0, _CI,
|
|
|
833
907
|
[_RI, _IN, _Tag, _RD, _RU, _RCHILP, _SPCHILP, _ODHILP, _TRHILP, _MC, _CCu],
|
|
834
908
|
[0, 0, () => TagValuesList, () => ResourceDetails$, () => ResourceUtilization$, 0, 0, 0, 0, 0, 0]
|
|
835
909
|
];
|
|
836
|
-
export var DataUnavailableException$ = [-3, n0, _DUE,
|
|
837
|
-
{ [_e]: _c },
|
|
838
|
-
[_M],
|
|
839
|
-
[0]
|
|
840
|
-
];
|
|
841
|
-
TypeRegistry.for(n0).registerError(DataUnavailableException$, DataUnavailableException);
|
|
842
910
|
export var DateInterval$ = [3, n0, _DI,
|
|
843
911
|
0,
|
|
844
912
|
[_Sta, _E],
|
|
@@ -949,12 +1017,6 @@ export var ForecastResult$ = [3, n0, _FR,
|
|
|
949
1017
|
[_TP, _MV, _PILB, _PIUB],
|
|
950
1018
|
[() => DateInterval$, 0, 0, 0]
|
|
951
1019
|
];
|
|
952
|
-
export var GenerationExistsException$ = [-3, n0, _GEE,
|
|
953
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
954
|
-
[_M],
|
|
955
|
-
[0]
|
|
956
|
-
];
|
|
957
|
-
TypeRegistry.for(n0).registerError(GenerationExistsException$, GenerationExistsException);
|
|
958
1020
|
export var GenerationSummary$ = [3, n0, _GS,
|
|
959
1021
|
0,
|
|
960
1022
|
[_RIe, _GSe, _GST, _GCT, _ECT],
|
|
@@ -1210,18 +1272,6 @@ export var InstanceDetails$ = [3, n0, _ID,
|
|
|
1210
1272
|
[_ECID, _RDSID, _RID, _ECIDl, _ESID, _MDBID],
|
|
1211
1273
|
[() => EC2InstanceDetails$, () => RDSInstanceDetails$, () => RedshiftInstanceDetails$, () => ElastiCacheInstanceDetails$, () => ESInstanceDetails$, () => MemoryDBInstanceDetails$]
|
|
1212
1274
|
];
|
|
1213
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1214
|
-
{ [_e]: _c },
|
|
1215
|
-
[_M],
|
|
1216
|
-
[0]
|
|
1217
|
-
];
|
|
1218
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1219
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1220
|
-
{ [_e]: _c },
|
|
1221
|
-
[_M],
|
|
1222
|
-
[0]
|
|
1223
|
-
];
|
|
1224
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1225
1275
|
export var ListCommitmentPurchaseAnalysesRequest$ = [3, n0, _LCPAR,
|
|
1226
1276
|
0,
|
|
1227
1277
|
[_ASn, _NPT, _PSa, _AIna],
|
|
@@ -1342,12 +1392,6 @@ export var RedshiftInstanceDetails$ = [3, n0, _RID,
|
|
|
1342
1392
|
[_Fa, _NT, _Re, _CG, _SFE],
|
|
1343
1393
|
[0, 0, 0, 2, 2]
|
|
1344
1394
|
];
|
|
1345
|
-
export var RequestChangedException$ = [-3, n0, _RCE,
|
|
1346
|
-
{ [_e]: _c },
|
|
1347
|
-
[_M],
|
|
1348
|
-
[0]
|
|
1349
|
-
];
|
|
1350
|
-
TypeRegistry.for(n0).registerError(RequestChangedException$, RequestChangedException);
|
|
1351
1395
|
export var ReservationAggregates$ = [3, n0, _RAes,
|
|
1352
1396
|
0,
|
|
1353
1397
|
[_UP, _UPIU, _PH, _PU, _TAH, _TAU, _UH, _UU, _ODCORIHU, _NRIS, _TPRIS, _AUF, _ARF, _TAF, _RICFUH, _RSe, _US],
|
|
@@ -1393,12 +1437,6 @@ export var ResourceDetails$ = [3, n0, _RD,
|
|
|
1393
1437
|
[_ECRD],
|
|
1394
1438
|
[() => EC2ResourceDetails$]
|
|
1395
1439
|
];
|
|
1396
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1397
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1398
|
-
[_M, _RN],
|
|
1399
|
-
[0, 0]
|
|
1400
|
-
];
|
|
1401
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1402
1440
|
export var ResourceTag$ = [3, n0, _RTe,
|
|
1403
1441
|
0,
|
|
1404
1442
|
[_K, _Va],
|
|
@@ -1524,12 +1562,6 @@ export var SavingsPlansUtilizationDetail$ = [3, n0, _SPUDa,
|
|
|
1524
1562
|
[_SPA, _At, _Ut, _Sa, _AC],
|
|
1525
1563
|
[0, 128 | 0, () => SavingsPlansUtilization$, () => SavingsPlansSavings$, () => SavingsPlansAmortizedCommitment$]
|
|
1526
1564
|
];
|
|
1527
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1528
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1529
|
-
[_M],
|
|
1530
|
-
[0]
|
|
1531
|
-
];
|
|
1532
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1533
1565
|
export var ServiceSpecification$ = [3, n0, _SSe,
|
|
1534
1566
|
0,
|
|
1535
1567
|
[_ECS],
|
|
@@ -1600,35 +1632,11 @@ export var TerminateRecommendationDetail$ = [3, n0, _TRD,
|
|
|
1600
1632
|
[_EMS, _CCu],
|
|
1601
1633
|
[0, 0]
|
|
1602
1634
|
];
|
|
1603
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
1604
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1605
|
-
[_M, _RN],
|
|
1606
|
-
[0, 0]
|
|
1607
|
-
];
|
|
1608
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1609
1635
|
export var TotalImpactFilter$ = [3, n0, _TIF,
|
|
1610
1636
|
0,
|
|
1611
1637
|
[_NO, _SV, _EV],
|
|
1612
1638
|
[0, 1, 1], 2
|
|
1613
1639
|
];
|
|
1614
|
-
export var UnknownMonitorException$ = [-3, n0, _UME,
|
|
1615
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1616
|
-
[_M],
|
|
1617
|
-
[0]
|
|
1618
|
-
];
|
|
1619
|
-
TypeRegistry.for(n0).registerError(UnknownMonitorException$, UnknownMonitorException);
|
|
1620
|
-
export var UnknownSubscriptionException$ = [-3, n0, _USE,
|
|
1621
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1622
|
-
[_M],
|
|
1623
|
-
[0]
|
|
1624
|
-
];
|
|
1625
|
-
TypeRegistry.for(n0).registerError(UnknownSubscriptionException$, UnknownSubscriptionException);
|
|
1626
|
-
export var UnresolvableUsageUnitException$ = [-3, n0, _UUUE,
|
|
1627
|
-
{ [_e]: _c },
|
|
1628
|
-
[_M],
|
|
1629
|
-
[0]
|
|
1630
|
-
];
|
|
1631
|
-
TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException$, UnresolvableUsageUnitException);
|
|
1632
1640
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1633
1641
|
0,
|
|
1634
1642
|
[_RAe, _RTK],
|
|
@@ -1689,8 +1697,6 @@ export var UtilizationByTime$ = [3, n0, _UBTt,
|
|
|
1689
1697
|
[_TP, _G, _To],
|
|
1690
1698
|
[() => DateInterval$, () => ReservationUtilizationGroups, () => ReservationAggregates$]
|
|
1691
1699
|
];
|
|
1692
|
-
export var CostExplorerServiceException$ = [-3, _s, "CostExplorerServiceException", 0, [], []];
|
|
1693
|
-
TypeRegistry.for(_s).registerError(CostExplorerServiceException$, CostExplorerServiceException);
|
|
1694
1700
|
var AnalysisIds = 64 | 0;
|
|
1695
1701
|
var AnalysisSummaryList = [1, n0, _ASL,
|
|
1696
1702
|
0, () => AnalysisSummary$
|
|
@@ -1,15 +1,34 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
+
export declare var CostExplorerServiceException$: StaticErrorSchema;
|
|
3
4
|
export declare var AnalysisNotFoundException$: StaticErrorSchema;
|
|
5
|
+
export declare var BackfillLimitExceededException$: StaticErrorSchema;
|
|
6
|
+
export declare var BillExpirationException$: StaticErrorSchema;
|
|
7
|
+
export declare var BillingViewHealthStatusException$: StaticErrorSchema;
|
|
8
|
+
export declare var DataUnavailableException$: StaticErrorSchema;
|
|
9
|
+
export declare var GenerationExistsException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
11
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var RequestChangedException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
16
|
+
export declare var UnknownMonitorException$: StaticErrorSchema;
|
|
17
|
+
export declare var UnknownSubscriptionException$: StaticErrorSchema;
|
|
18
|
+
export declare var UnresolvableUsageUnitException$: StaticErrorSchema;
|
|
19
|
+
/**
|
|
20
|
+
* TypeRegistry instances containing modeled errors.
|
|
21
|
+
* @internal
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
25
|
+
export declare var AnalysisDetails$: StaticStructureSchema;
|
|
4
26
|
export declare var AnalysisSummary$: StaticStructureSchema;
|
|
5
27
|
export declare var Anomaly$: StaticStructureSchema;
|
|
6
28
|
export declare var AnomalyDateInterval$: StaticStructureSchema;
|
|
7
29
|
export declare var AnomalyMonitor$: StaticStructureSchema;
|
|
8
30
|
export declare var AnomalyScore$: StaticStructureSchema;
|
|
9
31
|
export declare var AnomalySubscription$: StaticStructureSchema;
|
|
10
|
-
export declare var BackfillLimitExceededException$: StaticErrorSchema;
|
|
11
|
-
export declare var BillExpirationException$: StaticErrorSchema;
|
|
12
|
-
export declare var BillingViewHealthStatusException$: StaticErrorSchema;
|
|
13
32
|
export declare var CommitmentPurchaseAnalysisConfiguration$: StaticStructureSchema;
|
|
14
33
|
export declare var ComparisonMetricValue$: StaticStructureSchema;
|
|
15
34
|
export declare var CostAllocationTag$: StaticStructureSchema;
|
|
@@ -39,7 +58,6 @@ export declare var CreateAnomalySubscriptionResponse$: StaticStructureSchema;
|
|
|
39
58
|
export declare var CreateCostCategoryDefinitionRequest$: StaticStructureSchema;
|
|
40
59
|
export declare var CreateCostCategoryDefinitionResponse$: StaticStructureSchema;
|
|
41
60
|
export declare var CurrentInstance$: StaticStructureSchema;
|
|
42
|
-
export declare var DataUnavailableException$: StaticErrorSchema;
|
|
43
61
|
export declare var DateInterval$: StaticStructureSchema;
|
|
44
62
|
export declare var DeleteAnomalyMonitorRequest$: StaticStructureSchema;
|
|
45
63
|
export declare var DeleteAnomalyMonitorResponse$: StaticStructureSchema;
|
|
@@ -62,7 +80,6 @@ export declare var ElastiCacheInstanceDetails$: StaticStructureSchema;
|
|
|
62
80
|
export declare var ESInstanceDetails$: StaticStructureSchema;
|
|
63
81
|
export declare var Expression$: StaticStructureSchema;
|
|
64
82
|
export declare var ForecastResult$: StaticStructureSchema;
|
|
65
|
-
export declare var GenerationExistsException$: StaticErrorSchema;
|
|
66
83
|
export declare var GenerationSummary$: StaticStructureSchema;
|
|
67
84
|
export declare var GetAnomaliesRequest$: StaticStructureSchema;
|
|
68
85
|
export declare var GetAnomaliesResponse$: StaticStructureSchema;
|
|
@@ -114,8 +131,6 @@ export declare var Group$: StaticStructureSchema;
|
|
|
114
131
|
export declare var GroupDefinition$: StaticStructureSchema;
|
|
115
132
|
export declare var Impact$: StaticStructureSchema;
|
|
116
133
|
export declare var InstanceDetails$: StaticStructureSchema;
|
|
117
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
118
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
119
134
|
export declare var ListCommitmentPurchaseAnalysesRequest$: StaticStructureSchema;
|
|
120
135
|
export declare var ListCommitmentPurchaseAnalysesResponse$: StaticStructureSchema;
|
|
121
136
|
export declare var ListCostAllocationTagBackfillHistoryRequest$: StaticStructureSchema;
|
|
@@ -140,7 +155,6 @@ export declare var RDSInstanceDetails$: StaticStructureSchema;
|
|
|
140
155
|
export declare var RecommendationDetailData$: StaticStructureSchema;
|
|
141
156
|
export declare var RecommendationDetailHourlyMetrics$: StaticStructureSchema;
|
|
142
157
|
export declare var RedshiftInstanceDetails$: StaticStructureSchema;
|
|
143
|
-
export declare var RequestChangedException$: StaticErrorSchema;
|
|
144
158
|
export declare var ReservationAggregates$: StaticStructureSchema;
|
|
145
159
|
export declare var ReservationCoverageGroup$: StaticStructureSchema;
|
|
146
160
|
export declare var ReservationPurchaseRecommendation$: StaticStructureSchema;
|
|
@@ -150,7 +164,6 @@ export declare var ReservationPurchaseRecommendationSummary$: StaticStructureSch
|
|
|
150
164
|
export declare var ReservationUtilizationGroup$: StaticStructureSchema;
|
|
151
165
|
export declare var ReservedCapacityDetails$: StaticStructureSchema;
|
|
152
166
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
153
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
154
167
|
export declare var ResourceTag$: StaticStructureSchema;
|
|
155
168
|
export declare var ResourceUtilization$: StaticStructureSchema;
|
|
156
169
|
export declare var ResultByTime$: StaticStructureSchema;
|
|
@@ -176,7 +189,6 @@ export declare var SavingsPlansUtilization$: StaticStructureSchema;
|
|
|
176
189
|
export declare var SavingsPlansUtilizationAggregates$: StaticStructureSchema;
|
|
177
190
|
export declare var SavingsPlansUtilizationByTime$: StaticStructureSchema;
|
|
178
191
|
export declare var SavingsPlansUtilizationDetail$: StaticStructureSchema;
|
|
179
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
180
192
|
export declare var ServiceSpecification$: StaticStructureSchema;
|
|
181
193
|
export declare var SortDefinition$: StaticStructureSchema;
|
|
182
194
|
export declare var StartCommitmentPurchaseAnalysisRequest$: StaticStructureSchema;
|
|
@@ -191,11 +203,7 @@ export declare var TagResourceResponse$: StaticStructureSchema;
|
|
|
191
203
|
export declare var TagValues$: StaticStructureSchema;
|
|
192
204
|
export declare var TargetInstance$: StaticStructureSchema;
|
|
193
205
|
export declare var TerminateRecommendationDetail$: StaticStructureSchema;
|
|
194
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
195
206
|
export declare var TotalImpactFilter$: StaticStructureSchema;
|
|
196
|
-
export declare var UnknownMonitorException$: StaticErrorSchema;
|
|
197
|
-
export declare var UnknownSubscriptionException$: StaticErrorSchema;
|
|
198
|
-
export declare var UnresolvableUsageUnitException$: StaticErrorSchema;
|
|
199
207
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
200
208
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
201
209
|
export declare var UpdateAnomalyMonitorRequest$: StaticStructureSchema;
|
|
@@ -208,7 +216,6 @@ export declare var UpdateCostAllocationTagsStatusResponse$: StaticStructureSchem
|
|
|
208
216
|
export declare var UpdateCostCategoryDefinitionRequest$: StaticStructureSchema;
|
|
209
217
|
export declare var UpdateCostCategoryDefinitionResponse$: StaticStructureSchema;
|
|
210
218
|
export declare var UtilizationByTime$: StaticStructureSchema;
|
|
211
|
-
export declare var CostExplorerServiceException$: StaticErrorSchema;
|
|
212
219
|
export declare var CreateAnomalyMonitor$: StaticOperationSchema;
|
|
213
220
|
export declare var CreateAnomalySubscription$: StaticOperationSchema;
|
|
214
221
|
export declare var CreateCostCategoryDefinition$: StaticOperationSchema;
|
|
@@ -1,19 +1,33 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
+
export declare var CostExplorerServiceException$: StaticErrorSchema;
|
|
7
8
|
export declare var AnalysisNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var BackfillLimitExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var BillExpirationException$: StaticErrorSchema;
|
|
11
|
+
export declare var BillingViewHealthStatusException$: StaticErrorSchema;
|
|
12
|
+
export declare var DataUnavailableException$: StaticErrorSchema;
|
|
13
|
+
export declare var GenerationExistsException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
15
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var RequestChangedException$: StaticErrorSchema;
|
|
17
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
18
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
19
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
20
|
+
export declare var UnknownMonitorException$: StaticErrorSchema;
|
|
21
|
+
export declare var UnknownSubscriptionException$: StaticErrorSchema;
|
|
22
|
+
export declare var UnresolvableUsageUnitException$: StaticErrorSchema;
|
|
23
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
24
|
+
export declare var AnalysisDetails$: StaticStructureSchema;
|
|
8
25
|
export declare var AnalysisSummary$: StaticStructureSchema;
|
|
9
26
|
export declare var Anomaly$: StaticStructureSchema;
|
|
10
27
|
export declare var AnomalyDateInterval$: StaticStructureSchema;
|
|
11
28
|
export declare var AnomalyMonitor$: StaticStructureSchema;
|
|
12
29
|
export declare var AnomalyScore$: StaticStructureSchema;
|
|
13
30
|
export declare var AnomalySubscription$: StaticStructureSchema;
|
|
14
|
-
export declare var BackfillLimitExceededException$: StaticErrorSchema;
|
|
15
|
-
export declare var BillExpirationException$: StaticErrorSchema;
|
|
16
|
-
export declare var BillingViewHealthStatusException$: StaticErrorSchema;
|
|
17
31
|
export declare var CommitmentPurchaseAnalysisConfiguration$: StaticStructureSchema;
|
|
18
32
|
export declare var ComparisonMetricValue$: StaticStructureSchema;
|
|
19
33
|
export declare var CostAllocationTag$: StaticStructureSchema;
|
|
@@ -43,7 +57,6 @@ export declare var CreateAnomalySubscriptionResponse$: StaticStructureSchema;
|
|
|
43
57
|
export declare var CreateCostCategoryDefinitionRequest$: StaticStructureSchema;
|
|
44
58
|
export declare var CreateCostCategoryDefinitionResponse$: StaticStructureSchema;
|
|
45
59
|
export declare var CurrentInstance$: StaticStructureSchema;
|
|
46
|
-
export declare var DataUnavailableException$: StaticErrorSchema;
|
|
47
60
|
export declare var DateInterval$: StaticStructureSchema;
|
|
48
61
|
export declare var DeleteAnomalyMonitorRequest$: StaticStructureSchema;
|
|
49
62
|
export declare var DeleteAnomalyMonitorResponse$: StaticStructureSchema;
|
|
@@ -66,7 +79,6 @@ export declare var ElastiCacheInstanceDetails$: StaticStructureSchema;
|
|
|
66
79
|
export declare var ESInstanceDetails$: StaticStructureSchema;
|
|
67
80
|
export declare var Expression$: StaticStructureSchema;
|
|
68
81
|
export declare var ForecastResult$: StaticStructureSchema;
|
|
69
|
-
export declare var GenerationExistsException$: StaticErrorSchema;
|
|
70
82
|
export declare var GenerationSummary$: StaticStructureSchema;
|
|
71
83
|
export declare var GetAnomaliesRequest$: StaticStructureSchema;
|
|
72
84
|
export declare var GetAnomaliesResponse$: StaticStructureSchema;
|
|
@@ -118,8 +130,6 @@ export declare var Group$: StaticStructureSchema;
|
|
|
118
130
|
export declare var GroupDefinition$: StaticStructureSchema;
|
|
119
131
|
export declare var Impact$: StaticStructureSchema;
|
|
120
132
|
export declare var InstanceDetails$: StaticStructureSchema;
|
|
121
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
122
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
123
133
|
export declare var ListCommitmentPurchaseAnalysesRequest$: StaticStructureSchema;
|
|
124
134
|
export declare var ListCommitmentPurchaseAnalysesResponse$: StaticStructureSchema;
|
|
125
135
|
export declare var ListCostAllocationTagBackfillHistoryRequest$: StaticStructureSchema;
|
|
@@ -144,7 +154,6 @@ export declare var RDSInstanceDetails$: StaticStructureSchema;
|
|
|
144
154
|
export declare var RecommendationDetailData$: StaticStructureSchema;
|
|
145
155
|
export declare var RecommendationDetailHourlyMetrics$: StaticStructureSchema;
|
|
146
156
|
export declare var RedshiftInstanceDetails$: StaticStructureSchema;
|
|
147
|
-
export declare var RequestChangedException$: StaticErrorSchema;
|
|
148
157
|
export declare var ReservationAggregates$: StaticStructureSchema;
|
|
149
158
|
export declare var ReservationCoverageGroup$: StaticStructureSchema;
|
|
150
159
|
export declare var ReservationPurchaseRecommendation$: StaticStructureSchema;
|
|
@@ -154,7 +163,6 @@ export declare var ReservationPurchaseRecommendationSummary$: StaticStructureSch
|
|
|
154
163
|
export declare var ReservationUtilizationGroup$: StaticStructureSchema;
|
|
155
164
|
export declare var ReservedCapacityDetails$: StaticStructureSchema;
|
|
156
165
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
157
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
158
166
|
export declare var ResourceTag$: StaticStructureSchema;
|
|
159
167
|
export declare var ResourceUtilization$: StaticStructureSchema;
|
|
160
168
|
export declare var ResultByTime$: StaticStructureSchema;
|
|
@@ -180,7 +188,6 @@ export declare var SavingsPlansUtilization$: StaticStructureSchema;
|
|
|
180
188
|
export declare var SavingsPlansUtilizationAggregates$: StaticStructureSchema;
|
|
181
189
|
export declare var SavingsPlansUtilizationByTime$: StaticStructureSchema;
|
|
182
190
|
export declare var SavingsPlansUtilizationDetail$: StaticStructureSchema;
|
|
183
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
184
191
|
export declare var ServiceSpecification$: StaticStructureSchema;
|
|
185
192
|
export declare var SortDefinition$: StaticStructureSchema;
|
|
186
193
|
export declare var StartCommitmentPurchaseAnalysisRequest$: StaticStructureSchema;
|
|
@@ -195,11 +202,7 @@ export declare var TagResourceResponse$: StaticStructureSchema;
|
|
|
195
202
|
export declare var TagValues$: StaticStructureSchema;
|
|
196
203
|
export declare var TargetInstance$: StaticStructureSchema;
|
|
197
204
|
export declare var TerminateRecommendationDetail$: StaticStructureSchema;
|
|
198
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
199
205
|
export declare var TotalImpactFilter$: StaticStructureSchema;
|
|
200
|
-
export declare var UnknownMonitorException$: StaticErrorSchema;
|
|
201
|
-
export declare var UnknownSubscriptionException$: StaticErrorSchema;
|
|
202
|
-
export declare var UnresolvableUsageUnitException$: StaticErrorSchema;
|
|
203
206
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
204
207
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
205
208
|
export declare var UpdateAnomalyMonitorRequest$: StaticStructureSchema;
|
|
@@ -212,7 +215,6 @@ export declare var UpdateCostAllocationTagsStatusResponse$: StaticStructureSchem
|
|
|
212
215
|
export declare var UpdateCostCategoryDefinitionRequest$: StaticStructureSchema;
|
|
213
216
|
export declare var UpdateCostCategoryDefinitionResponse$: StaticStructureSchema;
|
|
214
217
|
export declare var UtilizationByTime$: StaticStructureSchema;
|
|
215
|
-
export declare var CostExplorerServiceException$: StaticErrorSchema;
|
|
216
218
|
export declare var CreateAnomalyMonitor$: StaticOperationSchema;
|
|
217
219
|
export declare var CreateAnomalySubscription$: StaticOperationSchema;
|
|
218
220
|
export declare var CreateCostCategoryDefinition$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-explorer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-cost-explorer",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
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.
|
|
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.
|
|
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.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|