@aws-sdk/client-cost-explorer 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CostExplorer.d.ts +652 -180
- package/dist-types/ts3.4/CostExplorerClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2316 -2173
- package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetDimensionValuesRequest,
|
|
15
|
+
GetDimensionValuesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDimensionValuesCommandInput
|
|
18
|
+
extends GetDimensionValuesRequest {}
|
|
19
|
+
export interface GetDimensionValuesCommandOutput
|
|
20
|
+
extends GetDimensionValuesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDimensionValuesCommand extends $Command<
|
|
24
|
+
GetDimensionValuesCommandInput,
|
|
25
|
+
GetDimensionValuesCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDimensionValuesCommandInput;
|
|
29
|
+
constructor(input: GetDimensionValuesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetReservationCoverageRequest,
|
|
15
|
+
GetReservationCoverageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetReservationCoverageCommandInput
|
|
18
|
+
extends GetReservationCoverageRequest {}
|
|
19
|
+
export interface GetReservationCoverageCommandOutput
|
|
20
|
+
extends GetReservationCoverageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetReservationCoverageCommand extends $Command<
|
|
24
|
+
GetReservationCoverageCommandInput,
|
|
25
|
+
GetReservationCoverageCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetReservationCoverageCommandInput;
|
|
29
|
+
constructor(input: GetReservationCoverageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetReservationCoverageCommandInput,
|
|
37
|
+
GetReservationCoverageCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetReservationPurchaseRecommendationRequest,
|
|
15
|
+
GetReservationPurchaseRecommendationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetReservationPurchaseRecommendationCommandInput
|
|
18
|
+
extends GetReservationPurchaseRecommendationRequest {}
|
|
19
|
+
export interface GetReservationPurchaseRecommendationCommandOutput
|
|
20
|
+
extends GetReservationPurchaseRecommendationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetReservationPurchaseRecommendationCommand extends $Command<
|
|
24
|
+
GetReservationPurchaseRecommendationCommandInput,
|
|
25
|
+
GetReservationPurchaseRecommendationCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetReservationPurchaseRecommendationCommandInput;
|
|
29
|
+
constructor(input: GetReservationPurchaseRecommendationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetReservationPurchaseRecommendationCommandInput,
|
|
37
|
+
GetReservationPurchaseRecommendationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetReservationUtilizationRequest,
|
|
15
|
+
GetReservationUtilizationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetReservationUtilizationCommandInput
|
|
18
|
+
extends GetReservationUtilizationRequest {}
|
|
19
|
+
export interface GetReservationUtilizationCommandOutput
|
|
20
|
+
extends GetReservationUtilizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetReservationUtilizationCommand extends $Command<
|
|
24
|
+
GetReservationUtilizationCommandInput,
|
|
25
|
+
GetReservationUtilizationCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetReservationUtilizationCommandInput;
|
|
29
|
+
constructor(input: GetReservationUtilizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetReservationUtilizationCommandInput,
|
|
37
|
+
GetReservationUtilizationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetRightsizingRecommendationRequest,
|
|
15
|
+
GetRightsizingRecommendationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRightsizingRecommendationCommandInput
|
|
18
|
+
extends GetRightsizingRecommendationRequest {}
|
|
19
|
+
export interface GetRightsizingRecommendationCommandOutput
|
|
20
|
+
extends GetRightsizingRecommendationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRightsizingRecommendationCommand extends $Command<
|
|
24
|
+
GetRightsizingRecommendationCommandInput,
|
|
25
|
+
GetRightsizingRecommendationCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRightsizingRecommendationCommandInput;
|
|
29
|
+
constructor(input: GetRightsizingRecommendationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRightsizingRecommendationCommandInput,
|
|
37
|
+
GetRightsizingRecommendationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSavingsPlansCoverageRequest,
|
|
15
|
+
GetSavingsPlansCoverageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSavingsPlansCoverageCommandInput
|
|
18
|
+
extends GetSavingsPlansCoverageRequest {}
|
|
19
|
+
export interface GetSavingsPlansCoverageCommandOutput
|
|
20
|
+
extends GetSavingsPlansCoverageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSavingsPlansCoverageCommand extends $Command<
|
|
24
|
+
GetSavingsPlansCoverageCommandInput,
|
|
25
|
+
GetSavingsPlansCoverageCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSavingsPlansCoverageCommandInput;
|
|
29
|
+
constructor(input: GetSavingsPlansCoverageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSavingsPlansCoverageCommandInput,
|
|
37
|
+
GetSavingsPlansCoverageCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSavingsPlansPurchaseRecommendationRequest,
|
|
15
|
+
GetSavingsPlansPurchaseRecommendationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSavingsPlansPurchaseRecommendationCommandInput
|
|
18
|
+
extends GetSavingsPlansPurchaseRecommendationRequest {}
|
|
19
|
+
export interface GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
20
|
+
extends GetSavingsPlansPurchaseRecommendationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSavingsPlansPurchaseRecommendationCommand extends $Command<
|
|
24
|
+
GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
25
|
+
GetSavingsPlansPurchaseRecommendationCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSavingsPlansPurchaseRecommendationCommandInput;
|
|
29
|
+
constructor(input: GetSavingsPlansPurchaseRecommendationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
37
|
+
GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSavingsPlansUtilizationRequest,
|
|
15
|
+
GetSavingsPlansUtilizationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSavingsPlansUtilizationCommandInput
|
|
18
|
+
extends GetSavingsPlansUtilizationRequest {}
|
|
19
|
+
export interface GetSavingsPlansUtilizationCommandOutput
|
|
20
|
+
extends GetSavingsPlansUtilizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSavingsPlansUtilizationCommand extends $Command<
|
|
24
|
+
GetSavingsPlansUtilizationCommandInput,
|
|
25
|
+
GetSavingsPlansUtilizationCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSavingsPlansUtilizationCommandInput;
|
|
29
|
+
constructor(input: GetSavingsPlansUtilizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSavingsPlansUtilizationCommandInput,
|
|
37
|
+
GetSavingsPlansUtilizationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSavingsPlansUtilizationDetailsRequest,
|
|
15
|
+
GetSavingsPlansUtilizationDetailsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSavingsPlansUtilizationDetailsCommandInput
|
|
18
|
+
extends GetSavingsPlansUtilizationDetailsRequest {}
|
|
19
|
+
export interface GetSavingsPlansUtilizationDetailsCommandOutput
|
|
20
|
+
extends GetSavingsPlansUtilizationDetailsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSavingsPlansUtilizationDetailsCommand extends $Command<
|
|
24
|
+
GetSavingsPlansUtilizationDetailsCommandInput,
|
|
25
|
+
GetSavingsPlansUtilizationDetailsCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSavingsPlansUtilizationDetailsCommandInput;
|
|
29
|
+
constructor(input: GetSavingsPlansUtilizationDetailsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSavingsPlansUtilizationDetailsCommandInput,
|
|
37
|
+
GetSavingsPlansUtilizationDetailsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
15
|
+
export interface GetTagsCommandOutput
|
|
16
|
+
extends GetTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetTagsCommand extends $Command<
|
|
20
|
+
GetTagsCommandInput,
|
|
21
|
+
GetTagsCommandOutput,
|
|
22
|
+
CostExplorerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetTagsCommandInput;
|
|
25
|
+
constructor(input: GetTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetUsageForecastRequest,
|
|
15
|
+
GetUsageForecastResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {}
|
|
18
|
+
export interface GetUsageForecastCommandOutput
|
|
19
|
+
extends GetUsageForecastResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetUsageForecastCommand extends $Command<
|
|
23
|
+
GetUsageForecastCommandInput,
|
|
24
|
+
GetUsageForecastCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetUsageForecastCommandInput;
|
|
28
|
+
constructor(input: GetUsageForecastCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetUsageForecastCommandInput, GetUsageForecastCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|