@aws-sdk/client-cost-explorer 3.289.0 → 3.290.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-types/commands/CreateAnomalyMonitorCommand.d.ts +4 -0
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +8 -0
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +7 -0
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +7 -0
- package/dist-types/commands/GetAnomaliesCommand.d.ts +7 -0
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +10 -0
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +10 -0
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +17 -0
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +17 -0
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +17 -0
- package/dist-types/commands/GetCostForecastCommand.d.ts +7 -0
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +17 -0
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +10 -0
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +10 -0
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +10 -0
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +7 -0
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +10 -0
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +7 -0
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +7 -0
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +10 -0
- package/dist-types/commands/GetTagsCommand.d.ts +17 -0
- package/dist-types/commands/GetUsageForecastCommand.d.ts +12 -0
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +7 -0
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -0
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +4 -0
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +11 -0
- package/package.json +29 -29
|
@@ -30,6 +30,10 @@ export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorR
|
|
|
30
30
|
* @see {@link CreateAnomalyMonitorCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
34
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class CreateAnomalyMonitorCommand extends $Command<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
39
|
readonly input: CreateAnomalyMonitorCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySub
|
|
|
31
31
|
* @see {@link CreateAnomalySubscriptionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
35
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link UnknownMonitorException} (client fault)
|
|
38
|
+
* <p>The cost anomaly monitor does not exist for the account. </p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class CreateAnomalySubscriptionCommand extends $Command<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
36
43
|
readonly input: CreateAnomalySubscriptionCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCat
|
|
|
29
29
|
* @see {@link CreateCostCategoryDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
33
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
36
|
+
* <p> You've reached the limit on the number of resources you can create, or exceeded the
|
|
37
|
+
* size of an individual resource. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class CreateCostCategoryDefinitionCommand extends $Command<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
34
42
|
readonly input: CreateCostCategoryDefinitionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorR
|
|
|
29
29
|
* @see {@link DeleteAnomalyMonitorCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
33
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link UnknownMonitorException} (client fault)
|
|
36
|
+
* <p>The cost anomaly monitor does not exist for the account. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteAnomalyMonitorCommand extends $Command<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteAnomalyMonitorCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySub
|
|
|
29
29
|
* @see {@link DeleteAnomalySubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
33
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link UnknownSubscriptionException} (client fault)
|
|
36
|
+
* <p>The cost anomaly subscription does not exist for the account. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteAnomalySubscriptionCommand extends $Command<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteAnomalySubscriptionCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCat
|
|
|
30
30
|
* @see {@link DeleteCostCategoryDefinitionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
34
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p> The specified ARN in the request doesn't exist. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DeleteCostCategoryDefinitionCommand extends $Command<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: DeleteCostCategoryDefinitionCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCos
|
|
|
34
34
|
* @see {@link DescribeCostCategoryDefinitionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
38
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The specified ARN in the request doesn't exist. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class DescribeCostCategoryDefinitionCommand extends $Command<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
39
46
|
readonly input: DescribeCostCategoryDefinitionCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __Metad
|
|
|
31
31
|
* @see {@link GetAnomaliesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
35
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
38
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetAnomaliesCommand extends $Command<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig> {
|
|
36
43
|
readonly input: GetAnomaliesCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsRespo
|
|
|
30
30
|
* @see {@link GetAnomalyMonitorsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
34
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link UnknownMonitorException} (client fault)
|
|
40
|
+
* <p>The cost anomaly monitor does not exist for the account. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class GetAnomalyMonitorsCommand extends $Command<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
45
|
readonly input: GetAnomalyMonitorsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscrip
|
|
|
30
30
|
* @see {@link GetAnomalySubscriptionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
34
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link UnknownSubscriptionException} (client fault)
|
|
40
|
+
* <p>The cost anomaly subscription does not exist for the account. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class GetAnomalySubscriptionsCommand extends $Command<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
45
|
readonly input: GetAnomalySubscriptionsCommandInput;
|
|
@@ -35,6 +35,23 @@ export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, _
|
|
|
35
35
|
* @see {@link GetCostAndUsageCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link BillExpirationException} (client fault)
|
|
39
|
+
* <p>The requested report expired. Update the date interval and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
42
|
+
* <p>The requested data is unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
45
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link RequestChangedException} (client fault)
|
|
51
|
+
* <p>Your request parameters changed between pages. Try again with the old parameters or
|
|
52
|
+
* without a pagination token.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
38
55
|
*/
|
|
39
56
|
export declare class GetCostAndUsageCommand extends $Command<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig> {
|
|
40
57
|
readonly input: GetCostAndUsageCommandInput;
|
|
@@ -40,6 +40,23 @@ export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsa
|
|
|
40
40
|
* @see {@link GetCostAndUsageWithResourcesCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link BillExpirationException} (client fault)
|
|
44
|
+
* <p>The requested report expired. Update the date interval and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
47
|
+
* <p>The requested data is unavailable.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
50
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
53
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link RequestChangedException} (client fault)
|
|
56
|
+
* <p>Your request parameters changed between pages. Try again with the old parameters or
|
|
57
|
+
* without a pagination token.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
43
60
|
*/
|
|
44
61
|
export declare class GetCostAndUsageWithResourcesCommand extends $Command<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig> {
|
|
45
62
|
readonly input: GetCostAndUsageWithResourcesCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface GetCostCategoriesCommandOutput extends GetCostCategoriesRespons
|
|
|
33
33
|
* @see {@link GetCostCategoriesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link BillExpirationException} (client fault)
|
|
37
|
+
* <p>The requested report expired. Update the date interval and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
40
|
+
* <p>The requested data is unavailable.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
43
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link RequestChangedException} (client fault)
|
|
49
|
+
* <p>Your request parameters changed between pages. Try again with the old parameters or
|
|
50
|
+
* without a pagination token.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class GetCostCategoriesCommand extends $Command<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig> {
|
|
38
55
|
readonly input: GetCostCategoriesCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface GetCostForecastCommandOutput extends GetCostForecastResponse, _
|
|
|
30
30
|
* @see {@link GetCostForecastCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
34
|
+
* <p>The requested data is unavailable.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class GetCostForecastCommand extends $Command<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: GetCostForecastCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface GetDimensionValuesCommandOutput extends GetDimensionValuesRespo
|
|
|
30
30
|
* @see {@link GetDimensionValuesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BillExpirationException} (client fault)
|
|
34
|
+
* <p>The requested report expired. Update the date interval and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
37
|
+
* <p>The requested data is unavailable.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link RequestChangedException} (client fault)
|
|
46
|
+
* <p>Your request parameters changed between pages. Try again with the old parameters or
|
|
47
|
+
* without a pagination token.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class GetDimensionValuesCommand extends $Command<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
52
|
readonly input: GetDimensionValuesCommandInput;
|
|
@@ -74,6 +74,16 @@ export interface GetReservationCoverageCommandOutput extends GetReservationCover
|
|
|
74
74
|
* @see {@link GetReservationCoverageCommandOutput} for command's `response` shape.
|
|
75
75
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
76
76
|
*
|
|
77
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
78
|
+
* <p>The requested data is unavailable.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
81
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
84
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
77
87
|
*/
|
|
78
88
|
export declare class GetReservationCoverageCommand extends $Command<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig> {
|
|
79
89
|
readonly input: GetReservationCoverageCommandInput;
|
|
@@ -44,6 +44,16 @@ export interface GetReservationPurchaseRecommendationCommandOutput extends GetRe
|
|
|
44
44
|
* @see {@link GetReservationPurchaseRecommendationCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
48
|
+
* <p>The requested data is unavailable.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
51
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
54
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
47
57
|
*/
|
|
48
58
|
export declare class GetReservationPurchaseRecommendationCommand extends $Command<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
49
59
|
readonly input: GetReservationPurchaseRecommendationCommandInput;
|
|
@@ -32,6 +32,16 @@ export interface GetReservationUtilizationCommandOutput extends GetReservationUt
|
|
|
32
32
|
* @see {@link GetReservationUtilizationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
36
|
+
* <p>The requested data is unavailable.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
39
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
42
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class GetReservationUtilizationCommand extends $Command<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
37
47
|
readonly input: GetReservationUtilizationCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface GetRightsizingRecommendationCommandOutput extends GetRightsizin
|
|
|
33
33
|
* @see {@link GetRightsizingRecommendationCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
37
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
40
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class GetRightsizingRecommendationCommand extends $Command<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
38
45
|
readonly input: GetRightsizingRecommendationCommandInput;
|
|
@@ -57,6 +57,16 @@ export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCov
|
|
|
57
57
|
* @see {@link GetSavingsPlansCoverageCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
61
|
+
* <p>The requested data is unavailable.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
64
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
67
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
60
70
|
*/
|
|
61
71
|
export declare class GetSavingsPlansCoverageCommand extends $Command<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig> {
|
|
62
72
|
readonly input: GetSavingsPlansCoverageCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetS
|
|
|
32
32
|
* @see {@link GetSavingsPlansPurchaseRecommendationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
36
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class GetSavingsPlansPurchaseRecommendationCommand extends $Command<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
37
44
|
readonly input: GetSavingsPlansPurchaseRecommendationCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlans
|
|
|
36
36
|
* @see {@link GetSavingsPlansUtilizationCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
40
|
+
* <p>The requested data is unavailable.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class GetSavingsPlansUtilizationCommand extends $Command<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
41
48
|
readonly input: GetSavingsPlansUtilizationCommandInput;
|
|
@@ -40,6 +40,16 @@ export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavin
|
|
|
40
40
|
* @see {@link GetSavingsPlansUtilizationDetailsCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
44
|
+
* <p>The requested data is unavailable.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
47
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
50
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
43
53
|
*/
|
|
44
54
|
export declare class GetSavingsPlansUtilizationDetailsCommand extends $Command<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig> {
|
|
45
55
|
readonly input: GetSavingsPlansUtilizationDetailsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
|
|
|
30
30
|
* @see {@link GetTagsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BillExpirationException} (client fault)
|
|
34
|
+
* <p>The requested report expired. Update the date interval and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
37
|
+
* <p>The requested data is unavailable.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
40
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link RequestChangedException} (client fault)
|
|
46
|
+
* <p>Your request parameters changed between pages. Try again with the old parameters or
|
|
47
|
+
* without a pagination token.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
52
|
readonly input: GetTagsCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse,
|
|
|
30
30
|
* @see {@link GetUsageForecastCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
34
|
+
* <p>The requested data is unavailable.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link UnresolvableUsageUnitException} (client fault)
|
|
40
|
+
* <p>Cost Explorer was unable to identify the usage unit. Provide
|
|
41
|
+
* <code>UsageType/UsageTypeGroup</code> filter selections that contain matching units,
|
|
42
|
+
* for example: <code>hours</code>.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class GetUsageForecastCommand extends $Command<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
47
|
readonly input: GetUsageForecastCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationT
|
|
|
30
30
|
* @see {@link ListCostAllocationTagsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
34
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListCostAllocationTagsCommand extends $Command<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: ListCostAllocationTagsCommandInput;
|
|
@@ -35,6 +35,10 @@ export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCatego
|
|
|
35
35
|
* @see {@link ListCostCategoryDefinitionsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
38
42
|
*/
|
|
39
43
|
export declare class ListCostCategoryDefinitionsCommand extends $Command<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig> {
|
|
40
44
|
readonly input: ListCostCategoryDefinitionsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput e
|
|
|
30
30
|
* @see {@link ListSavingsPlansPurchaseRecommendationGenerationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
34
|
+
* <p>The pagination token is invalid. Try again without a pagination token.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Command<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
30
30
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
34
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p> The specified ARN in the request doesn't exist. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedb
|
|
|
29
29
|
* @see {@link ProvideAnomalyFeedbackCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
33
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ProvideAnomalyFeedbackCommand extends $Command<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig> {
|
|
34
38
|
readonly input: ProvideAnomalyFeedbackCommandInput;
|
|
@@ -37,6 +37,17 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
|
37
37
|
* @see {@link StartSavingsPlansPurchaseRecommendationGenerationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link GenerationExistsException} (client fault)
|
|
41
|
+
* <p>A request to generate a recommendation is already in progress.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
44
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p> You've reached the limit on the number of resources you can create, or exceeded the
|
|
48
|
+
* size of an individual resource. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
40
51
|
*/
|
|
41
52
|
export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $Command<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig> {
|
|
42
53
|
readonly input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput;
|
|
@@ -35,6 +35,17 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
35
35
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p> The specified ARN in the request doesn't exist. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
45
|
+
* <p>Can occur if you specify a number of tags for a resource greater than the maximum 50
|
|
46
|
+
* user tags per resource.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
38
49
|
*/
|
|
39
50
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig> {
|
|
40
51
|
readonly input: TagResourceCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
34
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p> The specified ARN in the request doesn't exist. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: UntagResourceCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorR
|
|
|
30
30
|
* @see {@link UpdateAnomalyMonitorCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
34
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link UnknownMonitorException} (client fault)
|
|
37
|
+
* <p>The cost anomaly monitor does not exist for the account. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class UpdateAnomalyMonitorCommand extends $Command<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
|
|
35
42
|
readonly input: UpdateAnomalyMonitorCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySub
|
|
|
29
29
|
* @see {@link UpdateAnomalySubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
33
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link UnknownMonitorException} (client fault)
|
|
36
|
+
* <p>The cost anomaly monitor does not exist for the account. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link UnknownSubscriptionException} (client fault)
|
|
39
|
+
* <p>The cost anomaly subscription does not exist for the account. </p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateAnomalySubscriptionCommand extends $Command<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateAnomalySubscriptionCommandInput;
|
|
@@ -32,6 +32,10 @@ export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostA
|
|
|
32
32
|
* @see {@link UpdateCostAllocationTagsStatusCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
35
39
|
*/
|
|
36
40
|
export declare class UpdateCostAllocationTagsStatusCommand extends $Command<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig> {
|
|
37
41
|
readonly input: UpdateCostAllocationTagsStatusCommandInput;
|
|
@@ -31,6 +31,17 @@ export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCat
|
|
|
31
31
|
* @see {@link UpdateCostCategoryDefinitionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CostExplorerClientResolvedConfig | config} for CostExplorerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
35
|
+
* <p>You made too many calls in a short period of time. Try again later.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p> The specified ARN in the request doesn't exist. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
41
|
+
* <p> You've reached the limit on the number of resources you can create, or exceeded the
|
|
42
|
+
* size of an individual resource. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
34
45
|
*/
|
|
35
46
|
export declare class UpdateCostCategoryDefinitionCommand extends $Command<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
|
|
36
47
|
readonly input: UpdateCostCategoryDefinitionCommandInput;
|
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.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|