Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Route53Resolver;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Route 53 Resolver** service.
8
 * @method \Aws\Result associateFirewallRuleGroup(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise associateFirewallRuleGroupAsync(array $args = [])
10
 * @method \Aws\Result associateResolverEndpointIpAddress(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise associateResolverEndpointIpAddressAsync(array $args = [])
12
 * @method \Aws\Result associateResolverQueryLogConfig(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise associateResolverQueryLogConfigAsync(array $args = [])
14
 * @method \Aws\Result associateResolverRule(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise associateResolverRuleAsync(array $args = [])
16
 * @method \Aws\Result createFirewallDomainList(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createFirewallDomainListAsync(array $args = [])
18
 * @method \Aws\Result createFirewallRule(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createFirewallRuleAsync(array $args = [])
20
 * @method \Aws\Result createFirewallRuleGroup(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createFirewallRuleGroupAsync(array $args = [])
22
 * @method \Aws\Result createOutpostResolver(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createOutpostResolverAsync(array $args = [])
24
 * @method \Aws\Result createResolverEndpoint(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createResolverEndpointAsync(array $args = [])
26
 * @method \Aws\Result createResolverQueryLogConfig(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createResolverQueryLogConfigAsync(array $args = [])
28
 * @method \Aws\Result createResolverRule(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createResolverRuleAsync(array $args = [])
30
 * @method \Aws\Result deleteFirewallDomainList(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteFirewallDomainListAsync(array $args = [])
32
 * @method \Aws\Result deleteFirewallRule(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteFirewallRuleAsync(array $args = [])
34
 * @method \Aws\Result deleteFirewallRuleGroup(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteFirewallRuleGroupAsync(array $args = [])
36
 * @method \Aws\Result deleteOutpostResolver(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteOutpostResolverAsync(array $args = [])
38
 * @method \Aws\Result deleteResolverEndpoint(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteResolverEndpointAsync(array $args = [])
40
 * @method \Aws\Result deleteResolverQueryLogConfig(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteResolverQueryLogConfigAsync(array $args = [])
42
 * @method \Aws\Result deleteResolverRule(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteResolverRuleAsync(array $args = [])
44
 * @method \Aws\Result disassociateFirewallRuleGroup(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise disassociateFirewallRuleGroupAsync(array $args = [])
46
 * @method \Aws\Result disassociateResolverEndpointIpAddress(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise disassociateResolverEndpointIpAddressAsync(array $args = [])
48
 * @method \Aws\Result disassociateResolverQueryLogConfig(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise disassociateResolverQueryLogConfigAsync(array $args = [])
50
 * @method \Aws\Result disassociateResolverRule(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise disassociateResolverRuleAsync(array $args = [])
52
 * @method \Aws\Result getFirewallConfig(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getFirewallConfigAsync(array $args = [])
54
 * @method \Aws\Result getFirewallDomainList(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getFirewallDomainListAsync(array $args = [])
56
 * @method \Aws\Result getFirewallRuleGroup(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getFirewallRuleGroupAsync(array $args = [])
58
 * @method \Aws\Result getFirewallRuleGroupAssociation(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getFirewallRuleGroupAssociationAsync(array $args = [])
60
 * @method \Aws\Result getFirewallRuleGroupPolicy(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getFirewallRuleGroupPolicyAsync(array $args = [])
62
 * @method \Aws\Result getOutpostResolver(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getOutpostResolverAsync(array $args = [])
64
 * @method \Aws\Result getResolverConfig(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getResolverConfigAsync(array $args = [])
66
 * @method \Aws\Result getResolverDnssecConfig(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getResolverDnssecConfigAsync(array $args = [])
68
 * @method \Aws\Result getResolverEndpoint(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getResolverEndpointAsync(array $args = [])
70
 * @method \Aws\Result getResolverQueryLogConfig(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getResolverQueryLogConfigAsync(array $args = [])
72
 * @method \Aws\Result getResolverQueryLogConfigAssociation(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getResolverQueryLogConfigAssociationAsync(array $args = [])
74
 * @method \Aws\Result getResolverQueryLogConfigPolicy(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getResolverQueryLogConfigPolicyAsync(array $args = [])
76
 * @method \Aws\Result getResolverRule(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise getResolverRuleAsync(array $args = [])
78
 * @method \Aws\Result getResolverRuleAssociation(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise getResolverRuleAssociationAsync(array $args = [])
80
 * @method \Aws\Result getResolverRulePolicy(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise getResolverRulePolicyAsync(array $args = [])
82
 * @method \Aws\Result importFirewallDomains(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise importFirewallDomainsAsync(array $args = [])
84
 * @method \Aws\Result listFirewallConfigs(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listFirewallConfigsAsync(array $args = [])
86
 * @method \Aws\Result listFirewallDomainLists(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listFirewallDomainListsAsync(array $args = [])
88
 * @method \Aws\Result listFirewallDomains(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listFirewallDomainsAsync(array $args = [])
90
 * @method \Aws\Result listFirewallRuleGroupAssociations(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listFirewallRuleGroupAssociationsAsync(array $args = [])
92
 * @method \Aws\Result listFirewallRuleGroups(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listFirewallRuleGroupsAsync(array $args = [])
94
 * @method \Aws\Result listFirewallRules(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listFirewallRulesAsync(array $args = [])
96
 * @method \Aws\Result listOutpostResolvers(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listOutpostResolversAsync(array $args = [])
98
 * @method \Aws\Result listResolverConfigs(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise listResolverConfigsAsync(array $args = [])
100
 * @method \Aws\Result listResolverDnssecConfigs(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise listResolverDnssecConfigsAsync(array $args = [])
102
 * @method \Aws\Result listResolverEndpointIpAddresses(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise listResolverEndpointIpAddressesAsync(array $args = [])
104
 * @method \Aws\Result listResolverEndpoints(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise listResolverEndpointsAsync(array $args = [])
106
 * @method \Aws\Result listResolverQueryLogConfigAssociations(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise listResolverQueryLogConfigAssociationsAsync(array $args = [])
108
 * @method \Aws\Result listResolverQueryLogConfigs(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise listResolverQueryLogConfigsAsync(array $args = [])
110
 * @method \Aws\Result listResolverRuleAssociations(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise listResolverRuleAssociationsAsync(array $args = [])
112
 * @method \Aws\Result listResolverRules(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise listResolverRulesAsync(array $args = [])
114
 * @method \Aws\Result listTagsForResource(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
116
 * @method \Aws\Result putFirewallRuleGroupPolicy(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise putFirewallRuleGroupPolicyAsync(array $args = [])
118
 * @method \Aws\Result putResolverQueryLogConfigPolicy(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise putResolverQueryLogConfigPolicyAsync(array $args = [])
120
 * @method \Aws\Result putResolverRulePolicy(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise putResolverRulePolicyAsync(array $args = [])
122
 * @method \Aws\Result tagResource(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
124
 * @method \Aws\Result untagResource(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
126
 * @method \Aws\Result updateFirewallConfig(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise updateFirewallConfigAsync(array $args = [])
128
 * @method \Aws\Result updateFirewallDomains(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise updateFirewallDomainsAsync(array $args = [])
130
 * @method \Aws\Result updateFirewallRule(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise updateFirewallRuleAsync(array $args = [])
132
 * @method \Aws\Result updateFirewallRuleGroupAssociation(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise updateFirewallRuleGroupAssociationAsync(array $args = [])
134
 * @method \Aws\Result updateOutpostResolver(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise updateOutpostResolverAsync(array $args = [])
136
 * @method \Aws\Result updateResolverConfig(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise updateResolverConfigAsync(array $args = [])
138
 * @method \Aws\Result updateResolverDnssecConfig(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise updateResolverDnssecConfigAsync(array $args = [])
140
 * @method \Aws\Result updateResolverEndpoint(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise updateResolverEndpointAsync(array $args = [])
142
 * @method \Aws\Result updateResolverRule(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise updateResolverRuleAsync(array $args = [])
144
 */
145
class Route53ResolverClient extends AwsClient {}