Route53DomainsClient.php 5.2 KB

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