Route53ResolverClient.php 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. namespace Aws\Route53Resolver;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Route 53 Resolver** service.
  6. * @method \Aws\Result associateResolverEndpointIpAddress(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateResolverEndpointIpAddressAsync(array $args = [])
  8. * @method \Aws\Result associateResolverRule(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateResolverRuleAsync(array $args = [])
  10. * @method \Aws\Result createResolverEndpoint(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createResolverEndpointAsync(array $args = [])
  12. * @method \Aws\Result createResolverRule(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createResolverRuleAsync(array $args = [])
  14. * @method \Aws\Result deleteResolverEndpoint(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteResolverEndpointAsync(array $args = [])
  16. * @method \Aws\Result deleteResolverRule(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteResolverRuleAsync(array $args = [])
  18. * @method \Aws\Result disassociateResolverEndpointIpAddress(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise disassociateResolverEndpointIpAddressAsync(array $args = [])
  20. * @method \Aws\Result disassociateResolverRule(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise disassociateResolverRuleAsync(array $args = [])
  22. * @method \Aws\Result getResolverEndpoint(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getResolverEndpointAsync(array $args = [])
  24. * @method \Aws\Result getResolverRule(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getResolverRuleAsync(array $args = [])
  26. * @method \Aws\Result getResolverRuleAssociation(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getResolverRuleAssociationAsync(array $args = [])
  28. * @method \Aws\Result getResolverRulePolicy(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getResolverRulePolicyAsync(array $args = [])
  30. * @method \Aws\Result listResolverEndpointIpAddresses(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listResolverEndpointIpAddressesAsync(array $args = [])
  32. * @method \Aws\Result listResolverEndpoints(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listResolverEndpointsAsync(array $args = [])
  34. * @method \Aws\Result listResolverRuleAssociations(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listResolverRuleAssociationsAsync(array $args = [])
  36. * @method \Aws\Result listResolverRules(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listResolverRulesAsync(array $args = [])
  38. * @method \Aws\Result listTagsForResource(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  40. * @method \Aws\Result putResolverRulePolicy(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise putResolverRulePolicyAsync(array $args = [])
  42. * @method \Aws\Result tagResource(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  44. * @method \Aws\Result untagResource(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  46. * @method \Aws\Result updateResolverEndpoint(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise updateResolverEndpointAsync(array $args = [])
  48. * @method \Aws\Result updateResolverRule(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise updateResolverRuleAsync(array $args = [])
  50. */
  51. class Route53ResolverClient extends AwsClient {}