@aws-sdk/client-cost-explorer 3.477.0 → 3.481.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/commands/CreateAnomalyMonitorCommand.js +18 -41
- package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/commands/GetAnomaliesCommand.js +18 -41
- package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +18 -41
- package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/GetCostAndUsageCommand.js +18 -41
- package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +18 -41
- package/dist-cjs/commands/GetCostCategoriesCommand.js +18 -41
- package/dist-cjs/commands/GetCostForecastCommand.js +18 -41
- package/dist-cjs/commands/GetDimensionValuesCommand.js +18 -41
- package/dist-cjs/commands/GetReservationCoverageCommand.js +18 -41
- package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +18 -41
- package/dist-cjs/commands/GetReservationUtilizationCommand.js +18 -41
- package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetTagsCommand.js +18 -41
- package/dist-cjs/commands/GetUsageForecastCommand.js +18 -41
- package/dist-cjs/commands/ListCostAllocationTagsCommand.js +18 -41
- package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +18 -41
- package/dist-cjs/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +18 -41
- package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetSavingsPlansCoveragePaginator.js +2 -24
- package/dist-cjs/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCostAllocationTagsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCostCategoryDefinitionsPaginator.js +2 -24
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +18 -41
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +18 -41
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/commands/GetAnomaliesCommand.js +18 -41
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +18 -41
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +18 -41
- package/dist-es/commands/GetCostAndUsageCommand.js +18 -41
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +18 -41
- package/dist-es/commands/GetCostCategoriesCommand.js +18 -41
- package/dist-es/commands/GetCostForecastCommand.js +18 -41
- package/dist-es/commands/GetDimensionValuesCommand.js +18 -41
- package/dist-es/commands/GetReservationCoverageCommand.js +18 -41
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +18 -41
- package/dist-es/commands/GetReservationUtilizationCommand.js +18 -41
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +18 -41
- package/dist-es/commands/GetTagsCommand.js +18 -41
- package/dist-es/commands/GetUsageForecastCommand.js +18 -41
- package/dist-es/commands/ListCostAllocationTagsCommand.js +18 -41
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +18 -41
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +18 -41
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +18 -41
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +18 -41
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +18 -41
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetSavingsPlansCoveragePaginator.js +2 -23
- package/dist-es/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +2 -23
- package/dist-es/pagination/ListCostAllocationTagsPaginator.js +2 -23
- package/dist-es/pagination/ListCostCategoryDefinitionsPaginator.js +2 -23
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -21
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -21
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -21
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -21
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -21
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -21
- package/dist-types/commands/GetCostForecastCommand.d.ts +6 -21
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -21
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -21
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -21
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetTagsCommand.d.ts +6 -21
- package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -21
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetSavingsPlansCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostAllocationTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostCategoryDefinitionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -25
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -25
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateCostCategoryDefinitionCommandInput extends CreateCostCate
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCategoryDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateCostCategoryDefinitionCommand_base: {
|
|
24
|
+
new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new Cost Category with the requested name and rules.</p>
|
|
@@ -162,23 +165,5 @@ export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCat
|
|
|
162
165
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
163
166
|
*
|
|
164
167
|
*/
|
|
165
|
-
export declare class CreateCostCategoryDefinitionCommand extends
|
|
166
|
-
readonly input: CreateCostCategoryDefinitionCommandInput;
|
|
167
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
168
|
-
/**
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
constructor(input: CreateCostCategoryDefinitionCommandInput);
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
private serialize;
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
private deserialize;
|
|
168
|
+
export declare class CreateCostCategoryDefinitionCommand extends CreateCostCategoryDefinitionCommand_base {
|
|
184
169
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAnomalyMonitorCommandInput extends DeleteAnomalyMonitorRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAnomalyMonitorCommand_base: {
|
|
24
|
+
new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a cost anomaly monitor. </p>
|
|
@@ -55,23 +58,5 @@ export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorR
|
|
|
55
58
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
56
59
|
*
|
|
57
60
|
*/
|
|
58
|
-
export declare class DeleteAnomalyMonitorCommand extends
|
|
59
|
-
readonly input: DeleteAnomalyMonitorCommandInput;
|
|
60
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
constructor(input: DeleteAnomalyMonitorCommandInput);
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput>;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
private serialize;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private deserialize;
|
|
61
|
+
export declare class DeleteAnomalyMonitorCommand extends DeleteAnomalyMonitorCommand_base {
|
|
77
62
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubs
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAnomalySubscriptionCommand_base: {
|
|
24
|
+
new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a cost anomaly subscription. </p>
|
|
@@ -55,23 +58,5 @@ export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySub
|
|
|
55
58
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
56
59
|
*
|
|
57
60
|
*/
|
|
58
|
-
export declare class DeleteAnomalySubscriptionCommand extends
|
|
59
|
-
readonly input: DeleteAnomalySubscriptionCommandInput;
|
|
60
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
constructor(input: DeleteAnomalySubscriptionCommandInput);
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput>;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
private serialize;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private deserialize;
|
|
61
|
+
export declare class DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base {
|
|
77
62
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteCostCategoryDefinitionCommandInput extends DeleteCostCate
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCategoryDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteCostCategoryDefinitionCommand_base: {
|
|
24
|
+
new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a Cost Category. Expenses from this month going forward will no longer be
|
|
@@ -59,23 +62,5 @@ export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCat
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class DeleteCostCategoryDefinitionCommand extends
|
|
63
|
-
readonly input: DeleteCostCategoryDefinitionCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: DeleteCostCategoryDefinitionCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class DeleteCostCategoryDefinitionCommand extends DeleteCostCategoryDefinitionCommand_base {
|
|
81
66
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeCostCategoryDefinitionCommandInput extends DescribeCost
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCostCategoryDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeCostCategoryDefinitionCommand_base: {
|
|
24
|
+
new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a
|
|
@@ -170,23 +173,5 @@ export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCos
|
|
|
170
173
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
171
174
|
*
|
|
172
175
|
*/
|
|
173
|
-
export declare class DescribeCostCategoryDefinitionCommand extends
|
|
174
|
-
readonly input: DescribeCostCategoryDefinitionCommandInput;
|
|
175
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
176
|
-
/**
|
|
177
|
-
* @public
|
|
178
|
-
*/
|
|
179
|
-
constructor(input: DescribeCostCategoryDefinitionCommandInput);
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
private serialize;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private deserialize;
|
|
176
|
+
export declare class DescribeCostCategoryDefinitionCommand extends DescribeCostCategoryDefinitionCommand_base {
|
|
192
177
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAnomaliesCommand_base: {
|
|
24
|
+
new (input: GetAnomaliesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves all of the cost anomalies detected on your account during the time period that's
|
|
@@ -101,23 +104,5 @@ export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __Metad
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class GetAnomaliesCommand extends
|
|
105
|
-
readonly input: GetAnomaliesCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: GetAnomaliesCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnomaliesCommandInput, GetAnomaliesCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class GetAnomaliesCommand extends GetAnomaliesCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAnomalyMonitorsCommandInput extends GetAnomalyMonitorsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAnomalyMonitorsCommand_base: {
|
|
24
|
+
new (input: GetAnomalyMonitorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the cost anomaly monitor definitions for your account. You can filter using a
|
|
@@ -144,23 +147,5 @@ export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsRespo
|
|
|
144
147
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
145
148
|
*
|
|
146
149
|
*/
|
|
147
|
-
export declare class GetAnomalyMonitorsCommand extends
|
|
148
|
-
readonly input: GetAnomalyMonitorsCommandInput;
|
|
149
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
150
|
-
/**
|
|
151
|
-
* @public
|
|
152
|
-
*/
|
|
153
|
-
constructor(input: GetAnomalyMonitorsCommandInput);
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
private serialize;
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
private deserialize;
|
|
150
|
+
export declare class GetAnomalyMonitorsCommand extends GetAnomalyMonitorsCommand_base {
|
|
166
151
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscript
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscriptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAnomalySubscriptionsCommand_base: {
|
|
24
|
+
new (input: GetAnomalySubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the cost anomaly subscription objects for your account. You can filter using a
|
|
@@ -152,23 +155,5 @@ export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscrip
|
|
|
152
155
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
153
156
|
*
|
|
154
157
|
*/
|
|
155
|
-
export declare class GetAnomalySubscriptionsCommand extends
|
|
156
|
-
readonly input: GetAnomalySubscriptionsCommandInput;
|
|
157
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
158
|
-
/**
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
constructor(input: GetAnomalySubscriptionsCommandInput);
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private serialize;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private deserialize;
|
|
158
|
+
export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base {
|
|
174
159
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCostAndUsageCommand_base: {
|
|
24
|
+
new (input: GetCostAndUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves cost and usage metrics for your account. You can specify which cost and
|
|
@@ -196,23 +199,5 @@ export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, _
|
|
|
196
199
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
197
200
|
*
|
|
198
201
|
*/
|
|
199
|
-
export declare class GetCostAndUsageCommand extends
|
|
200
|
-
readonly input: GetCostAndUsageCommandInput;
|
|
201
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
202
|
-
/**
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
205
|
-
constructor(input: GetCostAndUsageCommandInput);
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
|
-
private serialize;
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
private deserialize;
|
|
202
|
+
export declare class GetCostAndUsageCommand extends GetCostAndUsageCommand_base {
|
|
218
203
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetCostAndUsageWithResourcesRequest, GetCostAndUsageWithResourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCostAndUsageWithResourcesCommandInput extends GetCostAndUsag
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsageWithResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
24
|
+
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves cost and usage metrics with resources for your account. You can specify which
|
|
@@ -201,23 +204,5 @@ export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsa
|
|
|
201
204
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
202
205
|
*
|
|
203
206
|
*/
|
|
204
|
-
export declare class GetCostAndUsageWithResourcesCommand extends
|
|
205
|
-
readonly input: GetCostAndUsageWithResourcesCommandInput;
|
|
206
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
207
|
-
/**
|
|
208
|
-
* @public
|
|
209
|
-
*/
|
|
210
|
-
constructor(input: GetCostAndUsageWithResourcesCommandInput);
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
private serialize;
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
private deserialize;
|
|
207
|
+
export declare class GetCostAndUsageWithResourcesCommand extends GetCostAndUsageWithResourcesCommand_base {
|
|
223
208
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCostCategoriesCommandInput extends GetCostCategoriesRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCostCategoriesCommandOutput extends GetCostCategoriesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCostCategoriesCommand_base: {
|
|
24
|
+
new (input: GetCostCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves an array of Cost Category names and values incurred cost.</p>
|
|
@@ -159,23 +162,5 @@ export interface GetCostCategoriesCommandOutput extends GetCostCategoriesRespons
|
|
|
159
162
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
160
163
|
*
|
|
161
164
|
*/
|
|
162
|
-
export declare class GetCostCategoriesCommand extends
|
|
163
|
-
readonly input: GetCostCategoriesCommandInput;
|
|
164
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
165
|
-
/**
|
|
166
|
-
* @public
|
|
167
|
-
*/
|
|
168
|
-
constructor(input: GetCostCategoriesCommandInput);
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
private serialize;
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
private deserialize;
|
|
165
|
+
export declare class GetCostCategoriesCommand extends GetCostCategoriesCommand_base {
|
|
181
166
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCostForecastCommandInput extends GetCostForecastRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCostForecastCommandOutput extends GetCostForecastResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCostForecastCommand_base: {
|
|
24
|
+
new (input: GetCostForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a forecast for how much Amazon Web Services predicts that you will spend over
|
|
@@ -145,23 +148,5 @@ export interface GetCostForecastCommandOutput extends GetCostForecastResponse, _
|
|
|
145
148
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
146
149
|
*
|
|
147
150
|
*/
|
|
148
|
-
export declare class GetCostForecastCommand extends
|
|
149
|
-
readonly input: GetCostForecastCommandInput;
|
|
150
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
151
|
-
/**
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
|
-
constructor(input: GetCostForecastCommandInput);
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostForecastCommandInput, GetCostForecastCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
private serialize;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
private deserialize;
|
|
151
|
+
export declare class GetCostForecastCommand extends GetCostForecastCommand_base {
|
|
167
152
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDimensionValuesCommandInput extends GetDimensionValuesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDimensionValuesCommandOutput extends GetDimensionValuesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDimensionValuesCommand_base: {
|
|
24
|
+
new (input: GetDimensionValuesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves all available filter values for a specified filter over a period of time. You
|
|
@@ -159,23 +162,5 @@ export interface GetDimensionValuesCommandOutput extends GetDimensionValuesRespo
|
|
|
159
162
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
160
163
|
*
|
|
161
164
|
*/
|
|
162
|
-
export declare class GetDimensionValuesCommand extends
|
|
163
|
-
readonly input: GetDimensionValuesCommandInput;
|
|
164
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
165
|
-
/**
|
|
166
|
-
* @public
|
|
167
|
-
*/
|
|
168
|
-
constructor(input: GetDimensionValuesCommandInput);
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
private serialize;
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
private deserialize;
|
|
165
|
+
export declare class GetDimensionValuesCommand extends GetDimensionValuesCommand_base {
|
|
181
166
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
5
4
|
import { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReservationCoverageCommandInput extends GetReservationCovera
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReservationCoverageCommandOutput extends GetReservationCoverageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReservationCoverageCommand_base: {
|
|
24
|
+
new (input: GetReservationCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the reservation coverage for your account, which you can use to see how much
|
|
@@ -241,23 +244,5 @@ export interface GetReservationCoverageCommandOutput extends GetReservationCover
|
|
|
241
244
|
* <p>Base exception class for all service exceptions from CostExplorer service.</p>
|
|
242
245
|
*
|
|
243
246
|
*/
|
|
244
|
-
export declare class GetReservationCoverageCommand extends
|
|
245
|
-
readonly input: GetReservationCoverageCommandInput;
|
|
246
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
247
|
-
/**
|
|
248
|
-
* @public
|
|
249
|
-
*/
|
|
250
|
-
constructor(input: GetReservationCoverageCommandInput);
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
private serialize;
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
private deserialize;
|
|
247
|
+
export declare class GetReservationCoverageCommand extends GetReservationCoverageCommand_base {
|
|
263
248
|
}
|