@aws-sdk/client-cost-explorer 3.278.0 → 3.281.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 (39) hide show
  1. package/README.md +299 -0
  2. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -0
  8. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -0
  9. package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -0
  10. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -0
  11. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -0
  12. package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -0
  13. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -0
  14. package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -0
  15. package/dist-types/commands/GetCostForecastCommand.d.ts +6 -0
  16. package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -0
  17. package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -0
  18. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -0
  19. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -0
  20. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -0
  21. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -0
  22. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -0
  23. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -0
  24. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -0
  25. package/dist-types/commands/GetTagsCommand.d.ts +6 -0
  26. package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -0
  27. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -0
  28. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  31. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -0
  32. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -0
  33. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  34. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  35. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +6 -0
  36. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -0
  37. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -0
  38. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -0
  39. package/package.json +6 -6
package/README.md CHANGED
@@ -218,3 +218,302 @@ To contribute to client you can check our [generate clients scripts](https://git
218
218
  This SDK is distributed under the
219
219
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
220
220
  see LICENSE for more information.
221
+
222
+ ## Client Commands (Operations List)
223
+
224
+ <details>
225
+ <summary>
226
+ CreateAnomalyMonitor
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/createanomalymonitorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/createanomalymonitorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/createanomalymonitorcommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ CreateAnomalySubscription
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/createanomalysubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/createanomalysubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/createanomalysubscriptioncommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ CreateCostCategoryDefinition
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/createcostcategorydefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/createcostcategorydefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/createcostcategorydefinitioncommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ DeleteAnomalyMonitor
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/deleteanomalymonitorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/deleteanomalymonitorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/deleteanomalymonitorcommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ DeleteAnomalySubscription
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/deleteanomalysubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/deleteanomalysubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/deleteanomalysubscriptioncommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ DeleteCostCategoryDefinition
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/deletecostcategorydefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/deletecostcategorydefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/deletecostcategorydefinitioncommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ DescribeCostCategoryDefinition
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/describecostcategorydefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/describecostcategorydefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/describecostcategorydefinitioncommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ GetAnomalies
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getanomaliescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getanomaliescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getanomaliescommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ GetAnomalyMonitors
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getanomalymonitorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getanomalymonitorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getanomalymonitorscommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ GetAnomalySubscriptions
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getanomalysubscriptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getanomalysubscriptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getanomalysubscriptionscommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ GetCostAndUsage
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getcostandusagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostandusagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostandusagecommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ GetCostAndUsageWithResources
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getcostandusagewithresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostandusagewithresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostandusagewithresourcescommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ GetCostCategories
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getcostcategoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostcategoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostcategoriescommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ GetCostForecast
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getcostforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getcostforecastcommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ GetDimensionValues
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getdimensionvaluescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getdimensionvaluescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getdimensionvaluescommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ GetReservationCoverage
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getreservationcoveragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getreservationcoveragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getreservationcoveragecommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ GetReservationPurchaseRecommendation
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getreservationpurchaserecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getreservationpurchaserecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getreservationpurchaserecommendationcommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ GetReservationUtilization
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getreservationutilizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getreservationutilizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getreservationutilizationcommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ GetRightsizingRecommendation
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getrightsizingrecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getrightsizingrecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getrightsizingrecommendationcommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ GetSavingsPlansCoverage
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getsavingsplanscoveragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplanscoveragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplanscoveragecommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ GetSavingsPlansPurchaseRecommendation
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getsavingsplanspurchaserecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplanspurchaserecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplanspurchaserecommendationcommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ GetSavingsPlansUtilization
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getsavingsplansutilizationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplansutilizationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplansutilizationcommandoutput.html)
398
+
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ GetSavingsPlansUtilizationDetails
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getsavingsplansutilizationdetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplansutilizationdetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getsavingsplansutilizationdetailscommandoutput.html)
406
+
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ GetTags
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/gettagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/gettagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/gettagscommandoutput.html)
414
+
415
+ </details>
416
+ <details>
417
+ <summary>
418
+ GetUsageForecast
419
+ </summary>
420
+
421
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/getusageforecastcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getusageforecastcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/getusageforecastcommandoutput.html)
422
+
423
+ </details>
424
+ <details>
425
+ <summary>
426
+ ListCostAllocationTags
427
+ </summary>
428
+
429
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/listcostallocationtagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listcostallocationtagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listcostallocationtagscommandoutput.html)
430
+
431
+ </details>
432
+ <details>
433
+ <summary>
434
+ ListCostCategoryDefinitions
435
+ </summary>
436
+
437
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/listcostcategorydefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listcostcategorydefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listcostcategorydefinitionscommandoutput.html)
438
+
439
+ </details>
440
+ <details>
441
+ <summary>
442
+ ListSavingsPlansPurchaseRecommendationGeneration
443
+ </summary>
444
+
445
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/listsavingsplanspurchaserecommendationgenerationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listsavingsplanspurchaserecommendationgenerationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listsavingsplanspurchaserecommendationgenerationcommandoutput.html)
446
+
447
+ </details>
448
+ <details>
449
+ <summary>
450
+ ListTagsForResource
451
+ </summary>
452
+
453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/listtagsforresourcecommandoutput.html)
454
+
455
+ </details>
456
+ <details>
457
+ <summary>
458
+ ProvideAnomalyFeedback
459
+ </summary>
460
+
461
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/provideanomalyfeedbackcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/provideanomalyfeedbackcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/provideanomalyfeedbackcommandoutput.html)
462
+
463
+ </details>
464
+ <details>
465
+ <summary>
466
+ StartSavingsPlansPurchaseRecommendationGeneration
467
+ </summary>
468
+
469
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/startsavingsplanspurchaserecommendationgenerationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/startsavingsplanspurchaserecommendationgenerationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/startsavingsplanspurchaserecommendationgenerationcommandoutput.html)
470
+
471
+ </details>
472
+ <details>
473
+ <summary>
474
+ TagResource
475
+ </summary>
476
+
477
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/tagresourcecommandoutput.html)
478
+
479
+ </details>
480
+ <details>
481
+ <summary>
482
+ UntagResource
483
+ </summary>
484
+
485
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/untagresourcecommandoutput.html)
486
+
487
+ </details>
488
+ <details>
489
+ <summary>
490
+ UpdateAnomalyMonitor
491
+ </summary>
492
+
493
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/updateanomalymonitorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updateanomalymonitorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updateanomalymonitorcommandoutput.html)
494
+
495
+ </details>
496
+ <details>
497
+ <summary>
498
+ UpdateAnomalySubscription
499
+ </summary>
500
+
501
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/updateanomalysubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updateanomalysubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updateanomalysubscriptioncommandoutput.html)
502
+
503
+ </details>
504
+ <details>
505
+ <summary>
506
+ UpdateCostAllocationTagsStatus
507
+ </summary>
508
+
509
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/updatecostallocationtagsstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updatecostallocationtagsstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updatecostallocationtagsstatuscommandoutput.html)
510
+
511
+ </details>
512
+ <details>
513
+ <summary>
514
+ UpdateCostCategoryDefinition
515
+ </summary>
516
+
517
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/classes/updatecostcategorydefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updatecostcategorydefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cost-explorer/interfaces/updatecostcategorydefinitioncommandoutput.html)
518
+
519
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAnomalyMonitorCommand}.
8
+ */
6
9
  export interface CreateAnomalyMonitorCommandInput extends CreateAnomalyMonitorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAnomalyMonitorCommand}.
