summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Account
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/Account
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Account')
-rw-r--r--vendor/aws/aws-sdk-php/src/Account/AccountClient.php8
1 files changed, 8 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
index f31c423..4c09a94 100644
--- a/vendor/aws/aws-sdk-php/src/Account/AccountClient.php
+++ b/vendor/aws/aws-sdk-php/src/Account/AccountClient.php
@@ -7,10 +7,18 @@ 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 disableRegion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disableRegionAsync(array $args = [])
+ * @method \Aws\Result enableRegion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise enableRegionAsync(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 getRegionOptStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRegionOptStatusAsync(array $args = [])
+ * @method \Aws\Result listRegions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRegionsAsync(array $args = [])
* @method \Aws\Result putAlternateContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise putAlternateContactAsync(array $args = [])
* @method \Aws\Result putContactInformation(array $args = [])