summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Account/AccountClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Account/AccountClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/Account/AccountClient.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Account/AccountClient.php b/vendor/aws/aws-sdk-php/src/Account/AccountClient.php
new file mode 100644
index 0000000..f31c423
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Account/AccountClient.php
@@ -0,0 +1,19 @@
+<?php
+namespace Aws\Account;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **AWS Account** service.
+ * @method \Aws\Result deleteAlternateContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAlternateContactAsync(array $args = [])
+ * @method \Aws\Result getAlternateContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAlternateContactAsync(array $args = [])
+ * @method \Aws\Result getContactInformation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContactInformationAsync(array $args = [])
+ * @method \Aws\Result putAlternateContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putAlternateContactAsync(array $args = [])
+ * @method \Aws\Result putContactInformation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putContactInformationAsync(array $args = [])
+ */
+class AccountClient extends AwsClient {}