13
+ */
8
14
  export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAnomalySubscriptionCommand}.
8
+ */
6
9
  export interface CreateAnomalySubscriptionCommandInput extends CreateAnomalySubscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAnomalySubscriptionCommand}.
13
+ */
8
14
  export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySubscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateCostCategoryDefinitionCommand}.
8
+ */
6
9
  export interface CreateCostCategoryDefinitionCommandInput extends CreateCostCategoryDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCostCategoryDefinitionCommand}.
13
+ */
8
14
  export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCategoryDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAnomalyMonitorCommand}.
8
+ */
6
9
  export interface DeleteAnomalyMonitorCommandInput extends DeleteAnomalyMonitorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAnomalyMonitorCommand}.
13
+ */
8
14
  export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAnomalySubscriptionCommand}.
8
+ */
6
9
  export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAnomalySubscriptionCommand}.
13
+ */
8
14
  export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySubscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteCostCategoryDefinitionCommand}.
8
+ */
6
9
  export interface DeleteCostCategoryDefinitionCommandInput extends DeleteCostCategoryDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCostCategoryDefinitionCommand}.
13
+ */
8
14
  export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCategoryDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeCostCategoryDefinitionCommand}.
8
+ */
6
9
  export interface DescribeCostCategoryDefinitionCommandInput extends DescribeCostCategoryDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeCostCategoryDefinitionCommand}.
