CostExplorerClient.php 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. namespace Aws\CostExplorer;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Cost Explorer Service** service.
  6. * @method \Aws\Result createAnomalyMonitor(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createAnomalyMonitorAsync(array $args = [])
  8. * @method \Aws\Result createAnomalySubscription(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createAnomalySubscriptionAsync(array $args = [])
  10. * @method \Aws\Result createCostCategoryDefinition(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createCostCategoryDefinitionAsync(array $args = [])
  12. * @method \Aws\Result deleteAnomalyMonitor(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteAnomalyMonitorAsync(array $args = [])
  14. * @method \Aws\Result deleteAnomalySubscription(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteAnomalySubscriptionAsync(array $args = [])
  16. * @method \Aws\Result deleteCostCategoryDefinition(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteCostCategoryDefinitionAsync(array $args = [])
  18. * @method \Aws\Result describeCostCategoryDefinition(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise describeCostCategoryDefinitionAsync(array $args = [])
  20. * @method \Aws\Result getAnomalies(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getAnomaliesAsync(array $args = [])
  22. * @method \Aws\Result getAnomalyMonitors(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getAnomalyMonitorsAsync(array $args = [])
  24. * @method \Aws\Result getAnomalySubscriptions(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getAnomalySubscriptionsAsync(array $args = [])
  26. * @method \Aws\Result getCostAndUsage(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getCostAndUsageAsync(array $args = [])
  28. * @method \Aws\Result getCostAndUsageWithResources(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getCostAndUsageWithResourcesAsync(array $args = [])
  30. * @method \Aws\Result getCostForecast(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getCostForecastAsync(array $args = [])
  32. * @method \Aws\Result getDimensionValues(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
  34. * @method \Aws\Result getReservationCoverage(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getReservationCoverageAsync(array $args = [])
  36. * @method \Aws\Result getReservationPurchaseRecommendation(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getReservationPurchaseRecommendationAsync(array $args = [])
  38. * @method \Aws\Result getReservationUtilization(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getReservationUtilizationAsync(array $args = [])
  40. * @method \Aws\Result getRightsizingRecommendation(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getRightsizingRecommendationAsync(array $args = [])
  42. * @method \Aws\Result getSavingsPlansCoverage(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getSavingsPlansCoverageAsync(array $args = [])
  44. * @method \Aws\Result getSavingsPlansPurchaseRecommendation(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getSavingsPlansPurchaseRecommendationAsync(array $args = [])
  46. * @method \Aws\Result getSavingsPlansUtilization(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationAsync(array $args = [])
  48. * @method \Aws\Result getSavingsPlansUtilizationDetails(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationDetailsAsync(array $args = [])
  50. * @method \Aws\Result getTags(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
  52. * @method \Aws\Result getUsageForecast(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getUsageForecastAsync(array $args = [])
  54. * @method \Aws\Result listCostCategoryDefinitions(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listCostCategoryDefinitionsAsync(array $args = [])
  56. * @method \Aws\Result provideAnomalyFeedback(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise provideAnomalyFeedbackAsync(array $args = [])
  58. * @method \Aws\Result updateAnomalyMonitor(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise updateAnomalyMonitorAsync(array $args = [])
  60. * @method \Aws\Result updateAnomalySubscription(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise updateAnomalySubscriptionAsync(array $args = [])
  62. * @method \Aws\Result updateCostCategoryDefinition(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise updateCostCategoryDefinitionAsync(array $args = [])
  64. */
  65. class CostExplorerClient extends AwsClient {}