@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CostExplorer.d.ts +652 -180
  3. package/dist-types/ts3.4/CostExplorerClient.d.ts +340 -108
  4. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +8 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +2316 -2173
  45. package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  51. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  56. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
5
- export interface ListCostAllocationTagsCommandInput extends ListCostAllocationTagsRequest {
6
- }
7
- export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCostAllocationTagsCommand extends $Command<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: ListCostAllocationTagsCommandInput;
12
- constructor(input: ListCostAllocationTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
5
- export interface ListCostCategoryDefinitionsCommandInput extends ListCostCategoryDefinitionsRequest {
6
- }
7
- export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCategoryDefinitionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCostCategoryDefinitionsCommand extends $Command<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: ListCostCategoryDefinitionsCommandInput;
12
- constructor(input: ListCostCategoryDefinitionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
5
- export interface ProvideAnomalyFeedbackCommandInput extends ProvideAnomalyFeedbackRequest {
6
- }
7
- export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedbackResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ProvideAnomalyFeedbackCommand extends $Command<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: ProvideAnomalyFeedbackCommandInput;
12
- constructor(input: ProvideAnomalyFeedbackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0";
5
- export interface UpdateAnomalyMonitorCommandInput extends UpdateAnomalyMonitorRequest {
6
- }
7
- export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAnomalyMonitorCommand extends $Command<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: UpdateAnomalyMonitorCommandInput;
12
- constructor(input: UpdateAnomalyMonitorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0";
5
- export interface UpdateAnomalySubscriptionCommandInput extends UpdateAnomalySubscriptionRequest {
6
- }
7
- export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAnomalySubscriptionCommand extends $Command<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: UpdateAnomalySubscriptionCommandInput;
12
- constructor(input: UpdateAnomalySubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { UpdateCostAllocationTagsStatusRequest, UpdateCostAllocationTagsStatusResponse } from "../models/models_0";
5
- export interface UpdateCostAllocationTagsStatusCommandInput extends UpdateCostAllocationTagsStatusRequest {
6
- }
7
- export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostAllocationTagsStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCostAllocationTagsStatusCommand extends $Command<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: UpdateCostAllocationTagsStatusCommandInput;
12
- constructor(input: UpdateCostAllocationTagsStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
- import { UpdateCostCategoryDefinitionRequest, UpdateCostCategoryDefinitionResponse } from "../models/models_0";
5
- export interface UpdateCostCategoryDefinitionCommandInput extends UpdateCostCategoryDefinitionRequest {
6
- }
7
- export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCategoryDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCostCategoryDefinitionCommand extends $Command<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: UpdateCostCategoryDefinitionCommandInput;
12
- constructor(input: UpdateCostCategoryDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }