@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,416 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "../commands/CreateAnomalyMonitorCommand";
4
- import { CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput } from "../commands/CreateAnomalySubscriptionCommand";
5
- import { CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput } from "../commands/CreateCostCategoryDefinitionCommand";
6
- import { DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput } from "../commands/DeleteAnomalyMonitorCommand";
7
- import { DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput } from "../commands/DeleteAnomalySubscriptionCommand";
8
- import { DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput } from "../commands/DeleteCostCategoryDefinitionCommand";
9
- import { DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput } from "../commands/DescribeCostCategoryDefinitionCommand";
10
- import { GetAnomaliesCommandInput, GetAnomaliesCommandOutput } from "../commands/GetAnomaliesCommand";
11
- import { GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput } from "../commands/GetAnomalyMonitorsCommand";
12
- import { GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput } from "../commands/GetAnomalySubscriptionsCommand";
13
- import { GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput } from "../commands/GetApproximateUsageRecordsCommand";
14
- import { GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput } from "../commands/GetCommitmentPurchaseAnalysisCommand";
15
- import { GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput } from "../commands/GetCostAndUsageCommand";
16
- import { GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput } from "../commands/GetCostAndUsageComparisonsCommand";
17
- import { GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput } from "../commands/GetCostAndUsageWithResourcesCommand";
18
- import { GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput } from "../commands/GetCostCategoriesCommand";
19
- import { GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput } from "../commands/GetCostComparisonDriversCommand";
20
- import { GetCostForecastCommandInput, GetCostForecastCommandOutput } from "../commands/GetCostForecastCommand";
21
- import { GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput } from "../commands/GetDimensionValuesCommand";
22
- import { GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput } from "../commands/GetReservationCoverageCommand";
23
- import { GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput } from "../commands/GetReservationPurchaseRecommendationCommand";
24
- import { GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput } from "../commands/GetReservationUtilizationCommand";
25
- import { GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput } from "../commands/GetRightsizingRecommendationCommand";
26
- import { GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput } from "../commands/GetSavingsPlanPurchaseRecommendationDetailsCommand";
27
- import { GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput } from "../commands/GetSavingsPlansCoverageCommand";
28
- import { GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput } from "../commands/GetSavingsPlansPurchaseRecommendationCommand";
29
- import { GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput } from "../commands/GetSavingsPlansUtilizationCommand";
30
- import { GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput } from "../commands/GetSavingsPlansUtilizationDetailsCommand";
31
- import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
32
- import { GetUsageForecastCommandInput, GetUsageForecastCommandOutput } from "../commands/GetUsageForecastCommand";
33
- import { ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput } from "../commands/ListCommitmentPurchaseAnalysesCommand";
34
- import { ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput } from "../commands/ListCostAllocationTagBackfillHistoryCommand";
35
- import { ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput } from "../commands/ListCostAllocationTagsCommand";
36
- import { ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput } from "../commands/ListCostCategoryDefinitionsCommand";
37
- import { ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput } from "../commands/ListSavingsPlansPurchaseRecommendationGenerationCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
39
- import { ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput } from "../commands/ProvideAnomalyFeedbackCommand";
40
- import { StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput } from "../commands/StartCommitmentPurchaseAnalysisCommand";
41
- import { StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput } from "../commands/StartCostAllocationTagBackfillCommand";
42
- import { StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput } from "../commands/StartSavingsPlansPurchaseRecommendationGenerationCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
45
- import { UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput } from "../commands/UpdateAnomalyMonitorCommand";
46
- import { UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput } from "../commands/UpdateAnomalySubscriptionCommand";
47
- import { UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput } from "../commands/UpdateCostAllocationTagsStatusCommand";
48
- import { UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput } from "../commands/UpdateCostCategoryDefinitionCommand";
49
- /**
50
- * serializeAws_json1_1CreateAnomalyMonitorCommand
51
- */
52
- export declare const se_CreateAnomalyMonitorCommand: (input: CreateAnomalyMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_json1_1CreateAnomalySubscriptionCommand
55
- */
56
- export declare const se_CreateAnomalySubscriptionCommand: (input: CreateAnomalySubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_json1_1CreateCostCategoryDefinitionCommand
59
- */
60
- export declare const se_CreateCostCategoryDefinitionCommand: (input: CreateCostCategoryDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_json1_1DeleteAnomalyMonitorCommand
63
- */
64
- export declare const se_DeleteAnomalyMonitorCommand: (input: DeleteAnomalyMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_json1_1DeleteAnomalySubscriptionCommand
67
- */
68
- export declare const se_DeleteAnomalySubscriptionCommand: (input: DeleteAnomalySubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_json1_1DeleteCostCategoryDefinitionCommand
71
- */
72
- export declare const se_DeleteCostCategoryDefinitionCommand: (input: DeleteCostCategoryDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_json1_1DescribeCostCategoryDefinitionCommand
75
- */
76
- export declare const se_DescribeCostCategoryDefinitionCommand: (input: DescribeCostCategoryDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_json1_1GetAnomaliesCommand
79
- */
80
- export declare const se_GetAnomaliesCommand: (input: GetAnomaliesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_json1_1GetAnomalyMonitorsCommand
83
- */
84
- export declare const se_GetAnomalyMonitorsCommand: (input: GetAnomalyMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_json1_1GetAnomalySubscriptionsCommand
87
- */
88
- export declare const se_GetAnomalySubscriptionsCommand: (input: GetAnomalySubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_json1_1GetApproximateUsageRecordsCommand
91
- */
92
- export declare const se_GetApproximateUsageRecordsCommand: (input: GetApproximateUsageRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_json1_1GetCommitmentPurchaseAnalysisCommand
95
- */
96
- export declare const se_GetCommitmentPurchaseAnalysisCommand: (input: GetCommitmentPurchaseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_json1_1GetCostAndUsageCommand
99
- */
100
- export declare const se_GetCostAndUsageCommand: (input: GetCostAndUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_json1_1GetCostAndUsageComparisonsCommand
103
- */
104
- export declare const se_GetCostAndUsageComparisonsCommand: (input: GetCostAndUsageComparisonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_json1_1GetCostAndUsageWithResourcesCommand
107
- */
108
- export declare const se_GetCostAndUsageWithResourcesCommand: (input: GetCostAndUsageWithResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_json1_1GetCostCategoriesCommand
111
- */
112
- export declare const se_GetCostCategoriesCommand: (input: GetCostCategoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_json1_1GetCostComparisonDriversCommand
115
- */
116
- export declare const se_GetCostComparisonDriversCommand: (input: GetCostComparisonDriversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_json1_1GetCostForecastCommand
119
- */
120
- export declare const se_GetCostForecastCommand: (input: GetCostForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_json1_1GetDimensionValuesCommand
123
- */
124
- export declare const se_GetDimensionValuesCommand: (input: GetDimensionValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_json1_1GetReservationCoverageCommand
127
- */
128
- export declare const se_GetReservationCoverageCommand: (input: GetReservationCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_json1_1GetReservationPurchaseRecommendationCommand
131
- */
132
- export declare const se_GetReservationPurchaseRecommendationCommand: (input: GetReservationPurchaseRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_json1_1GetReservationUtilizationCommand
135
- */
136
- export declare const se_GetReservationUtilizationCommand: (input: GetReservationUtilizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_json1_1GetRightsizingRecommendationCommand
139
- */
140
- export declare const se_GetRightsizingRecommendationCommand: (input: GetRightsizingRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_json1_1GetSavingsPlanPurchaseRecommendationDetailsCommand
143
- */
144
- export declare const se_GetSavingsPlanPurchaseRecommendationDetailsCommand: (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_json1_1GetSavingsPlansCoverageCommand
147
- */
148
- export declare const se_GetSavingsPlansCoverageCommand: (input: GetSavingsPlansCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_json1_1GetSavingsPlansPurchaseRecommendationCommand
151
- */
152
- export declare const se_GetSavingsPlansPurchaseRecommendationCommand: (input: GetSavingsPlansPurchaseRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_json1_1GetSavingsPlansUtilizationCommand
155
- */
156
- export declare const se_GetSavingsPlansUtilizationCommand: (input: GetSavingsPlansUtilizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_json1_1GetSavingsPlansUtilizationDetailsCommand
159
- */
160
- export declare const se_GetSavingsPlansUtilizationDetailsCommand: (input: GetSavingsPlansUtilizationDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_json1_1GetTagsCommand
163
- */
164
- export declare const se_GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_json1_1GetUsageForecastCommand
167
- */
168
- export declare const se_GetUsageForecastCommand: (input: GetUsageForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_json1_1ListCommitmentPurchaseAnalysesCommand
171
- */
172
- export declare const se_ListCommitmentPurchaseAnalysesCommand: (input: ListCommitmentPurchaseAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_json1_1ListCostAllocationTagBackfillHistoryCommand
175
- */
176
- export declare const se_ListCostAllocationTagBackfillHistoryCommand: (input: ListCostAllocationTagBackfillHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_json1_1ListCostAllocationTagsCommand
179
- */
180
- export declare const se_ListCostAllocationTagsCommand: (input: ListCostAllocationTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_json1_1ListCostCategoryDefinitionsCommand
183
- */
184
- export declare const se_ListCostCategoryDefinitionsCommand: (input: ListCostCategoryDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_json1_1ListSavingsPlansPurchaseRecommendationGenerationCommand
187
- */
188
- export declare const se_ListSavingsPlansPurchaseRecommendationGenerationCommand: (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_json1_1ListTagsForResourceCommand
191
- */
192
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_json1_1ProvideAnomalyFeedbackCommand
195
- */
196
- export declare const se_ProvideAnomalyFeedbackCommand: (input: ProvideAnomalyFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_json1_1StartCommitmentPurchaseAnalysisCommand
199
- */
200
- export declare const se_StartCommitmentPurchaseAnalysisCommand: (input: StartCommitmentPurchaseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_json1_1StartCostAllocationTagBackfillCommand
203
- */
204
- export declare const se_StartCostAllocationTagBackfillCommand: (input: StartCostAllocationTagBackfillCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_json1_1StartSavingsPlansPurchaseRecommendationGenerationCommand
207
- */
208
- export declare const se_StartSavingsPlansPurchaseRecommendationGenerationCommand: (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_json1_1TagResourceCommand
211
- */
212
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * serializeAws_json1_1UntagResourceCommand
215
- */
216
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- /**
218
- * serializeAws_json1_1UpdateAnomalyMonitorCommand
219
- */
220
- export declare const se_UpdateAnomalyMonitorCommand: (input: UpdateAnomalyMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- /**
222
- * serializeAws_json1_1UpdateAnomalySubscriptionCommand
223
- */
224
- export declare const se_UpdateAnomalySubscriptionCommand: (input: UpdateAnomalySubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- /**
226
- * serializeAws_json1_1UpdateCostAllocationTagsStatusCommand
227
- */
228
- export declare const se_UpdateCostAllocationTagsStatusCommand: (input: UpdateCostAllocationTagsStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- /**
230
- * serializeAws_json1_1UpdateCostCategoryDefinitionCommand
231
- */
232
- export declare const se_UpdateCostCategoryDefinitionCommand: (input: UpdateCostCategoryDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- /**
234
- * deserializeAws_json1_1CreateAnomalyMonitorCommand
235
- */
236
- export declare const de_CreateAnomalyMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnomalyMonitorCommandOutput>;
237
- /**
238
- * deserializeAws_json1_1CreateAnomalySubscriptionCommand
239
- */
240
- export declare const de_CreateAnomalySubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnomalySubscriptionCommandOutput>;
241
- /**
242
- * deserializeAws_json1_1CreateCostCategoryDefinitionCommand
243
- */
244
- export declare const de_CreateCostCategoryDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCostCategoryDefinitionCommandOutput>;
245
- /**
246
- * deserializeAws_json1_1DeleteAnomalyMonitorCommand
247
- */
248
- export declare const de_DeleteAnomalyMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnomalyMonitorCommandOutput>;
249
- /**
250
- * deserializeAws_json1_1DeleteAnomalySubscriptionCommand
251
- */
252
- export declare const de_DeleteAnomalySubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnomalySubscriptionCommandOutput>;
253
- /**
254
- * deserializeAws_json1_1DeleteCostCategoryDefinitionCommand
255
- */
256
- export declare const de_DeleteCostCategoryDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCostCategoryDefinitionCommandOutput>;
257
- /**
258
- * deserializeAws_json1_1DescribeCostCategoryDefinitionCommand
259
- */
260
- export declare const de_DescribeCostCategoryDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCostCategoryDefinitionCommandOutput>;
261
- /**
262
- * deserializeAws_json1_1GetAnomaliesCommand
263
- */
264
- export declare const de_GetAnomaliesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnomaliesCommandOutput>;
265
- /**
266
- * deserializeAws_json1_1GetAnomalyMonitorsCommand
267
- */
268
- export declare const de_GetAnomalyMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnomalyMonitorsCommandOutput>;
269
- /**
270
- * deserializeAws_json1_1GetAnomalySubscriptionsCommand
271
- */
272
- export declare const de_GetAnomalySubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnomalySubscriptionsCommandOutput>;
273
- /**
274
- * deserializeAws_json1_1GetApproximateUsageRecordsCommand
275
- */
276
- export declare const de_GetApproximateUsageRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApproximateUsageRecordsCommandOutput>;
277
- /**
278
- * deserializeAws_json1_1GetCommitmentPurchaseAnalysisCommand
279
- */
280
- export declare const de_GetCommitmentPurchaseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommitmentPurchaseAnalysisCommandOutput>;
281
- /**
282
- * deserializeAws_json1_1GetCostAndUsageCommand
283
- */
284
- export declare const de_GetCostAndUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostAndUsageCommandOutput>;
285
- /**
286
- * deserializeAws_json1_1GetCostAndUsageComparisonsCommand
287
- */
288
- export declare const de_GetCostAndUsageComparisonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostAndUsageComparisonsCommandOutput>;
289
- /**
290
- * deserializeAws_json1_1GetCostAndUsageWithResourcesCommand
291
- */
292
- export declare const de_GetCostAndUsageWithResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostAndUsageWithResourcesCommandOutput>;
293
- /**
294
- * deserializeAws_json1_1GetCostCategoriesCommand
295
- */
296
- export declare const de_GetCostCategoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostCategoriesCommandOutput>;
297
- /**
298
- * deserializeAws_json1_1GetCostComparisonDriversCommand
299
- */
300
- export declare const de_GetCostComparisonDriversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostComparisonDriversCommandOutput>;
301
- /**
302
- * deserializeAws_json1_1GetCostForecastCommand
303
- */
304
- export declare const de_GetCostForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostForecastCommandOutput>;
305
- /**
306
- * deserializeAws_json1_1GetDimensionValuesCommand
307
- */
308
- export declare const de_GetDimensionValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDimensionValuesCommandOutput>;
309
- /**
310
- * deserializeAws_json1_1GetReservationCoverageCommand
311
- */
312
- export declare const de_GetReservationCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservationCoverageCommandOutput>;
313
- /**
314
- * deserializeAws_json1_1GetReservationPurchaseRecommendationCommand
315
- */
316
- export declare const de_GetReservationPurchaseRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservationPurchaseRecommendationCommandOutput>;
317
- /**
318
- * deserializeAws_json1_1GetReservationUtilizationCommand
319
- */
320
- export declare const de_GetReservationUtilizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservationUtilizationCommandOutput>;
321
- /**
322
- * deserializeAws_json1_1GetRightsizingRecommendationCommand
323
- */
324
- export declare const de_GetRightsizingRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRightsizingRecommendationCommandOutput>;
325
- /**
326
- * deserializeAws_json1_1GetSavingsPlanPurchaseRecommendationDetailsCommand
327
- */
328
- export declare const de_GetSavingsPlanPurchaseRecommendationDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSavingsPlanPurchaseRecommendationDetailsCommandOutput>;
329
- /**
330
- * deserializeAws_json1_1GetSavingsPlansCoverageCommand
331
- */
332
- export declare const de_GetSavingsPlansCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSavingsPlansCoverageCommandOutput>;
333
- /**
334
- * deserializeAws_json1_1GetSavingsPlansPurchaseRecommendationCommand
335
- */
336
- export declare const de_GetSavingsPlansPurchaseRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSavingsPlansPurchaseRecommendationCommandOutput>;
337
- /**
338
- * deserializeAws_json1_1GetSavingsPlansUtilizationCommand
339
- */
340
- export declare const de_GetSavingsPlansUtilizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSavingsPlansUtilizationCommandOutput>;
341
- /**
342
- * deserializeAws_json1_1GetSavingsPlansUtilizationDetailsCommand
343
- */
344
- export declare const de_GetSavingsPlansUtilizationDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSavingsPlansUtilizationDetailsCommandOutput>;
345
- /**
346
- * deserializeAws_json1_1GetTagsCommand
347
- */
348
- export declare const de_GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
349
- /**
350
- * deserializeAws_json1_1GetUsageForecastCommand
351
- */
352
- export declare const de_GetUsageForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageForecastCommandOutput>;
353
- /**
354
- * deserializeAws_json1_1ListCommitmentPurchaseAnalysesCommand
355
- */
356
- export declare const de_ListCommitmentPurchaseAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommitmentPurchaseAnalysesCommandOutput>;
357
- /**
358
- * deserializeAws_json1_1ListCostAllocationTagBackfillHistoryCommand
359
- */
360
- export declare const de_ListCostAllocationTagBackfillHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCostAllocationTagBackfillHistoryCommandOutput>;
361
- /**
362
- * deserializeAws_json1_1ListCostAllocationTagsCommand
363
- */
364
- export declare const de_ListCostAllocationTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCostAllocationTagsCommandOutput>;
365
- /**
366
- * deserializeAws_json1_1ListCostCategoryDefinitionsCommand
367
- */
368
- export declare const de_ListCostCategoryDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCostCategoryDefinitionsCommandOutput>;
369
- /**
370
- * deserializeAws_json1_1ListSavingsPlansPurchaseRecommendationGenerationCommand
371
- */
372
- export declare const de_ListSavingsPlansPurchaseRecommendationGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
373
- /**
374
- * deserializeAws_json1_1ListTagsForResourceCommand
375
- */
376
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
377
- /**
378
- * deserializeAws_json1_1ProvideAnomalyFeedbackCommand
379
- */
380
- export declare const de_ProvideAnomalyFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvideAnomalyFeedbackCommandOutput>;
381
- /**
382
- * deserializeAws_json1_1StartCommitmentPurchaseAnalysisCommand
383
- */
384
- export declare const de_StartCommitmentPurchaseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCommitmentPurchaseAnalysisCommandOutput>;
385
- /**
386
- * deserializeAws_json1_1StartCostAllocationTagBackfillCommand
387
- */
388
- export declare const de_StartCostAllocationTagBackfillCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCostAllocationTagBackfillCommandOutput>;
389
- /**
390
- * deserializeAws_json1_1StartSavingsPlansPurchaseRecommendationGenerationCommand
391
- */
392
- export declare const de_StartSavingsPlansPurchaseRecommendationGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
393
- /**
394
- * deserializeAws_json1_1TagResourceCommand
395
- */
396
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
397
- /**
398
- * deserializeAws_json1_1UntagResourceCommand
399
- */
400
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
401
- /**
402
- * deserializeAws_json1_1UpdateAnomalyMonitorCommand
403
- */
404
- export declare const de_UpdateAnomalyMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnomalyMonitorCommandOutput>;
405
- /**
406
- * deserializeAws_json1_1UpdateAnomalySubscriptionCommand
407
- */
408
- export declare const de_UpdateAnomalySubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnomalySubscriptionCommandOutput>;
409
- /**
410
- * deserializeAws_json1_1UpdateCostAllocationTagsStatusCommand
411
- */
412
- export declare const de_UpdateCostAllocationTagsStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCostAllocationTagsStatusCommandOutput>;
413
- /**
414
- * deserializeAws_json1_1UpdateCostCategoryDefinitionCommand
415
- */
416
- export declare const de_UpdateCostCategoryDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCostCategoryDefinitionCommandOutput>;