@aws-sdk/client-cost-explorer 3.927.0 → 3.928.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 (67) hide show
  1. package/dist-cjs/index.js +2554 -2100
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CostExplorerClient.js +2 -0
  4. package/dist-es/commands/CreateAnomalyMonitorCommand.js +3 -9
  5. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +3 -9
  7. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +3 -9
  8. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +3 -9
  9. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +3 -9
  10. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +3 -9
  11. package/dist-es/commands/GetAnomaliesCommand.js +3 -9
  12. package/dist-es/commands/GetAnomalyMonitorsCommand.js +3 -9
  13. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +3 -9
  14. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +3 -9
  15. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +3 -9
  16. package/dist-es/commands/GetCostAndUsageCommand.js +3 -9
  17. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +3 -9
  18. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +3 -9
  19. package/dist-es/commands/GetCostCategoriesCommand.js +3 -9
  20. package/dist-es/commands/GetCostComparisonDriversCommand.js +3 -9
  21. package/dist-es/commands/GetCostForecastCommand.js +3 -9
  22. package/dist-es/commands/GetDimensionValuesCommand.js +3 -9
  23. package/dist-es/commands/GetReservationCoverageCommand.js +3 -9
  24. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +3 -9
  25. package/dist-es/commands/GetReservationUtilizationCommand.js +3 -9
  26. package/dist-es/commands/GetRightsizingRecommendationCommand.js +3 -9
  27. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +3 -9
  28. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +3 -9
  29. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +3 -9
  30. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +3 -9
  31. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +3 -9
  32. package/dist-es/commands/GetTagsCommand.js +3 -9
  33. package/dist-es/commands/GetUsageForecastCommand.js +3 -9
  34. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +3 -9
  35. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +3 -9
  36. package/dist-es/commands/ListCostAllocationTagsCommand.js +3 -9
  37. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +3 -9
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +3 -9
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +3 -9
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +3 -9
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +3 -9
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +3 -9
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +3 -9
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +3 -9
  50. package/dist-es/runtimeConfig.shared.js +7 -0
  51. package/dist-es/schemas/schemas_0.js +2437 -0
  52. package/dist-types/CostExplorerClient.d.ts +10 -1
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +320 -0
  58. package/dist-types/ts3.4/CostExplorerClient.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
  64. package/package.json +5 -5
  65. package/dist-es/protocols/Aws_json1_1.js +0 -1737
  66. package/dist-types/protocols/Aws_json1_1.d.ts +0 -416
  67. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -557
