summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CostandUsageReportService
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/CostandUsageReportService
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/CostandUsageReportService')
-rw-r--r--vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php17
-rw-r--r--vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php9
2 files changed, 26 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php b/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
new file mode 100644
index 0000000..e592ef1
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
@@ -0,0 +1,17 @@
+<?php
+namespace Aws\CostandUsageReportService;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Cost and Usage Report Service** service.
+ * @method \Aws\Result deleteReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteReportDefinitionAsync(array $args = [])
+ * @method \Aws\Result describeReportDefinitions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeReportDefinitionsAsync(array $args = [])
+ * @method \Aws\Result modifyReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise modifyReportDefinitionAsync(array $args = [])
+ * @method \Aws\Result putReportDefinition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putReportDefinitionAsync(array $args = [])
+ */
+class CostandUsageReportServiceClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php b/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
new file mode 100644
index 0000000..012dc00
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\CostandUsageReportService\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS Cost and Usage Report Service** service.
+ */
+class CostandUsageReportServiceException extends AwsException {}