| 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 | namespace Aws\Route53Domains;
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 | use Aws\AwsClient;
 | 
        
           |  |  | 5 |   | 
        
           |  |  | 6 | /**
 | 
        
           |  |  | 7 |  * This client is used to interact with the **Amazon Route 53 Domains** service.
 | 
        
           |  |  | 8 |  *
 | 
        
           |  |  | 9 |  * @method \Aws\Result acceptDomainTransferFromAnotherAwsAccount(array $args = [])
 | 
        
           |  |  | 10 |  * @method \GuzzleHttp\Promise\Promise acceptDomainTransferFromAnotherAwsAccountAsync(array $args = [])
 | 
        
           |  |  | 11 |  * @method \Aws\Result associateDelegationSignerToDomain(array $args = [])
 | 
        
           |  |  | 12 |  * @method \GuzzleHttp\Promise\Promise associateDelegationSignerToDomainAsync(array $args = [])
 | 
        
           |  |  | 13 |  * @method \Aws\Result cancelDomainTransferToAnotherAwsAccount(array $args = [])
 | 
        
           |  |  | 14 |  * @method \GuzzleHttp\Promise\Promise cancelDomainTransferToAnotherAwsAccountAsync(array $args = [])
 | 
        
           |  |  | 15 |  * @method \Aws\Result checkDomainAvailability(array $args = [])
 | 
        
           |  |  | 16 |  * @method \GuzzleHttp\Promise\Promise checkDomainAvailabilityAsync(array $args = [])
 | 
        
           |  |  | 17 |  * @method \Aws\Result checkDomainTransferability(array $args = [])
 | 
        
           |  |  | 18 |  * @method \GuzzleHttp\Promise\Promise checkDomainTransferabilityAsync(array $args = [])
 | 
        
           |  |  | 19 |  * @method \Aws\Result deleteDomain(array $args = [])
 | 
        
           |  |  | 20 |  * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
 | 
        
           |  |  | 21 |  * @method \Aws\Result deleteTagsForDomain(array $args = [])
 | 
        
           |  |  | 22 |  * @method \GuzzleHttp\Promise\Promise deleteTagsForDomainAsync(array $args = [])
 | 
        
           |  |  | 23 |  * @method \Aws\Result disableDomainAutoRenew(array $args = [])
 | 
        
           |  |  | 24 |  * @method \GuzzleHttp\Promise\Promise disableDomainAutoRenewAsync(array $args = [])
 | 
        
           |  |  | 25 |  * @method \Aws\Result disableDomainTransferLock(array $args = [])
 | 
        
           |  |  | 26 |  * @method \GuzzleHttp\Promise\Promise disableDomainTransferLockAsync(array $args = [])
 | 
        
           |  |  | 27 |  * @method \Aws\Result disassociateDelegationSignerFromDomain(array $args = [])
 | 
        
           |  |  | 28 |  * @method \GuzzleHttp\Promise\Promise disassociateDelegationSignerFromDomainAsync(array $args = [])
 | 
        
           |  |  | 29 |  * @method \Aws\Result enableDomainAutoRenew(array $args = [])
 | 
        
           |  |  | 30 |  * @method \GuzzleHttp\Promise\Promise enableDomainAutoRenewAsync(array $args = [])
 | 
        
           |  |  | 31 |  * @method \Aws\Result enableDomainTransferLock(array $args = [])
 | 
        
           |  |  | 32 |  * @method \GuzzleHttp\Promise\Promise enableDomainTransferLockAsync(array $args = [])
 | 
        
           |  |  | 33 |  * @method \Aws\Result getContactReachabilityStatus(array $args = [])
 | 
        
           |  |  | 34 |  * @method \GuzzleHttp\Promise\Promise getContactReachabilityStatusAsync(array $args = [])
 | 
        
           |  |  | 35 |  * @method \Aws\Result getDomainDetail(array $args = [])
 | 
        
           |  |  | 36 |  * @method \GuzzleHttp\Promise\Promise getDomainDetailAsync(array $args = [])
 | 
        
           |  |  | 37 |  * @method \Aws\Result getDomainSuggestions(array $args = [])
 | 
        
           |  |  | 38 |  * @method \GuzzleHttp\Promise\Promise getDomainSuggestionsAsync(array $args = [])
 | 
        
           |  |  | 39 |  * @method \Aws\Result getOperationDetail(array $args = [])
 | 
        
           |  |  | 40 |  * @method \GuzzleHttp\Promise\Promise getOperationDetailAsync(array $args = [])
 | 
        
           |  |  | 41 |  * @method \Aws\Result listDomains(array $args = [])
 | 
        
           |  |  | 42 |  * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
 | 
        
           |  |  | 43 |  * @method \Aws\Result listOperations(array $args = [])
 | 
        
           |  |  | 44 |  * @method \GuzzleHttp\Promise\Promise listOperationsAsync(array $args = [])
 | 
        
           |  |  | 45 |  * @method \Aws\Result listPrices(array $args = [])
 | 
        
           |  |  | 46 |  * @method \GuzzleHttp\Promise\Promise listPricesAsync(array $args = [])
 | 
        
           |  |  | 47 |  * @method \Aws\Result listTagsForDomain(array $args = [])
 | 
        
           |  |  | 48 |  * @method \GuzzleHttp\Promise\Promise listTagsForDomainAsync(array $args = [])
 | 
        
           |  |  | 49 |  * @method \Aws\Result pushDomain(array $args = [])
 | 
        
           |  |  | 50 |  * @method \GuzzleHttp\Promise\Promise pushDomainAsync(array $args = [])
 | 
        
           |  |  | 51 |  * @method \Aws\Result registerDomain(array $args = [])
 | 
        
           |  |  | 52 |  * @method \GuzzleHttp\Promise\Promise registerDomainAsync(array $args = [])
 | 
        
           |  |  | 53 |  * @method \Aws\Result rejectDomainTransferFromAnotherAwsAccount(array $args = [])
 | 
        
           |  |  | 54 |  * @method \GuzzleHttp\Promise\Promise rejectDomainTransferFromAnotherAwsAccountAsync(array $args = [])
 | 
        
           |  |  | 55 |  * @method \Aws\Result renewDomain(array $args = [])
 | 
        
           |  |  | 56 |  * @method \GuzzleHttp\Promise\Promise renewDomainAsync(array $args = [])
 | 
        
           |  |  | 57 |  * @method \Aws\Result resendContactReachabilityEmail(array $args = [])
 | 
        
           |  |  | 58 |  * @method \GuzzleHttp\Promise\Promise resendContactReachabilityEmailAsync(array $args = [])
 | 
        
           |  |  | 59 |  * @method \Aws\Result resendOperationAuthorization(array $args = [])
 | 
        
           |  |  | 60 |  * @method \GuzzleHttp\Promise\Promise resendOperationAuthorizationAsync(array $args = [])
 | 
        
           |  |  | 61 |  * @method \Aws\Result retrieveDomainAuthCode(array $args = [])
 | 
        
           |  |  | 62 |  * @method \GuzzleHttp\Promise\Promise retrieveDomainAuthCodeAsync(array $args = [])
 | 
        
           |  |  | 63 |  * @method \Aws\Result transferDomain(array $args = [])
 | 
        
           |  |  | 64 |  * @method \GuzzleHttp\Promise\Promise transferDomainAsync(array $args = [])
 | 
        
           |  |  | 65 |  * @method \Aws\Result transferDomainToAnotherAwsAccount(array $args = [])
 | 
        
           |  |  | 66 |  * @method \GuzzleHttp\Promise\Promise transferDomainToAnotherAwsAccountAsync(array $args = [])
 | 
        
           |  |  | 67 |  * @method \Aws\Result updateDomainContact(array $args = [])
 | 
        
           |  |  | 68 |  * @method \GuzzleHttp\Promise\Promise updateDomainContactAsync(array $args = [])
 | 
        
           |  |  | 69 |  * @method \Aws\Result updateDomainContactPrivacy(array $args = [])
 | 
        
           |  |  | 70 |  * @method \GuzzleHttp\Promise\Promise updateDomainContactPrivacyAsync(array $args = [])
 | 
        
           |  |  | 71 |  * @method \Aws\Result updateDomainNameservers(array $args = [])
 | 
        
           |  |  | 72 |  * @method \GuzzleHttp\Promise\Promise updateDomainNameserversAsync(array $args = [])
 | 
        
           |  |  | 73 |  * @method \Aws\Result updateTagsForDomain(array $args = [])
 | 
        
           |  |  | 74 |  * @method \GuzzleHttp\Promise\Promise updateTagsForDomainAsync(array $args = [])
 | 
        
           |  |  | 75 |  * @method \Aws\Result viewBilling(array $args = [])
 | 
        
           |  |  | 76 |  * @method \GuzzleHttp\Promise\Promise viewBillingAsync(array $args = [])
 | 
        
           |  |  | 77 |  */
 | 
        
           |  |  | 78 | class Route53DomainsClient extends AwsClient {}
 |