Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Route53Domains/Route53DomainsClient.php
Строк: 148
<?php
namespace AwsRoute53Domains;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Route 53 Domains** service.
*
* @method AwsResult acceptDomainTransferFromAnotherAwsAccount(array $args = [])
* @method GuzzleHttpPromisePromise acceptDomainTransferFromAnotherAwsAccountAsync(array $args = [])
* @method AwsResult cancelDomainTransferToAnotherAwsAccount(array $args = [])
* @method GuzzleHttpPromisePromise cancelDomainTransferToAnotherAwsAccountAsync(array $args = [])
* @method AwsResult checkDomainAvailability(array $args = [])
* @method GuzzleHttpPromisePromise checkDomainAvailabilityAsync(array $args = [])
* @method AwsResult checkDomainTransferability(array $args = [])
* @method GuzzleHttpPromisePromise checkDomainTransferabilityAsync(array $args = [])
* @method AwsResult deleteTagsForDomain(array $args = [])
* @method GuzzleHttpPromisePromise deleteTagsForDomainAsync(array $args = [])
* @method AwsResult disableDomainAutoRenew(array $args = [])
* @method GuzzleHttpPromisePromise disableDomainAutoRenewAsync(array $args = [])
* @method AwsResult disableDomainTransferLock(array $args = [])
* @method GuzzleHttpPromisePromise disableDomainTransferLockAsync(array $args = [])
* @method AwsResult enableDomainAutoRenew(array $args = [])
* @method GuzzleHttpPromisePromise enableDomainAutoRenewAsync(array $args = [])
* @method AwsResult enableDomainTransferLock(array $args = [])
* @method GuzzleHttpPromisePromise enableDomainTransferLockAsync(array $args = [])
* @method AwsResult getContactReachabilityStatus(array $args = [])
* @method GuzzleHttpPromisePromise getContactReachabilityStatusAsync(array $args = [])
* @method AwsResult getDomainDetail(array $args = [])
* @method GuzzleHttpPromisePromise getDomainDetailAsync(array $args = [])
* @method AwsResult getDomainSuggestions(array $args = [])
* @method GuzzleHttpPromisePromise getDomainSuggestionsAsync(array $args = [])
* @method AwsResult getOperationDetail(array $args = [])
* @method GuzzleHttpPromisePromise getOperationDetailAsync(array $args = [])
* @method AwsResult listDomains(array $args = [])
* @method GuzzleHttpPromisePromise listDomainsAsync(array $args = [])
* @method AwsResult listOperations(array $args = [])
* @method GuzzleHttpPromisePromise listOperationsAsync(array $args = [])
* @method AwsResult listTagsForDomain(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForDomainAsync(array $args = [])
* @method AwsResult registerDomain(array $args = [])
* @method GuzzleHttpPromisePromise registerDomainAsync(array $args = [])
* @method AwsResult rejectDomainTransferFromAnotherAwsAccount(array $args = [])
* @method GuzzleHttpPromisePromise rejectDomainTransferFromAnotherAwsAccountAsync(array $args = [])
* @method AwsResult renewDomain(array $args = [])
* @method GuzzleHttpPromisePromise renewDomainAsync(array $args = [])
* @method AwsResult resendContactReachabilityEmail(array $args = [])
* @method GuzzleHttpPromisePromise resendContactReachabilityEmailAsync(array $args = [])
* @method AwsResult retrieveDomainAuthCode(array $args = [])
* @method GuzzleHttpPromisePromise retrieveDomainAuthCodeAsync(array $args = [])
* @method AwsResult transferDomain(array $args = [])
* @method GuzzleHttpPromisePromise transferDomainAsync(array $args = [])
* @method AwsResult transferDomainToAnotherAwsAccount(array $args = [])
* @method GuzzleHttpPromisePromise transferDomainToAnotherAwsAccountAsync(array $args = [])
* @method AwsResult updateDomainContact(array $args = [])
* @method GuzzleHttpPromisePromise updateDomainContactAsync(array $args = [])
* @method AwsResult updateDomainContactPrivacy(array $args = [])
* @method GuzzleHttpPromisePromise updateDomainContactPrivacyAsync(array $args = [])
* @method AwsResult updateDomainNameservers(array $args = [])
* @method GuzzleHttpPromisePromise updateDomainNameserversAsync(array $args = [])
* @method AwsResult updateTagsForDomain(array $args = [])
* @method GuzzleHttpPromisePromise updateTagsForDomainAsync(array $args = [])
* @method AwsResult viewBilling(array $args = [])
* @method GuzzleHttpPromisePromise viewBillingAsync(array $args = [])
*/
class Route53DomainsClient extends AwsClient {}