@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 { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
5
- export interface DeleteAnomalyMonitorCommandInput extends DeleteAnomalyMonitorRequest {
6
- }
7
- export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAnomalyMonitorCommand extends $Command<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: DeleteAnomalyMonitorCommandInput;
12
- constructor(input: DeleteAnomalyMonitorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput>;
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
+ 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
+
23
+ export declare class DeleteAnomalyMonitorCommand extends $Command<
24
+ DeleteAnomalyMonitorCommandInput,
25
+ DeleteAnomalyMonitorCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteAnomalyMonitorCommandInput;
29
+ constructor(input: DeleteAnomalyMonitorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteAnomalyMonitorCommandInput,
37
+ DeleteAnomalyMonitorCommandOutput
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 { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
5
- export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubscriptionRequest {
6
- }
7
- export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAnomalySubscriptionCommand extends $Command<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: DeleteAnomalySubscriptionCommandInput;
12
- constructor(input: DeleteAnomalySubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput>;
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
+ 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
+
23
+ export declare class DeleteAnomalySubscriptionCommand extends $Command<
24
+ DeleteAnomalySubscriptionCommandInput,
25
+ DeleteAnomalySubscriptionCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteAnomalySubscriptionCommandInput;
29
+ constructor(input: DeleteAnomalySubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteAnomalySubscriptionCommandInput,
37
+ DeleteAnomalySubscriptionCommandOutput
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 { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
5
- export interface DeleteCostCategoryDefinitionCommandInput extends DeleteCostCategoryDefinitionRequest {
6
- }
7
- export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCategoryDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCostCategoryDefinitionCommand extends $Command<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: DeleteCostCategoryDefinitionCommandInput;
12
- constructor(input: DeleteCostCategoryDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput>;
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
+ 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
+
23
+ export declare class DeleteCostCategoryDefinitionCommand extends $Command<
24
+ DeleteCostCategoryDefinitionCommandInput,
25
+ DeleteCostCategoryDefinitionCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCostCategoryDefinitionCommandInput;
29
+ constructor(input: DeleteCostCategoryDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteCostCategoryDefinitionCommandInput,
37
+ DeleteCostCategoryDefinitionCommandOutput
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 { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
5
- export interface DescribeCostCategoryDefinitionCommandInput extends DescribeCostCategoryDefinitionRequest {
6
- }
7
- export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCostCategoryDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCostCategoryDefinitionCommand extends $Command<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: DescribeCostCategoryDefinitionCommandInput;
12
- constructor(input: DescribeCostCategoryDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput>;
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
+ 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
+
23
+ export declare class DescribeCostCategoryDefinitionCommand extends $Command<
24
+ DescribeCostCategoryDefinitionCommandInput,
25
+ DescribeCostCategoryDefinitionCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeCostCategoryDefinitionCommandInput;
29
+ constructor(input: DescribeCostCategoryDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeCostCategoryDefinitionCommandInput,
37
+ DescribeCostCategoryDefinitionCommandOutput
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 { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
5
- export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {
6
- }
7
- export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAnomaliesCommand extends $Command<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetAnomaliesCommandInput;
12
- constructor(input: GetAnomaliesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnomaliesCommandInput, GetAnomaliesCommandOutput>;
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 { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
14
+ export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {}
15
+ export interface GetAnomaliesCommandOutput
16
+ extends GetAnomaliesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetAnomaliesCommand extends $Command<
20
+ GetAnomaliesCommandInput,
21
+ GetAnomaliesCommandOutput,
22
+ CostExplorerClientResolvedConfig
23
+ > {
24
+ readonly input: GetAnomaliesCommandInput;
25
+ constructor(input: GetAnomaliesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CostExplorerClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetAnomaliesCommandInput, GetAnomaliesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
5
- export interface GetAnomalyMonitorsCommandInput extends GetAnomalyMonitorsRequest {
6
- }
7
- export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAnomalyMonitorsCommand extends $Command<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetAnomalyMonitorsCommandInput;
12
- constructor(input: GetAnomalyMonitorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput>;
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
+ 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
+
23
+ export declare class GetAnomalyMonitorsCommand extends $Command<
24
+ GetAnomalyMonitorsCommandInput,
25
+ GetAnomalyMonitorsCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: GetAnomalyMonitorsCommandInput;
29
+ constructor(input: GetAnomalyMonitorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput>;
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 { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
5
- export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscriptionsRequest {
6
- }
7
- export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscriptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAnomalySubscriptionsCommand extends $Command<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetAnomalySubscriptionsCommandInput;
12
- constructor(input: GetAnomalySubscriptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput>;
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
+ 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
+
23
+ export declare class GetAnomalySubscriptionsCommand extends $Command<
24
+ GetAnomalySubscriptionsCommandInput,
25
+ GetAnomalySubscriptionsCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: GetAnomalySubscriptionsCommandInput;
29
+ constructor(input: GetAnomalySubscriptionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAnomalySubscriptionsCommandInput,
37
+ GetAnomalySubscriptionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0";
5
- export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {
6
- }
7
- export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCostAndUsageCommand extends $Command<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetCostAndUsageCommandInput;
12
- constructor(input: GetCostAndUsageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput>;
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
+ GetCostAndUsageRequest,
15
+ GetCostAndUsageResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {}
18
+ export interface GetCostAndUsageCommandOutput
19
+ extends GetCostAndUsageResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetCostAndUsageCommand extends $Command<
23
+ GetCostAndUsageCommandInput,
24
+ GetCostAndUsageCommandOutput,
25
+ CostExplorerClientResolvedConfig
26
+ > {
27
+ readonly input: GetCostAndUsageCommandInput;
28
+ constructor(input: GetCostAndUsageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CostExplorerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput>;
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 { GetCostAndUsageWithResourcesRequest, GetCostAndUsageWithResourcesResponse } from "../models/models_0";
5
- export interface GetCostAndUsageWithResourcesCommandInput extends GetCostAndUsageWithResourcesRequest {
6
- }
7
- export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsageWithResourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCostAndUsageWithResourcesCommand extends $Command<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetCostAndUsageWithResourcesCommandInput;
12
- constructor(input: GetCostAndUsageWithResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput>;
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
+ 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
+
23
+ export declare class GetCostAndUsageWithResourcesCommand extends $Command<
24
+ GetCostAndUsageWithResourcesCommandInput,
25
+ GetCostAndUsageWithResourcesCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: GetCostAndUsageWithResourcesCommandInput;
29
+ constructor(input: GetCostAndUsageWithResourcesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCostAndUsageWithResourcesCommandInput,
37
+ GetCostAndUsageWithResourcesCommandOutput
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 { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0";
5
- export interface GetCostCategoriesCommandInput extends GetCostCategoriesRequest {
6
- }
7
- export interface GetCostCategoriesCommandOutput extends GetCostCategoriesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCostCategoriesCommand extends $Command<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetCostCategoriesCommandInput;
12
- constructor(input: GetCostCategoriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput>;
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
+ 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
+
23
+ export declare class GetCostCategoriesCommand extends $Command<
24
+ GetCostCategoriesCommandInput,
25
+ GetCostCategoriesCommandOutput,
26
+ CostExplorerClientResolvedConfig
27
+ > {
28
+ readonly input: GetCostCategoriesCommandInput;
29
+ constructor(input: GetCostCategoriesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostExplorerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0";
5
- export interface GetCostForecastCommandInput extends GetCostForecastRequest {
6
- }
7
- export interface GetCostForecastCommandOutput extends GetCostForecastResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCostForecastCommand extends $Command<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: GetCostForecastCommandInput;
12
- constructor(input: GetCostForecastCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostForecastCommandInput, GetCostForecastCommandOutput>;
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
+ GetCostForecastRequest,
15
+ GetCostForecastResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCostForecastCommandInput extends GetCostForecastRequest {}
18
+ export interface GetCostForecastCommandOutput
19
+ extends GetCostForecastResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetCostForecastCommand extends $Command<
23
+ GetCostForecastCommandInput,
24
+ GetCostForecastCommandOutput,
25
+ CostExplorerClientResolvedConfig
26
+ > {
27
+ readonly input: GetCostForecastCommandInput;
28
+ constructor(input: GetCostForecastCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CostExplorerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetCostForecastCommandInput, GetCostForecastCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }