@aws-sdk/client-cost-explorer 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CostExplorer.d.ts +159 -221
- package/dist-types/ts3.4/CostExplorerClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -32
- package/dist-types/ts3.4/models/errors.d.ts +15 -48
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -115,10 +115,7 @@ import {
|
|
|
115
115
|
GetSavingsPlansUtilizationDetailsCommandInput,
|
|
116
116
|
GetSavingsPlansUtilizationDetailsCommandOutput,
|
|
117
117
|
} from "./commands/GetSavingsPlansUtilizationDetailsCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetTagsCommandInput,
|
|
120
|
-
GetTagsCommandOutput,
|
|
121
|
-
} from "./commands/GetTagsCommand";
|
|
118
|
+
import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
|
|
122
119
|
import {
|
|
123
120
|
GetUsageForecastCommandInput,
|
|
124
121
|
GetUsageForecastCommandOutput,
|
|
@@ -167,10 +164,7 @@ import {
|
|
|
167
164
|
StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
168
165
|
StartSavingsPlansPurchaseRecommendationGenerationCommandOutput,
|
|
169
166
|
} from "./commands/StartSavingsPlansPurchaseRecommendationGenerationCommand";
|
|
170
|
-
import {
|
|
171
|
-
TagResourceCommandInput,
|
|
172
|
-
TagResourceCommandOutput,
|
|
173
|
-
} from "./commands/TagResourceCommand";
|
|
167
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
174
168
|
import {
|
|
175
169
|
UntagResourceCommandInput,
|
|
176
170
|
UntagResourceCommandOutput,
|
|
@@ -195,778 +189,722 @@ import { CostExplorerClient } from "./CostExplorerClient";
|
|
|
195
189
|
export interface CostExplorer {
|
|
196
190
|
createAnomalyMonitor(
|
|
197
191
|
args: CreateAnomalyMonitorCommandInput,
|
|
198
|
-
options?: __HttpHandlerOptions
|
|
192
|
+
options?: __HttpHandlerOptions,
|
|
199
193
|
): Promise<CreateAnomalyMonitorCommandOutput>;
|
|
200
194
|
createAnomalyMonitor(
|
|
201
195
|
args: CreateAnomalyMonitorCommandInput,
|
|
202
|
-
cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void
|
|
196
|
+
cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void,
|
|
203
197
|
): void;
|
|
204
198
|
createAnomalyMonitor(
|
|
205
199
|
args: CreateAnomalyMonitorCommandInput,
|
|
206
200
|
options: __HttpHandlerOptions,
|
|
207
|
-
cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void
|
|
201
|
+
cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void,
|
|
208
202
|
): void;
|
|
209
203
|
createAnomalySubscription(
|
|
210
204
|
args: CreateAnomalySubscriptionCommandInput,
|
|
211
|
-
options?: __HttpHandlerOptions
|
|
205
|
+
options?: __HttpHandlerOptions,
|
|
212
206
|
): Promise<CreateAnomalySubscriptionCommandOutput>;
|
|
213
207
|
createAnomalySubscription(
|
|
214
208
|
args: CreateAnomalySubscriptionCommandInput,
|
|
215
|
-
cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void
|
|
209
|
+
cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void,
|
|
216
210
|
): void;
|
|
217
211
|
createAnomalySubscription(
|
|
218
212
|
args: CreateAnomalySubscriptionCommandInput,
|
|
219
213
|
options: __HttpHandlerOptions,
|
|
220
|
-
cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void
|
|
214
|
+
cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void,
|
|
221
215
|
): void;
|
|
222
216
|
createCostCategoryDefinition(
|
|
223
217
|
args: CreateCostCategoryDefinitionCommandInput,
|
|
224
|
-
options?: __HttpHandlerOptions
|
|
218
|
+
options?: __HttpHandlerOptions,
|
|
225
219
|
): Promise<CreateCostCategoryDefinitionCommandOutput>;
|
|
226
220
|
createCostCategoryDefinition(
|
|
227
221
|
args: CreateCostCategoryDefinitionCommandInput,
|
|
228
|
-
cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void
|
|
222
|
+
cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void,
|
|
229
223
|
): void;
|
|
230
224
|
createCostCategoryDefinition(
|
|
231
225
|
args: CreateCostCategoryDefinitionCommandInput,
|
|
232
226
|
options: __HttpHandlerOptions,
|
|
233
|
-
cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void
|
|
227
|
+
cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void,
|
|
234
228
|
): void;
|
|
235
229
|
deleteAnomalyMonitor(
|
|
236
230
|
args: DeleteAnomalyMonitorCommandInput,
|
|
237
|
-
options?: __HttpHandlerOptions
|
|
231
|
+
options?: __HttpHandlerOptions,
|
|
238
232
|
): Promise<DeleteAnomalyMonitorCommandOutput>;
|
|
239
233
|
deleteAnomalyMonitor(
|
|
240
234
|
args: DeleteAnomalyMonitorCommandInput,
|
|
241
|
-
cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void
|
|
235
|
+
cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void,
|
|
242
236
|
): void;
|
|
243
237
|
deleteAnomalyMonitor(
|
|
244
238
|
args: DeleteAnomalyMonitorCommandInput,
|
|
245
239
|
options: __HttpHandlerOptions,
|
|
246
|
-
cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void
|
|
240
|
+
cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void,
|
|
247
241
|
): void;
|
|
248
242
|
deleteAnomalySubscription(
|
|
249
243
|
args: DeleteAnomalySubscriptionCommandInput,
|
|
250
|
-
options?: __HttpHandlerOptions
|
|
244
|
+
options?: __HttpHandlerOptions,
|
|
251
245
|
): Promise<DeleteAnomalySubscriptionCommandOutput>;
|
|
252
246
|
deleteAnomalySubscription(
|
|
253
247
|
args: DeleteAnomalySubscriptionCommandInput,
|
|
254
|
-
cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void
|
|
248
|
+
cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void,
|
|
255
249
|
): void;
|
|
256
250
|
deleteAnomalySubscription(
|
|
257
251
|
args: DeleteAnomalySubscriptionCommandInput,
|
|
258
252
|
options: __HttpHandlerOptions,
|
|
259
|
-
cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void
|
|
253
|
+
cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void,
|
|
260
254
|
): void;
|
|
261
255
|
deleteCostCategoryDefinition(
|
|
262
256
|
args: DeleteCostCategoryDefinitionCommandInput,
|
|
263
|
-
options?: __HttpHandlerOptions
|
|
257
|
+
options?: __HttpHandlerOptions,
|
|
264
258
|
): Promise<DeleteCostCategoryDefinitionCommandOutput>;
|
|
265
259
|
deleteCostCategoryDefinition(
|
|
266
260
|
args: DeleteCostCategoryDefinitionCommandInput,
|
|
267
|
-
cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void
|
|
261
|
+
cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void,
|
|
268
262
|
): void;
|
|
269
263
|
deleteCostCategoryDefinition(
|
|
270
264
|
args: DeleteCostCategoryDefinitionCommandInput,
|
|
271
265
|
options: __HttpHandlerOptions,
|
|
272
|
-
cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void
|
|
266
|
+
cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void,
|
|
273
267
|
): void;
|
|
274
268
|
describeCostCategoryDefinition(
|
|
275
269
|
args: DescribeCostCategoryDefinitionCommandInput,
|
|
276
|
-
options?: __HttpHandlerOptions
|
|
270
|
+
options?: __HttpHandlerOptions,
|
|
277
271
|
): Promise<DescribeCostCategoryDefinitionCommandOutput>;
|
|
278
272
|
describeCostCategoryDefinition(
|
|
279
273
|
args: DescribeCostCategoryDefinitionCommandInput,
|
|
280
|
-
cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void
|
|
274
|
+
cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void,
|
|
281
275
|
): void;
|
|
282
276
|
describeCostCategoryDefinition(
|
|
283
277
|
args: DescribeCostCategoryDefinitionCommandInput,
|
|
284
278
|
options: __HttpHandlerOptions,
|
|
285
|
-
cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void
|
|
279
|
+
cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void,
|
|
286
280
|
): void;
|
|
287
281
|
getAnomalies(
|
|
288
282
|
args: GetAnomaliesCommandInput,
|
|
289
|
-
options?: __HttpHandlerOptions
|
|
283
|
+
options?: __HttpHandlerOptions,
|
|
290
284
|
): Promise<GetAnomaliesCommandOutput>;
|
|
291
285
|
getAnomalies(
|
|
292
286
|
args: GetAnomaliesCommandInput,
|
|
293
|
-
cb: (err: any, data?: GetAnomaliesCommandOutput) => void
|
|
287
|
+
cb: (err: any, data?: GetAnomaliesCommandOutput) => void,
|
|
294
288
|
): void;
|
|
295
289
|
getAnomalies(
|
|
296
290
|
args: GetAnomaliesCommandInput,
|
|
297
291
|
options: __HttpHandlerOptions,
|
|
298
|
-
cb: (err: any, data?: GetAnomaliesCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: GetAnomaliesCommandOutput) => void,
|
|
299
293
|
): void;
|
|
300
294
|
getAnomalyMonitors(): Promise<GetAnomalyMonitorsCommandOutput>;
|
|
301
295
|
getAnomalyMonitors(
|
|
302
296
|
args: GetAnomalyMonitorsCommandInput,
|
|
303
|
-
options?: __HttpHandlerOptions
|
|
297
|
+
options?: __HttpHandlerOptions,
|
|
304
298
|
): Promise<GetAnomalyMonitorsCommandOutput>;
|
|
305
299
|
getAnomalyMonitors(
|
|
306
300
|
args: GetAnomalyMonitorsCommandInput,
|
|
307
|
-
cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void,
|
|
308
302
|
): void;
|
|
309
303
|
getAnomalyMonitors(
|
|
310
304
|
args: GetAnomalyMonitorsCommandInput,
|
|
311
305
|
options: __HttpHandlerOptions,
|
|
312
|
-
cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void,
|
|
313
307
|
): void;
|
|
314
308
|
getAnomalySubscriptions(): Promise<GetAnomalySubscriptionsCommandOutput>;
|
|
315
309
|
getAnomalySubscriptions(
|
|
316
310
|
args: GetAnomalySubscriptionsCommandInput,
|
|
317
|
-
options?: __HttpHandlerOptions
|
|
311
|
+
options?: __HttpHandlerOptions,
|
|
318
312
|
): Promise<GetAnomalySubscriptionsCommandOutput>;
|
|
319
313
|
getAnomalySubscriptions(
|
|
320
314
|
args: GetAnomalySubscriptionsCommandInput,
|
|
321
|
-
cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void
|
|
315
|
+
cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void,
|
|
322
316
|
): void;
|
|
323
317
|
getAnomalySubscriptions(
|
|
324
318
|
args: GetAnomalySubscriptionsCommandInput,
|
|
325
319
|
options: __HttpHandlerOptions,
|
|
326
|
-
cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void
|
|
320
|
+
cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void,
|
|
327
321
|
): void;
|
|
328
322
|
getApproximateUsageRecords(
|
|
329
323
|
args: GetApproximateUsageRecordsCommandInput,
|
|
330
|
-
options?: __HttpHandlerOptions
|
|
324
|
+
options?: __HttpHandlerOptions,
|
|
331
325
|
): Promise<GetApproximateUsageRecordsCommandOutput>;
|
|
332
326
|
getApproximateUsageRecords(
|
|
333
327
|
args: GetApproximateUsageRecordsCommandInput,
|
|
334
|
-
cb: (err: any, data?: GetApproximateUsageRecordsCommandOutput) => void
|
|
328
|
+
cb: (err: any, data?: GetApproximateUsageRecordsCommandOutput) => void,
|
|
335
329
|
): void;
|
|
336
330
|
getApproximateUsageRecords(
|
|
337
331
|
args: GetApproximateUsageRecordsCommandInput,
|
|
338
332
|
options: __HttpHandlerOptions,
|
|
339
|
-
cb: (err: any, data?: GetApproximateUsageRecordsCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: GetApproximateUsageRecordsCommandOutput) => void,
|
|
340
334
|
): void;
|
|
341
335
|
getCommitmentPurchaseAnalysis(
|
|
342
336
|
args: GetCommitmentPurchaseAnalysisCommandInput,
|
|
343
|
-
options?: __HttpHandlerOptions
|
|
337
|
+
options?: __HttpHandlerOptions,
|
|
344
338
|
): Promise<GetCommitmentPurchaseAnalysisCommandOutput>;
|
|
345
339
|
getCommitmentPurchaseAnalysis(
|
|
346
340
|
args: GetCommitmentPurchaseAnalysisCommandInput,
|
|
347
|
-
cb: (err: any, data?: GetCommitmentPurchaseAnalysisCommandOutput) => void
|
|
341
|
+
cb: (err: any, data?: GetCommitmentPurchaseAnalysisCommandOutput) => void,
|
|
348
342
|
): void;
|
|
349
343
|
getCommitmentPurchaseAnalysis(
|
|
350
344
|
args: GetCommitmentPurchaseAnalysisCommandInput,
|
|
351
345
|
options: __HttpHandlerOptions,
|
|
352
|
-
cb: (err: any, data?: GetCommitmentPurchaseAnalysisCommandOutput) => void
|
|
346
|
+
cb: (err: any, data?: GetCommitmentPurchaseAnalysisCommandOutput) => void,
|
|
353
347
|
): void;
|
|
354
348
|
getCostAndUsage(
|
|
355
349
|
args: GetCostAndUsageCommandInput,
|
|
356
|
-
options?: __HttpHandlerOptions
|
|
350
|
+
options?: __HttpHandlerOptions,
|
|
357
351
|
): Promise<GetCostAndUsageCommandOutput>;
|
|
358
352
|
getCostAndUsage(
|
|
359
353
|
args: GetCostAndUsageCommandInput,
|
|
360
|
-
cb: (err: any, data?: GetCostAndUsageCommandOutput) => void
|
|
354
|
+
cb: (err: any, data?: GetCostAndUsageCommandOutput) => void,
|
|
361
355
|
): void;
|
|
362
356
|
getCostAndUsage(
|
|
363
357
|
args: GetCostAndUsageCommandInput,
|
|
364
358
|
options: __HttpHandlerOptions,
|
|
365
|
-
cb: (err: any, data?: GetCostAndUsageCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: GetCostAndUsageCommandOutput) => void,
|
|
366
360
|
): void;
|
|
367
361
|
getCostAndUsageComparisons(
|
|
368
362
|
args: GetCostAndUsageComparisonsCommandInput,
|
|
369
|
-
options?: __HttpHandlerOptions
|
|
363
|
+
options?: __HttpHandlerOptions,
|
|
370
364
|
): Promise<GetCostAndUsageComparisonsCommandOutput>;
|
|
371
365
|
getCostAndUsageComparisons(
|
|
372
366
|
args: GetCostAndUsageComparisonsCommandInput,
|
|
373
|
-
cb: (err: any, data?: GetCostAndUsageComparisonsCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: GetCostAndUsageComparisonsCommandOutput) => void,
|
|
374
368
|
): void;
|
|
375
369
|
getCostAndUsageComparisons(
|
|
376
370
|
args: GetCostAndUsageComparisonsCommandInput,
|
|
377
371
|
options: __HttpHandlerOptions,
|
|
378
|
-
cb: (err: any, data?: GetCostAndUsageComparisonsCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: GetCostAndUsageComparisonsCommandOutput) => void,
|
|
379
373
|
): void;
|
|
380
374
|
getCostAndUsageWithResources(
|
|
381
375
|
args: GetCostAndUsageWithResourcesCommandInput,
|
|
382
|
-
options?: __HttpHandlerOptions
|
|
376
|
+
options?: __HttpHandlerOptions,
|
|
383
377
|
): Promise<GetCostAndUsageWithResourcesCommandOutput>;
|
|
384
378
|
getCostAndUsageWithResources(
|
|
385
379
|
args: GetCostAndUsageWithResourcesCommandInput,
|
|
386
|
-
cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void
|
|
380
|
+
cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void,
|
|
387
381
|
): void;
|
|
388
382
|
getCostAndUsageWithResources(
|
|
389
383
|
args: GetCostAndUsageWithResourcesCommandInput,
|
|
390
384
|
options: __HttpHandlerOptions,
|
|
391
|
-
cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void,
|
|
392
386
|
): void;
|
|
393
387
|
getCostCategories(
|
|
394
388
|
args: GetCostCategoriesCommandInput,
|
|
395
|
-
options?: __HttpHandlerOptions
|
|
389
|
+
options?: __HttpHandlerOptions,
|
|
396
390
|
): Promise<GetCostCategoriesCommandOutput>;
|
|
397
391
|
getCostCategories(
|
|
398
392
|
args: GetCostCategoriesCommandInput,
|
|
399
|
-
cb: (err: any, data?: GetCostCategoriesCommandOutput) => void
|
|
393
|
+
cb: (err: any, data?: GetCostCategoriesCommandOutput) => void,
|
|
400
394
|
): void;
|
|
401
395
|
getCostCategories(
|
|
402
396
|
args: GetCostCategoriesCommandInput,
|
|
403
397
|
options: __HttpHandlerOptions,
|
|
404
|
-
cb: (err: any, data?: GetCostCategoriesCommandOutput) => void
|
|
398
|
+
cb: (err: any, data?: GetCostCategoriesCommandOutput) => void,
|
|
405
399
|
): void;
|
|
406
400
|
getCostComparisonDrivers(
|
|
407
401
|
args: GetCostComparisonDriversCommandInput,
|
|
408
|
-
options?: __HttpHandlerOptions
|
|
402
|
+
options?: __HttpHandlerOptions,
|
|
409
403
|
): Promise<GetCostComparisonDriversCommandOutput>;
|
|
410
404
|
getCostComparisonDrivers(
|
|
411
405
|
args: GetCostComparisonDriversCommandInput,
|
|
412
|
-
cb: (err: any, data?: GetCostComparisonDriversCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: GetCostComparisonDriversCommandOutput) => void,
|
|
413
407
|
): void;
|
|
414
408
|
getCostComparisonDrivers(
|
|
415
409
|
args: GetCostComparisonDriversCommandInput,
|
|
416
410
|
options: __HttpHandlerOptions,
|
|
417
|
-
cb: (err: any, data?: GetCostComparisonDriversCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: GetCostComparisonDriversCommandOutput) => void,
|
|
418
412
|
): void;
|
|
419
413
|
getCostForecast(
|
|
420
414
|
args: GetCostForecastCommandInput,
|
|
421
|
-
options?: __HttpHandlerOptions
|
|
415
|
+
options?: __HttpHandlerOptions,
|
|
422
416
|
): Promise<GetCostForecastCommandOutput>;
|
|
423
417
|
getCostForecast(
|
|
424
418
|
args: GetCostForecastCommandInput,
|
|
425
|
-
cb: (err: any, data?: GetCostForecastCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: GetCostForecastCommandOutput) => void,
|
|
426
420
|
): void;
|
|
427
421
|
getCostForecast(
|
|
428
422
|
args: GetCostForecastCommandInput,
|
|
429
423
|
options: __HttpHandlerOptions,
|
|
430
|
-
cb: (err: any, data?: GetCostForecastCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: GetCostForecastCommandOutput) => void,
|
|
431
425
|
): void;
|
|
432
426
|
getDimensionValues(
|
|
433
427
|
args: GetDimensionValuesCommandInput,
|
|
434
|
-
options?: __HttpHandlerOptions
|
|
428
|
+
options?: __HttpHandlerOptions,
|
|
435
429
|
): Promise<GetDimensionValuesCommandOutput>;
|
|
436
430
|
getDimensionValues(
|
|
437
431
|
args: GetDimensionValuesCommandInput,
|
|
438
|
-
cb: (err: any, data?: GetDimensionValuesCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: GetDimensionValuesCommandOutput) => void,
|
|
439
433
|
): void;
|
|
440
434
|
getDimensionValues(
|
|
441
435
|
args: GetDimensionValuesCommandInput,
|
|
442
436
|
options: __HttpHandlerOptions,
|
|
443
|
-
cb: (err: any, data?: GetDimensionValuesCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: GetDimensionValuesCommandOutput) => void,
|
|
444
438
|
): void;
|
|
445
439
|
getReservationCoverage(
|
|
446
440
|
args: GetReservationCoverageCommandInput,
|
|
447
|
-
options?: __HttpHandlerOptions
|
|
441
|
+
options?: __HttpHandlerOptions,
|
|
448
442
|
): Promise<GetReservationCoverageCommandOutput>;
|
|
449
443
|
getReservationCoverage(
|
|
450
444
|
args: GetReservationCoverageCommandInput,
|
|
451
|
-
cb: (err: any, data?: GetReservationCoverageCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: GetReservationCoverageCommandOutput) => void,
|
|
452
446
|
): void;
|
|
453
447
|
getReservationCoverage(
|
|
454
448
|
args: GetReservationCoverageCommandInput,
|
|
455
449
|
options: __HttpHandlerOptions,
|
|
456
|
-
cb: (err: any, data?: GetReservationCoverageCommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: GetReservationCoverageCommandOutput) => void,
|
|
457
451
|
): void;
|
|
458
452
|
getReservationPurchaseRecommendation(
|
|
459
453
|
args: GetReservationPurchaseRecommendationCommandInput,
|
|
460
|
-
options?: __HttpHandlerOptions
|
|
454
|
+
options?: __HttpHandlerOptions,
|
|
461
455
|
): Promise<GetReservationPurchaseRecommendationCommandOutput>;
|
|
462
456
|
getReservationPurchaseRecommendation(
|
|
463
457
|
args: GetReservationPurchaseRecommendationCommandInput,
|
|
464
|
-
cb: (
|
|
465
|
-
err: any,
|
|
466
|
-
data?: GetReservationPurchaseRecommendationCommandOutput
|
|
467
|
-
) => void
|
|
458
|
+
cb: (err: any, data?: GetReservationPurchaseRecommendationCommandOutput) => void,
|
|
468
459
|
): void;
|
|
469
460
|
getReservationPurchaseRecommendation(
|
|
470
461
|
args: GetReservationPurchaseRecommendationCommandInput,
|
|
471
462
|
options: __HttpHandlerOptions,
|
|
472
|
-
cb: (
|
|
473
|
-
err: any,
|
|
474
|
-
data?: GetReservationPurchaseRecommendationCommandOutput
|
|
475
|
-
) => void
|
|
463
|
+
cb: (err: any, data?: GetReservationPurchaseRecommendationCommandOutput) => void,
|
|
476
464
|
): void;
|
|
477
465
|
getReservationUtilization(
|
|
478
466
|
args: GetReservationUtilizationCommandInput,
|
|
479
|
-
options?: __HttpHandlerOptions
|
|
467
|
+
options?: __HttpHandlerOptions,
|
|
480
468
|
): Promise<GetReservationUtilizationCommandOutput>;
|
|
481
469
|
getReservationUtilization(
|
|
482
470
|
args: GetReservationUtilizationCommandInput,
|
|
483
|
-
cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void
|
|
471
|
+
cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void,
|
|
484
472
|
): void;
|
|
485
473
|
getReservationUtilization(
|
|
486
474
|
args: GetReservationUtilizationCommandInput,
|
|
487
475
|
options: __HttpHandlerOptions,
|
|
488
|
-
cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void,
|
|
489
477
|
): void;
|
|
490
478
|
getRightsizingRecommendation(
|
|
491
479
|
args: GetRightsizingRecommendationCommandInput,
|
|
492
|
-
options?: __HttpHandlerOptions
|
|
480
|
+
options?: __HttpHandlerOptions,
|
|
493
481
|
): Promise<GetRightsizingRecommendationCommandOutput>;
|
|
494
482
|
getRightsizingRecommendation(
|
|
495
483
|
args: GetRightsizingRecommendationCommandInput,
|
|
496
|
-
cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void
|
|
484
|
+
cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void,
|
|
497
485
|
): void;
|
|
498
486
|
getRightsizingRecommendation(
|
|
499
487
|
args: GetRightsizingRecommendationCommandInput,
|
|
500
488
|
options: __HttpHandlerOptions,
|
|
501
|
-
cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void
|
|
489
|
+
cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void,
|
|
502
490
|
): void;
|
|
503
491
|
getSavingsPlanPurchaseRecommendationDetails(
|
|
504
492
|
args: GetSavingsPlanPurchaseRecommendationDetailsCommandInput,
|
|
505
|
-
options?: __HttpHandlerOptions
|
|
493
|
+
options?: __HttpHandlerOptions,
|
|
506
494
|
): Promise<GetSavingsPlanPurchaseRecommendationDetailsCommandOutput>;
|
|
507
495
|
getSavingsPlanPurchaseRecommendationDetails(
|
|
508
496
|
args: GetSavingsPlanPurchaseRecommendationDetailsCommandInput,
|
|
509
|
-
cb: (
|
|
510
|
-
err: any,
|
|
511
|
-
data?: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput
|
|
512
|
-
) => void
|
|
497
|
+
cb: (err: any, data?: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput) => void,
|
|
513
498
|
): void;
|
|
514
499
|
getSavingsPlanPurchaseRecommendationDetails(
|
|
515
500
|
args: GetSavingsPlanPurchaseRecommendationDetailsCommandInput,
|
|
516
501
|
options: __HttpHandlerOptions,
|
|
517
|
-
cb: (
|
|
518
|
-
err: any,
|
|
519
|
-
data?: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput
|
|
520
|
-
) => void
|
|
502
|
+
cb: (err: any, data?: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput) => void,
|
|
521
503
|
): void;
|
|
522
504
|
getSavingsPlansCoverage(
|
|
523
505
|
args: GetSavingsPlansCoverageCommandInput,
|
|
524
|
-
options?: __HttpHandlerOptions
|
|
506
|
+
options?: __HttpHandlerOptions,
|
|
525
507
|
): Promise<GetSavingsPlansCoverageCommandOutput>;
|
|
526
508
|
getSavingsPlansCoverage(
|
|
527
509
|
args: GetSavingsPlansCoverageCommandInput,
|
|
528
|
-
cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void,
|
|
529
511
|
): void;
|
|
530
512
|
getSavingsPlansCoverage(
|
|
531
513
|
args: GetSavingsPlansCoverageCommandInput,
|
|
532
514
|
options: __HttpHandlerOptions,
|
|
533
|
-
cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void,
|
|
534
516
|
): void;
|
|
535
517
|
getSavingsPlansPurchaseRecommendation(
|
|
536
518
|
args: GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
537
|
-
options?: __HttpHandlerOptions
|
|
519
|
+
options?: __HttpHandlerOptions,
|
|
538
520
|
): Promise<GetSavingsPlansPurchaseRecommendationCommandOutput>;
|
|
539
521
|
getSavingsPlansPurchaseRecommendation(
|
|
540
522
|
args: GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
541
|
-
cb: (
|
|
542
|
-
err: any,
|
|
543
|
-
data?: GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
544
|
-
) => void
|
|
523
|
+
cb: (err: any, data?: GetSavingsPlansPurchaseRecommendationCommandOutput) => void,
|
|
545
524
|
): void;
|
|
546
525
|
getSavingsPlansPurchaseRecommendation(
|
|
547
526
|
args: GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
548
527
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (
|
|
550
|
-
err: any,
|
|
551
|
-
data?: GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
552
|
-
) => void
|
|
528
|
+
cb: (err: any, data?: GetSavingsPlansPurchaseRecommendationCommandOutput) => void,
|
|
553
529
|
): void;
|
|
554
530
|
getSavingsPlansUtilization(
|
|
555
531
|
args: GetSavingsPlansUtilizationCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
532
|
+
options?: __HttpHandlerOptions,
|
|
557
533
|
): Promise<GetSavingsPlansUtilizationCommandOutput>;
|
|
558
534
|
getSavingsPlansUtilization(
|
|
559
535
|
args: GetSavingsPlansUtilizationCommandInput,
|
|
560
|
-
cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void,
|
|
561
537
|
): void;
|
|
562
538
|
getSavingsPlansUtilization(
|
|
563
539
|
args: GetSavingsPlansUtilizationCommandInput,
|
|
564
540
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void,
|
|
566
542
|
): void;
|
|
567
543
|
getSavingsPlansUtilizationDetails(
|
|
568
544
|
args: GetSavingsPlansUtilizationDetailsCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
545
|
+
options?: __HttpHandlerOptions,
|
|
570
546
|
): Promise<GetSavingsPlansUtilizationDetailsCommandOutput>;
|
|
571
547
|
getSavingsPlansUtilizationDetails(
|
|
572
548
|
args: GetSavingsPlansUtilizationDetailsCommandInput,
|
|
573
|
-
cb: (
|
|
574
|
-
err: any,
|
|
575
|
-
data?: GetSavingsPlansUtilizationDetailsCommandOutput
|
|
576
|
-
) => void
|
|
549
|
+
cb: (err: any, data?: GetSavingsPlansUtilizationDetailsCommandOutput) => void,
|
|
577
550
|
): void;
|
|
578
551
|
getSavingsPlansUtilizationDetails(
|
|
579
552
|
args: GetSavingsPlansUtilizationDetailsCommandInput,
|
|
580
553
|
options: __HttpHandlerOptions,
|
|
581
|
-
cb: (
|
|
582
|
-
err: any,
|
|
583
|
-
data?: GetSavingsPlansUtilizationDetailsCommandOutput
|
|
584
|
-
) => void
|
|
585
|
-
): void;
|
|
586
|
-
getTags(
|
|
587
|
-
args: GetTagsCommandInput,
|
|
588
|
-
options?: __HttpHandlerOptions
|
|
589
|
-
): Promise<GetTagsCommandOutput>;
|
|
590
|
-
getTags(
|
|
591
|
-
args: GetTagsCommandInput,
|
|
592
|
-
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: GetSavingsPlansUtilizationDetailsCommandOutput) => void,
|
|
593
555
|
): void;
|
|
556
|
+
getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
|
|
557
|
+
getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
|
|
594
558
|
getTags(
|
|
595
559
|
args: GetTagsCommandInput,
|
|
596
560
|
options: __HttpHandlerOptions,
|
|
597
|
-
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
561
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void,
|
|
598
562
|
): void;
|
|
599
563
|
getUsageForecast(
|
|
600
564
|
args: GetUsageForecastCommandInput,
|
|
601
|
-
options?: __HttpHandlerOptions
|
|
565
|
+
options?: __HttpHandlerOptions,
|
|
602
566
|
): Promise<GetUsageForecastCommandOutput>;
|
|
603
567
|
getUsageForecast(
|
|
604
568
|
args: GetUsageForecastCommandInput,
|
|
605
|
-
cb: (err: any, data?: GetUsageForecastCommandOutput) => void
|
|
569
|
+
cb: (err: any, data?: GetUsageForecastCommandOutput) => void,
|
|
606
570
|
): void;
|
|
607
571
|
getUsageForecast(
|
|
608
572
|
args: GetUsageForecastCommandInput,
|
|
609
573
|
options: __HttpHandlerOptions,
|
|
610
|
-
cb: (err: any, data?: GetUsageForecastCommandOutput) => void
|
|
574
|
+
cb: (err: any, data?: GetUsageForecastCommandOutput) => void,
|
|
611
575
|
): void;
|
|
612
576
|
listCommitmentPurchaseAnalyses(): Promise<ListCommitmentPurchaseAnalysesCommandOutput>;
|
|
613
577
|
listCommitmentPurchaseAnalyses(
|
|
614
578
|
args: ListCommitmentPurchaseAnalysesCommandInput,
|
|
615
|
-
options?: __HttpHandlerOptions
|
|
579
|
+
options?: __HttpHandlerOptions,
|
|
616
580
|
): Promise<ListCommitmentPurchaseAnalysesCommandOutput>;
|
|
617
581
|
listCommitmentPurchaseAnalyses(
|
|
618
582
|
args: ListCommitmentPurchaseAnalysesCommandInput,
|
|
619
|
-
cb: (err: any, data?: ListCommitmentPurchaseAnalysesCommandOutput) => void
|
|
583
|
+
cb: (err: any, data?: ListCommitmentPurchaseAnalysesCommandOutput) => void,
|
|
620
584
|
): void;
|
|
621
585
|
listCommitmentPurchaseAnalyses(
|
|
622
586
|
args: ListCommitmentPurchaseAnalysesCommandInput,
|
|
623
587
|
options: __HttpHandlerOptions,
|
|
624
|
-
cb: (err: any, data?: ListCommitmentPurchaseAnalysesCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: ListCommitmentPurchaseAnalysesCommandOutput) => void,
|
|
625
589
|
): void;
|
|
626
590
|
listCostAllocationTagBackfillHistory(): Promise<ListCostAllocationTagBackfillHistoryCommandOutput>;
|
|
627
591
|
listCostAllocationTagBackfillHistory(
|
|
628
592
|
args: ListCostAllocationTagBackfillHistoryCommandInput,
|
|
629
|
-
options?: __HttpHandlerOptions
|
|
593
|
+
options?: __HttpHandlerOptions,
|
|
630
594
|
): Promise<ListCostAllocationTagBackfillHistoryCommandOutput>;
|
|
631
595
|
listCostAllocationTagBackfillHistory(
|
|
632
596
|
args: ListCostAllocationTagBackfillHistoryCommandInput,
|
|
633
|
-
cb: (
|
|
634
|
-
err: any,
|
|
635
|
-
data?: ListCostAllocationTagBackfillHistoryCommandOutput
|
|
636
|
-
) => void
|
|
597
|
+
cb: (err: any, data?: ListCostAllocationTagBackfillHistoryCommandOutput) => void,
|
|
637
598
|
): void;
|
|
638
599
|
listCostAllocationTagBackfillHistory(
|
|
639
600
|
args: ListCostAllocationTagBackfillHistoryCommandInput,
|
|
640
601
|
options: __HttpHandlerOptions,
|
|
641
|
-
cb: (
|
|
642
|
-
err: any,
|
|
643
|
-
data?: ListCostAllocationTagBackfillHistoryCommandOutput
|
|
644
|
-
) => void
|
|
602
|
+
cb: (err: any, data?: ListCostAllocationTagBackfillHistoryCommandOutput) => void,
|
|
645
603
|
): void;
|
|
646
604
|
listCostAllocationTags(): Promise<ListCostAllocationTagsCommandOutput>;
|
|
647
605
|
listCostAllocationTags(
|
|
648
606
|
args: ListCostAllocationTagsCommandInput,
|
|
649
|
-
options?: __HttpHandlerOptions
|
|
607
|
+
options?: __HttpHandlerOptions,
|
|
650
608
|
): Promise<ListCostAllocationTagsCommandOutput>;
|
|
651
609
|
listCostAllocationTags(
|
|
652
610
|
args: ListCostAllocationTagsCommandInput,
|
|
653
|
-
cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void
|
|
611
|
+
cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void,
|
|
654
612
|
): void;
|
|
655
613
|
listCostAllocationTags(
|
|
656
614
|
args: ListCostAllocationTagsCommandInput,
|
|
657
615
|
options: __HttpHandlerOptions,
|
|
658
|
-
cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void,
|
|
659
617
|
): void;
|
|
660
618
|
listCostCategoryDefinitions(): Promise<ListCostCategoryDefinitionsCommandOutput>;
|
|
661
619
|
listCostCategoryDefinitions(
|
|
662
620
|
args: ListCostCategoryDefinitionsCommandInput,
|
|
663
|
-
options?: __HttpHandlerOptions
|
|
621
|
+
options?: __HttpHandlerOptions,
|
|
664
622
|
): Promise<ListCostCategoryDefinitionsCommandOutput>;
|
|
665
623
|
listCostCategoryDefinitions(
|
|
666
624
|
args: ListCostCategoryDefinitionsCommandInput,
|
|
667
|
-
cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void
|
|
625
|
+
cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void,
|
|
668
626
|
): void;
|
|
669
627
|
listCostCategoryDefinitions(
|
|
670
628
|
args: ListCostCategoryDefinitionsCommandInput,
|
|
671
629
|
options: __HttpHandlerOptions,
|
|
672
|
-
cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void
|
|
630
|
+
cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void,
|
|
673
631
|
): void;
|
|
674
632
|
listCostCategoryResourceAssociations(): Promise<ListCostCategoryResourceAssociationsCommandOutput>;
|
|
675
633
|
listCostCategoryResourceAssociations(
|
|
676
634
|
args: ListCostCategoryResourceAssociationsCommandInput,
|
|
677
|
-
options?: __HttpHandlerOptions
|
|
635
|
+
options?: __HttpHandlerOptions,
|
|
678
636
|
): Promise<ListCostCategoryResourceAssociationsCommandOutput>;
|
|
679
637
|
listCostCategoryResourceAssociations(
|
|
680
638
|
args: ListCostCategoryResourceAssociationsCommandInput,
|
|
681
|
-
cb: (
|
|
682
|
-
err: any,
|
|
683
|
-
data?: ListCostCategoryResourceAssociationsCommandOutput
|
|
684
|
-
) => void
|
|
639
|
+
cb: (err: any, data?: ListCostCategoryResourceAssociationsCommandOutput) => void,
|
|
685
640
|
): void;
|
|
686
641
|
listCostCategoryResourceAssociations(
|
|
687
642
|
args: ListCostCategoryResourceAssociationsCommandInput,
|
|
688
643
|
options: __HttpHandlerOptions,
|
|
689
|
-
cb: (
|
|
690
|
-
err: any,
|
|
691
|
-
data?: ListCostCategoryResourceAssociationsCommandOutput
|
|
692
|
-
) => void
|
|
644
|
+
cb: (err: any, data?: ListCostCategoryResourceAssociationsCommandOutput) => void,
|
|
693
645
|
): void;
|
|
694
646
|
listSavingsPlansPurchaseRecommendationGeneration(): Promise<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
|
|
695
647
|
listSavingsPlansPurchaseRecommendationGeneration(
|
|
696
648
|
args: ListSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
697
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
698
650
|
): Promise<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
|
|
699
651
|
listSavingsPlansPurchaseRecommendationGeneration(
|
|
700
652
|
args: ListSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
701
|
-
cb: (
|
|
702
|
-
err: any,
|
|
703
|
-
data?: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
704
|
-
) => void
|
|
653
|
+
cb: (err: any, data?: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void,
|
|
705
654
|
): void;
|
|
706
655
|
listSavingsPlansPurchaseRecommendationGeneration(
|
|
707
656
|
args: ListSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
708
657
|
options: __HttpHandlerOptions,
|
|
709
|
-
cb: (
|
|
710
|
-
err: any,
|
|
711
|
-
data?: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
712
|
-
) => void
|
|
658
|
+
cb: (err: any, data?: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void,
|
|
713
659
|
): void;
|
|
714
660
|
listTagsForResource(
|
|
715
661
|
args: ListTagsForResourceCommandInput,
|
|
716
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
717
663
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
718
664
|
listTagsForResource(
|
|
719
665
|
args: ListTagsForResourceCommandInput,
|
|
720
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
721
667
|
): void;
|
|
722
668
|
listTagsForResource(
|
|
723
669
|
args: ListTagsForResourceCommandInput,
|
|
724
670
|
options: __HttpHandlerOptions,
|
|
725
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
726
672
|
): void;
|
|
727
673
|
provideAnomalyFeedback(
|
|
728
674
|
args: ProvideAnomalyFeedbackCommandInput,
|
|
729
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
730
676
|
): Promise<ProvideAnomalyFeedbackCommandOutput>;
|
|
731
677
|
provideAnomalyFeedback(
|
|
732
678
|
args: ProvideAnomalyFeedbackCommandInput,
|
|
733
|
-
cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void,
|
|
734
680
|
): void;
|
|
735
681
|
provideAnomalyFeedback(
|
|
736
682
|
args: ProvideAnomalyFeedbackCommandInput,
|
|
737
683
|
options: __HttpHandlerOptions,
|
|
738
|
-
cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void,
|
|
739
685
|
): void;
|
|
740
686
|
startCommitmentPurchaseAnalysis(
|
|
741
687
|
args: StartCommitmentPurchaseAnalysisCommandInput,
|
|
742
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
743
689
|
): Promise<StartCommitmentPurchaseAnalysisCommandOutput>;
|
|
744
690
|
startCommitmentPurchaseAnalysis(
|
|
745
691
|
args: StartCommitmentPurchaseAnalysisCommandInput,
|
|
746
|
-
cb: (err: any, data?: StartCommitmentPurchaseAnalysisCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: StartCommitmentPurchaseAnalysisCommandOutput) => void,
|
|
747
693
|
): void;
|
|
748
694
|
startCommitmentPurchaseAnalysis(
|
|
749
695
|
args: StartCommitmentPurchaseAnalysisCommandInput,
|
|
750
696
|
options: __HttpHandlerOptions,
|
|
751
|
-
cb: (err: any, data?: StartCommitmentPurchaseAnalysisCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: StartCommitmentPurchaseAnalysisCommandOutput) => void,
|
|
752
698
|
): void;
|
|
753
699
|
startCostAllocationTagBackfill(
|
|
754
700
|
args: StartCostAllocationTagBackfillCommandInput,
|
|
755
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
756
702
|
): Promise<StartCostAllocationTagBackfillCommandOutput>;
|
|
757
703
|
startCostAllocationTagBackfill(
|
|
758
704
|
args: StartCostAllocationTagBackfillCommandInput,
|
|
759
|
-
cb: (err: any, data?: StartCostAllocationTagBackfillCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: StartCostAllocationTagBackfillCommandOutput) => void,
|
|
760
706
|
): void;
|
|
761
707
|
startCostAllocationTagBackfill(
|
|
762
708
|
args: StartCostAllocationTagBackfillCommandInput,
|
|
763
709
|
options: __HttpHandlerOptions,
|
|
764
|
-
cb: (err: any, data?: StartCostAllocationTagBackfillCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: StartCostAllocationTagBackfillCommandOutput) => void,
|
|
765
711
|
): void;
|
|
766
712
|
startSavingsPlansPurchaseRecommendationGeneration(): Promise<StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
|
|
767
713
|
startSavingsPlansPurchaseRecommendationGeneration(
|
|
768
714
|
args: StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
769
|
-
options?: __HttpHandlerOptions
|
|
715
|
+
options?: __HttpHandlerOptions,
|
|
770
716
|
): Promise<StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
|
|
771
717
|
startSavingsPlansPurchaseRecommendationGeneration(
|
|
772
718
|
args: StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
773
|
-
cb: (
|
|
774
|
-
err: any,
|
|
775
|
-
data?: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
776
|
-
) => void
|
|
719
|
+
cb: (err: any, data?: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void,
|
|
777
720
|
): void;
|
|
778
721
|
startSavingsPlansPurchaseRecommendationGeneration(
|
|
779
722
|
args: StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
780
723
|
options: __HttpHandlerOptions,
|
|
781
|
-
cb: (
|
|
782
|
-
err: any,
|
|
783
|
-
data?: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
784
|
-
) => void
|
|
724
|
+
cb: (err: any, data?: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void,
|
|
785
725
|
): void;
|
|
786
726
|
tagResource(
|
|
787
727
|
args: TagResourceCommandInput,
|
|
788
|
-
options?: __HttpHandlerOptions
|
|
728
|
+
options?: __HttpHandlerOptions,
|
|
789
729
|
): Promise<TagResourceCommandOutput>;
|
|
790
730
|
tagResource(
|
|
791
731
|
args: TagResourceCommandInput,
|
|
792
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
732
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
793
733
|
): void;
|
|
794
734
|
tagResource(
|
|
795
735
|
args: TagResourceCommandInput,
|
|
796
736
|
options: __HttpHandlerOptions,
|
|
797
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
798
738
|
): void;
|
|
799
739
|
untagResource(
|
|
800
740
|
args: UntagResourceCommandInput,
|
|
801
|
-
options?: __HttpHandlerOptions
|
|
741
|
+
options?: __HttpHandlerOptions,
|
|
802
742
|
): Promise<UntagResourceCommandOutput>;
|
|
803
743
|
untagResource(
|
|
804
744
|
args: UntagResourceCommandInput,
|
|
805
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
745
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
806
746
|
): void;
|
|
807
747
|
untagResource(
|
|
808
748
|
args: UntagResourceCommandInput,
|
|
809
749
|
options: __HttpHandlerOptions,
|
|
810
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
750
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
811
751
|
): void;
|
|
812
752
|
updateAnomalyMonitor(
|
|
813
753
|
args: UpdateAnomalyMonitorCommandInput,
|
|
814
|
-
options?: __HttpHandlerOptions
|
|
754
|
+
options?: __HttpHandlerOptions,
|
|
815
755
|
): Promise<UpdateAnomalyMonitorCommandOutput>;
|
|
816
756
|
updateAnomalyMonitor(
|
|
817
757
|
args: UpdateAnomalyMonitorCommandInput,
|
|
818
|
-
cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void
|
|
758
|
+
cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void,
|
|
819
759
|
): void;
|
|
820
760
|
updateAnomalyMonitor(
|
|
821
761
|
args: UpdateAnomalyMonitorCommandInput,
|
|
822
762
|
options: __HttpHandlerOptions,
|
|
823
|
-
cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void
|
|
763
|
+
cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void,
|
|
824
764
|
): void;
|
|
825
765
|
updateAnomalySubscription(
|
|
826
766
|
args: UpdateAnomalySubscriptionCommandInput,
|
|
827
|
-
options?: __HttpHandlerOptions
|
|
767
|
+
options?: __HttpHandlerOptions,
|
|
828
768
|
): Promise<UpdateAnomalySubscriptionCommandOutput>;
|
|
829
769
|
updateAnomalySubscription(
|
|
830
770
|
args: UpdateAnomalySubscriptionCommandInput,
|
|
831
|
-
cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void
|
|
771
|
+
cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void,
|
|
832
772
|
): void;
|
|
833
773
|
updateAnomalySubscription(
|
|
834
774
|
args: UpdateAnomalySubscriptionCommandInput,
|
|
835
775
|
options: __HttpHandlerOptions,
|
|
836
|
-
cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void
|
|
776
|
+
cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void,
|
|
837
777
|
): void;
|
|
838
778
|
updateCostAllocationTagsStatus(
|
|
839
779
|
args: UpdateCostAllocationTagsStatusCommandInput,
|
|
840
|
-
options?: __HttpHandlerOptions
|
|
780
|
+
options?: __HttpHandlerOptions,
|
|
841
781
|
): Promise<UpdateCostAllocationTagsStatusCommandOutput>;
|
|
842
782
|
updateCostAllocationTagsStatus(
|
|
843
783
|
args: UpdateCostAllocationTagsStatusCommandInput,
|
|
844
|
-
cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void
|
|
784
|
+
cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void,
|
|
845
785
|
): void;
|
|
846
786
|
updateCostAllocationTagsStatus(
|
|
847
787
|
args: UpdateCostAllocationTagsStatusCommandInput,
|
|
848
788
|
options: __HttpHandlerOptions,
|
|
849
|
-
cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void
|
|
789
|
+
cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void,
|
|
850
790
|
): void;
|
|
851
791
|
updateCostCategoryDefinition(
|
|
852
792
|
args: UpdateCostCategoryDefinitionCommandInput,
|
|
853
|
-
options?: __HttpHandlerOptions
|
|
793
|
+
options?: __HttpHandlerOptions,
|
|
854
794
|
): Promise<UpdateCostCategoryDefinitionCommandOutput>;
|
|
855
795
|
updateCostCategoryDefinition(
|
|
856
796
|
args: UpdateCostCategoryDefinitionCommandInput,
|
|
857
|
-
cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void
|
|
797
|
+
cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void,
|
|
858
798
|
): void;
|
|
859
799
|
updateCostCategoryDefinition(
|
|
860
800
|
args: UpdateCostCategoryDefinitionCommandInput,
|
|
861
801
|
options: __HttpHandlerOptions,
|
|
862
|
-
cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void,
|
|
863
803
|
): void;
|
|
864
804
|
paginateGetAnomalies(
|
|
865
805
|
args: GetAnomaliesCommandInput,
|
|
866
806
|
paginationConfig?: Pick<
|
|
867
807
|
PaginationConfiguration,
|
|
868
808
|
Exclude<keyof PaginationConfiguration, "client">
|
|
869
|
-
|
|
809
|
+
>,
|
|
870
810
|
): Paginator<GetAnomaliesCommandOutput>;
|
|
871
811
|
paginateGetAnomalyMonitors(
|
|
872
812
|
args?: GetAnomalyMonitorsCommandInput,
|
|
873
813
|
paginationConfig?: Pick<
|
|
874
814
|
PaginationConfiguration,
|
|
875
815
|
Exclude<keyof PaginationConfiguration, "client">
|
|
876
|
-
|
|
816
|
+
>,
|
|
877
817
|
): Paginator<GetAnomalyMonitorsCommandOutput>;
|
|
878
818
|
paginateGetAnomalySubscriptions(
|
|
879
819
|
args?: GetAnomalySubscriptionsCommandInput,
|
|
880
820
|
paginationConfig?: Pick<
|
|
881
821
|
PaginationConfiguration,
|
|
882
822
|
Exclude<keyof PaginationConfiguration, "client">
|
|
883
|
-
|
|
823
|
+
>,
|
|
884
824
|
): Paginator<GetAnomalySubscriptionsCommandOutput>;
|
|
885
825
|
paginateGetCostAndUsageComparisons(
|
|
886
826
|
args: GetCostAndUsageComparisonsCommandInput,
|
|
887
827
|
paginationConfig?: Pick<
|
|
888
828
|
PaginationConfiguration,
|
|
889
829
|
Exclude<keyof PaginationConfiguration, "client">
|
|
890
|
-
|
|
830
|
+
>,
|
|
891
831
|
): Paginator<GetCostAndUsageComparisonsCommandOutput>;
|
|
892
832
|
paginateGetCostComparisonDrivers(
|
|
893
833
|
args: GetCostComparisonDriversCommandInput,
|
|
894
834
|
paginationConfig?: Pick<
|
|
895
835
|
PaginationConfiguration,
|
|
896
836
|
Exclude<keyof PaginationConfiguration, "client">
|
|
897
|
-
|
|
837
|
+
>,
|
|
898
838
|
): Paginator<GetCostComparisonDriversCommandOutput>;
|
|
899
839
|
paginateGetReservationPurchaseRecommendation(
|
|
900
840
|
args: GetReservationPurchaseRecommendationCommandInput,
|
|
901
841
|
paginationConfig?: Pick<
|
|
902
842
|
PaginationConfiguration,
|
|
903
843
|
Exclude<keyof PaginationConfiguration, "client">
|
|
904
|
-
|
|
844
|
+
>,
|
|
905
845
|
): Paginator<GetReservationPurchaseRecommendationCommandOutput>;
|
|
906
846
|
paginateGetRightsizingRecommendation(
|
|
907
847
|
args: GetRightsizingRecommendationCommandInput,
|
|
908
848
|
paginationConfig?: Pick<
|
|
909
849
|
PaginationConfiguration,
|
|
910
850
|
Exclude<keyof PaginationConfiguration, "client">
|
|
911
|
-
|
|
851
|
+
>,
|
|
912
852
|
): Paginator<GetRightsizingRecommendationCommandOutput>;
|
|
913
853
|
paginateGetSavingsPlansCoverage(
|
|
914
854
|
args: GetSavingsPlansCoverageCommandInput,
|
|
915
855
|
paginationConfig?: Pick<
|
|
916
856
|
PaginationConfiguration,
|
|
917
857
|
Exclude<keyof PaginationConfiguration, "client">
|
|
918
|
-
|
|
858
|
+
>,
|
|
919
859
|
): Paginator<GetSavingsPlansCoverageCommandOutput>;
|
|
920
860
|
paginateGetSavingsPlansUtilizationDetails(
|
|
921
861
|
args: GetSavingsPlansUtilizationDetailsCommandInput,
|
|
922
862
|
paginationConfig?: Pick<
|
|
923
863
|
PaginationConfiguration,
|
|
924
864
|
Exclude<keyof PaginationConfiguration, "client">
|
|
925
|
-
|
|
865
|
+
>,
|
|
926
866
|
): Paginator<GetSavingsPlansUtilizationDetailsCommandOutput>;
|
|
927
867
|
paginateListCommitmentPurchaseAnalyses(
|
|
928
868
|
args?: ListCommitmentPurchaseAnalysesCommandInput,
|
|
929
869
|
paginationConfig?: Pick<
|
|
930
870
|
PaginationConfiguration,
|
|
931
871
|
Exclude<keyof PaginationConfiguration, "client">
|
|
932
|
-
|
|
872
|
+
>,
|
|
933
873
|
): Paginator<ListCommitmentPurchaseAnalysesCommandOutput>;
|
|
934
874
|
paginateListCostAllocationTagBackfillHistory(
|
|
935
875
|
args?: ListCostAllocationTagBackfillHistoryCommandInput,
|
|
936
876
|
paginationConfig?: Pick<
|
|
937
877
|
PaginationConfiguration,
|
|
938
878
|
Exclude<keyof PaginationConfiguration, "client">
|
|
939
|
-
|
|
879
|
+
>,
|
|
940
880
|
): Paginator<ListCostAllocationTagBackfillHistoryCommandOutput>;
|
|
941
881
|
paginateListCostAllocationTags(
|
|
942
882
|
args?: ListCostAllocationTagsCommandInput,
|
|
943
883
|
paginationConfig?: Pick<
|
|
944
884
|
PaginationConfiguration,
|
|
945
885
|
Exclude<keyof PaginationConfiguration, "client">
|
|
946
|
-
|
|
886
|
+
>,
|
|
947
887
|
): Paginator<ListCostAllocationTagsCommandOutput>;
|
|
948
888
|
paginateListCostCategoryDefinitions(
|
|
949
889
|
args?: ListCostCategoryDefinitionsCommandInput,
|
|
950
890
|
paginationConfig?: Pick<
|
|
951
891
|
PaginationConfiguration,
|
|
952
892
|
Exclude<keyof PaginationConfiguration, "client">
|
|
953
|
-
|
|
893
|
+
>,
|
|
954
894
|
): Paginator<ListCostCategoryDefinitionsCommandOutput>;
|
|
955
895
|
paginateListCostCategoryResourceAssociations(
|
|
956
896
|
args?: ListCostCategoryResourceAssociationsCommandInput,
|
|
957
897
|
paginationConfig?: Pick<
|
|
958
898
|
PaginationConfiguration,
|
|
959
899
|
Exclude<keyof PaginationConfiguration, "client">
|
|
960
|
-
|
|
900
|
+
>,
|
|
961
901
|
): Paginator<ListCostCategoryResourceAssociationsCommandOutput>;
|
|
962
902
|
paginateListSavingsPlansPurchaseRecommendationGeneration(
|
|
963
903
|
args?: ListSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
964
904
|
paginationConfig?: Pick<
|
|
965
905
|
PaginationConfiguration,
|
|
966
906
|
Exclude<keyof PaginationConfiguration, "client">
|
|
967
|
-
|
|
907
|
+
>,
|
|
968
908
|
): Paginator<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
|
|
969
909
|
}
|
|
970
|
-
export declare class CostExplorer
|
|
971
|
-
extends CostExplorerClient
|
|
972
|
-
implements CostExplorer {}
|
|
910
|
+
export declare class CostExplorer extends CostExplorerClient implements CostExplorer {}
|