@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CostExplorer.d.ts +617 -180
  3. package/dist-types/ts3.4/CostExplorerClient.d.ts +315 -108
  4. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +39 -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 +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +1614 -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 +65 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  56. package/package.json +34 -34
@@ -1,108 +1,315 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "./commands/CreateAnomalyMonitorCommand";
10
- import { CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput } from "./commands/CreateAnomalySubscriptionCommand";
11
- import { CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput } from "./commands/CreateCostCategoryDefinitionCommand";
12
- import { DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput } from "./commands/DeleteAnomalyMonitorCommand";
13
- import { DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput } from "./commands/DeleteAnomalySubscriptionCommand";
14
- import { DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput } from "./commands/DeleteCostCategoryDefinitionCommand";
15
- import { DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput } from "./commands/DescribeCostCategoryDefinitionCommand";
16
- import { GetAnomaliesCommandInput, GetAnomaliesCommandOutput } from "./commands/GetAnomaliesCommand";
17
- import { GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput } from "./commands/GetAnomalyMonitorsCommand";
18
- import { GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput } from "./commands/GetAnomalySubscriptionsCommand";
19
- import { GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput } from "./commands/GetCostAndUsageCommand";
20
- import { GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput } from "./commands/GetCostAndUsageWithResourcesCommand";
21
- import { GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput } from "./commands/GetCostCategoriesCommand";
22
- import { GetCostForecastCommandInput, GetCostForecastCommandOutput } from "./commands/GetCostForecastCommand";
23
- import { GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput } from "./commands/GetDimensionValuesCommand";
24
- import { GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput } from "./commands/GetReservationCoverageCommand";
25
- import { GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput } from "./commands/GetReservationPurchaseRecommendationCommand";
26
- import { GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput } from "./commands/GetReservationUtilizationCommand";
27
- import { GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput } from "./commands/GetRightsizingRecommendationCommand";
28
- import { GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput } from "./commands/GetSavingsPlansCoverageCommand";
29
- import { GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput } from "./commands/GetSavingsPlansPurchaseRecommendationCommand";
30
- import { GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput } from "./commands/GetSavingsPlansUtilizationCommand";
31
- import { GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput } from "./commands/GetSavingsPlansUtilizationDetailsCommand";
32
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
33
- import { GetUsageForecastCommandInput, GetUsageForecastCommandOutput } from "./commands/GetUsageForecastCommand";
34
- import { ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput } from "./commands/ListCostAllocationTagsCommand";
35
- import { ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput } from "./commands/ListCostCategoryDefinitionsCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
- import { ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput } from "./commands/ProvideAnomalyFeedbackCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
- import { UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput } from "./commands/UpdateAnomalyMonitorCommand";
41
- import { UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput } from "./commands/UpdateAnomalySubscriptionCommand";
42
- import { UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput } from "./commands/UpdateCostAllocationTagsStatusCommand";
43
- import { UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput } from "./commands/UpdateCostCategoryDefinitionCommand";
44
- export declare type ServiceInputTypes = CreateAnomalyMonitorCommandInput | CreateAnomalySubscriptionCommandInput | CreateCostCategoryDefinitionCommandInput | DeleteAnomalyMonitorCommandInput | DeleteAnomalySubscriptionCommandInput | DeleteCostCategoryDefinitionCommandInput | DescribeCostCategoryDefinitionCommandInput | GetAnomaliesCommandInput | GetAnomalyMonitorsCommandInput | GetAnomalySubscriptionsCommandInput | GetCostAndUsageCommandInput | GetCostAndUsageWithResourcesCommandInput | GetCostCategoriesCommandInput | GetCostForecastCommandInput | GetDimensionValuesCommandInput | GetReservationCoverageCommandInput | GetReservationPurchaseRecommendationCommandInput | GetReservationUtilizationCommandInput | GetRightsizingRecommendationCommandInput | GetSavingsPlansCoverageCommandInput | GetSavingsPlansPurchaseRecommendationCommandInput | GetSavingsPlansUtilizationCommandInput | GetSavingsPlansUtilizationDetailsCommandInput | GetTagsCommandInput | GetUsageForecastCommandInput | ListCostAllocationTagsCommandInput | ListCostCategoryDefinitionsCommandInput | ListTagsForResourceCommandInput | ProvideAnomalyFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnomalyMonitorCommandInput | UpdateAnomalySubscriptionCommandInput | UpdateCostAllocationTagsStatusCommandInput | UpdateCostCategoryDefinitionCommandInput;
45
- export declare type ServiceOutputTypes = CreateAnomalyMonitorCommandOutput | CreateAnomalySubscriptionCommandOutput | CreateCostCategoryDefinitionCommandOutput | DeleteAnomalyMonitorCommandOutput | DeleteAnomalySubscriptionCommandOutput | DeleteCostCategoryDefinitionCommandOutput | DescribeCostCategoryDefinitionCommandOutput | GetAnomaliesCommandOutput | GetAnomalyMonitorsCommandOutput | GetAnomalySubscriptionsCommandOutput | GetCostAndUsageCommandOutput | GetCostAndUsageWithResourcesCommandOutput | GetCostCategoriesCommandOutput | GetCostForecastCommandOutput | GetDimensionValuesCommandOutput | GetReservationCoverageCommandOutput | GetReservationPurchaseRecommendationCommandOutput | GetReservationUtilizationCommandOutput | GetRightsizingRecommendationCommandOutput | GetSavingsPlansCoverageCommandOutput | GetSavingsPlansPurchaseRecommendationCommandOutput | GetSavingsPlansUtilizationCommandOutput | GetSavingsPlansUtilizationDetailsCommandOutput | GetTagsCommandOutput | GetUsageForecastCommandOutput | ListCostAllocationTagsCommandOutput | ListCostCategoryDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ProvideAnomalyFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnomalyMonitorCommandOutput | UpdateAnomalySubscriptionCommandOutput | UpdateCostAllocationTagsStatusCommandOutput | UpdateCostCategoryDefinitionCommandOutput;
46
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
-
48
- requestHandler?: __HttpHandler;
49
-
50
- sha256?: __HashConstructor;
51
-
52
- urlParser?: __UrlParser;
53
-
54
- bodyLengthChecker?: __BodyLengthCalculator;
55
-
56
- streamCollector?: __StreamCollector;
57
-
58
- base64Decoder?: __Decoder;
59
-
60
- base64Encoder?: __Encoder;
61
-
62
- utf8Decoder?: __Decoder;
63
-
64
- utf8Encoder?: __Encoder;
65
-
66
- runtime?: string;
67
-
68
- disableHostPrefix?: boolean;
69
-
70
- maxAttempts?: number | __Provider<number>;
71
-
72
- retryMode?: string | __Provider<string>;
73
-
74
- logger?: __Logger;
75
-
76
- useDualstackEndpoint?: boolean | __Provider<boolean>;
77
-
78
- useFipsEndpoint?: boolean | __Provider<boolean>;
79
-
80
- serviceId?: string;
81
-
82
- region?: string | __Provider<string>;
83
-
84
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
85
-
86
- regionInfoProvider?: RegionInfoProvider;
87
-
88
- defaultUserAgentProvider?: Provider<__UserAgent>;
89
-
90
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
91
- }
92
- declare type CostExplorerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
93
-
94
- export interface CostExplorerClientConfig extends CostExplorerClientConfigType {
95
- }
96
- declare type CostExplorerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
97
-
98
- export interface CostExplorerClientResolvedConfig extends CostExplorerClientResolvedConfigType {
99
- }
100
-
101
- export declare class CostExplorerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CostExplorerClientResolvedConfig> {
102
-
103
- readonly config: CostExplorerClientResolvedConfig;
104
- constructor(configuration: CostExplorerClientConfig);
105
-
106
- destroy(): void;
107
- }
108
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateAnomalyMonitorCommandInput,
47
+ CreateAnomalyMonitorCommandOutput,
48
+ } from "./commands/CreateAnomalyMonitorCommand";
49
+ import {
50
+ CreateAnomalySubscriptionCommandInput,
51
+ CreateAnomalySubscriptionCommandOutput,
52
+ } from "./commands/CreateAnomalySubscriptionCommand";
53
+ import {
54
+ CreateCostCategoryDefinitionCommandInput,
55
+ CreateCostCategoryDefinitionCommandOutput,
56
+ } from "./commands/CreateCostCategoryDefinitionCommand";
57
+ import {
58
+ DeleteAnomalyMonitorCommandInput,
59
+ DeleteAnomalyMonitorCommandOutput,
60
+ } from "./commands/DeleteAnomalyMonitorCommand";
61
+ import {
62
+ DeleteAnomalySubscriptionCommandInput,
63
+ DeleteAnomalySubscriptionCommandOutput,
64
+ } from "./commands/DeleteAnomalySubscriptionCommand";
65
+ import {
66
+ DeleteCostCategoryDefinitionCommandInput,
67
+ DeleteCostCategoryDefinitionCommandOutput,
68
+ } from "./commands/DeleteCostCategoryDefinitionCommand";
69
+ import {
70
+ DescribeCostCategoryDefinitionCommandInput,
71
+ DescribeCostCategoryDefinitionCommandOutput,
72
+ } from "./commands/DescribeCostCategoryDefinitionCommand";
73
+ import {
74
+ GetAnomaliesCommandInput,
75
+ GetAnomaliesCommandOutput,
76
+ } from "./commands/GetAnomaliesCommand";
77
+ import {
78
+ GetAnomalyMonitorsCommandInput,
79
+ GetAnomalyMonitorsCommandOutput,
80
+ } from "./commands/GetAnomalyMonitorsCommand";
81
+ import {
82
+ GetAnomalySubscriptionsCommandInput,
83
+ GetAnomalySubscriptionsCommandOutput,
84
+ } from "./commands/GetAnomalySubscriptionsCommand";
85
+ import {
86
+ GetCostAndUsageCommandInput,
87
+ GetCostAndUsageCommandOutput,
88
+ } from "./commands/GetCostAndUsageCommand";
89
+ import {
90
+ GetCostAndUsageWithResourcesCommandInput,
91
+ GetCostAndUsageWithResourcesCommandOutput,
92
+ } from "./commands/GetCostAndUsageWithResourcesCommand";
93
+ import {
94
+ GetCostCategoriesCommandInput,
95
+ GetCostCategoriesCommandOutput,
96
+ } from "./commands/GetCostCategoriesCommand";
97
+ import {
98
+ GetCostForecastCommandInput,
99
+ GetCostForecastCommandOutput,
100
+ } from "./commands/GetCostForecastCommand";
101
+ import {
102
+ GetDimensionValuesCommandInput,
103
+ GetDimensionValuesCommandOutput,
104
+ } from "./commands/GetDimensionValuesCommand";
105
+ import {
106
+ GetReservationCoverageCommandInput,
107
+ GetReservationCoverageCommandOutput,
108
+ } from "./commands/GetReservationCoverageCommand";
109
+ import {
110
+ GetReservationPurchaseRecommendationCommandInput,
111
+ GetReservationPurchaseRecommendationCommandOutput,
112
+ } from "./commands/GetReservationPurchaseRecommendationCommand";
113
+ import {
114
+ GetReservationUtilizationCommandInput,
115
+ GetReservationUtilizationCommandOutput,
116
+ } from "./commands/GetReservationUtilizationCommand";
117
+ import {
118
+ GetRightsizingRecommendationCommandInput,
119
+ GetRightsizingRecommendationCommandOutput,
120
+ } from "./commands/GetRightsizingRecommendationCommand";
121
+ import {
122
+ GetSavingsPlansCoverageCommandInput,
123
+ GetSavingsPlansCoverageCommandOutput,
124
+ } from "./commands/GetSavingsPlansCoverageCommand";
125
+ import {
126
+ GetSavingsPlansPurchaseRecommendationCommandInput,
127
+ GetSavingsPlansPurchaseRecommendationCommandOutput,
128
+ } from "./commands/GetSavingsPlansPurchaseRecommendationCommand";
129
+ import {
130
+ GetSavingsPlansUtilizationCommandInput,
131
+ GetSavingsPlansUtilizationCommandOutput,
132
+ } from "./commands/GetSavingsPlansUtilizationCommand";
133
+ import {
134
+ GetSavingsPlansUtilizationDetailsCommandInput,
135
+ GetSavingsPlansUtilizationDetailsCommandOutput,
136
+ } from "./commands/GetSavingsPlansUtilizationDetailsCommand";
137
+ import {
138
+ GetTagsCommandInput,
139
+ GetTagsCommandOutput,
140
+ } from "./commands/GetTagsCommand";
141
+ import {
142
+ GetUsageForecastCommandInput,
143
+ GetUsageForecastCommandOutput,
144
+ } from "./commands/GetUsageForecastCommand";
145
+ import {
146
+ ListCostAllocationTagsCommandInput,
147
+ ListCostAllocationTagsCommandOutput,
148
+ } from "./commands/ListCostAllocationTagsCommand";
149
+ import {
150
+ ListCostCategoryDefinitionsCommandInput,
151
+ ListCostCategoryDefinitionsCommandOutput,
152
+ } from "./commands/ListCostCategoryDefinitionsCommand";
153
+ import {
154
+ ListTagsForResourceCommandInput,
155
+ ListTagsForResourceCommandOutput,
156
+ } from "./commands/ListTagsForResourceCommand";
157
+ import {
158
+ ProvideAnomalyFeedbackCommandInput,
159
+ ProvideAnomalyFeedbackCommandOutput,
160
+ } from "./commands/ProvideAnomalyFeedbackCommand";
161
+ import {
162
+ TagResourceCommandInput,
163
+ TagResourceCommandOutput,
164
+ } from "./commands/TagResourceCommand";
165
+ import {
166
+ UntagResourceCommandInput,
167
+ UntagResourceCommandOutput,
168
+ } from "./commands/UntagResourceCommand";
169
+ import {
170
+ UpdateAnomalyMonitorCommandInput,
171
+ UpdateAnomalyMonitorCommandOutput,
172
+ } from "./commands/UpdateAnomalyMonitorCommand";
173
+ import {
174
+ UpdateAnomalySubscriptionCommandInput,
175
+ UpdateAnomalySubscriptionCommandOutput,
176
+ } from "./commands/UpdateAnomalySubscriptionCommand";
177
+ import {
178
+ UpdateCostAllocationTagsStatusCommandInput,
179
+ UpdateCostAllocationTagsStatusCommandOutput,
180
+ } from "./commands/UpdateCostAllocationTagsStatusCommand";
181
+ import {
182
+ UpdateCostCategoryDefinitionCommandInput,
183
+ UpdateCostCategoryDefinitionCommandOutput,
184
+ } from "./commands/UpdateCostCategoryDefinitionCommand";
185
+ export declare type ServiceInputTypes =
186
+ | CreateAnomalyMonitorCommandInput
187
+ | CreateAnomalySubscriptionCommandInput
188
+ | CreateCostCategoryDefinitionCommandInput
189
+ | DeleteAnomalyMonitorCommandInput
190
+ | DeleteAnomalySubscriptionCommandInput
191
+ | DeleteCostCategoryDefinitionCommandInput
192
+ | DescribeCostCategoryDefinitionCommandInput
193
+ | GetAnomaliesCommandInput
194
+ | GetAnomalyMonitorsCommandInput
195
+ | GetAnomalySubscriptionsCommandInput
196
+ | GetCostAndUsageCommandInput
197
+ | GetCostAndUsageWithResourcesCommandInput
198
+ | GetCostCategoriesCommandInput
199
+ | GetCostForecastCommandInput
200
+ | GetDimensionValuesCommandInput
201
+ | GetReservationCoverageCommandInput
202
+ | GetReservationPurchaseRecommendationCommandInput
203
+ | GetReservationUtilizationCommandInput
204
+ | GetRightsizingRecommendationCommandInput
205
+ | GetSavingsPlansCoverageCommandInput
206
+ | GetSavingsPlansPurchaseRecommendationCommandInput
207
+ | GetSavingsPlansUtilizationCommandInput
208
+ | GetSavingsPlansUtilizationDetailsCommandInput
209
+ | GetTagsCommandInput
210
+ | GetUsageForecastCommandInput
211
+ | ListCostAllocationTagsCommandInput
212
+ | ListCostCategoryDefinitionsCommandInput
213
+ | ListTagsForResourceCommandInput
214
+ | ProvideAnomalyFeedbackCommandInput
215
+ | TagResourceCommandInput
216
+ | UntagResourceCommandInput
217
+ | UpdateAnomalyMonitorCommandInput
218
+ | UpdateAnomalySubscriptionCommandInput
219
+ | UpdateCostAllocationTagsStatusCommandInput
220
+ | UpdateCostCategoryDefinitionCommandInput;
221
+ export declare type ServiceOutputTypes =
222
+ | CreateAnomalyMonitorCommandOutput
223
+ | CreateAnomalySubscriptionCommandOutput
224
+ | CreateCostCategoryDefinitionCommandOutput
225
+ | DeleteAnomalyMonitorCommandOutput
226
+ | DeleteAnomalySubscriptionCommandOutput
227
+ | DeleteCostCategoryDefinitionCommandOutput
228
+ | DescribeCostCategoryDefinitionCommandOutput
229
+ | GetAnomaliesCommandOutput
230
+ | GetAnomalyMonitorsCommandOutput
231
+ | GetAnomalySubscriptionsCommandOutput
232
+ | GetCostAndUsageCommandOutput
233
+ | GetCostAndUsageWithResourcesCommandOutput
234
+ | GetCostCategoriesCommandOutput
235
+ | GetCostForecastCommandOutput
236
+ | GetDimensionValuesCommandOutput
237
+ | GetReservationCoverageCommandOutput
238
+ | GetReservationPurchaseRecommendationCommandOutput
239
+ | GetReservationUtilizationCommandOutput
240
+ | GetRightsizingRecommendationCommandOutput
241
+ | GetSavingsPlansCoverageCommandOutput
242
+ | GetSavingsPlansPurchaseRecommendationCommandOutput
243
+ | GetSavingsPlansUtilizationCommandOutput
244
+ | GetSavingsPlansUtilizationDetailsCommandOutput
245
+ | GetTagsCommandOutput
246
+ | GetUsageForecastCommandOutput
247
+ | ListCostAllocationTagsCommandOutput
248
+ | ListCostCategoryDefinitionsCommandOutput
249
+ | ListTagsForResourceCommandOutput
250
+ | ProvideAnomalyFeedbackCommandOutput
251
+ | TagResourceCommandOutput
252
+ | UntagResourceCommandOutput
253
+ | UpdateAnomalyMonitorCommandOutput
254
+ | UpdateAnomalySubscriptionCommandOutput
255
+ | UpdateCostAllocationTagsStatusCommandOutput
256
+ | UpdateCostCategoryDefinitionCommandOutput;
257
+ export interface ClientDefaults
258
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
259
+ requestHandler?: __HttpHandler;
260
+ sha256?: __HashConstructor;
261
+ urlParser?: __UrlParser;
262
+ bodyLengthChecker?: __BodyLengthCalculator;
263
+ streamCollector?: __StreamCollector;
264
+ base64Decoder?: __Decoder;
265
+ base64Encoder?: __Encoder;
266
+ utf8Decoder?: __Decoder;
267
+ utf8Encoder?: __Encoder;
268
+ runtime?: string;
269
+ disableHostPrefix?: boolean;
270
+ maxAttempts?: number | __Provider<number>;
271
+ retryMode?: string | __Provider<string>;
272
+ logger?: __Logger;
273
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
274
+ useFipsEndpoint?: boolean | __Provider<boolean>;
275
+ serviceId?: string;
276
+ region?: string | __Provider<string>;
277
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
278
+ regionInfoProvider?: RegionInfoProvider;
279
+ defaultUserAgentProvider?: Provider<__UserAgent>;
280
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
281
+ }
282
+ declare type CostExplorerClientConfigType = Partial<
283
+ __SmithyConfiguration<__HttpHandlerOptions>
284
+ > &
285
+ ClientDefaults &
286
+ RegionInputConfig &
287
+ EndpointsInputConfig &
288
+ RetryInputConfig &
289
+ HostHeaderInputConfig &
290
+ AwsAuthInputConfig &
291
+ UserAgentInputConfig;
292
+ export interface CostExplorerClientConfig
293
+ extends CostExplorerClientConfigType {}
294
+ declare type CostExplorerClientResolvedConfigType =
295
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
296
+ Required<ClientDefaults> &
297
+ RegionResolvedConfig &
298
+ EndpointsResolvedConfig &
299
+ RetryResolvedConfig &
300
+ HostHeaderResolvedConfig &
301
+ AwsAuthResolvedConfig &
302
+ UserAgentResolvedConfig;
303
+ export interface CostExplorerClientResolvedConfig
304
+ extends CostExplorerClientResolvedConfigType {}
305
+ export declare class CostExplorerClient extends __Client<
306
+ __HttpHandlerOptions,
307
+ ServiceInputTypes,
308
+ ServiceOutputTypes,
309
+ CostExplorerClientResolvedConfig
310
+ > {
311
+ readonly config: CostExplorerClientResolvedConfig;
312
+ constructor(configuration: CostExplorerClientConfig);
313
+ destroy(): void;
314
+ }
315
+ export {};
@@ -1,17 +1,39 @@
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 { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
5
- export interface CreateAnomalyMonitorCommandInput extends CreateAnomalyMonitorRequest {
6
- }
7
- export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAnomalyMonitorCommand extends $Command<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: CreateAnomalyMonitorCommandInput;
12
- constructor(input: CreateAnomalyMonitorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput>;
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
+ CreateAnomalyMonitorRequest,
15
+ CreateAnomalyMonitorResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAnomalyMonitorCommandInput
18
+ extends CreateAnomalyMonitorRequest {}
19
+ export interface CreateAnomalyMonitorCommandOutput
20
+ extends CreateAnomalyMonitorResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateAnomalyMonitorCommand extends $Command<
23
+ CreateAnomalyMonitorCommandInput,
24
+ CreateAnomalyMonitorCommandOutput,
25
+ CostExplorerClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAnomalyMonitorCommandInput;
28
+ constructor(input: CreateAnomalyMonitorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CostExplorerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateAnomalyMonitorCommandInput,
35
+ CreateAnomalyMonitorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0";
5
- export interface CreateAnomalySubscriptionCommandInput extends CreateAnomalySubscriptionRequest {
6
- }
7
- export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAnomalySubscriptionCommand extends $Command<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: CreateAnomalySubscriptionCommandInput;
12
- constructor(input: CreateAnomalySubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput>;
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
+ CreateAnomalySubscriptionRequest,
15
+ CreateAnomalySubscriptionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAnomalySubscriptionCommandInput
18
+ extends CreateAnomalySubscriptionRequest {}
19
+ export interface CreateAnomalySubscriptionCommandOutput
20
+ extends CreateAnomalySubscriptionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateAnomalySubscriptionCommand extends $Command<
23
+ CreateAnomalySubscriptionCommandInput,
24
+ CreateAnomalySubscriptionCommandOutput,
25
+ CostExplorerClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAnomalySubscriptionCommandInput;
28
+ constructor(input: CreateAnomalySubscriptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CostExplorerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateAnomalySubscriptionCommandInput,
35
+ CreateAnomalySubscriptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
5
- export interface CreateCostCategoryDefinitionCommandInput extends CreateCostCategoryDefinitionRequest {
6
- }
7
- export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCategoryDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCostCategoryDefinitionCommand extends $Command<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
11
- readonly input: CreateCostCategoryDefinitionCommandInput;
12
- constructor(input: CreateCostCategoryDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput>;
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
+ CreateCostCategoryDefinitionRequest,
15
+ CreateCostCategoryDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateCostCategoryDefinitionCommandInput
18
+ extends CreateCostCategoryDefinitionRequest {}
19
+ export interface CreateCostCategoryDefinitionCommandOutput
20
+ extends CreateCostCategoryDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateCostCategoryDefinitionCommand extends $Command<
23
+ CreateCostCategoryDefinitionCommandInput,
24
+ CreateCostCategoryDefinitionCommandOutput,
25
+ CostExplorerClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCostCategoryDefinitionCommandInput;
28
+ constructor(input: CreateCostCategoryDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CostExplorerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateCostCategoryDefinitionCommandInput,
35
+ CreateCostCategoryDefinitionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }