CostExplorerClient.php 6.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 getApproximateUsageRecords(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getApproximateUsageRecordsAsync(array $args = [])
  28. * @method \Aws\Result getCostAndUsage(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getCostAndUsageAsync(array $args = [])
  30. * @method \Aws\Result getCostAndUsageWithResources(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getCostAndUsageWithResourcesAsync(array $args = [])
  32. * @method \Aws\Result getCostCategories(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getCostCategoriesAsync(array $args = [])
  34. * @method \Aws\Result getCostForecast(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getCostForecastAsync(array $args = [])
  36. * @method \Aws\Result getDimensionValues(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
  38. * @method \Aws\Result getReservationCoverage(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getReservationCoverageAsync(array $args = [])
  40. * @method \Aws\Result getReservationPurchaseRecommendation(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getReservationPurchaseRecommendationAsync(array $args = [])
  42. * @method \Aws\Result getReservationUtilization(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getReservationUtilizationAsync(array $args = [])
  44. * @method \Aws\Result getRightsizingRecommendation(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getRightsizingRecommendationAsync(array $args = [])
  46. * @method \Aws\Result getSavingsPlanPurchaseRecommendationDetails(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getSavingsPlanPurchaseRecommendationDetailsAsync(array $args = [])
  48. * @method \Aws\Result getSavingsPlansCoverage(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getSavingsPlansCoverageAsync(array $args = [])
  50. * @method \Aws\Result getSavingsPlansPurchaseRecommendation(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getSavingsPlansPurchaseRecommendationAsync(array $args = [])
  52. * @method \Aws\Result getSavingsPlansUtilization(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationAsync(array $args = [])
  54. * @method \Aws\Result getSavingsPlansUtilizationDetails(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationDetailsAsync(array $args = [])
  56. * @method \Aws\Result getTags(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
  58. * @method \Aws\Result getUsageForecast(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getUsageForecastAsync(array $args = [])
  60. * @method \Aws\Result listCostAllocationTagBackfillHistory(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listCostAllocationTagBackfillHistoryAsync(array $args = [])
  62. * @method \Aws\Result listCostAllocationTags(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listCostAllocationTagsAsync(array $args = [])
  64. * @method \Aws\Result listCostCategoryDefinitions(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listCostCategoryDefinitionsAsync(array $args = [])
  66. * @method \Aws\Result listSavingsPlansPurchaseRecommendationGeneration(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listSavingsPlansPurchaseRecommendationGenerationAsync(array $args = [])
  68. * @method \Aws\Result listTagsForResource(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  70. * @method \Aws\Result provideAnomalyFeedback(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise provideAnomalyFeedbackAsync(array $args = [])
  72. * @method \Aws\Result startCostAllocationTagBackfill(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise startCostAllocationTagBackfillAsync(array $args = [])
  74. * @method \Aws\Result startSavingsPlansPurchaseRecommendationGeneration(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise startSavingsPlansPurchaseRecommendationGenerationAsync(array $args = [])
  76. * @method \Aws\Result tagResource(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  78. * @method \Aws\Result untagResource(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  80. * @method \Aws\Result updateAnomalyMonitor(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise updateAnomalyMonitorAsync(array $args = [])
  82. * @method \Aws\Result updateAnomalySubscription(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise updateAnomalySubscriptionAsync(array $args = [])
  84. * @method \Aws\Result updateCostAllocationTagsStatus(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise updateCostAllocationTagsStatusAsync(array $args = [])
  86. * @method \Aws\Result updateCostCategoryDefinition(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise updateCostCategoryDefinitionAsync(array $args = [])
  88. */
  89. class CostExplorerClient extends AwsClient {}