@aws-sdk/client-cost-explorer 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +110 -111
- package/dist-cjs/models/CostExplorerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CostExplorer.js +1 -1
- package/dist-es/CostExplorerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -2
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -2
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/commands/GetAnomaliesCommand.js +2 -2
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -2
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -2
- package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -2
- package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -2
- package/dist-es/commands/GetCostAndUsageCommand.js +2 -2
- package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -2
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
- package/dist-es/commands/GetCostCategoriesCommand.js +2 -2
- package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -2
- package/dist-es/commands/GetCostForecastCommand.js +2 -2
- package/dist-es/commands/GetDimensionValuesCommand.js +2 -2
- package/dist-es/commands/GetReservationCoverageCommand.js +2 -2
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
- package/dist-es/commands/GetReservationUtilizationCommand.js +2 -2
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
- package/dist-es/commands/GetTagsCommand.js +2 -2
- package/dist-es/commands/GetUsageForecastCommand.js +2 -2
- package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -2
- package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -2
- package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -2
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -2
- package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -2
- package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -2
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -2
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CostExplorerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CostExplorerClient.d.ts +5 -5
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -4
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -4
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +6 -4
- package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +6 -4
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -4
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +6 -4
- package/dist-types/commands/GetCostForecastCommand.d.ts +6 -4
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -4
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -4
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -4
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetTagsCommand.d.ts +6 -4
- package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -4
- package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +6 -4
- package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +6 -4
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +6 -4
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CostExplorerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CostExplorerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDimensionValuesCommandInput extends GetDimensionValuesReques
|
|
|
22
22
|
export interface GetDimensionValuesCommandOutput extends GetDimensionValuesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDimensionValuesCommand_base: {
|
|
25
|
-
new (input: GetDimensionValuesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDimensionValuesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDimensionValuesCommandInput): import("@smithy/core/client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDimensionValuesCommandInput): import("@smithy/core/client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all available filter values for a specified filter over a period of time. You
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetReservationCoverageCommandInput extends GetReservationCovera
|
|
|
22
22
|
export interface GetReservationCoverageCommandOutput extends GetReservationCoverageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReservationCoverageCommand_base: {
|
|
25
|
-
new (input: GetReservationCoverageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReservationCoverageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetReservationCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetReservationCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the reservation coverage for your account, which you can use to see how much
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetReservationPurchaseRecommendationRequest, GetReservationPurchaseRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetReservationPurchaseRecommendationCommandInput extends GetRes
|
|
|
22
22
|
export interface GetReservationPurchaseRecommendationCommandOutput extends GetReservationPurchaseRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReservationPurchaseRecommendationCommand_base: {
|
|
25
|
-
new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets recommendations for reservation purchases. These recommendations might help you to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetReservationUtilizationCommandInput extends GetReservationUti
|
|
|
22
22
|
export interface GetReservationUtilizationCommandOutput extends GetReservationUtilizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReservationUtilizationCommand_base: {
|
|
25
|
-
new (input: GetReservationUtilizationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReservationUtilizationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetReservationUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetReservationUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the reservation utilization for your account. Management account in an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetRightsizingRecommendationRequest, GetRightsizingRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRightsizingRecommendationCommandInput extends GetRightsizing
|
|
|
22
22
|
export interface GetRightsizingRecommendationCommandOutput extends GetRightsizingRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRightsizingRecommendationCommand_base: {
|
|
25
|
-
new (input: GetRightsizingRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRightsizingRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRightsizingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRightsizingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates recommendations that help you save cost by identifying idle and underutilized
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetSavingsPlanPurchaseRecommendationDetailsRequest, GetSavingsPlanPurchaseRecommendationDetailsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSavingsPlanPurchaseRecommendationDetailsCommandInput extends
|
|
|
22
22
|
export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extends GetSavingsPlanPurchaseRecommendationDetailsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
|
|
25
|
-
new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the details for a Savings Plan recommendation. These details include the hourly
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSavingsPlansCoverageCommandInput extends GetSavingsPlansCove
|
|
|
22
22
|
export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCoverageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSavingsPlansCoverageCommand_base: {
|
|
25
|
-
new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the Savings Plans covered for your account. This enables you to see how much of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetSavingsPlansPurchaseRecommendationRequest, GetSavingsPlansPurchaseRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSavingsPlansPurchaseRecommendationCommandInput extends GetSa
|
|
|
22
22
|
export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetSavingsPlansPurchaseRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
|
|
25
|
-
new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the Savings Plans recommendations for your account. First use
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSavingsPlansUtilizationCommandInput extends GetSavingsPlansU
|
|
|
22
22
|
export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlansUtilizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSavingsPlansUtilizationCommand_base: {
|
|
25
|
-
new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetSavingsPlansUtilizationDetailsRequest, GetSavingsPlansUtilizationDetailsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSavingsPlansUtilizationDetailsCommandInput extends GetSaving
|
|
|
22
22
|
export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavingsPlansUtilizationDetailsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSavingsPlansUtilizationDetailsCommand_base: {
|
|
25
|
-
new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves attribute data along with aggregate utilization and savings data for a given
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetTagsRequest, GetTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTagsCommandInput extends GetTagsRequest {
|
|
|
22
22
|
export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTagsCommand_base: {
|
|
25
|
-
new (input: GetTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Queries for available tag keys and tag values for a specified period. You can search
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {
|
|
|
22
22
|
export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetUsageForecastCommand_base: {
|
|
25
|
-
new (input: GetUsageForecastCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetUsageForecastCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a forecast for how much Amazon Web Services predicts that you will use
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListCommitmentPurchaseAnalysesRequest, ListCommitmentPurchaseAnalysesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCommitmentPurchaseAnalysesCommandInput extends ListCommitme
|
|
|
22
22
|
export interface ListCommitmentPurchaseAnalysesCommandOutput extends ListCommitmentPurchaseAnalysesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCommitmentPurchaseAnalysesCommand_base: {
|
|
25
|
-
new (input: ListCommitmentPurchaseAnalysesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCommitmentPurchaseAnalysesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCommitmentPurchaseAnalysesCommandInput): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCommitmentPurchaseAnalysesCommandInput]): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the commitment purchase analyses for your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListCostAllocationTagBackfillHistoryRequest, ListCostAllocationTagBackfillHistoryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCostAllocationTagBackfillHistoryCommandInput extends ListCo
|
|
|
22
22
|
export interface ListCostAllocationTagBackfillHistoryCommandOutput extends ListCostAllocationTagBackfillHistoryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCostAllocationTagBackfillHistoryCommand_base: {
|
|
25
|
-
new (input: ListCostAllocationTagBackfillHistoryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCostAllocationTagBackfillHistoryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCostAllocationTagBackfillHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCostAllocationTagBackfillHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCostAllocationTagsCommandInput extends ListCostAllocationTa
|
|
|
22
22
|
export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCostAllocationTagsCommand_base: {
|
|
25
|
-
new (input: ListCostAllocationTagsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCostAllocationTagsCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a list of cost allocation tags. All inputs in the API are optional and serve as
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCostCategoryDefinitionsCommandInput extends ListCostCategor
|
|
|
22
22
|
export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCategoryDefinitionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCostCategoryDefinitionsCommand_base: {
|
|
25
|
-
new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the name, Amazon Resource Name (ARN), <code>NumberOfRules</code> and effective
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListCostCategoryResourceAssociationsRequest, ListCostCategoryResourceAssociationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCostCategoryResourceAssociationsCommandInput extends ListCo
|
|
|
22
22
|
export interface ListCostCategoryResourceAssociationsCommandOutput extends ListCostCategoryResourceAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCostCategoryResourceAssociationsCommand_base: {
|
|
25
|
-
new (input: ListCostCategoryResourceAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCostCategoryResourceAssociationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCostCategoryResourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCostCategoryResourceAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns resource associations of all cost categories defined in the account. You have the option to use <code>CostCategoryArn</code> to get the association for a specific cost category. <code>ListCostCategoryResourceAssociations</code> supports pagination. The request can have a <code>MaxResults</code> range up to 100.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListSavingsPlansPurchaseRecommendationGenerationRequest, ListSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandInput ex
|
|
|
22
22
|
export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput extends ListSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
25
|
-
new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of your historical recommendation generations within the past 30
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of resource tags associated with the resource specified by the Amazon
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ProvideAnomalyFeedbackCommandInput extends ProvideAnomalyFeedba
|
|
|
22
22
|
export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedbackResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ProvideAnomalyFeedbackCommand_base: {
|
|
25
|
-
new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/
|
|
26
|
-
new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the feedback property of a given cost anomaly. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { StartCommitmentPurchaseAnalysisRequest, StartCommitmentPurchaseAnalysisResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartCommitmentPurchaseAnalysisCommandInput extends StartCommit
|
|
|
22
22
|
export interface StartCommitmentPurchaseAnalysisCommandOutput extends StartCommitmentPurchaseAnalysisResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartCommitmentPurchaseAnalysisCommand_base: {
|
|
25
|
-
new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Specifies the parameters of a planned commitment purchase and starts the generation of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { StartCostAllocationTagBackfillRequest, StartCostAllocationTagBackfillResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartCostAllocationTagBackfillCommandInput extends StartCostAll
|
|
|
22
22
|
export interface StartCostAllocationTagBackfillCommandOutput extends StartCostAllocationTagBackfillResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartCostAllocationTagBackfillCommand_base: {
|
|
25
|
-
new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput e
|
|
|
22
22
|
export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
25
|
-
new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An API operation for adding one or more tags (key-value pairs) to a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't
|