13
+ */
8
14
  export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCostCategoryDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAnomaliesCommand}.
8
+ */
6
9
  export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnomaliesCommand}.
13
+ */
8
14
  export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAnomalyMonitorsCommand}.
8
+ */
6
9
  export interface GetAnomalyMonitorsCommandInput extends GetAnomalyMonitorsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnomalyMonitorsCommand}.
13
+ */
8
14
  export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAnomalySubscriptionsCommand}.
8
+ */
6
9
  export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscriptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnomalySubscriptionsCommand}.
13
+ */
8
14
  export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscriptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCostAndUsageCommand}.
8
+ */
6
9
  export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCostAndUsageCommand}.
13
+ */
8
14
  export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetCostAndUsageWithResourcesRequest, GetCostAndUsageWithResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCostAndUsageWithResourcesCommand}.
8
+ */
6
9
  export interface GetCostAndUsageWithResourcesCommandInput extends GetCostAndUsageWithResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCostAndUsageWithResourcesCommand}.
13
+ */
8
14
  export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsageWithResourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCostCategoriesCommand}.
8
+ */
6
9
  export interface GetCostCategoriesCommandInput extends GetCostCategoriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCostCategoriesCommand}.
13
+ */
8
14
  export interface GetCostCategoriesCommandOutput extends GetCostCategoriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCostForecastCommand}.
8
+ */
6
9
  export interface GetCostForecastCommandInput extends GetCostForecastRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCostForecastCommand}.
13
+ */
8
14
  export interface GetCostForecastCommandOutput extends GetCostForecastResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDimensionValuesCommand}.
8
+ */
6
9
  export interface GetDimensionValuesCommandInput extends GetDimensionValuesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDimensionValuesCommand}.
13
+ */
8
14
  export interface GetDimensionValuesCommandOutput extends GetDimensionValuesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetReservationCoverageCommand}.
8
+ */
6
9
  export interface GetReservationCoverageCommandInput extends GetReservationCoverageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReservationCoverageCommand}.
13
+ */
8
14
  export interface GetReservationCoverageCommandOutput extends GetReservationCoverageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetReservationPurchaseRecommendationRequest, GetReservationPurchaseRecommendationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetReservationPurchaseRecommendationCommand}.
8
+ */
6
9
  export interface GetReservationPurchaseRecommendationCommandInput extends GetReservationPurchaseRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReservationPurchaseRecommendationCommand}.
13
+ */
8
14
  export interface GetReservationPurchaseRecommendationCommandOutput extends GetReservationPurchaseRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetReservationUtilizationCommand}.
8
+ */
6
9
  export interface GetReservationUtilizationCommandInput extends GetReservationUtilizationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReservationUtilizationCommand}.
13
+ */
8
14
  export interface GetReservationUtilizationCommandOutput extends GetReservationUtilizationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetRightsizingRecommendationRequest, GetRightsizingRecommendationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRightsizingRecommendationCommand}.
8
+ */
6
9
  export interface GetRightsizingRecommendationCommandInput extends GetRightsizingRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRightsizingRecommendationCommand}.
13
+ */
8
14
  export interface GetRightsizingRecommendationCommandOutput extends GetRightsizingRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSavingsPlansCoverageCommand}.
8
+ */
6
9
  export interface GetSavingsPlansCoverageCommandInput extends GetSavingsPlansCoverageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSavingsPlansCoverageCommand}.
