@aws-sdk/client-cost-explorer 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/CostExplorer.d.ts +617 -180
- package/dist-types/ts3.4/CostExplorerClient.d.ts +315 -108
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1614 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeleteAnomalyMonitorRequest,
|
|
15
|
+
DeleteAnomalyMonitorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAnomalyMonitorCommandInput
|
|
18
|
+
extends DeleteAnomalyMonitorRequest {}
|
|
19
|
+
export interface DeleteAnomalyMonitorCommandOutput
|
|
20
|
+
extends DeleteAnomalyMonitorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteAnomalyMonitorCommand extends $Command<
|
|
23
|
+
DeleteAnomalyMonitorCommandInput,
|
|
24
|
+
DeleteAnomalyMonitorCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteAnomalyMonitorCommandInput;
|
|
28
|
+
constructor(input: DeleteAnomalyMonitorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteAnomalyMonitorCommandInput,
|
|
35
|
+
DeleteAnomalyMonitorCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeleteAnomalySubscriptionRequest,
|
|
15
|
+
DeleteAnomalySubscriptionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAnomalySubscriptionCommandInput
|
|
18
|
+
extends DeleteAnomalySubscriptionRequest {}
|
|
19
|
+
export interface DeleteAnomalySubscriptionCommandOutput
|
|
20
|
+
extends DeleteAnomalySubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteAnomalySubscriptionCommand extends $Command<
|
|
23
|
+
DeleteAnomalySubscriptionCommandInput,
|
|
24
|
+
DeleteAnomalySubscriptionCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteAnomalySubscriptionCommandInput;
|
|
28
|
+
constructor(input: DeleteAnomalySubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteAnomalySubscriptionCommandInput,
|
|
35
|
+
DeleteAnomalySubscriptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeleteCostCategoryDefinitionRequest,
|
|
15
|
+
DeleteCostCategoryDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteCostCategoryDefinitionCommandInput
|
|
18
|
+
extends DeleteCostCategoryDefinitionRequest {}
|
|
19
|
+
export interface DeleteCostCategoryDefinitionCommandOutput
|
|
20
|
+
extends DeleteCostCategoryDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteCostCategoryDefinitionCommand extends $Command<
|
|
23
|
+
DeleteCostCategoryDefinitionCommandInput,
|
|
24
|
+
DeleteCostCategoryDefinitionCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteCostCategoryDefinitionCommandInput;
|
|
28
|
+
constructor(input: DeleteCostCategoryDefinitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteCostCategoryDefinitionCommandInput,
|
|
35
|
+
DeleteCostCategoryDefinitionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeCostCategoryDefinitionRequest,
|
|
15
|
+
DescribeCostCategoryDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCostCategoryDefinitionCommandInput
|
|
18
|
+
extends DescribeCostCategoryDefinitionRequest {}
|
|
19
|
+
export interface DescribeCostCategoryDefinitionCommandOutput
|
|
20
|
+
extends DescribeCostCategoryDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeCostCategoryDefinitionCommand extends $Command<
|
|
23
|
+
DescribeCostCategoryDefinitionCommandInput,
|
|
24
|
+
DescribeCostCategoryDefinitionCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeCostCategoryDefinitionCommandInput;
|
|
28
|
+
constructor(input: DescribeCostCategoryDefinitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeCostCategoryDefinitionCommandInput,
|
|
35
|
+
DescribeCostCategoryDefinitionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
14
|
+
export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {}
|
|
15
|
+
export interface GetAnomaliesCommandOutput
|
|
16
|
+
extends GetAnomaliesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetAnomaliesCommand extends $Command<
|
|
19
|
+
GetAnomaliesCommandInput,
|
|
20
|
+
GetAnomaliesCommandOutput,
|
|
21
|
+
CostExplorerClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetAnomaliesCommandInput;
|
|
24
|
+
constructor(input: GetAnomaliesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetAnomaliesCommandInput, GetAnomaliesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetAnomalyMonitorsRequest,
|
|
15
|
+
GetAnomalyMonitorsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAnomalyMonitorsCommandInput
|
|
18
|
+
extends GetAnomalyMonitorsRequest {}
|
|
19
|
+
export interface GetAnomalyMonitorsCommandOutput
|
|
20
|
+
extends GetAnomalyMonitorsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetAnomalyMonitorsCommand extends $Command<
|
|
23
|
+
GetAnomalyMonitorsCommandInput,
|
|
24
|
+
GetAnomalyMonitorsCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetAnomalyMonitorsCommandInput;
|
|
28
|
+
constructor(input: GetAnomalyMonitorsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetAnomalySubscriptionsRequest,
|
|
15
|
+
GetAnomalySubscriptionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAnomalySubscriptionsCommandInput
|
|
18
|
+
extends GetAnomalySubscriptionsRequest {}
|
|
19
|
+
export interface GetAnomalySubscriptionsCommandOutput
|
|
20
|
+
extends GetAnomalySubscriptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetAnomalySubscriptionsCommand extends $Command<
|
|
23
|
+
GetAnomalySubscriptionsCommandInput,
|
|
24
|
+
GetAnomalySubscriptionsCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetAnomalySubscriptionsCommandInput;
|
|
28
|
+
constructor(input: GetAnomalySubscriptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetAnomalySubscriptionsCommandInput,
|
|
35
|
+
GetAnomalySubscriptionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetCostAndUsageRequest,
|
|
15
|
+
GetCostAndUsageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {}
|
|
18
|
+
export interface GetCostAndUsageCommandOutput
|
|
19
|
+
extends GetCostAndUsageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetCostAndUsageCommand extends $Command<
|
|
22
|
+
GetCostAndUsageCommandInput,
|
|
23
|
+
GetCostAndUsageCommandOutput,
|
|
24
|
+
CostExplorerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetCostAndUsageCommandInput;
|
|
27
|
+
constructor(input: GetCostAndUsageCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetCostAndUsageWithResourcesRequest,
|
|
15
|
+
GetCostAndUsageWithResourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCostAndUsageWithResourcesCommandInput
|
|
18
|
+
extends GetCostAndUsageWithResourcesRequest {}
|
|
19
|
+
export interface GetCostAndUsageWithResourcesCommandOutput
|
|
20
|
+
extends GetCostAndUsageWithResourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCostAndUsageWithResourcesCommand extends $Command<
|
|
23
|
+
GetCostAndUsageWithResourcesCommandInput,
|
|
24
|
+
GetCostAndUsageWithResourcesCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCostAndUsageWithResourcesCommandInput;
|
|
28
|
+
constructor(input: GetCostAndUsageWithResourcesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetCostAndUsageWithResourcesCommandInput,
|
|
35
|
+
GetCostAndUsageWithResourcesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetCostCategoriesRequest,
|
|
15
|
+
GetCostCategoriesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCostCategoriesCommandInput
|
|
18
|
+
extends GetCostCategoriesRequest {}
|
|
19
|
+
export interface GetCostCategoriesCommandOutput
|
|
20
|
+
extends GetCostCategoriesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCostCategoriesCommand extends $Command<
|
|
23
|
+
GetCostCategoriesCommandInput,
|
|
24
|
+
GetCostCategoriesCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCostCategoriesCommandInput;
|
|
28
|
+
constructor(input: GetCostCategoriesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetCostForecastRequest,
|
|
15
|
+
GetCostForecastResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCostForecastCommandInput extends GetCostForecastRequest {}
|
|
18
|
+
export interface GetCostForecastCommandOutput
|
|
19
|
+
extends GetCostForecastResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetCostForecastCommand extends $Command<
|
|
22
|
+
GetCostForecastCommandInput,
|
|
23
|
+
GetCostForecastCommandOutput,
|
|
24
|
+
CostExplorerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetCostForecastCommandInput;
|
|
27
|
+
constructor(input: GetCostForecastCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetCostForecastCommandInput, GetCostForecastCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|