Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/Route53/Route53Client.php')
-rw-r--r--aws/aws-sdk-php/src/Route53/Route53Client.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/Route53/Route53Client.php b/aws/aws-sdk-php/src/Route53/Route53Client.php
index cf9832c6..60165b27 100644
--- a/aws/aws-sdk-php/src/Route53/Route53Client.php
+++ b/aws/aws-sdk-php/src/Route53/Route53Client.php
@@ -12,10 +12,14 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise activateKeySigningKeyAsync(array $args = [])
* @method \Aws\Result associateVPCWithHostedZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateVPCWithHostedZoneAsync(array $args = [])
+ * @method \Aws\Result changeCidrCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise changeCidrCollectionAsync(array $args = [])
* @method \Aws\Result changeResourceRecordSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise changeResourceRecordSetsAsync(array $args = [])
* @method \Aws\Result changeTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise changeTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result createCidrCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCidrCollectionAsync(array $args = [])
* @method \Aws\Result createHealthCheck(array $args = [])
* @method \GuzzleHttp\Promise\Promise createHealthCheckAsync(array $args = [])
* @method \Aws\Result createHostedZone(array $args = [])
@@ -36,6 +40,8 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise createVPCAssociationAuthorizationAsync(array $args = [])
* @method \Aws\Result deactivateKeySigningKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise deactivateKeySigningKeyAsync(array $args = [])
+ * @method \Aws\Result deleteCidrCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCidrCollectionAsync(array $args = [])
* @method \Aws\Result deleteHealthCheck(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteHealthCheckAsync(array $args = [])
* @method \Aws\Result deleteHostedZone(array $args = [])
@@ -94,6 +100,12 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise getTrafficPolicyInstanceAsync(array $args = [])
* @method \Aws\Result getTrafficPolicyInstanceCount(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTrafficPolicyInstanceCountAsync(array $args = [])
+ * @method \Aws\Result listCidrBlocks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCidrBlocksAsync(array $args = [])
+ * @method \Aws\Result listCidrCollections(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCidrCollectionsAsync(array $args = [])
+ * @method \Aws\Result listCidrLocations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCidrLocationsAsync(array $args = [])
* @method \Aws\Result listGeoLocations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGeoLocationsAsync(array $args = [])
* @method \Aws\Result listHealthChecks(array $args = [])