summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CostExplorer
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/CostExplorer
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/CostExplorer')
-rw-r--r--vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php79
-rw-r--r--vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php9
2 files changed, 88 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php b/vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
new file mode 100644
index 0000000..ac43fd7
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
@@ -0,0 +1,79 @@
+<?php
+namespace Aws\CostExplorer;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Cost Explorer Service** service.
+ * @method \Aws\Result createAnomalyMonitor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAnomalyMonitorAsync(array $args = [])
+ * @method \Aws\Result createAnomalySubscription(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAnomalySubscriptionAsync(array $args = [])
+ * @method \Aws\Result createCostCategoryDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCostCategoryDefinitionAsync(array $args = [])
+ * @method \Aws\Result deleteAnomalyMonitor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAnomalyMonitorAsync(array $args = [])
+ * @method \Aws\Result deleteAnomalySubscription(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAnomalySubscriptionAsync(array $args = [])
+ * @method \Aws\Result deleteCostCategoryDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCostCategoryDefinitionAsync(array $args = [])
+ * @method \Aws\Result describeCostCategoryDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCostCategoryDefinitionAsync(array $args = [])
+ * @method \Aws\Result getAnomalies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAnomaliesAsync(array $args = [])
+ * @method \Aws\Result getAnomalyMonitors(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAnomalyMonitorsAsync(array $args = [])
+ * @method \Aws\Result getAnomalySubscriptions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAnomalySubscriptionsAsync(array $args = [])
+ * @method \Aws\Result getCostAndUsage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCostAndUsageAsync(array $args = [])
+ * @method \Aws\Result getCostAndUsageWithResources(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCostAndUsageWithResourcesAsync(array $args = [])
+ * @method \Aws\Result getCostCategories(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCostCategoriesAsync(array $args = [])
+ * @method \Aws\Result getCostForecast(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCostForecastAsync(array $args = [])
+ * @method \Aws\Result getDimensionValues(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
+ * @method \Aws\Result getReservationCoverage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReservationCoverageAsync(array $args = [])
+ * @method \Aws\Result getReservationPurchaseRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReservationPurchaseRecommendationAsync(array $args = [])
+ * @method \Aws\Result getReservationUtilization(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReservationUtilizationAsync(array $args = [])
+ * @method \Aws\Result getRightsizingRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRightsizingRecommendationAsync(array $args = [])
+ * @method \Aws\Result getSavingsPlansCoverage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSavingsPlansCoverageAsync(array $args = [])
+ * @method \Aws\Result getSavingsPlansPurchaseRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSavingsPlansPurchaseRecommendationAsync(array $args = [])
+ * @method \Aws\Result getSavingsPlansUtilization(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationAsync(array $args = [])
+ * @method \Aws\Result getSavingsPlansUtilizationDetails(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSavingsPlansUtilizationDetailsAsync(array $args = [])
+ * @method \Aws\Result getTags(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
+ * @method \Aws\Result getUsageForecast(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getUsageForecastAsync(array $args = [])
+ * @method \Aws\Result listCostAllocationTags(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCostAllocationTagsAsync(array $args = [])
+ * @method \Aws\Result listCostCategoryDefinitions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCostCategoryDefinitionsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result provideAnomalyFeedback(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise provideAnomalyFeedbackAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateAnomalyMonitor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAnomalyMonitorAsync(array $args = [])
+ * @method \Aws\Result updateAnomalySubscription(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAnomalySubscriptionAsync(array $args = [])
+ * @method \Aws\Result updateCostAllocationTagsStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCostAllocationTagsStatusAsync(array $args = [])
+ * @method \Aws\Result updateCostCategoryDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCostCategoryDefinitionAsync(array $args = [])
+ */
+class CostExplorerClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php b/vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
new file mode 100644
index 0000000..f366b18
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\CostExplorer\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS Cost Explorer Service** service.
+ */
+class CostExplorerException extends AwsException {}