@aws-sdk/client-cost-explorer 3.533.0 → 3.535.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/CostExplorer.d.ts +7 -1
- package/dist-types/CostExplorerClient.d.ts +1 -1
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +2 -1
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/GetAnomaliesCommand.d.ts +2 -1
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +2 -1
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +2 -1
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/GetCostForecastCommand.d.ts +2 -1
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +2 -1
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +2 -1
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +2 -1
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +2 -1
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +2 -1
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetTagsCommand.d.ts +2 -1
- package/dist-types/commands/GetUsageForecastCommand.d.ts +2 -1
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +766 -766
- package/dist-types/ts3.4/CostExplorer.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUsageForecastCommand_base: {
|
|
24
24
|
new (input: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a forecast for how much Amazon Web Services predicts that you will use
|
|
30
30
|
* over the forecast time period that you select, based on your past usage. </p>
|
|
31
31
|
* @example
|
|
@@ -152,6 +152,7 @@ declare const GetUsageForecastCommand_base: {
|
|
|
152
152
|
* @throws {@link CostExplorerServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
154
154
|
*
|
|
155
|
+
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class GetUsageForecastCommand extends GetUsageForecastCommand_base {
|
|
157
158
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationT
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCostAllocationTagsCommand_base: {
|
|
24
24
|
new (input: ListCostAllocationTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a list of cost allocation tags. All inputs in the API are optional and serve as
|
|
30
30
|
* filters. By default, all cost allocation tags are returned. </p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const ListCostAllocationTagsCommand_base: {
|
|
|
75
75
|
* @throws {@link CostExplorerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListCostAllocationTagsCommand extends ListCostAllocationTagsCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCatego
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCostCategoryDefinitionsCommand_base: {
|
|
24
24
|
new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the name, Amazon Resource Name (ARN), <code>NumberOfRules</code> and effective
|
|
30
30
|
* dates of all Cost Categories defined in the account. You have the option to use
|
|
31
31
|
* <code>EffectiveOn</code> to return a list of Cost Categories that were active on a specific
|
|
@@ -83,6 +83,7 @@ declare const ListCostCategoryDefinitionsCommand_base: {
|
|
|
83
83
|
* @throws {@link CostExplorerServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListCostCategoryDefinitionsCommand extends ListCostCategoryDefinitionsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput e
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
24
24
|
new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of your historical recommendation generations within the past 30
|
|
30
30
|
* days.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
|
77
77
|
* @throws {@link CostExplorerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListSavingsPlansPurchaseRecommendationGenerationCommand extends ListSavingsPlansPurchaseRecommendationGenerationCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of resource tags associated with the resource specified by the Amazon
|
|
30
30
|
* Resource Name (ARN). </p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link CostExplorerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedb
|
|
|
22
22
|
}
|
|
23
23
|
declare const ProvideAnomalyFeedbackCommand_base: {
|
|
24
24
|
new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the feedback property of a given cost anomaly. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const ProvideAnomalyFeedbackCommand_base: {
|
|
|
57
57
|
* @throws {@link CostExplorerServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class ProvideAnomalyFeedbackCommand extends ProvideAnomalyFeedbackCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
24
24
|
new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh
|
|
30
30
|
* set of Savings Plans recommendations that takes your latest usage data and current Savings
|
|
31
31
|
* Plans inventory into account. You can refresh Savings Plans recommendations up to three times
|
|
@@ -74,6 +74,7 @@ declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
|
74
74
|
* @throws {@link CostExplorerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends StartSavingsPlansPurchaseRecommendationGenerationCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An API operation for adding one or more tags (key-value pairs) to a resource.</p>
|
|
30
30
|
* <p>You can use the <code>TagResource</code> operation with a resource that already has tags.
|
|
31
31
|
* If you specify a new tag key for the resource, this tag is appended to the list of tags
|
|
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link CostExplorerServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't
|
|
30
30
|
* specify the value. </p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link CostExplorerServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAnomalyMonitorCommand_base: {
|
|
24
24
|
new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing cost anomaly monitor. The changes made are applied going forward, and
|
|
30
30
|
* doesn't change anomalies detected in the past. </p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const UpdateAnomalyMonitorCommand_base: {
|
|
|
61
61
|
* @throws {@link CostExplorerServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UpdateAnomalyMonitorCommand extends UpdateAnomalyMonitorCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySub
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAnomalySubscriptionCommand_base: {
|
|
24
24
|
new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing cost anomaly subscription. Specify the fields that you want to update.
|
|
30
30
|
* Omitted fields are unchanged.</p>
|
|
31
31
|
* <note>
|
|
@@ -147,6 +147,7 @@ declare const UpdateAnomalySubscriptionCommand_base: {
|
|
|
147
147
|
* @throws {@link CostExplorerServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
149
149
|
*
|
|
150
|
+
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class UpdateAnomalySubscriptionCommand extends UpdateAnomalySubscriptionCommand_base {
|
|
152
153
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostA
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCostAllocationTagsStatusCommand_base: {
|
|
24
24
|
new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates status for cost allocation tags in bulk, with maximum batch size of 20. If the tag
|
|
30
30
|
* status that's updated is the same as the existing tag status, the request doesn't fail.
|
|
31
31
|
* Instead, it doesn't have any effect on the tag status (for example, activating the active
|
|
@@ -70,6 +70,7 @@ declare const UpdateCostAllocationTagsStatusCommand_base: {
|
|
|
70
70
|
* @throws {@link CostExplorerServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateCostAllocationTagsStatusCommand extends UpdateCostAllocationTagsStatusCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCostCategoryDefinitionCommand_base: {
|
|
24
24
|
new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing Cost Category. Changes made to the Cost Category rules will be used to
|
|
30
30
|
* categorize the current month’s expenses and future expenses. This won’t change categorization
|
|
31
31
|
* for the previous months.</p>
|
|
@@ -163,6 +163,7 @@ declare const UpdateCostCategoryDefinitionCommand_base: {
|
|
|
163
163
|
* @throws {@link CostExplorerServiceException}
|
|
164
164
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
165
165
|
*
|
|
166
|
+
* @public
|
|
166
167
|
*/
|
|
167
168
|
export declare class UpdateCostCategoryDefinitionCommand extends UpdateCostCategoryDefinitionCommand_base {
|
|
168
169
|
}
|