summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler
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/ApplicationCostProfiler
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/ApplicationCostProfiler')
-rw-r--r--vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php21
-rw-r--r--vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php9
2 files changed, 30 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php b/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php
new file mode 100644
index 0000000..60a59b6
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php
@@ -0,0 +1,21 @@
+<?php
+namespace Aws\ApplicationCostProfiler;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Application Cost Profiler** service.
+ * @method \Aws\Result deleteReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteReportDefinitionAsync(array $args = [])
+ * @method \Aws\Result getReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReportDefinitionAsync(array $args = [])
+ * @method \Aws\Result importApplicationUsage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importApplicationUsageAsync(array $args = [])
+ * @method \Aws\Result listReportDefinitions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listReportDefinitionsAsync(array $args = [])
+ * @method \Aws\Result putReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putReportDefinitionAsync(array $args = [])
+ * @method \Aws\Result updateReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateReportDefinitionAsync(array $args = [])
+ */
+class ApplicationCostProfilerClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php b/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php
new file mode 100644
index 0000000..1c269fb
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\ApplicationCostProfiler\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS Application Cost Profiler** service.
+ */
+class ApplicationCostProfilerException extends AwsException {}