@aws-sdk/client-cost-explorer 3.170.0 → 3.178.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/CHANGELOG.md +16 -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/ts3.4/CostExplorer.d.ts +0 -35
- package/dist-types/ts3.4/CostExplorerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -702
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface GetReservationPurchaseRecommendationCommandInput
|
|
|
19
19
|
export interface GetReservationPurchaseRecommendationCommandOutput
|
|
20
20
|
extends GetReservationPurchaseRecommendationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReservationPurchaseRecommendationCommand extends $Command<
|
|
24
23
|
GetReservationPurchaseRecommendationCommandInput,
|
|
25
24
|
GetReservationPurchaseRecommendationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReservationPurchaseRecommendationCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReservationPurchaseRecommendationCommandInput;
|
|
29
28
|
constructor(input: GetReservationPurchaseRecommendationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReservationUtilizationCommandInput
|
|
|
19
19
|
export interface GetReservationUtilizationCommandOutput
|
|
20
20
|
extends GetReservationUtilizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReservationUtilizationCommand extends $Command<
|
|
24
23
|
GetReservationUtilizationCommandInput,
|
|
25
24
|
GetReservationUtilizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReservationUtilizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReservationUtilizationCommandInput;
|
|
29
28
|
constructor(input: GetReservationUtilizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRightsizingRecommendationCommandInput
|
|
|
19
19
|
export interface GetRightsizingRecommendationCommandOutput
|
|
20
20
|
extends GetRightsizingRecommendationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRightsizingRecommendationCommand extends $Command<
|
|
24
23
|
GetRightsizingRecommendationCommandInput,
|
|
25
24
|
GetRightsizingRecommendationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRightsizingRecommendationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRightsizingRecommendationCommandInput;
|
|
29
28
|
constructor(input: GetRightsizingRecommendationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSavingsPlansCoverageCommandInput
|
|
|
19
19
|
export interface GetSavingsPlansCoverageCommandOutput
|
|
20
20
|
extends GetSavingsPlansCoverageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSavingsPlansCoverageCommand extends $Command<
|
|
24
23
|
GetSavingsPlansCoverageCommandInput,
|
|
25
24
|
GetSavingsPlansCoverageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSavingsPlansCoverageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSavingsPlansCoverageCommandInput;
|
|
29
28
|
constructor(input: GetSavingsPlansCoverageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSavingsPlansPurchaseRecommendationCommandInput
|
|
|
19
19
|
export interface GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
20
20
|
extends GetSavingsPlansPurchaseRecommendationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSavingsPlansPurchaseRecommendationCommand extends $Command<
|
|
24
23
|
GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
25
24
|
GetSavingsPlansPurchaseRecommendationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSavingsPlansPurchaseRecommendationCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSavingsPlansPurchaseRecommendationCommandInput;
|
|
29
28
|
constructor(input: GetSavingsPlansPurchaseRecommendationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSavingsPlansUtilizationCommandInput
|
|
|
19
19
|
export interface GetSavingsPlansUtilizationCommandOutput
|
|
20
20
|
extends GetSavingsPlansUtilizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSavingsPlansUtilizationCommand extends $Command<
|
|
24
23
|
GetSavingsPlansUtilizationCommandInput,
|
|
25
24
|
GetSavingsPlansUtilizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSavingsPlansUtilizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSavingsPlansUtilizationCommandInput;
|
|
29
28
|
constructor(input: GetSavingsPlansUtilizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSavingsPlansUtilizationDetailsCommandInput
|
|
|
19
19
|
export interface GetSavingsPlansUtilizationDetailsCommandOutput
|
|
20
20
|
extends GetSavingsPlansUtilizationDetailsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSavingsPlansUtilizationDetailsCommand extends $Command<
|
|
24
23
|
GetSavingsPlansUtilizationDetailsCommandInput,
|
|
25
24
|
GetSavingsPlansUtilizationDetailsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSavingsPlansUtilizationDetailsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSavingsPlansUtilizationDetailsCommandInput;
|
|
29
28
|
constructor(input: GetSavingsPlansUtilizationDetailsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
|
15
15
|
export interface GetTagsCommandOutput
|
|
16
16
|
extends GetTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTagsCommand extends $Command<
|
|
20
19
|
GetTagsCommandInput,
|
|
21
20
|
GetTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTagsCommandInput;
|
|
25
24
|
constructor(input: GetTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {}
|
|
|
18
18
|
export interface GetUsageForecastCommandOutput
|
|
19
19
|
extends GetUsageForecastResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetUsageForecastCommand extends $Command<
|
|
23
22
|
GetUsageForecastCommandInput,
|
|
24
23
|
GetUsageForecastCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetUsageForecastCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetUsageForecastCommandInput;
|
|
28
27
|
constructor(input: GetUsageForecastCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCostAllocationTagsCommandInput
|
|
|
19
19
|
export interface ListCostAllocationTagsCommandOutput
|
|
20
20
|
extends ListCostAllocationTagsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCostAllocationTagsCommand extends $Command<
|
|
24
23
|
ListCostAllocationTagsCommandInput,
|
|
25
24
|
ListCostAllocationTagsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCostAllocationTagsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCostAllocationTagsCommandInput;
|
|
29
28
|
constructor(input: ListCostAllocationTagsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCostCategoryDefinitionsCommandInput
|
|
|
19
19
|
export interface ListCostCategoryDefinitionsCommandOutput
|
|
20
20
|
extends ListCostCategoryDefinitionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCostCategoryDefinitionsCommand extends $Command<
|
|
24
23
|
ListCostCategoryDefinitionsCommandInput,
|
|
25
24
|
ListCostCategoryDefinitionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCostCategoryDefinitionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCostCategoryDefinitionsCommandInput;
|
|
29
28
|
constructor(input: ListCostCategoryDefinitionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ProvideAnomalyFeedbackCommandInput
|
|
|
19
19
|
export interface ProvideAnomalyFeedbackCommandOutput
|
|
20
20
|
extends ProvideAnomalyFeedbackResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ProvideAnomalyFeedbackCommand extends $Command<
|
|
24
23
|
ProvideAnomalyFeedbackCommandInput,
|
|
25
24
|
ProvideAnomalyFeedbackCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ProvideAnomalyFeedbackCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ProvideAnomalyFeedbackCommandInput;
|
|
29
28
|
constructor(input: ProvideAnomalyFeedbackCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAnomalyMonitorCommandInput
|
|
|
19
19
|
export interface UpdateAnomalyMonitorCommandOutput
|
|
20
20
|
extends UpdateAnomalyMonitorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAnomalyMonitorCommand extends $Command<
|
|
24
23
|
UpdateAnomalyMonitorCommandInput,
|
|
25
24
|
UpdateAnomalyMonitorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAnomalyMonitorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAnomalyMonitorCommandInput;
|
|
29
28
|
constructor(input: UpdateAnomalyMonitorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAnomalySubscriptionCommandInput
|
|
|
19
19
|
export interface UpdateAnomalySubscriptionCommandOutput
|
|
20
20
|
extends UpdateAnomalySubscriptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAnomalySubscriptionCommand extends $Command<
|
|
24
23
|
UpdateAnomalySubscriptionCommandInput,
|
|
25
24
|
UpdateAnomalySubscriptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAnomalySubscriptionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAnomalySubscriptionCommandInput;
|
|
29
28
|
constructor(input: UpdateAnomalySubscriptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCostAllocationTagsStatusCommandInput
|
|
|
19
19
|
export interface UpdateCostAllocationTagsStatusCommandOutput
|
|
20
20
|
extends UpdateCostAllocationTagsStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCostAllocationTagsStatusCommand extends $Command<
|
|
24
23
|
UpdateCostAllocationTagsStatusCommandInput,
|
|
25
24
|
UpdateCostAllocationTagsStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCostAllocationTagsStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCostAllocationTagsStatusCommandInput;
|
|
29
28
|
constructor(input: UpdateCostAllocationTagsStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCostCategoryDefinitionCommandInput
|
|
|
19
19
|
export interface UpdateCostCategoryDefinitionCommandOutput
|
|
20
20
|
extends UpdateCostCategoryDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCostCategoryDefinitionCommand extends $Command<
|
|
24
23
|
UpdateCostCategoryDefinitionCommandInput,
|
|
25
24
|
UpdateCostCategoryDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCostCategoryDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCostCategoryDefinitionCommandInput;
|
|
29
28
|
constructor(input: UpdateCostCategoryDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CostExplorerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CostExplorerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|