13
+ */
8
14
  export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCoverageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetSavingsPlansPurchaseRecommendationRequest, GetSavingsPlansPurchaseRecommendationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSavingsPlansPurchaseRecommendationCommand}.
8
+ */
6
9
  export interface GetSavingsPlansPurchaseRecommendationCommandInput extends GetSavingsPlansPurchaseRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSavingsPlansPurchaseRecommendationCommand}.
13
+ */
8
14
  export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetSavingsPlansPurchaseRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSavingsPlansUtilizationCommand}.
8
+ */
6
9
  export interface GetSavingsPlansUtilizationCommandInput extends GetSavingsPlansUtilizationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSavingsPlansUtilizationCommand}.
13
+ */
8
14
  export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlansUtilizationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetSavingsPlansUtilizationDetailsRequest, GetSavingsPlansUtilizationDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSavingsPlansUtilizationDetailsCommand}.
8
+ */
6
9
  export interface GetSavingsPlansUtilizationDetailsCommandInput extends GetSavingsPlansUtilizationDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSavingsPlansUtilizationDetailsCommand}.
13
+ */
8
14
  export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavingsPlansUtilizationDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTagsCommand}.
8
+ */
6
9
  export interface GetTagsCommandInput extends GetTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTagsCommand}.
13
+ */
8
14
  export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUsageForecastCommand}.
8
+ */
6
9
  export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsageForecastCommand}.
13
+ */
8
14
  export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCostAllocationTagsCommand}.
8
+ */
6
9
  export interface ListCostAllocationTagsCommandInput extends ListCostAllocationTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCostAllocationTagsCommand}.
13
+ */
8
14
  export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationTagsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCostCategoryDefinitionsCommand}.
8
+ */
6
9
  export interface ListCostCategoryDefinitionsCommandInput extends ListCostCategoryDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCostCategoryDefinitionsCommand}.
13
+ */
8
14
  export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCategoryDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { ListSavingsPlansPurchaseRecommendationGenerationRequest, ListSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSavingsPlansPurchaseRecommendationGenerationCommand}.
8
+ */
6
9
  export interface ListSavingsPlansPurchaseRecommendationGenerationCommandInput extends ListSavingsPlansPurchaseRecommendationGenerationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSavingsPlansPurchaseRecommendationGenerationCommand}.
13
+ */
8
14
  export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput extends ListSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ProvideAnomalyFeedbackCommand}.
8
+ */
6
9
  export interface ProvideAnomalyFeedbackCommandInput extends ProvideAnomalyFeedbackRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ProvideAnomalyFeedbackCommand}.
13
+ */
8
14
  export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedbackResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartSavingsPlansPurchaseRecommendationGenerationCommand}.
8
+ */
6
9
  export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput extends StartSavingsPlansPurchaseRecommendationGenerationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartSavingsPlansPurchaseRecommendationGenerationCommand}.
13
+ */
8
14
  export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAnomalyMonitorCommand}.
8
+ */
6
9
  export interface UpdateAnomalyMonitorCommandInput extends UpdateAnomalyMonitorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAnomalyMonitorCommand}.
13
+ */
8
14
  export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAnomalySubscriptionCommand}.
8
+ */
6
9
  export interface UpdateAnomalySubscriptionCommandInput extends UpdateAnomalySubscriptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAnomalySubscriptionCommand}.
13
+ */
8
14
  export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySubscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { UpdateCostAllocationTagsStatusRequest, UpdateCostAllocationTagsStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateCostAllocationTagsStatusCommand}.
8
+ */
6
9
  export interface UpdateCostAllocationTagsStatusCommandInput extends UpdateCostAllocationTagsStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCostAllocationTagsStatusCommand}.
13
+ */
8
14
  export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostAllocationTagsStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
5
  import { UpdateCostCategoryDefinitionRequest, UpdateCostCategoryDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateCostCategoryDefinitionCommand}.
8
+ */
6
9
  export interface UpdateCostCategoryDefinitionCommandInput extends UpdateCostCategoryDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCostCategoryDefinitionCommand}.
13
+ */
8
14
  export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCategoryDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-explorer",
3
3
  "description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",