@aws-sdk/client-cost-explorer 3.337.0 → 3.341.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/CostExplorerClient.js +2 -1
- package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +2 -1
- package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +2 -1
- package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +2 -1
- package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +2 -1
- package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +2 -1
- package/dist-cjs/commands/GetAnomaliesCommand.js +2 -1
- package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +2 -1
- package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +2 -1
- package/dist-cjs/commands/GetCostAndUsageCommand.js +2 -1
- package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +2 -1
- package/dist-cjs/commands/GetCostCategoriesCommand.js +2 -1
- package/dist-cjs/commands/GetCostForecastCommand.js +2 -1
- package/dist-cjs/commands/GetDimensionValuesCommand.js +2 -1
- package/dist-cjs/commands/GetReservationCoverageCommand.js +2 -1
- package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +2 -1
- package/dist-cjs/commands/GetReservationUtilizationCommand.js +2 -1
- package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +2 -1
- package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +2 -1
- package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -1
- package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +2 -1
- package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -1
- package/dist-cjs/commands/GetTagsCommand.js +2 -1
- package/dist-cjs/commands/GetUsageForecastCommand.js +2 -1
- package/dist-cjs/commands/ListCostAllocationTagsCommand.js +2 -1
- package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +2 -1
- package/dist-cjs/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +2 -1
- package/dist-cjs/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +2 -1
- package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +2 -1
- package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +2 -1
- package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CostExplorerServiceException.js +2 -1
- package/dist-es/CostExplorerClient.js +1 -0
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +1 -0
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +1 -0
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +1 -0
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +1 -0
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +1 -0
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +1 -0
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +1 -0
- package/dist-es/commands/GetAnomaliesCommand.js +1 -0
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +1 -0
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +1 -0
- package/dist-es/commands/GetCostAndUsageCommand.js +1 -0
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +1 -0
- package/dist-es/commands/GetCostCategoriesCommand.js +1 -0
- package/dist-es/commands/GetCostForecastCommand.js +1 -0
- package/dist-es/commands/GetDimensionValuesCommand.js +1 -0
- package/dist-es/commands/GetReservationCoverageCommand.js +1 -0
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +1 -0
- package/dist-es/commands/GetReservationUtilizationCommand.js +1 -0
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +1 -0
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +1 -0
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +1 -0
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +1 -0
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +1 -0
- package/dist-es/commands/GetTagsCommand.js +1 -0
- package/dist-es/commands/GetUsageForecastCommand.js +1 -0
- package/dist-es/commands/ListCostAllocationTagsCommand.js +1 -0
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +1 -0
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +1 -0
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +1 -0
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +1 -0
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +1 -0
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CostExplorerServiceException.js +1 -0
- package/dist-types/CostExplorerClient.d.ts +3 -3
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +4 -0
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetAnomaliesCommand.d.ts +4 -0
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +4 -0
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +4 -0
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +4 -0
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +4 -0
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +4 -0
- package/dist-types/commands/GetCostForecastCommand.d.ts +4 -0
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +4 -0
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +4 -0
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +4 -0
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +4 -0
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +4 -0
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +4 -0
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +4 -0
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +4 -0
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +4 -0
- package/dist-types/commands/GetTagsCommand.d.ts +4 -0
- package/dist-types/commands/GetUsageForecastCommand.d.ts +4 -0
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +4 -0
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +4 -0
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +4 -0
- package/dist-types/index.d.ts +22 -2
- package/dist-types/models/CostExplorerServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CostExplorerClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { ListSavingsPlansPurchaseRecommendationGenerationRequest, ListSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { UpdateCostAllocationTagsStatusRequest, UpdateCostAllocationTagsStatusResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
5
|
import { UpdateCostCategoryDefinitionRequest, UpdateCostCategoryDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>You can use the Cost Explorer API to programmatically query your cost and usage data.
|
|
3
|
+
* You can query for aggregated data such as total monthly costs or total daily usage. You can
|
|
4
|
+
* also query for granular data. This might include the number of daily write operations for
|
|
5
|
+
* Amazon DynamoDB database tables in your production environment. </p>
|
|
6
|
+
* <p>Service Endpoint</p>
|
|
7
|
+
* <p>The Cost Explorer API provides the following endpoint:</p>
|
|
8
|
+
* <ul>
|
|
9
|
+
* <li>
|
|
10
|
+
* <p>
|
|
11
|
+
* <code>https://ce.us-east-1.amazonaws.com</code>
|
|
12
|
+
* </p>
|
|
13
|
+
* </li>
|
|
14
|
+
* </ul>
|
|
15
|
+
* <p>For information about the costs that are associated with the Cost Explorer API, see
|
|
16
|
+
* <a href="http://aws.amazon.com/aws-cost-management/pricing/">Amazon Web Services Cost
|
|
17
|
+
* Management Pricing</a>.</p>
|
|
18
|
+
*
|
|
19
|
+
* @packageDocumentation
|
|
20
|
+
*/
|
|
2
21
|
export * from "./CostExplorerClient";
|
|
22
|
+
export * from "./CostExplorer";
|
|
3
23
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
24
|
export * from "./pagination";
|
|
25
|
+
export * from "./models";
|
|
6
26
|
export { CostExplorerServiceException } from "./models/CostExplorerServiceException";
|
|
@@ -199,6 +199,7 @@ import {
|
|
|
199
199
|
ClientResolvedEndpointParameters,
|
|
200
200
|
EndpointParameters,
|
|
201
201
|
} from "./endpoint/EndpointParameters";
|
|
202
|
+
export { __Client };
|
|
202
203
|
export type ServiceInputTypes =
|
|
203
204
|
| CreateAnomalyMonitorCommandInput
|
|
204
205
|
| CreateAnomalySubscriptionCommandInput
|
|
@@ -299,7 +300,7 @@ export interface ClientDefaults
|
|
|
299
300
|
logger?: __Logger;
|
|
300
301
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
301
302
|
}
|
|
302
|
-
type CostExplorerClientConfigType = Partial<
|
|
303
|
+
export type CostExplorerClientConfigType = Partial<
|
|
303
304
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
304
305
|
> &
|
|
305
306
|
ClientDefaults &
|
|
@@ -312,7 +313,7 @@ type CostExplorerClientConfigType = Partial<
|
|
|
312
313
|
ClientInputEndpointParameters;
|
|
313
314
|
export interface CostExplorerClientConfig
|
|
314
315
|
extends CostExplorerClientConfigType {}
|
|
315
|
-
type CostExplorerClientResolvedConfigType =
|
|
316
|
+
export type CostExplorerClientResolvedConfigType =
|
|
316
317
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
317
318
|
Required<ClientDefaults> &
|
|
318
319
|
RegionResolvedConfig &
|
|
@@ -334,4 +335,3 @@ export declare class CostExplorerClient extends __Client<
|
|
|
334
335
|
constructor(configuration: CostExplorerClientConfig);
|
|
335
336
|
destroy(): void;
|
|
336
337
|
}
|
|
337
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAnomalyMonitorRequest,
|
|
16
16
|
CreateAnomalyMonitorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAnomalyMonitorCommandInput
|
|
19
20
|
extends CreateAnomalyMonitorRequest {}
|
|
20
21
|
export interface CreateAnomalyMonitorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAnomalySubscriptionRequest,
|
|
16
16
|
CreateAnomalySubscriptionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAnomalySubscriptionCommandInput
|
|
19
20
|
extends CreateAnomalySubscriptionRequest {}
|
|
20
21
|
export interface CreateAnomalySubscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCostCategoryDefinitionRequest,
|
|
16
16
|
CreateCostCategoryDefinitionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCostCategoryDefinitionCommandInput
|
|
19
20
|
extends CreateCostCategoryDefinitionRequest {}
|
|
20
21
|
export interface CreateCostCategoryDefinitionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteAnomalyMonitorRequest,
|
|
16
16
|
DeleteAnomalyMonitorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteAnomalyMonitorCommandInput
|
|
19
20
|
extends DeleteAnomalyMonitorRequest {}
|
|
20
21
|
export interface DeleteAnomalyMonitorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteAnomalySubscriptionRequest,
|
|
16
16
|
DeleteAnomalySubscriptionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteAnomalySubscriptionCommandInput
|
|
19
20
|
extends DeleteAnomalySubscriptionRequest {}
|
|
20
21
|
export interface DeleteAnomalySubscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteCostCategoryDefinitionRequest,
|
|
16
16
|
DeleteCostCategoryDefinitionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteCostCategoryDefinitionCommandInput
|
|
19
20
|
extends DeleteCostCategoryDefinitionRequest {}
|
|
20
21
|
export interface DeleteCostCategoryDefinitionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeCostCategoryDefinitionRequest,
|
|
16
16
|
DescribeCostCategoryDefinitionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCostCategoryDefinitionCommandInput
|
|
19
20
|
extends DescribeCostCategoryDefinitionRequest {}
|
|
20
21
|
export interface DescribeCostCategoryDefinitionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CostExplorerClient";
|
|
14
14
|
import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {}
|
|
16
17
|
export interface GetAnomaliesCommandOutput
|
|
17
18
|
extends GetAnomaliesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAnomalyMonitorsRequest,
|
|
16
16
|
GetAnomalyMonitorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAnomalyMonitorsCommandInput
|
|
19
20
|
extends GetAnomalyMonitorsRequest {}
|
|
20
21
|
export interface GetAnomalyMonitorsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAnomalySubscriptionsRequest,
|
|
16
16
|
GetAnomalySubscriptionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAnomalySubscriptionsCommandInput
|
|
19
20
|
extends GetAnomalySubscriptionsRequest {}
|
|
20
21
|
export interface GetAnomalySubscriptionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCostAndUsageRequest,
|
|
16
16
|
GetCostAndUsageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {}
|
|
19
20
|
export interface GetCostAndUsageCommandOutput
|
|
20
21
|
extends GetCostAndUsageResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCostAndUsageWithResourcesRequest,
|
|
16
16
|
GetCostAndUsageWithResourcesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCostAndUsageWithResourcesCommandInput
|
|
19
20
|
extends GetCostAndUsageWithResourcesRequest {}
|
|
20
21
|
export interface GetCostAndUsageWithResourcesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCostCategoriesRequest,
|
|
16
16
|
GetCostCategoriesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCostCategoriesCommandInput
|
|
19
20
|
extends GetCostCategoriesRequest {}
|
|
20
21
|
export interface GetCostCategoriesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCostForecastRequest,
|
|
16
16
|
GetCostForecastResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCostForecastCommandInput extends GetCostForecastRequest {}
|
|
19
20
|
export interface GetCostForecastCommandOutput
|
|
20
21
|
extends GetCostForecastResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDimensionValuesRequest,
|
|
16
16
|
GetDimensionValuesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDimensionValuesCommandInput
|
|
19
20
|
extends GetDimensionValuesRequest {}
|
|
20
21
|
export interface GetDimensionValuesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetReservationCoverageRequest,
|
|
16
16
|
GetReservationCoverageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReservationCoverageCommandInput
|
|
19
20
|
extends GetReservationCoverageRequest {}
|
|
20
21
|
export interface GetReservationCoverageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetReservationPurchaseRecommendationRequest,
|
|
16
16
|
GetReservationPurchaseRecommendationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReservationPurchaseRecommendationCommandInput
|
|
19
20
|
extends GetReservationPurchaseRecommendationRequest {}
|
|
20
21
|
export interface GetReservationPurchaseRecommendationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetReservationUtilizationRequest,
|
|
16
16
|
GetReservationUtilizationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetReservationUtilizationCommandInput
|
|
19
20
|
extends GetReservationUtilizationRequest {}
|
|
20
21
|
export interface GetReservationUtilizationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetRightsizingRecommendationRequest,
|
|
16
16
|
GetRightsizingRecommendationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetRightsizingRecommendationCommandInput
|
|
19
20
|
extends GetRightsizingRecommendationRequest {}
|
|
20
21
|
export interface GetRightsizingRecommendationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSavingsPlansCoverageRequest,
|
|
16
16
|
GetSavingsPlansCoverageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSavingsPlansCoverageCommandInput
|
|
19
20
|
extends GetSavingsPlansCoverageRequest {}
|
|
20
21
|
export interface GetSavingsPlansCoverageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSavingsPlansPurchaseRecommendationRequest,
|
|
16
16
|
GetSavingsPlansPurchaseRecommendationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSavingsPlansPurchaseRecommendationCommandInput
|
|
19
20
|
extends GetSavingsPlansPurchaseRecommendationRequest {}
|
|
20
21
|
export interface GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSavingsPlansUtilizationRequest,
|
|
16
16
|
GetSavingsPlansUtilizationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSavingsPlansUtilizationCommandInput
|
|
19
20
|
extends GetSavingsPlansUtilizationRequest {}
|
|
20
21
|
export interface GetSavingsPlansUtilizationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSavingsPlansUtilizationDetailsRequest,
|
|
16
16
|
GetSavingsPlansUtilizationDetailsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSavingsPlansUtilizationDetailsCommandInput
|
|
19
20
|
extends GetSavingsPlansUtilizationDetailsRequest {}
|
|
20
21
|
export interface GetSavingsPlansUtilizationDetailsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CostExplorerClient";
|
|
14
14
|
import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
16
17
|
export interface GetTagsCommandOutput
|
|
17
18
|
extends GetTagsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetUsageForecastRequest,
|
|
16
16
|
GetUsageForecastResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {}
|
|
19
20
|
export interface GetUsageForecastCommandOutput
|
|
20
21
|
extends GetUsageForecastResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCostAllocationTagsRequest,
|
|
16
16
|
ListCostAllocationTagsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCostAllocationTagsCommandInput
|
|
19
20
|
extends ListCostAllocationTagsRequest {}
|
|
20
21
|
export interface ListCostAllocationTagsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCostCategoryDefinitionsRequest,
|
|
16
16
|
ListCostCategoryDefinitionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCostCategoryDefinitionsCommandInput
|
|
19
20
|
extends ListCostCategoryDefinitionsRequest {}
|
|
20
21
|
export interface ListCostCategoryDefinitionsCommandOutput
|
package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSavingsPlansPurchaseRecommendationGenerationRequest,
|
|
16
16
|
ListSavingsPlansPurchaseRecommendationGenerationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSavingsPlansPurchaseRecommendationGenerationCommandInput
|
|
19
20
|
extends ListSavingsPlansPurchaseRecommendationGenerationRequest {}
|
|
20
21
|
export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ProvideAnomalyFeedbackRequest,
|
|
16
16
|
ProvideAnomalyFeedbackResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ProvideAnomalyFeedbackCommandInput
|
|
19
20
|
extends ProvideAnomalyFeedbackRequest {}
|
|
20
21
|
export interface ProvideAnomalyFeedbackCommandOutput
|
package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartSavingsPlansPurchaseRecommendationGenerationRequest,
|
|
16
16
|
StartSavingsPlansPurchaseRecommendationGenerationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput
|
|
19
20
|
extends StartSavingsPlansPurchaseRecommendationGenerationRequest {}
|
|
20
21
|
export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CostExplorerClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateAnomalyMonitorRequest,
|
|
16
16
|
UpdateAnomalyMonitorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateAnomalyMonitorCommandInput
|
|
19
20
|
extends UpdateAnomalyMonitorRequest {}
|
|
20
21
|
export interface UpdateAnomalyMonitorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateAnomalySubscriptionRequest,
|
|
16
16
|
UpdateAnomalySubscriptionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateAnomalySubscriptionCommandInput
|
|
19
20
|
extends UpdateAnomalySubscriptionRequest {}
|
|
20
21
|
export interface UpdateAnomalySubscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCostAllocationTagsStatusRequest,
|
|
16
16
|
UpdateCostAllocationTagsStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCostAllocationTagsStatusCommandInput
|
|
19
20
|
extends UpdateCostAllocationTagsStatusRequest {}
|
|
20
21
|
export interface UpdateCostAllocationTagsStatusCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCostCategoryDefinitionRequest,
|
|
16
16
|
UpdateCostCategoryDefinitionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCostCategoryDefinitionCommandInput
|
|
19
20
|
extends UpdateCostCategoryDefinitionRequest {}
|
|
20
21
|
export interface UpdateCostCategoryDefinitionCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CostExplorer";
|
|
2
1
|
export * from "./CostExplorerClient";
|
|
2
|
+
export * from "./CostExplorer";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { CostExplorerServiceException } from "./models/CostExplorerServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class CostExplorerServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|