@@ -1,557 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateAnomalyMonitorCommandInput,
8
- CreateAnomalyMonitorCommandOutput,
9
- } from "../commands/CreateAnomalyMonitorCommand";
10
- import {
11
- CreateAnomalySubscriptionCommandInput,
12
- CreateAnomalySubscriptionCommandOutput,
13
- } from "../commands/CreateAnomalySubscriptionCommand";
14
- import {
15
- CreateCostCategoryDefinitionCommandInput,
16
- CreateCostCategoryDefinitionCommandOutput,
17
- } from "../commands/CreateCostCategoryDefinitionCommand";
18
- import {
19
- DeleteAnomalyMonitorCommandInput,
20
- DeleteAnomalyMonitorCommandOutput,
21
- } from "../commands/DeleteAnomalyMonitorCommand";
22
- import {
23
- DeleteAnomalySubscriptionCommandInput,
24
- DeleteAnomalySubscriptionCommandOutput,
25
- } from "../commands/DeleteAnomalySubscriptionCommand";
26
- import {
27
- DeleteCostCategoryDefinitionCommandInput,
28
- DeleteCostCategoryDefinitionCommandOutput,
29
- } from "../commands/DeleteCostCategoryDefinitionCommand";
30
- import {
31
- DescribeCostCategoryDefinitionCommandInput,
32
- DescribeCostCategoryDefinitionCommandOutput,
33
- } from "../commands/DescribeCostCategoryDefinitionCommand";
34
- import {
35
- GetAnomaliesCommandInput,
36
- GetAnomaliesCommandOutput,
37
- } from "../commands/GetAnomaliesCommand";
38
- import {
39
- GetAnomalyMonitorsCommandInput,
40
- GetAnomalyMonitorsCommandOutput,
41
- } from "../commands/GetAnomalyMonitorsCommand";
42
- import {
43
- GetAnomalySubscriptionsCommandInput,
44
- GetAnomalySubscriptionsCommandOutput,
45
- } from "../commands/GetAnomalySubscriptionsCommand";
46
- import {
47
- GetApproximateUsageRecordsCommandInput,
48
- GetApproximateUsageRecordsCommandOutput,
49
- } from "../commands/GetApproximateUsageRecordsCommand";
50
- import {
51
- GetCommitmentPurchaseAnalysisCommandInput,
52
- GetCommitmentPurchaseAnalysisCommandOutput,
53
- } from "../commands/GetCommitmentPurchaseAnalysisCommand";
54
- import {
55
- GetCostAndUsageCommandInput,
56
- GetCostAndUsageCommandOutput,
57
- } from "../commands/GetCostAndUsageCommand";
58
- import {
59
- GetCostAndUsageComparisonsCommandInput,
60
- GetCostAndUsageComparisonsCommandOutput,
61
- } from "../commands/GetCostAndUsageComparisonsCommand";
62
- import {
63
- GetCostAndUsageWithResourcesCommandInput,
64
- GetCostAndUsageWithResourcesCommandOutput,
65
- } from "../commands/GetCostAndUsageWithResourcesCommand";
66
- import {
67
- GetCostCategoriesCommandInput,
68
- GetCostCategoriesCommandOutput,
69
- } from "../commands/GetCostCategoriesCommand";
70
- import {
71
- GetCostComparisonDriversCommandInput,
72
- GetCostComparisonDriversCommandOutput,
73
- } from "../commands/GetCostComparisonDriversCommand";
74
- import {
75
- GetCostForecastCommandInput,
76
- GetCostForecastCommandOutput,
77
- } from "../commands/GetCostForecastCommand";
78
- import {
79
- GetDimensionValuesCommandInput,
80
- GetDimensionValuesCommandOutput,
81
- } from "../commands/GetDimensionValuesCommand";
82
- import {
83
- GetReservationCoverageCommandInput,
84
- GetReservationCoverageCommandOutput,
85
- } from "../commands/GetReservationCoverageCommand";
86
- import {
87
- GetReservationPurchaseRecommendationCommandInput,
88
- GetReservationPurchaseRecommendationCommandOutput,
89
- } from "../commands/GetReservationPurchaseRecommendationCommand";
90
- import {
91
- GetReservationUtilizationCommandInput,
92
- GetReservationUtilizationCommandOutput,
93
- } from "../commands/GetReservationUtilizationCommand";
94
- import {
95
- GetRightsizingRecommendationCommandInput,
96
- GetRightsizingRecommendationCommandOutput,
97
- } from "../commands/GetRightsizingRecommendationCommand";
98
- import {
99
- GetSavingsPlanPurchaseRecommendationDetailsCommandInput,
100
- GetSavingsPlanPurchaseRecommendationDetailsCommandOutput,
101
- } from "../commands/GetSavingsPlanPurchaseRecommendationDetailsCommand";
102
- import {
103
- GetSavingsPlansCoverageCommandInput,
104
- GetSavingsPlansCoverageCommandOutput,
105
- } from "../commands/GetSavingsPlansCoverageCommand";
106
- import {
107
- GetSavingsPlansPurchaseRecommendationCommandInput,
108
- GetSavingsPlansPurchaseRecommendationCommandOutput,
109
- } from "../commands/GetSavingsPlansPurchaseRecommendationCommand";
110
- import {
111
- GetSavingsPlansUtilizationCommandInput,
112
- GetSavingsPlansUtilizationCommandOutput,
113
- } from "../commands/GetSavingsPlansUtilizationCommand";
114
- import {
115
- GetSavingsPlansUtilizationDetailsCommandInput,
116
- GetSavingsPlansUtilizationDetailsCommandOutput,
117
- } from "../commands/GetSavingsPlansUtilizationDetailsCommand";
118
- import {
119
- GetTagsCommandInput,
120
- GetTagsCommandOutput,
121
- } from "../commands/GetTagsCommand";
122
- import {
123
- GetUsageForecastCommandInput,
124
- GetUsageForecastCommandOutput,
125
- } from "../commands/GetUsageForecastCommand";
126
- import {
127
- ListCommitmentPurchaseAnalysesCommandInput,
128
- ListCommitmentPurchaseAnalysesCommandOutput,
129
- } from "../commands/ListCommitmentPurchaseAnalysesCommand";
130
- import {
131
- ListCostAllocationTagBackfillHistoryCommandInput,
132
- ListCostAllocationTagBackfillHistoryCommandOutput,
133
- } from "../commands/ListCostAllocationTagBackfillHistoryCommand";
134
- import {
135
- ListCostAllocationTagsCommandInput,
136
- ListCostAllocationTagsCommandOutput,
137
- } from "../commands/ListCostAllocationTagsCommand";
138
- import {
139
- ListCostCategoryDefinitionsCommandInput,
140
- ListCostCategoryDefinitionsCommandOutput,
141
- } from "../commands/ListCostCategoryDefinitionsCommand";
142
- import {
143
- ListSavingsPlansPurchaseRecommendationGenerationCommandInput,
144
- ListSavingsPlansPurchaseRecommendationGenerationCommandOutput,
145
- } from "../commands/ListSavingsPlansPurchaseRecommendationGenerationCommand";
146
- import {
147
- ListTagsForResourceCommandInput,
148
- ListTagsForResourceCommandOutput,
149
- } from "../commands/ListTagsForResourceCommand";
150
- import {
151
- ProvideAnomalyFeedbackCommandInput,
152
- ProvideAnomalyFeedbackCommandOutput,
153
- } from "../commands/ProvideAnomalyFeedbackCommand";
154
- import {
155
- StartCommitmentPurchaseAnalysisCommandInput,
156
- StartCommitmentPurchaseAnalysisCommandOutput,
157
- } from "../commands/StartCommitmentPurchaseAnalysisCommand";
158
- import {
159
- StartCostAllocationTagBackfillCommandInput,
160
- StartCostAllocationTagBackfillCommandOutput,
161
- } from "../commands/StartCostAllocationTagBackfillCommand";
162
- import {
163
- StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
164
- StartSavingsPlansPurchaseRecommendationGenerationCommandOutput,
165
- } from "../commands/StartSavingsPlansPurchaseRecommendationGenerationCommand";
166
- import {
167
- TagResourceCommandInput,
168
- TagResourceCommandOutput,
169
- } from "../commands/TagResourceCommand";
170
- import {
171
- UntagResourceCommandInput,
172
- UntagResourceCommandOutput,
173
- } from "../commands/UntagResourceCommand";
174
- import {
175
- UpdateAnomalyMonitorCommandInput,
176
- UpdateAnomalyMonitorCommandOutput,
177
- } from "../commands/UpdateAnomalyMonitorCommand";
178
- import {
179
- UpdateAnomalySubscriptionCommandInput,
180
- UpdateAnomalySubscriptionCommandOutput,
181
- } from "../commands/UpdateAnomalySubscriptionCommand";
182
- import {
183
- UpdateCostAllocationTagsStatusCommandInput,
184
- UpdateCostAllocationTagsStatusCommandOutput,
185
- } from "../commands/UpdateCostAllocationTagsStatusCommand";
186
- import {
187
- UpdateCostCategoryDefinitionCommandInput,
188
- UpdateCostCategoryDefinitionCommandOutput,
189
- } from "../commands/UpdateCostCategoryDefinitionCommand";
190
- export declare const se_CreateAnomalyMonitorCommand: (
191
- input: CreateAnomalyMonitorCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_CreateAnomalySubscriptionCommand: (
195
- input: CreateAnomalySubscriptionCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_CreateCostCategoryDefinitionCommand: (
199
- input: CreateCostCategoryDefinitionCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteAnomalyMonitorCommand: (
203
- input: DeleteAnomalyMonitorCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DeleteAnomalySubscriptionCommand: (
207
- input: DeleteAnomalySubscriptionCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DeleteCostCategoryDefinitionCommand: (
211
- input: DeleteCostCategoryDefinitionCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DescribeCostCategoryDefinitionCommand: (
215
- input: DescribeCostCategoryDefinitionCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetAnomaliesCommand: (
219
- input: GetAnomaliesCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetAnomalyMonitorsCommand: (
223
- input: GetAnomalyMonitorsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetAnomalySubscriptionsCommand: (
227
- input: GetAnomalySubscriptionsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetApproximateUsageRecordsCommand: (
231
- input: GetApproximateUsageRecordsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetCommitmentPurchaseAnalysisCommand: (
235
- input: GetCommitmentPurchaseAnalysisCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetCostAndUsageCommand: (
239
- input: GetCostAndUsageCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetCostAndUsageComparisonsCommand: (
243
- input: GetCostAndUsageComparisonsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetCostAndUsageWithResourcesCommand: (
247
- input: GetCostAndUsageWithResourcesCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_GetCostCategoriesCommand: (
251
- input: GetCostCategoriesCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_GetCostComparisonDriversCommand: (
255
- input: GetCostComparisonDriversCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_GetCostForecastCommand: (
259
- input: GetCostForecastCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_GetDimensionValuesCommand: (
263
- input: GetDimensionValuesCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_GetReservationCoverageCommand: (
267
- input: GetReservationCoverageCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_GetReservationPurchaseRecommendationCommand: (
271
- input: GetReservationPurchaseRecommendationCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_GetReservationUtilizationCommand: (
275
- input: GetReservationUtilizationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_GetRightsizingRecommendationCommand: (
279
- input: GetRightsizingRecommendationCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_GetSavingsPlanPurchaseRecommendationDetailsCommand: (
283
- input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_GetSavingsPlansCoverageCommand: (
287
- input: GetSavingsPlansCoverageCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_GetSavingsPlansPurchaseRecommendationCommand: (
291
- input: GetSavingsPlansPurchaseRecommendationCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_GetSavingsPlansUtilizationCommand: (
295
- input: GetSavingsPlansUtilizationCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_GetSavingsPlansUtilizationDetailsCommand: (
299
- input: GetSavingsPlansUtilizationDetailsCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_GetTagsCommand: (
303
- input: GetTagsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetUsageForecastCommand: (
307
- input: GetUsageForecastCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ListCommitmentPurchaseAnalysesCommand: (
311
- input: ListCommitmentPurchaseAnalysesCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_ListCostAllocationTagBackfillHistoryCommand: (
315
- input: ListCostAllocationTagBackfillHistoryCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_ListCostAllocationTagsCommand: (
319
- input: ListCostAllocationTagsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListCostCategoryDefinitionsCommand: (
323
- input: ListCostCategoryDefinitionsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListSavingsPlansPurchaseRecommendationGenerationCommand: (
327
- input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_ListTagsForResourceCommand: (
331
- input: ListTagsForResourceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_ProvideAnomalyFeedbackCommand: (
335
- input: ProvideAnomalyFeedbackCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_StartCommitmentPurchaseAnalysisCommand: (
339
- input: StartCommitmentPurchaseAnalysisCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_StartCostAllocationTagBackfillCommand: (
343
- input: StartCostAllocationTagBackfillCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_StartSavingsPlansPurchaseRecommendationGenerationCommand: (
347
- input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_TagResourceCommand: (
351
- input: TagResourceCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_UntagResourceCommand: (
355
- input: UntagResourceCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_UpdateAnomalyMonitorCommand: (
359
- input: UpdateAnomalyMonitorCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_UpdateAnomalySubscriptionCommand: (
363
- input: UpdateAnomalySubscriptionCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_UpdateCostAllocationTagsStatusCommand: (
367
- input: UpdateCostAllocationTagsStatusCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_UpdateCostCategoryDefinitionCommand: (
371
- input: UpdateCostCategoryDefinitionCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const de_CreateAnomalyMonitorCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<CreateAnomalyMonitorCommandOutput>;
378
- export declare const de_CreateAnomalySubscriptionCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<CreateAnomalySubscriptionCommandOutput>;
382
- export declare const de_CreateCostCategoryDefinitionCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<CreateCostCategoryDefinitionCommandOutput>;
386
- export declare const de_DeleteAnomalyMonitorCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<DeleteAnomalyMonitorCommandOutput>;
390
- export declare const de_DeleteAnomalySubscriptionCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<DeleteAnomalySubscriptionCommandOutput>;
394
- export declare const de_DeleteCostCategoryDefinitionCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DeleteCostCategoryDefinitionCommandOutput>;
398
- export declare const de_DescribeCostCategoryDefinitionCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<DescribeCostCategoryDefinitionCommandOutput>;
402
- export declare const de_GetAnomaliesCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<GetAnomaliesCommandOutput>;
406
- export declare const de_GetAnomalyMonitorsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<GetAnomalyMonitorsCommandOutput>;
410
- export declare const de_GetAnomalySubscriptionsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<GetAnomalySubscriptionsCommandOutput>;
414
- export declare const de_GetApproximateUsageRecordsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<GetApproximateUsageRecordsCommandOutput>;
418
- export declare const de_GetCommitmentPurchaseAnalysisCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<GetCommitmentPurchaseAnalysisCommandOutput>;
422
- export declare const de_GetCostAndUsageCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<GetCostAndUsageCommandOutput>;
426
- export declare const de_GetCostAndUsageComparisonsCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<GetCostAndUsageComparisonsCommandOutput>;
430
- export declare const de_GetCostAndUsageWithResourcesCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<GetCostAndUsageWithResourcesCommandOutput>;
434
- export declare const de_GetCostCategoriesCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<GetCostCategoriesCommandOutput>;
438
- export declare const de_GetCostComparisonDriversCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<GetCostComparisonDriversCommandOutput>;
442
- export declare const de_GetCostForecastCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<GetCostForecastCommandOutput>;
446
- export declare const de_GetDimensionValuesCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<GetDimensionValuesCommandOutput>;
450
- export declare const de_GetReservationCoverageCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<GetReservationCoverageCommandOutput>;
454
- export declare const de_GetReservationPurchaseRecommendationCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<GetReservationPurchaseRecommendationCommandOutput>;
458
- export declare const de_GetReservationUtilizationCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<GetReservationUtilizationCommandOutput>;
462
- export declare const de_GetRightsizingRecommendationCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<GetRightsizingRecommendationCommandOutput>;
466
- export declare const de_GetSavingsPlanPurchaseRecommendationDetailsCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<GetSavingsPlanPurchaseRecommendationDetailsCommandOutput>;
470
- export declare const de_GetSavingsPlansCoverageCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<GetSavingsPlansCoverageCommandOutput>;
474
- export declare const de_GetSavingsPlansPurchaseRecommendationCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<GetSavingsPlansPurchaseRecommendationCommandOutput>;
478
- export declare const de_GetSavingsPlansUtilizationCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<GetSavingsPlansUtilizationCommandOutput>;
482
- export declare const de_GetSavingsPlansUtilizationDetailsCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<GetSavingsPlansUtilizationDetailsCommandOutput>;
486
- export declare const de_GetTagsCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<GetTagsCommandOutput>;
490
- export declare const de_GetUsageForecastCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<GetUsageForecastCommandOutput>;
494
- export declare const de_ListCommitmentPurchaseAnalysesCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<ListCommitmentPurchaseAnalysesCommandOutput>;
498
- export declare const de_ListCostAllocationTagBackfillHistoryCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<ListCostAllocationTagBackfillHistoryCommandOutput>;
502
- export declare const de_ListCostAllocationTagsCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<ListCostAllocationTagsCommandOutput>;
506
- export declare const de_ListCostCategoryDefinitionsCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<ListCostCategoryDefinitionsCommandOutput>;
510
- export declare const de_ListSavingsPlansPurchaseRecommendationGenerationCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
514
- export declare const de_ListTagsForResourceCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<ListTagsForResourceCommandOutput>;
518
- export declare const de_ProvideAnomalyFeedbackCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<ProvideAnomalyFeedbackCommandOutput>;
522
- export declare const de_StartCommitmentPurchaseAnalysisCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<StartCommitmentPurchaseAnalysisCommandOutput>;
526
- export declare const de_StartCostAllocationTagBackfillCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<StartCostAllocationTagBackfillCommandOutput>;
530
- export declare const de_StartSavingsPlansPurchaseRecommendationGenerationCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
534
- export declare const de_TagResourceCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<TagResourceCommandOutput>;
538
- export declare const de_UntagResourceCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<UntagResourceCommandOutput>;
542
- export declare const de_UpdateAnomalyMonitorCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<UpdateAnomalyMonitorCommandOutput>;
546
- export declare const de_UpdateAnomalySubscriptionCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<UpdateAnomalySubscriptionCommandOutput>;
550
- export declare const de_UpdateCostAllocationTagsStatusCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<UpdateCostAllocationTagsStatusCommandOutput>;
554
- export declare const de_UpdateCostCategoryDefinitionCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<UpdateCostCategoryDefinitionCommandOutput>;