summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Route53Domains
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/Route53Domains
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Route53Domains')
-rw-r--r--vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php70
2 files changed, 79 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php b/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
new file mode 100644
index 0000000..9874719
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Route53Domains\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the Amazon Route 53 Domains service.
+ */
+class Route53DomainsException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php b/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
new file mode 100644
index 0000000..be8347c
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
@@ -0,0 +1,70 @@
+<?php
+namespace Aws\Route53Domains;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Route 53 Domains** service.
+ *
+ * @method \Aws\Result acceptDomainTransferFromAnotherAwsAccount(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise acceptDomainTransferFromAnotherAwsAccountAsync(array $args = [])
+ * @method \Aws\Result cancelDomainTransferToAnotherAwsAccount(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise cancelDomainTransferToAnotherAwsAccountAsync(array $args = [])
+ * @method \Aws\Result checkDomainAvailability(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise checkDomainAvailabilityAsync(array $args = [])
+ * @method \Aws\Result checkDomainTransferability(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise checkDomainTransferabilityAsync(array $args = [])
+ * @method \Aws\Result deleteDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
+ * @method \Aws\Result deleteTagsForDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteTagsForDomainAsync(array $args = [])
+ * @method \Aws\Result disableDomainAutoRenew(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disableDomainAutoRenewAsync(array $args = [])
+ * @method \Aws\Result disableDomainTransferLock(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disableDomainTransferLockAsync(array $args = [])
+ * @method \Aws\Result enableDomainAutoRenew(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise enableDomainAutoRenewAsync(array $args = [])
+ * @method \Aws\Result enableDomainTransferLock(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise enableDomainTransferLockAsync(array $args = [])
+ * @method \Aws\Result getContactReachabilityStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContactReachabilityStatusAsync(array $args = [])
+ * @method \Aws\Result getDomainDetail(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDomainDetailAsync(array $args = [])
+ * @method \Aws\Result getDomainSuggestions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDomainSuggestionsAsync(array $args = [])
+ * @method \Aws\Result getOperationDetail(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getOperationDetailAsync(array $args = [])
+ * @method \Aws\Result listDomains(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
+ * @method \Aws\Result listOperations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listOperationsAsync(array $args = [])
+ * @method \Aws\Result listPrices(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPricesAsync(array $args = [])
+ * @method \Aws\Result listTagsForDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForDomainAsync(array $args = [])
+ * @method \Aws\Result registerDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerDomainAsync(array $args = [])
+ * @method \Aws\Result rejectDomainTransferFromAnotherAwsAccount(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise rejectDomainTransferFromAnotherAwsAccountAsync(array $args = [])
+ * @method \Aws\Result renewDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise renewDomainAsync(array $args = [])
+ * @method \Aws\Result resendContactReachabilityEmail(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise resendContactReachabilityEmailAsync(array $args = [])
+ * @method \Aws\Result retrieveDomainAuthCode(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise retrieveDomainAuthCodeAsync(array $args = [])
+ * @method \Aws\Result transferDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise transferDomainAsync(array $args = [])
+ * @method \Aws\Result transferDomainToAnotherAwsAccount(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise transferDomainToAnotherAwsAccountAsync(array $args = [])
+ * @method \Aws\Result updateDomainContact(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDomainContactAsync(array $args = [])
+ * @method \Aws\Result updateDomainContactPrivacy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDomainContactPrivacyAsync(array $args = [])
+ * @method \Aws\Result updateDomainNameservers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDomainNameserversAsync(array $args = [])
+ * @method \Aws\Result updateTagsForDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateTagsForDomainAsync(array $args = [])
+ * @method \Aws\Result viewBilling(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise viewBillingAsync(array $args = [])
+ */
+class Route53DomainsClient extends AwsClient {}