@aws-sdk/client-cost-explorer 3.168.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 +16 -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,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
|
+
ListCostAllocationTagsRequest,
|
|
15
|
+
ListCostAllocationTagsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListCostAllocationTagsCommandInput
|
|
18
|
+
extends ListCostAllocationTagsRequest {}
|
|
19
|
+
export interface ListCostAllocationTagsCommandOutput
|
|
20
|
+
extends ListCostAllocationTagsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListCostAllocationTagsCommand extends $Command<
|
|
24
|
+
ListCostAllocationTagsCommandInput,
|
|
25
|
+
ListCostAllocationTagsCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListCostAllocationTagsCommandInput;
|
|
29
|
+
constructor(input: ListCostAllocationTagsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListCostAllocationTagsCommandInput,
|
|
37
|
+
ListCostAllocationTagsCommandOutput
|
|
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
|
+
ListCostCategoryDefinitionsRequest,
|
|
15
|
+
ListCostCategoryDefinitionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListCostCategoryDefinitionsCommandInput
|
|
18
|
+
extends ListCostCategoryDefinitionsRequest {}
|
|
19
|
+
export interface ListCostCategoryDefinitionsCommandOutput
|
|
20
|
+
extends ListCostCategoryDefinitionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListCostCategoryDefinitionsCommand extends $Command<
|
|
24
|
+
ListCostCategoryDefinitionsCommandInput,
|
|
25
|
+
ListCostCategoryDefinitionsCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListCostCategoryDefinitionsCommandInput;
|
|
29
|
+
constructor(input: ListCostCategoryDefinitionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListCostCategoryDefinitionsCommandInput,
|
|
37
|
+
ListCostCategoryDefinitionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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
|
+
ProvideAnomalyFeedbackRequest,
|
|
15
|
+
ProvideAnomalyFeedbackResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ProvideAnomalyFeedbackCommandInput
|
|
18
|
+
extends ProvideAnomalyFeedbackRequest {}
|
|
19
|
+
export interface ProvideAnomalyFeedbackCommandOutput
|
|
20
|
+
extends ProvideAnomalyFeedbackResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ProvideAnomalyFeedbackCommand extends $Command<
|
|
24
|
+
ProvideAnomalyFeedbackCommandInput,
|
|
25
|
+
ProvideAnomalyFeedbackCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ProvideAnomalyFeedbackCommandInput;
|
|
29
|
+
constructor(input: ProvideAnomalyFeedbackCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ProvideAnomalyFeedbackCommandInput,
|
|
37
|
+
ProvideAnomalyFeedbackCommandOutput
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
CostExplorerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
UpdateAnomalyMonitorRequest,
|
|
15
|
+
UpdateAnomalyMonitorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAnomalyMonitorCommandInput
|
|
18
|
+
extends UpdateAnomalyMonitorRequest {}
|
|
19
|
+
export interface UpdateAnomalyMonitorCommandOutput
|
|
20
|
+
extends UpdateAnomalyMonitorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAnomalyMonitorCommand extends $Command<
|
|
24
|
+
UpdateAnomalyMonitorCommandInput,
|
|
25
|
+
UpdateAnomalyMonitorCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAnomalyMonitorCommandInput;
|
|
29
|
+
constructor(input: UpdateAnomalyMonitorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAnomalyMonitorCommandInput,
|
|
37
|
+
UpdateAnomalyMonitorCommandOutput
|
|
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
|
+
UpdateAnomalySubscriptionRequest,
|
|
15
|
+
UpdateAnomalySubscriptionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAnomalySubscriptionCommandInput
|
|
18
|
+
extends UpdateAnomalySubscriptionRequest {}
|
|
19
|
+
export interface UpdateAnomalySubscriptionCommandOutput
|
|
20
|
+
extends UpdateAnomalySubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAnomalySubscriptionCommand extends $Command<
|
|
24
|
+
UpdateAnomalySubscriptionCommandInput,
|
|
25
|
+
UpdateAnomalySubscriptionCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAnomalySubscriptionCommandInput;
|
|
29
|
+
constructor(input: UpdateAnomalySubscriptionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAnomalySubscriptionCommandInput,
|
|
37
|
+
UpdateAnomalySubscriptionCommandOutput
|
|
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
|
+
UpdateCostAllocationTagsStatusRequest,
|
|
15
|
+
UpdateCostAllocationTagsStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCostAllocationTagsStatusCommandInput
|
|
18
|
+
extends UpdateCostAllocationTagsStatusRequest {}
|
|
19
|
+
export interface UpdateCostAllocationTagsStatusCommandOutput
|
|
20
|
+
extends UpdateCostAllocationTagsStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCostAllocationTagsStatusCommand extends $Command<
|
|
24
|
+
UpdateCostAllocationTagsStatusCommandInput,
|
|
25
|
+
UpdateCostAllocationTagsStatusCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCostAllocationTagsStatusCommandInput;
|
|
29
|
+
constructor(input: UpdateCostAllocationTagsStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCostAllocationTagsStatusCommandInput,
|
|
37
|
+
UpdateCostAllocationTagsStatusCommandOutput
|
|
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
|
+
UpdateCostCategoryDefinitionRequest,
|
|
15
|
+
UpdateCostCategoryDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCostCategoryDefinitionCommandInput
|
|
18
|
+
extends UpdateCostCategoryDefinitionRequest {}
|
|
19
|
+
export interface UpdateCostCategoryDefinitionCommandOutput
|
|
20
|
+
extends UpdateCostCategoryDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCostCategoryDefinitionCommand extends $Command<
|
|
24
|
+
UpdateCostCategoryDefinitionCommandInput,
|
|
25
|
+
UpdateCostCategoryDefinitionCommandOutput,
|
|
26
|
+
CostExplorerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCostCategoryDefinitionCommandInput;
|
|
29
|
+
constructor(input: UpdateCostCategoryDefinitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCostCategoryDefinitionCommandInput,
|
|
37
|
+
UpdateCostCategoryDefinitionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|