@aws-sdk/client-cost-explorer 3.1076.0 → 3.1078.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/index.js +150 -567
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -14
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -14
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -14
- package/dist-es/commands/GetAnomaliesCommand.js +2 -14
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -14
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -14
- package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -14
- package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -14
- package/dist-es/commands/GetCostAndUsageCommand.js +2 -14
- package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -14
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -14
- package/dist-es/commands/GetCostCategoriesCommand.js +2 -14
- package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -14
- package/dist-es/commands/GetCostForecastCommand.js +2 -14
- package/dist-es/commands/GetDimensionValuesCommand.js +2 -14
- package/dist-es/commands/GetReservationCoverageCommand.js +2 -14
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -14
- package/dist-es/commands/GetReservationUtilizationCommand.js +2 -14
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -14
- package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -14
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -14
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -14
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -14
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -14
- package/dist-es/commands/GetTagsCommand.js +2 -14
- package/dist-es/commands/GetUsageForecastCommand.js +2 -14
- package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -14
- package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -14
- package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -14
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -14
- package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -14
- package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -14
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -14
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -14
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/GetAnomaliesCommand.d.ts +3 -8
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +3 -8
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +3 -8
- package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +3 -8
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +3 -8
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +3 -8
- package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +3 -8
- package/dist-types/commands/GetCostForecastCommand.d.ts +3 -8
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +3 -8
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +3 -8
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +3 -8
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetTagsCommand.d.ts +3 -8
- package/dist-types/commands/GetUsageForecastCommand.d.ts +3 -8
- package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -8
- package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +3 -8
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {
|
|
|
22
19
|
export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAnomaliesCommand_base: {
|
|
25
|
-
new (input: GetAnomaliesCommandInput): import("@smithy/core/client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAnomaliesCommandInput): import("@smithy/core/client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAnomaliesCommandInput): import("@smithy/core/client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAnomaliesCommandInput): import("@smithy/core/client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves all of the cost anomalies detected on your account during the time period that's
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAnomalyMonitorsCommandInput extends GetAnomalyMonitorsReques
|
|
|
22
19
|
export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAnomalyMonitorsCommand_base: {
|
|
25
|
-
new (input: GetAnomalyMonitorsCommandInput): import("@smithy/core/client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAnomalyMonitorsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAnomalyMonitorsCommandInput): import("@smithy/core/client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAnomalyMonitorsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the cost anomaly monitor definitions for your account. You can filter using a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscript
|
|
|
22
19
|
export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscriptionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAnomalySubscriptionsCommand_base: {
|
|
25
|
-
new (input: GetAnomalySubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAnomalySubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAnomalySubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAnomalySubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the cost anomaly subscription objects for your account. You can filter using a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetApproximateUsageRecordsRequest, GetApproximateUsageRecordsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetApproximateUsageRecordsCommandInput extends GetApproximateUs
|
|
|
22
19
|
export interface GetApproximateUsageRecordsCommandOutput extends GetApproximateUsageRecordsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetApproximateUsageRecordsCommand_base: {
|
|
25
|
-
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves estimated usage records for hourly granularity or resource-level data at daily
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCommitmentPurchaseAnalysisRequest, GetCommitmentPurchaseAnalysisResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCommitmentPurchaseAnalysisCommandInput extends GetCommitment
|
|
|
22
19
|
export interface GetCommitmentPurchaseAnalysisCommandOutput extends GetCommitmentPurchaseAnalysisResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCommitmentPurchaseAnalysisCommand_base: {
|
|
25
|
-
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a commitment purchase analysis result based on the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {
|
|
|
22
19
|
export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCostAndUsageCommand_base: {
|
|
25
|
-
new (input: GetCostAndUsageCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCostAndUsageCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCostAndUsageCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCostAndUsageCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves cost and usage metrics for your account. You can specify which cost and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCostAndUsageComparisonsRequest, GetCostAndUsageComparisonsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCostAndUsageComparisonsCommandInput extends GetCostAndUsageC
|
|
|
22
19
|
export interface GetCostAndUsageComparisonsCommandOutput extends GetCostAndUsageComparisonsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCostAndUsageComparisonsCommand_base: {
|
|
25
|
-
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves cost and usage comparisons for your account between two periods within the last
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCostAndUsageWithResourcesRequest, GetCostAndUsageWithResourcesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCostAndUsageWithResourcesCommandInput extends GetCostAndUsag
|
|
|
22
19
|
export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsageWithResourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
25
|
-
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves cost and usage metrics with resources for your account. You can specify which
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCostCategoriesCommandInput extends GetCostCategoriesRequest
|
|
|
22
19
|
export interface GetCostCategoriesCommandOutput extends GetCostCategoriesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCostCategoriesCommand_base: {
|
|
25
|
-
new (input: GetCostCategoriesCommandInput): import("@smithy/core/client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCostCategoriesCommandInput): import("@smithy/core/client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCostCategoriesCommandInput): import("@smithy/core/client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCostCategoriesCommandInput): import("@smithy/core/client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves an array of cost category names and values incurred cost.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCostComparisonDriversRequest, GetCostComparisonDriversResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCostComparisonDriversCommandInput extends GetCostComparisonD
|
|
|
22
19
|
export interface GetCostComparisonDriversCommandOutput extends GetCostComparisonDriversResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCostComparisonDriversCommand_base: {
|
|
25
|
-
new (input: GetCostComparisonDriversCommandInput): import("@smithy/core/client").CommandImpl<GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCostComparisonDriversCommandInput): import("@smithy/core/client").CommandImpl<GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCostComparisonDriversCommandInput): import("@smithy/core/client").CommandImpl<GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCostComparisonDriversCommandInput): import("@smithy/core/client").CommandImpl<GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves key factors driving cost changes between two time periods within the last 13
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCostForecastCommandInput extends GetCostForecastRequest {
|
|
|
22
19
|
export interface GetCostForecastCommandOutput extends GetCostForecastResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCostForecastCommand_base: {
|
|
25
|
-
new (input: GetCostForecastCommandInput): import("@smithy/core/client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCostForecastCommandInput): import("@smithy/core/client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCostForecastCommandInput): import("@smithy/core/client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCostForecastCommandInput): import("@smithy/core/client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a forecast for how much Amazon Web Services predicts that you will spend over
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDimensionValuesCommandInput extends GetDimensionValuesReques
|
|
|
22
19
|
export interface GetDimensionValuesCommandOutput extends GetDimensionValuesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDimensionValuesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetDimensionValuesCommandInput): import("@smithy/core/client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDimensionValuesCommandInput): import("@smithy/core/client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves all available filter values for a specified filter over a period of time. You
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetReservationCoverageCommandInput extends GetReservationCovera
|
|
|
22
19
|
export interface GetReservationCoverageCommandOutput extends GetReservationCoverageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetReservationCoverageCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetReservationCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetReservationCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the reservation coverage for your account, which you can use to see how much
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetReservationPurchaseRecommendationRequest, GetReservationPurchaseRecommendationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetReservationPurchaseRecommendationCommandInput extends GetRes
|
|
|
22
19
|
export interface GetReservationPurchaseRecommendationCommandOutput extends GetReservationPurchaseRecommendationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetReservationPurchaseRecommendationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets recommendations for reservation purchases. These recommendations might help you to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetReservationUtilizationCommandInput extends GetReservationUti
|
|
|
22
19
|
export interface GetReservationUtilizationCommandOutput extends GetReservationUtilizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetReservationUtilizationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetReservationUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetReservationUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the reservation utilization for your account. Management account in an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetRightsizingRecommendationRequest, GetRightsizingRecommendationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRightsizingRecommendationCommandInput extends GetRightsizing
|
|
|
22
19
|
export interface GetRightsizingRecommendationCommandOutput extends GetRightsizingRecommendationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRightsizingRecommendationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetRightsizingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRightsizingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates recommendations that help you save cost by identifying idle and underutilized
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetSavingsPlanPurchaseRecommendationDetailsRequest, GetSavingsPlanPurchaseRecommendationDetailsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSavingsPlanPurchaseRecommendationDetailsCommandInput extends
|
|
|
22
19
|
export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extends GetSavingsPlanPurchaseRecommendationDetailsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the details for a Savings Plan recommendation. These details include the hourly
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSavingsPlansCoverageCommandInput extends GetSavingsPlansCove
|
|
|
22
19
|
export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCoverageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSavingsPlansCoverageCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the Savings Plans covered for your account. This enables you to see how much of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetSavingsPlansPurchaseRecommendationRequest, GetSavingsPlansPurchaseRecommendationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSavingsPlansPurchaseRecommendationCommandInput extends GetSa
|
|
|
22
19
|
export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetSavingsPlansPurchaseRecommendationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the Savings Plans recommendations for your account. First use
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
2
|
import type { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSavingsPlansUtilizationCommandInput extends GetSavingsPlansU
|
|
|
22
19
|
export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlansUtilizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSavingsPlansUtilizationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or
|