@aws-sdk/client-cost-explorer 3.943.0 → 3.947.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/README.md +8 -0
- package/dist-cjs/index.js +80 -161
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CostExplorer.js +2 -0
- package/dist-es/CostExplorerClient.js +2 -2
- package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/pagination/ListCostCategoryResourceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +65 -162
- package/dist-types/CostExplorer.d.ts +9 -1
- package/dist-types/CostExplorerClient.d.ts +13 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +3 -3
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +4 -4
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +5 -5
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -6
- package/dist-types/commands/GetAnomaliesCommand.d.ts +3 -3
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +3 -3
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +3 -3
- package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +3 -3
- package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +3 -3
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +3 -3
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +5 -5
- package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +3 -3
- package/dist-types/commands/GetCostForecastCommand.d.ts +3 -3
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +3 -3
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +4 -4
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +3 -3
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +4 -4
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +3 -3
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetTagsCommand.d.ts +3 -3
- package/dist-types/commands/GetUsageForecastCommand.d.ts +3 -3
- package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -3
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +13 -7
- package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +90 -0
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +3 -3
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +4 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CostExplorerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +134 -50
- package/dist-types/pagination/GetAnomaliesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAnomalyMonitorsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAnomalySubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCostAndUsageComparisonsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCostComparisonDriversPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSavingsPlansCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListCostAllocationTagBackfillHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostAllocationTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostCategoryDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostCategoryResourceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +8 -2
- package/dist-types/ts3.4/CostExplorer.d.ts +24 -0
- package/dist-types/ts3.4/CostExplorerClient.d.ts +9 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListCostCategoryResourceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -1
- package/package.json +13 -12
|
@@ -84,6 +84,8 @@ const _CCNo = "CostCategoryNames";
|
|
|
84
84
|
const _CCPS = "CostCategoryProcessingStatus";
|
|
85
85
|
const _CCPSL = "CostCategoryProcessingStatusList";
|
|
86
86
|
const _CCR = "CostCategoryReference";
|
|
87
|
+
const _CCRA = "CostCategoryResourceAssociation";
|
|
88
|
+
const _CCRAo = "CostCategoryResourceAssociations";
|
|
87
89
|
const _CCRL = "CostCategoryReferencesList";
|
|
88
90
|
const _CCRLo = "CostCategoryRulesList";
|
|
89
91
|
const _CCRo = "CostCategoryRule";
|
|
@@ -320,6 +322,9 @@ const _LCATRi = "ListCostAllocationTagsResponse";
|
|
|
320
322
|
const _LCCD = "ListCostCategoryDefinitions";
|
|
321
323
|
const _LCCDR = "ListCostCategoryDefinitionsRequest";
|
|
322
324
|
const _LCCDRi = "ListCostCategoryDefinitionsResponse";
|
|
325
|
+
const _LCCRA = "ListCostCategoryResourceAssociations";
|
|
326
|
+
const _LCCRAR = "ListCostCategoryResourceAssociationsRequest";
|
|
327
|
+
const _LCCRARi = "ListCostCategoryResourceAssociationsResponse";
|
|
323
328
|
const _LCPA = "ListCommitmentPurchaseAnalyses";
|
|
324
329
|
const _LCPAR = "ListCommitmentPurchaseAnalysesRequest";
|
|
325
330
|
const _LCPARi = "ListCommitmentPurchaseAnalysesResponse";
|
|
@@ -519,6 +524,7 @@ const _SPUD = "SavingsPlansUtilizationDetails";
|
|
|
519
524
|
const _SPUDa = "SavingsPlansUtilizationDetail";
|
|
520
525
|
const _SPa = "SavingsPlans";
|
|
521
526
|
const _SQEE = "ServiceQuotaExceededException";
|
|
527
|
+
const _SRT = "SupportedResourceTypes";
|
|
522
528
|
const _SS = "SearchString";
|
|
523
529
|
const _SSPPRG = "StartSavingsPlansPurchaseRecommendationGeneration";
|
|
524
530
|
const _SSPPRGR = "StartSavingsPlansPurchaseRecommendationGenerationRequest";
|
|
@@ -630,17 +636,7 @@ export var AnalysisDetails = [
|
|
|
630
636
|
[_SPPAD],
|
|
631
637
|
[() => SavingsPlansPurchaseAnalysisDetails],
|
|
632
638
|
];
|
|
633
|
-
export var AnalysisNotFoundException = [
|
|
634
|
-
-3,
|
|
635
|
-
n0,
|
|
636
|
-
_ANFE,
|
|
637
|
-
{
|
|
638
|
-
[_e]: _c,
|
|
639
|
-
[_hE]: 400,
|
|
640
|
-
},
|
|
641
|
-
[_M],
|
|
642
|
-
[0],
|
|
643
|
-
];
|
|
639
|
+
export var AnalysisNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
644
640
|
TypeRegistry.for(n0).registerError(AnalysisNotFoundException, __AnalysisNotFoundException);
|
|
645
641
|
export var AnalysisSummary = [
|
|
646
642
|
3,
|
|
@@ -676,39 +672,11 @@ export var AnomalySubscription = [
|
|
|
676
672
|
[_SA, _AIc, _MAL, _S, _T, _Fr, _SN, _TE],
|
|
677
673
|
[0, 0, 64 | 0, () => Subscribers, 1, 0, 0, () => Expression],
|
|
678
674
|
];
|
|
679
|
-
export var BackfillLimitExceededException = [
|
|
680
|
-
-3,
|
|
681
|
-
n0,
|
|
682
|
-
_BLEE,
|
|
683
|
-
{
|
|
684
|
-
[_e]: _c,
|
|
685
|
-
[_hE]: 400,
|
|
686
|
-
},
|
|
687
|
-
[_M],
|
|
688
|
-
[0],
|
|
689
|
-
];
|
|
675
|
+
export var BackfillLimitExceededException = [-3, n0, _BLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
690
676
|
TypeRegistry.for(n0).registerError(BackfillLimitExceededException, __BackfillLimitExceededException);
|
|
691
|
-
export var BillExpirationException = [
|
|
692
|
-
-3,
|
|
693
|
-
n0,
|
|
694
|
-
_BEE,
|
|
695
|
-
{
|
|
696
|
-
[_e]: _c,
|
|
697
|
-
},
|
|
698
|
-
[_M],
|
|
699
|
-
[0],
|
|
700
|
-
];
|
|
677
|
+
export var BillExpirationException = [-3, n0, _BEE, { [_e]: _c }, [_M], [0]];
|
|
701
678
|
TypeRegistry.for(n0).registerError(BillExpirationException, __BillExpirationException);
|
|
702
|
-
export var BillingViewHealthStatusException = [
|
|
703
|
-
-3,
|
|
704
|
-
n0,
|
|
705
|
-
_BVHSE,
|
|
706
|
-
{
|
|
707
|
-
[_e]: _c,
|
|
708
|
-
},
|
|
709
|
-
[_M],
|
|
710
|
-
[0],
|
|
711
|
-
];
|
|
679
|
+
export var BillingViewHealthStatusException = [-3, n0, _BVHSE, { [_e]: _c }, [_M], [0]];
|
|
712
680
|
TypeRegistry.for(n0).registerError(BillingViewHealthStatusException, __BillingViewHealthStatusException);
|
|
713
681
|
export var CommitmentPurchaseAnalysisConfiguration = [
|
|
714
682
|
3,
|
|
@@ -762,9 +730,10 @@ export var CostCategoryReference = [
|
|
|
762
730
|
n0,
|
|
763
731
|
_CCR,
|
|
764
732
|
0,
|
|
765
|
-
[_CCA, _N, _ES, _EE, _NOR, _PS, _V, _DVe],
|
|
766
|
-
[0, 0, 0, 0, 1, () => CostCategoryProcessingStatusList, 64 | 0, 0],
|
|
733
|
+
[_CCA, _N, _ES, _EE, _NOR, _PS, _V, _DVe, _SRT],
|
|
734
|
+
[0, 0, 0, 0, 1, () => CostCategoryProcessingStatusList, 64 | 0, 0, 64 | 0],
|
|
767
735
|
];
|
|
736
|
+
export var CostCategoryResourceAssociation = [3, n0, _CCRA, 0, [_RAe, _CCN, _CCA], [0, 0, 0]];
|
|
768
737
|
export var CostCategoryRule = [
|
|
769
738
|
3,
|
|
770
739
|
n0,
|
|
@@ -846,16 +815,7 @@ export var CurrentInstance = [
|
|
|
846
815
|
[_RI, _IN, _Tag, _RD, _RU, _RCHILP, _SPCHILP, _ODHILP, _TRHILP, _MC, _CCu],
|
|
847
816
|
[0, 0, () => TagValuesList, () => ResourceDetails, () => ResourceUtilization, 0, 0, 0, 0, 0, 0],
|
|
848
817
|
];
|
|
849
|
-
export var DataUnavailableException = [
|
|
850
|
-
-3,
|
|
851
|
-
n0,
|
|
852
|
-
_DUE,
|
|
853
|
-
{
|
|
854
|
-
[_e]: _c,
|
|
855
|
-
},
|
|
856
|
-
[_M],
|
|
857
|
-
[0],
|
|
858
|
-
];
|
|
818
|
+
export var DataUnavailableException = [-3, n0, _DUE, { [_e]: _c }, [_M], [0]];
|
|
859
819
|
TypeRegistry.for(n0).registerError(DataUnavailableException, __DataUnavailableException);
|
|
860
820
|
export var DateInterval = [3, n0, _DI, 0, [_Sta, _E], [0, 0]];
|
|
861
821
|
export var DeleteAnomalyMonitorRequest = [3, n0, _DAMR, 0, [_MA], [0]];
|
|
@@ -949,17 +909,7 @@ export var ForecastResult = [
|
|
|
949
909
|
[_TP, _MV, _PILB, _PIUB],
|
|
950
910
|
[() => DateInterval, 0, 0, 0],
|
|
951
911
|
];
|
|
952
|
-
export var GenerationExistsException = [
|
|
953
|
-
-3,
|
|
954
|
-
n0,
|
|
955
|
-
_GEE,
|
|
956
|
-
{
|
|
957
|
-
[_e]: _c,
|
|
958
|
-
[_hE]: 400,
|
|
959
|
-
},
|
|
960
|
-
[_M],
|
|
961
|
-
[0],
|
|
962
|
-
];
|
|
912
|
+
export var GenerationExistsException = [-3, n0, _GEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
963
913
|
TypeRegistry.for(n0).registerError(GenerationExistsException, __GenerationExistsException);
|
|
964
914
|
export var GenerationSummary = [3, n0, _GS, 0, [_RIe, _GSe, _GST, _GCT, _ECT], [0, 0, 0, 0, 0]];
|
|
965
915
|
export var GetAnomaliesRequest = [
|
|
@@ -1326,27 +1276,9 @@ export var InstanceDetails = [
|
|
|
1326
1276
|
() => MemoryDBInstanceDetails,
|
|
1327
1277
|
],
|
|
1328
1278
|
];
|
|
1329
|
-
export var InvalidNextTokenException = [
|
|
1330
|
-
-3,
|
|
1331
|
-
n0,
|
|
1332
|
-
_INTE,
|
|
1333
|
-
{
|
|
1334
|
-
[_e]: _c,
|
|
1335
|
-
},
|
|
1336
|
-
[_M],
|
|
1337
|
-
[0],
|
|
1338
|
-
];
|
|
1279
|
+
export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
|
|
1339
1280
|
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
1340
|
-
export var LimitExceededException = [
|
|
1341
|
-
-3,
|
|
1342
|
-
n0,
|
|
1343
|
-
_LEE,
|
|
1344
|
-
{
|
|
1345
|
-
[_e]: _c,
|
|
1346
|
-
},
|
|
1347
|
-
[_M],
|
|
1348
|
-
[0],
|
|
1349
|
-
];
|
|
1281
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
|
|
1350
1282
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
1351
1283
|
export var ListCommitmentPurchaseAnalysesRequest = [
|
|
1352
1284
|
3,
|
|
@@ -1396,7 +1328,14 @@ export var ListCostAllocationTagsResponse = [
|
|
|
1396
1328
|
[_CATo, _NTe],
|
|
1397
1329
|
[() => CostAllocationTagList, 0],
|
|
1398
1330
|
];
|
|
1399
|
-
export var ListCostCategoryDefinitionsRequest = [
|
|
1331
|
+
export var ListCostCategoryDefinitionsRequest = [
|
|
1332
|
+
3,
|
|
1333
|
+
n0,
|
|
1334
|
+
_LCCDR,
|
|
1335
|
+
0,
|
|
1336
|
+
[_EO, _NTe, _MR, _SRT],
|
|
1337
|
+
[0, 0, 1, 64 | 0],
|
|
1338
|
+
];
|
|
1400
1339
|
export var ListCostCategoryDefinitionsResponse = [
|
|
1401
1340
|
3,
|
|
1402
1341
|
n0,
|
|
@@ -1405,6 +1344,22 @@ export var ListCostCategoryDefinitionsResponse = [
|
|
|
1405
1344
|
[_CCRos, _NTe],
|
|
1406
1345
|
[() => CostCategoryReferencesList, 0],
|
|
1407
1346
|
];
|
|
1347
|
+
export var ListCostCategoryResourceAssociationsRequest = [
|
|
1348
|
+
3,
|
|
1349
|
+
n0,
|
|
1350
|
+
_LCCRAR,
|
|
1351
|
+
0,
|
|
1352
|
+
[_CCA, _NTe, _MR],
|
|
1353
|
+
[0, 0, 1],
|
|
1354
|
+
];
|
|
1355
|
+
export var ListCostCategoryResourceAssociationsResponse = [
|
|
1356
|
+
3,
|
|
1357
|
+
n0,
|
|
1358
|
+
_LCCRARi,
|
|
1359
|
+
0,
|
|
1360
|
+
[_CCRAo, _NTe],
|
|
1361
|
+
[() => CostCategoryResourceAssociations, 0],
|
|
1362
|
+
];
|
|
1408
1363
|
export var ListSavingsPlansPurchaseRecommendationGenerationRequest = [
|
|
1409
1364
|
3,
|
|
1410
1365
|
n0,
|
|
@@ -1505,16 +1460,7 @@ export var RedshiftInstanceDetails = [
|
|
|
1505
1460
|
[_Fa, _NT, _Re, _CG, _SFE],
|
|
1506
1461
|
[0, 0, 0, 2, 2],
|
|
1507
1462
|
];
|
|
1508
|
-
export var RequestChangedException = [
|
|
1509
|
-
-3,
|
|
1510
|
-
n0,
|
|
1511
|
-
_RCE,
|
|
1512
|
-
{
|
|
1513
|
-
[_e]: _c,
|
|
1514
|
-
},
|
|
1515
|
-
[_M],
|
|
1516
|
-
[0],
|
|
1517
|
-
];
|
|
1463
|
+
export var RequestChangedException = [-3, n0, _RCE, { [_e]: _c }, [_M], [0]];
|
|
1518
1464
|
TypeRegistry.for(n0).registerError(RequestChangedException, __RequestChangedException);
|
|
1519
1465
|
export var ReservationAggregates = [
|
|
1520
1466
|
3,
|
|
@@ -1625,17 +1571,7 @@ export var ReservationUtilizationGroup = [
|
|
|
1625
1571
|
];
|
|
1626
1572
|
export var ReservedCapacityDetails = [3, n0, _RCD, 0, [_DDBCD], [() => DynamoDBCapacityDetails]];
|
|
1627
1573
|
export var ResourceDetails = [3, n0, _RD, 0, [_ECRD], [() => EC2ResourceDetails]];
|
|
1628
|
-
export var ResourceNotFoundException = [
|
|
1629
|
-
-3,
|
|
1630
|
-
n0,
|
|
1631
|
-
_RNFE,
|
|
1632
|
-
{
|
|
1633
|
-
[_e]: _c,
|
|
1634
|
-
[_hE]: 404,
|
|
1635
|
-
},
|
|
1636
|
-
[_M, _RN],
|
|
1637
|
-
[0, 0],
|
|
1638
|
-
];
|
|
1574
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
|
|
1639
1575
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1640
1576
|
export var ResourceTag = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
|
|
1641
1577
|
export var ResourceUtilization = [3, n0, _RU, 0, [_ECRU], [() => EC2ResourceUtilization]];
|
|
@@ -1815,17 +1751,7 @@ export var SavingsPlansUtilizationDetail = [
|
|
|
1815
1751
|
[_SPA, _At, _Ut, _Sa, _AC],
|
|
1816
1752
|
[0, 128 | 0, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
|
|
1817
1753
|
];
|
|
1818
|
-
export var ServiceQuotaExceededException = [
|
|
1819
|
-
-3,
|
|
1820
|
-
n0,
|
|
1821
|
-
_SQEE,
|
|
1822
|
-
{
|
|
1823
|
-
[_e]: _c,
|
|
1824
|
-
[_hE]: 402,
|
|
1825
|
-
},
|
|
1826
|
-
[_M],
|
|
1827
|
-
[0],
|
|
1828
|
-
];
|
|
1754
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
1829
1755
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1830
1756
|
export var ServiceSpecification = [3, n0, _SSe, 0, [_ECS], [() => EC2Specification]];
|
|
1831
1757
|
export var SortDefinition = [3, n0, _SDo, 0, [_K, _SO], [0, 0]];
|
|
@@ -1883,53 +1809,14 @@ export var TargetInstance = [
|
|
|
1883
1809
|
[0, 0, 0, 2, () => ResourceDetails, () => ResourceUtilization, 64 | 0],
|
|
1884
1810
|
];
|
|
1885
1811
|
export var TerminateRecommendationDetail = [3, n0, _TRD, 0, [_EMS, _CCu], [0, 0]];
|
|
1886
|
-
export var TooManyTagsException = [
|
|
1887
|
-
-3,
|
|
1888
|
-
n0,
|
|
1889
|
-
_TMTE,
|
|
1890
|
-
{
|
|
1891
|
-
[_e]: _c,
|
|
1892
|
-
[_hE]: 400,
|
|
1893
|
-
},
|
|
1894
|
-
[_M, _RN],
|
|
1895
|
-
[0, 0],
|
|
1896
|
-
];
|
|
1812
|
+
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
|
|
1897
1813
|
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
1898
1814
|
export var TotalImpactFilter = [3, n0, _TIF, 0, [_NO, _SV, _EV], [0, 1, 1]];
|
|
1899
|
-
export var UnknownMonitorException = [
|
|
1900
|
-
-3,
|
|
1901
|
-
n0,
|
|
1902
|
-
_UME,
|
|
1903
|
-
{
|
|
1904
|
-
[_e]: _c,
|
|
1905
|
-
[_hE]: 404,
|
|
1906
|
-
},
|
|
1907
|
-
[_M],
|
|
1908
|
-
[0],
|
|
1909
|
-
];
|
|
1815
|
+
export var UnknownMonitorException = [-3, n0, _UME, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1910
1816
|
TypeRegistry.for(n0).registerError(UnknownMonitorException, __UnknownMonitorException);
|
|
1911
|
-
export var UnknownSubscriptionException = [
|
|
1912
|
-
-3,
|
|
1913
|
-
n0,
|
|
1914
|
-
_USE,
|
|
1915
|
-
{
|
|
1916
|
-
[_e]: _c,
|
|
1917
|
-
[_hE]: 404,
|
|
1918
|
-
},
|
|
1919
|
-
[_M],
|
|
1920
|
-
[0],
|
|
1921
|
-
];
|
|
1817
|
+
export var UnknownSubscriptionException = [-3, n0, _USE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1922
1818
|
TypeRegistry.for(n0).registerError(UnknownSubscriptionException, __UnknownSubscriptionException);
|
|
1923
|
-
export var UnresolvableUsageUnitException = [
|
|
1924
|
-
-3,
|
|
1925
|
-
n0,
|
|
1926
|
-
_UUUE,
|
|
1927
|
-
{
|
|
1928
|
-
[_e]: _c,
|
|
1929
|
-
},
|
|
1930
|
-
[_M],
|
|
1931
|
-
[0],
|
|
1932
|
-
];
|
|
1819
|
+
export var UnresolvableUsageUnitException = [-3, n0, _UUUE, { [_e]: _c }, [_M], [0]];
|
|
1933
1820
|
TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException, __UnresolvableUsageUnitException);
|
|
1934
1821
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _RTK], [0, 64 | 0]];
|
|
1935
1822
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1978,7 +1865,6 @@ export var UtilizationByTime = [
|
|
|
1978
1865
|
[_TP, _G, _To],
|
|
1979
1866
|
[() => DateInterval, () => ReservationUtilizationGroups, () => ReservationAggregates],
|
|
1980
1867
|
];
|
|
1981
|
-
export var __Unit = "unit";
|
|
1982
1868
|
export var CostExplorerServiceException = [-3, _s, "CostExplorerServiceException", 0, [], []];
|
|
1983
1869
|
TypeRegistry.for(_s).registerError(CostExplorerServiceException, __CostExplorerServiceException);
|
|
1984
1870
|
export var AnalysisIds = 64 | 0;
|
|
@@ -2000,6 +1886,13 @@ export var CostAndUsageComparisons = [1, n0, _CAUCo, 0, () => CostAndUsageCompar
|
|
|
2000
1886
|
export var CostCategoryNamesList = 64 | 0;
|
|
2001
1887
|
export var CostCategoryProcessingStatusList = [1, n0, _CCPSL, 0, () => CostCategoryProcessingStatus];
|
|
2002
1888
|
export var CostCategoryReferencesList = [1, n0, _CCRL, 0, () => CostCategoryReference];
|
|
1889
|
+
export var CostCategoryResourceAssociations = [
|
|
1890
|
+
1,
|
|
1891
|
+
n0,
|
|
1892
|
+
_CCRAo,
|
|
1893
|
+
0,
|
|
1894
|
+
() => CostCategoryResourceAssociation,
|
|
1895
|
+
];
|
|
2003
1896
|
export var CostCategoryRulesList = [1, n0, _CCRLo, 0, () => CostCategoryRule];
|
|
2004
1897
|
export var CostCategorySplitChargeRuleParametersList = [
|
|
2005
1898
|
1,
|
|
@@ -2053,6 +1946,8 @@ export var ReservationPurchaseRecommendations = [
|
|
|
2053
1946
|
export var ReservationUtilizationGroups = [1, n0, _RUGe, 0, () => ReservationUtilizationGroup];
|
|
2054
1947
|
export var ResourceTagKeyList = 64 | 0;
|
|
2055
1948
|
export var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
|
|
1949
|
+
export var ResourceTypes = 64 | 0;
|
|
1950
|
+
export var ResourceTypesFilterInput = 64 | 0;
|
|
2056
1951
|
export var ResultsByTime = [1, n0, _RBT, 0, () => ResultByTime];
|
|
2057
1952
|
export var RightsizingRecommendationList = [1, n0, _RRL, 0, () => RightsizingRecommendation];
|
|
2058
1953
|
export var RootCauses = [1, n0, _RC, 0, () => RootCause];
|
|
@@ -2346,6 +2241,14 @@ export var ListCostCategoryDefinitions = [
|
|
|
2346
2241
|
() => ListCostCategoryDefinitionsRequest,
|
|
2347
2242
|
() => ListCostCategoryDefinitionsResponse,
|
|
2348
2243
|
];
|
|
2244
|
+
export var ListCostCategoryResourceAssociations = [
|
|
2245
|
+
9,
|
|
2246
|
+
n0,
|
|
2247
|
+
_LCCRA,
|
|
2248
|
+
0,
|
|
2249
|
+
() => ListCostCategoryResourceAssociationsRequest,
|
|
2250
|
+
() => ListCostCategoryResourceAssociationsResponse,
|
|
2251
|
+
];
|
|
2349
2252
|
export var ListSavingsPlansPurchaseRecommendationGeneration = [
|
|
2350
2253
|
9,
|
|
2351
2254
|
n0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "./commands/CreateAnomalyMonitorCommand";
|
|
3
3
|
import { CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput } from "./commands/CreateAnomalySubscriptionCommand";
|
|
4
4
|
import { CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput } from "./commands/CreateCostCategoryDefinitionCommand";
|
|
@@ -33,6 +33,7 @@ import { ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnaly
|
|
|
33
33
|
import { ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput } from "./commands/ListCostAllocationTagBackfillHistoryCommand";
|
|
34
34
|
import { ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput } from "./commands/ListCostAllocationTagsCommand";
|
|
35
35
|
import { ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput } from "./commands/ListCostCategoryDefinitionsCommand";
|
|
36
|
+
import { ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput } from "./commands/ListCostCategoryResourceAssociationsCommand";
|
|
36
37
|
import { ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput } from "./commands/ListSavingsPlansPurchaseRecommendationGenerationCommand";
|
|
37
38
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
38
39
|
import { ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput } from "./commands/ProvideAnomalyFeedbackCommand";
|
|
@@ -257,6 +258,13 @@ export interface CostExplorer {
|
|
|
257
258
|
listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCostCategoryDefinitionsCommandOutput>;
|
|
258
259
|
listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void): void;
|
|
259
260
|
listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void): void;
|
|
261
|
+
/**
|
|
262
|
+
* @see {@link ListCostCategoryResourceAssociationsCommand}
|
|
263
|
+
*/
|
|
264
|
+
listCostCategoryResourceAssociations(): Promise<ListCostCategoryResourceAssociationsCommandOutput>;
|
|
265
|
+
listCostCategoryResourceAssociations(args: ListCostCategoryResourceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCostCategoryResourceAssociationsCommandOutput>;
|
|
266
|
+
listCostCategoryResourceAssociations(args: ListCostCategoryResourceAssociationsCommandInput, cb: (err: any, data?: ListCostCategoryResourceAssociationsCommandOutput) => void): void;
|
|
267
|
+
listCostCategoryResourceAssociations(args: ListCostCategoryResourceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCostCategoryResourceAssociationsCommandOutput) => void): void;
|
|
260
268
|
/**
|
|
261
269
|
* @see {@link ListSavingsPlansPurchaseRecommendationGenerationCommand}
|
|
262
270
|
*/
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "./commands/CreateAnomalyMonitorCommand";
|
|
11
11
|
import { CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput } from "./commands/CreateAnomalySubscriptionCommand";
|
|
12
12
|
import { CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput } from "./commands/CreateCostCategoryDefinitionCommand";
|
|
@@ -41,6 +41,7 @@ import { ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnaly
|
|
|
41
41
|
import { ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput } from "./commands/ListCostAllocationTagBackfillHistoryCommand";
|
|
42
42
|
import { ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput } from "./commands/ListCostAllocationTagsCommand";
|
|
43
43
|
import { ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput } from "./commands/ListCostCategoryDefinitionsCommand";
|
|
44
|
+
import { ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput } from "./commands/ListCostCategoryResourceAssociationsCommand";
|
|
44
45
|
import { ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput } from "./commands/ListSavingsPlansPurchaseRecommendationGenerationCommand";
|
|
45
46
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
46
47
|
import { ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput } from "./commands/ProvideAnomalyFeedbackCommand";
|
|
@@ -54,16 +55,16 @@ import { UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommand
|
|
|
54
55
|
import { UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput } from "./commands/UpdateCostAllocationTagsStatusCommand";
|
|
55
56
|
import { UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput } from "./commands/UpdateCostCategoryDefinitionCommand";
|
|
56
57
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
57
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
58
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
58
59
|
export { __Client };
|
|
59
60
|
/**
|
|
60
61
|
* @public
|
|
61
62
|
*/
|
|
62
|
-
export type ServiceInputTypes = CreateAnomalyMonitorCommandInput | CreateAnomalySubscriptionCommandInput | CreateCostCategoryDefinitionCommandInput | DeleteAnomalyMonitorCommandInput | DeleteAnomalySubscriptionCommandInput | DeleteCostCategoryDefinitionCommandInput | DescribeCostCategoryDefinitionCommandInput | GetAnomaliesCommandInput | GetAnomalyMonitorsCommandInput | GetAnomalySubscriptionsCommandInput | GetApproximateUsageRecordsCommandInput | GetCommitmentPurchaseAnalysisCommandInput | GetCostAndUsageCommandInput | GetCostAndUsageComparisonsCommandInput | GetCostAndUsageWithResourcesCommandInput | GetCostCategoriesCommandInput | GetCostComparisonDriversCommandInput | GetCostForecastCommandInput | GetDimensionValuesCommandInput | GetReservationCoverageCommandInput | GetReservationPurchaseRecommendationCommandInput | GetReservationUtilizationCommandInput | GetRightsizingRecommendationCommandInput | GetSavingsPlanPurchaseRecommendationDetailsCommandInput | GetSavingsPlansCoverageCommandInput | GetSavingsPlansPurchaseRecommendationCommandInput | GetSavingsPlansUtilizationCommandInput | GetSavingsPlansUtilizationDetailsCommandInput | GetTagsCommandInput | GetUsageForecastCommandInput | ListCommitmentPurchaseAnalysesCommandInput | ListCostAllocationTagBackfillHistoryCommandInput | ListCostAllocationTagsCommandInput | ListCostCategoryDefinitionsCommandInput | ListSavingsPlansPurchaseRecommendationGenerationCommandInput | ListTagsForResourceCommandInput | ProvideAnomalyFeedbackCommandInput | StartCommitmentPurchaseAnalysisCommandInput | StartCostAllocationTagBackfillCommandInput | StartSavingsPlansPurchaseRecommendationGenerationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnomalyMonitorCommandInput | UpdateAnomalySubscriptionCommandInput | UpdateCostAllocationTagsStatusCommandInput | UpdateCostCategoryDefinitionCommandInput;
|
|
63
|
+
export type ServiceInputTypes = CreateAnomalyMonitorCommandInput | CreateAnomalySubscriptionCommandInput | CreateCostCategoryDefinitionCommandInput | DeleteAnomalyMonitorCommandInput | DeleteAnomalySubscriptionCommandInput | DeleteCostCategoryDefinitionCommandInput | DescribeCostCategoryDefinitionCommandInput | GetAnomaliesCommandInput | GetAnomalyMonitorsCommandInput | GetAnomalySubscriptionsCommandInput | GetApproximateUsageRecordsCommandInput | GetCommitmentPurchaseAnalysisCommandInput | GetCostAndUsageCommandInput | GetCostAndUsageComparisonsCommandInput | GetCostAndUsageWithResourcesCommandInput | GetCostCategoriesCommandInput | GetCostComparisonDriversCommandInput | GetCostForecastCommandInput | GetDimensionValuesCommandInput | GetReservationCoverageCommandInput | GetReservationPurchaseRecommendationCommandInput | GetReservationUtilizationCommandInput | GetRightsizingRecommendationCommandInput | GetSavingsPlanPurchaseRecommendationDetailsCommandInput | GetSavingsPlansCoverageCommandInput | GetSavingsPlansPurchaseRecommendationCommandInput | GetSavingsPlansUtilizationCommandInput | GetSavingsPlansUtilizationDetailsCommandInput | GetTagsCommandInput | GetUsageForecastCommandInput | ListCommitmentPurchaseAnalysesCommandInput | ListCostAllocationTagBackfillHistoryCommandInput | ListCostAllocationTagsCommandInput | ListCostCategoryDefinitionsCommandInput | ListCostCategoryResourceAssociationsCommandInput | ListSavingsPlansPurchaseRecommendationGenerationCommandInput | ListTagsForResourceCommandInput | ProvideAnomalyFeedbackCommandInput | StartCommitmentPurchaseAnalysisCommandInput | StartCostAllocationTagBackfillCommandInput | StartSavingsPlansPurchaseRecommendationGenerationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnomalyMonitorCommandInput | UpdateAnomalySubscriptionCommandInput | UpdateCostAllocationTagsStatusCommandInput | UpdateCostCategoryDefinitionCommandInput;
|
|
63
64
|
/**
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
|
-
export type ServiceOutputTypes = CreateAnomalyMonitorCommandOutput | CreateAnomalySubscriptionCommandOutput | CreateCostCategoryDefinitionCommandOutput | DeleteAnomalyMonitorCommandOutput | DeleteAnomalySubscriptionCommandOutput | DeleteCostCategoryDefinitionCommandOutput | DescribeCostCategoryDefinitionCommandOutput | GetAnomaliesCommandOutput | GetAnomalyMonitorsCommandOutput | GetAnomalySubscriptionsCommandOutput | GetApproximateUsageRecordsCommandOutput | GetCommitmentPurchaseAnalysisCommandOutput | GetCostAndUsageCommandOutput | GetCostAndUsageComparisonsCommandOutput | GetCostAndUsageWithResourcesCommandOutput | GetCostCategoriesCommandOutput | GetCostComparisonDriversCommandOutput | GetCostForecastCommandOutput | GetDimensionValuesCommandOutput | GetReservationCoverageCommandOutput | GetReservationPurchaseRecommendationCommandOutput | GetReservationUtilizationCommandOutput | GetRightsizingRecommendationCommandOutput | GetSavingsPlanPurchaseRecommendationDetailsCommandOutput | GetSavingsPlansCoverageCommandOutput | GetSavingsPlansPurchaseRecommendationCommandOutput | GetSavingsPlansUtilizationCommandOutput | GetSavingsPlansUtilizationDetailsCommandOutput | GetTagsCommandOutput | GetUsageForecastCommandOutput | ListCommitmentPurchaseAnalysesCommandOutput | ListCostAllocationTagBackfillHistoryCommandOutput | ListCostAllocationTagsCommandOutput | ListCostCategoryDefinitionsCommandOutput | ListSavingsPlansPurchaseRecommendationGenerationCommandOutput | ListTagsForResourceCommandOutput | ProvideAnomalyFeedbackCommandOutput | StartCommitmentPurchaseAnalysisCommandOutput | StartCostAllocationTagBackfillCommandOutput | StartSavingsPlansPurchaseRecommendationGenerationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnomalyMonitorCommandOutput | UpdateAnomalySubscriptionCommandOutput | UpdateCostAllocationTagsStatusCommandOutput | UpdateCostCategoryDefinitionCommandOutput;
|
|
67
|
+
export type ServiceOutputTypes = CreateAnomalyMonitorCommandOutput | CreateAnomalySubscriptionCommandOutput | CreateCostCategoryDefinitionCommandOutput | DeleteAnomalyMonitorCommandOutput | DeleteAnomalySubscriptionCommandOutput | DeleteCostCategoryDefinitionCommandOutput | DescribeCostCategoryDefinitionCommandOutput | GetAnomaliesCommandOutput | GetAnomalyMonitorsCommandOutput | GetAnomalySubscriptionsCommandOutput | GetApproximateUsageRecordsCommandOutput | GetCommitmentPurchaseAnalysisCommandOutput | GetCostAndUsageCommandOutput | GetCostAndUsageComparisonsCommandOutput | GetCostAndUsageWithResourcesCommandOutput | GetCostCategoriesCommandOutput | GetCostComparisonDriversCommandOutput | GetCostForecastCommandOutput | GetDimensionValuesCommandOutput | GetReservationCoverageCommandOutput | GetReservationPurchaseRecommendationCommandOutput | GetReservationUtilizationCommandOutput | GetRightsizingRecommendationCommandOutput | GetSavingsPlanPurchaseRecommendationDetailsCommandOutput | GetSavingsPlansCoverageCommandOutput | GetSavingsPlansPurchaseRecommendationCommandOutput | GetSavingsPlansUtilizationCommandOutput | GetSavingsPlansUtilizationDetailsCommandOutput | GetTagsCommandOutput | GetUsageForecastCommandOutput | ListCommitmentPurchaseAnalysesCommandOutput | ListCostAllocationTagBackfillHistoryCommandOutput | ListCostAllocationTagsCommandOutput | ListCostCategoryDefinitionsCommandOutput | ListCostCategoryResourceAssociationsCommandOutput | ListSavingsPlansPurchaseRecommendationGenerationCommandOutput | ListTagsForResourceCommandOutput | ProvideAnomalyFeedbackCommandOutput | StartCommitmentPurchaseAnalysisCommandOutput | StartCostAllocationTagBackfillCommandOutput | StartSavingsPlansPurchaseRecommendationGenerationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnomalyMonitorCommandOutput | UpdateAnomalySubscriptionCommandOutput | UpdateCostAllocationTagsStatusCommandOutput | UpdateCostCategoryDefinitionCommandOutput;
|
|
67
68
|
/**
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { CostExplorerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { CostExplorerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig } from "../CostExplorerClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type CostExplorerClientResolvedConfig } from "../CostExplorerClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,7 +27,7 @@ declare const CreateCostCategoryDefinitionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new
|
|
30
|
+
* <p>Creates a new cost category with the requested name and rules.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,8 +27,8 @@ declare const DeleteCostCategoryDefinitionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a
|
|
31
|
-
* categorized with this
|
|
30
|
+
* <p>Deletes a cost category. Expenses from this month going forward will no longer be
|
|
31
|
+
* categorized with this cost category.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -28,10 +28,10 @@ declare const DescribeCostCategoryDefinitionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a
|
|
31
|
-
*
|
|
32
|
-
* <p>You have the option to use <code>EffectiveOn</code> to return a
|
|
31
|
+
* cost category that's defined in the account.</p>
|
|
32
|
+
* <p>You have the option to use <code>EffectiveOn</code> to return a cost category that's
|
|
33
33
|
* active on a specific date. If there's no <code>EffectiveOn</code> specified, you see a Cost
|
|
34
|
-
* Category that's effective on the current date. If
|
|
34
|
+
* Category that's effective on the current date. If cost category is still effective,
|
|
35
35
|
* <code>EffectiveEnd</code> is omitted in the response. </p>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
-
import { GetApproximateUsageRecordsRequest, GetApproximateUsageRecordsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
|
+
import type { GetApproximateUsageRecordsRequest, GetApproximateUsageRecordsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|