Server IP : 184.154.167.98 / Your IP : 18.118.166.45 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/ |
Upload File : |
<?php namespace Aws\Route53Resolver; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Route 53 Resolver** service. * @method \Aws\Result associateResolverEndpointIpAddress(array $args = []) * @method \GuzzleHttp\Promise\Promise associateResolverEndpointIpAddressAsync(array $args = []) * @method \Aws\Result associateResolverRule(array $args = []) * @method \GuzzleHttp\Promise\Promise associateResolverRuleAsync(array $args = []) * @method \Aws\Result createResolverEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise createResolverEndpointAsync(array $args = []) * @method \Aws\Result createResolverRule(array $args = []) * @method \GuzzleHttp\Promise\Promise createResolverRuleAsync(array $args = []) * @method \Aws\Result deleteResolverEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteResolverEndpointAsync(array $args = []) * @method \Aws\Result deleteResolverRule(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteResolverRuleAsync(array $args = []) * @method \Aws\Result disassociateResolverEndpointIpAddress(array $args = []) * @method \GuzzleHttp\Promise\Promise disassociateResolverEndpointIpAddressAsync(array $args = []) * @method \Aws\Result disassociateResolverRule(array $args = []) * @method \GuzzleHttp\Promise\Promise disassociateResolverRuleAsync(array $args = []) * @method \Aws\Result getResolverEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise getResolverEndpointAsync(array $args = []) * @method \Aws\Result getResolverRule(array $args = []) * @method \GuzzleHttp\Promise\Promise getResolverRuleAsync(array $args = []) * @method \Aws\Result getResolverRuleAssociation(array $args = []) * @method \GuzzleHttp\Promise\Promise getResolverRuleAssociationAsync(array $args = []) * @method \Aws\Result getResolverRulePolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise getResolverRulePolicyAsync(array $args = []) * @method \Aws\Result listResolverEndpointIpAddresses(array $args = []) * @method \GuzzleHttp\Promise\Promise listResolverEndpointIpAddressesAsync(array $args = []) * @method \Aws\Result listResolverEndpoints(array $args = []) * @method \GuzzleHttp\Promise\Promise listResolverEndpointsAsync(array $args = []) * @method \Aws\Result listResolverRuleAssociations(array $args = []) * @method \GuzzleHttp\Promise\Promise listResolverRuleAssociationsAsync(array $args = []) * @method \Aws\Result listResolverRules(array $args = []) * @method \GuzzleHttp\Promise\Promise listResolverRulesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result putResolverRulePolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise putResolverRulePolicyAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateResolverEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise updateResolverEndpointAsync(array $args = []) * @method \Aws\Result updateResolverRule(array $args = []) * @method \GuzzleHttp\Promise\Promise updateResolverRuleAsync(array $args = []) */ class Route53ResolverClient extends AwsClient {}