@aws-sdk/client-route53resolver 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Route53Resolver.d.ts +64 -0
- package/dist-types/Route53ResolverClient.d.ts +24 -4
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +16 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +16 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListResolverRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +16 -0
- package/dist-types/models/Route53ResolverServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +490 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListFirewallConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallDomainListsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallRuleGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFirewallRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverDnssecConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverQueryLogConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverRuleAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResolverRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -64,6 +64,7 @@ import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput
|
|
|
64
64
|
import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "./commands/UpdateResolverRuleCommand";
|
|
65
65
|
import { Route53ResolverClient } from "./Route53ResolverClient";
|
|
66
66
|
/**
|
|
67
|
+
* @public
|
|
67
68
|
* <p>When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC
|
|
68
69
|
* from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names
|
|
69
70
|
* such as domain names for EC2 instances or Elastic Load Balancing load balancers.
|
|
@@ -94,12 +95,14 @@ import { Route53ResolverClient } from "./Route53ResolverClient";
|
|
|
94
95
|
*/
|
|
95
96
|
export declare class Route53Resolver extends Route53ResolverClient {
|
|
96
97
|
/**
|
|
98
|
+
* @public
|
|
97
99
|
* <p>Associates a <a>FirewallRuleGroup</a> with a VPC, to provide DNS filtering for the VPC. </p>
|
|
98
100
|
*/
|
|
99
101
|
associateFirewallRuleGroup(args: AssociateFirewallRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFirewallRuleGroupCommandOutput>;
|
|
100
102
|
associateFirewallRuleGroup(args: AssociateFirewallRuleGroupCommandInput, cb: (err: any, data?: AssociateFirewallRuleGroupCommandOutput) => void): void;
|
|
101
103
|
associateFirewallRuleGroup(args: AssociateFirewallRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFirewallRuleGroupCommandOutput) => void): void;
|
|
102
104
|
/**
|
|
105
|
+
* @public
|
|
103
106
|
* <p>Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address,
|
|
104
107
|
* submit one <code>AssociateResolverEndpointIpAddress</code> request for each IP address.</p>
|
|
105
108
|
* <p>To remove an IP address from an endpoint, see
|
|
@@ -110,6 +113,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
110
113
|
associateResolverEndpointIpAddress(args: AssociateResolverEndpointIpAddressCommandInput, cb: (err: any, data?: AssociateResolverEndpointIpAddressCommandOutput) => void): void;
|
|
111
114
|
associateResolverEndpointIpAddress(args: AssociateResolverEndpointIpAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateResolverEndpointIpAddressCommandOutput) => void): void;
|
|
112
115
|
/**
|
|
116
|
+
* @public
|
|
113
117
|
* <p>Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs
|
|
114
118
|
* that are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one <code>AssociateResolverQueryLogConfig</code>
|
|
115
119
|
* request for each VPC.</p>
|
|
@@ -124,6 +128,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
124
128
|
associateResolverQueryLogConfig(args: AssociateResolverQueryLogConfigCommandInput, cb: (err: any, data?: AssociateResolverQueryLogConfigCommandOutput) => void): void;
|
|
125
129
|
associateResolverQueryLogConfig(args: AssociateResolverQueryLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateResolverQueryLogConfigCommandOutput) => void): void;
|
|
126
130
|
/**
|
|
131
|
+
* @public
|
|
127
132
|
* <p>Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries
|
|
128
133
|
* for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the
|
|
129
134
|
* IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see
|
|
@@ -133,18 +138,21 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
133
138
|
associateResolverRule(args: AssociateResolverRuleCommandInput, cb: (err: any, data?: AssociateResolverRuleCommandOutput) => void): void;
|
|
134
139
|
associateResolverRule(args: AssociateResolverRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateResolverRuleCommandOutput) => void): void;
|
|
135
140
|
/**
|
|
141
|
+
* @public
|
|
136
142
|
* <p>Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using <a>ImportFirewallDomains</a>, or with domain strings, using <a>UpdateFirewallDomains</a>. </p>
|
|
137
143
|
*/
|
|
138
144
|
createFirewallDomainList(args: CreateFirewallDomainListCommandInput, options?: __HttpHandlerOptions): Promise<CreateFirewallDomainListCommandOutput>;
|
|
139
145
|
createFirewallDomainList(args: CreateFirewallDomainListCommandInput, cb: (err: any, data?: CreateFirewallDomainListCommandOutput) => void): void;
|
|
140
146
|
createFirewallDomainList(args: CreateFirewallDomainListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallDomainListCommandOutput) => void): void;
|
|
141
147
|
/**
|
|
148
|
+
* @public
|
|
142
149
|
* <p>Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.</p>
|
|
143
150
|
*/
|
|
144
151
|
createFirewallRule(args: CreateFirewallRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateFirewallRuleCommandOutput>;
|
|
145
152
|
createFirewallRule(args: CreateFirewallRuleCommandInput, cb: (err: any, data?: CreateFirewallRuleCommandOutput) => void): void;
|
|
146
153
|
createFirewallRule(args: CreateFirewallRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallRuleCommandOutput) => void): void;
|
|
147
154
|
/**
|
|
155
|
+
* @public
|
|
148
156
|
* <p>Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group
|
|
149
157
|
* by calling <a>CreateFirewallRule</a>. </p>
|
|
150
158
|
*/
|
|
@@ -152,6 +160,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
152
160
|
createFirewallRuleGroup(args: CreateFirewallRuleGroupCommandInput, cb: (err: any, data?: CreateFirewallRuleGroupCommandOutput) => void): void;
|
|
153
161
|
createFirewallRuleGroup(args: CreateFirewallRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallRuleGroupCommandOutput) => void): void;
|
|
154
162
|
/**
|
|
163
|
+
* @public
|
|
155
164
|
* <p>Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:</p>
|
|
156
165
|
* <ul>
|
|
157
166
|
* <li>
|
|
@@ -168,6 +177,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
168
177
|
createResolverEndpoint(args: CreateResolverEndpointCommandInput, cb: (err: any, data?: CreateResolverEndpointCommandOutput) => void): void;
|
|
169
178
|
createResolverEndpoint(args: CreateResolverEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResolverEndpointCommandOutput) => void): void;
|
|
170
179
|
/**
|
|
180
|
+
* @public
|
|
171
181
|
* <p>Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs.
|
|
172
182
|
* Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.</p>
|
|
173
183
|
* <p>To specify which VPCs you want to log queries for, you use <code>AssociateResolverQueryLogConfig</code>. For more information, see
|
|
@@ -180,6 +190,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
180
190
|
createResolverQueryLogConfig(args: CreateResolverQueryLogConfigCommandInput, cb: (err: any, data?: CreateResolverQueryLogConfigCommandOutput) => void): void;
|
|
181
191
|
createResolverQueryLogConfig(args: CreateResolverQueryLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResolverQueryLogConfigCommandOutput) => void): void;
|
|
182
192
|
/**
|
|
193
|
+
* @public
|
|
183
194
|
* <p>For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through,
|
|
184
195
|
* one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.</p>
|
|
185
196
|
*/
|
|
@@ -187,24 +198,28 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
187
198
|
createResolverRule(args: CreateResolverRuleCommandInput, cb: (err: any, data?: CreateResolverRuleCommandOutput) => void): void;
|
|
188
199
|
createResolverRule(args: CreateResolverRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResolverRuleCommandOutput) => void): void;
|
|
189
200
|
/**
|
|
201
|
+
* @public
|
|
190
202
|
* <p>Deletes the specified domain list. </p>
|
|
191
203
|
*/
|
|
192
204
|
deleteFirewallDomainList(args: DeleteFirewallDomainListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallDomainListCommandOutput>;
|
|
193
205
|
deleteFirewallDomainList(args: DeleteFirewallDomainListCommandInput, cb: (err: any, data?: DeleteFirewallDomainListCommandOutput) => void): void;
|
|
194
206
|
deleteFirewallDomainList(args: DeleteFirewallDomainListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallDomainListCommandOutput) => void): void;
|
|
195
207
|
/**
|
|
208
|
+
* @public
|
|
196
209
|
* <p>Deletes the specified firewall rule.</p>
|
|
197
210
|
*/
|
|
198
211
|
deleteFirewallRule(args: DeleteFirewallRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallRuleCommandOutput>;
|
|
199
212
|
deleteFirewallRule(args: DeleteFirewallRuleCommandInput, cb: (err: any, data?: DeleteFirewallRuleCommandOutput) => void): void;
|
|
200
213
|
deleteFirewallRule(args: DeleteFirewallRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallRuleCommandOutput) => void): void;
|
|
201
214
|
/**
|
|
215
|
+
* @public
|
|
202
216
|
* <p>Deletes the specified firewall rule group. </p>
|
|
203
217
|
*/
|
|
204
218
|
deleteFirewallRuleGroup(args: DeleteFirewallRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallRuleGroupCommandOutput>;
|
|
205
219
|
deleteFirewallRuleGroup(args: DeleteFirewallRuleGroupCommandInput, cb: (err: any, data?: DeleteFirewallRuleGroupCommandOutput) => void): void;
|
|
206
220
|
deleteFirewallRuleGroup(args: DeleteFirewallRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallRuleGroupCommandOutput) => void): void;
|
|
207
221
|
/**
|
|
222
|
+
* @public
|
|
208
223
|
* <p>Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound
|
|
209
224
|
* Resolver endpoint:</p>
|
|
210
225
|
* <ul>
|
|
@@ -223,6 +238,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
223
238
|
deleteResolverEndpoint(args: DeleteResolverEndpointCommandInput, cb: (err: any, data?: DeleteResolverEndpointCommandOutput) => void): void;
|
|
224
239
|
deleteResolverEndpoint(args: DeleteResolverEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResolverEndpointCommandOutput) => void): void;
|
|
225
240
|
/**
|
|
241
|
+
* @public
|
|
226
242
|
* <p>Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are
|
|
227
243
|
* associated with the configuration. This also applies if the query logging configuration is shared with other Amazon Web Services accounts, and
|
|
228
244
|
* the other accounts have associated VPCs with the shared configuration.</p>
|
|
@@ -237,6 +253,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
237
253
|
deleteResolverQueryLogConfig(args: DeleteResolverQueryLogConfigCommandInput, cb: (err: any, data?: DeleteResolverQueryLogConfigCommandOutput) => void): void;
|
|
238
254
|
deleteResolverQueryLogConfig(args: DeleteResolverQueryLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResolverQueryLogConfigCommandOutput) => void): void;
|
|
239
255
|
/**
|
|
256
|
+
* @public
|
|
240
257
|
* <p>Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you
|
|
241
258
|
* associated the Resolver rule with. For more information, see
|
|
242
259
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html">DisassociateResolverRule</a>.</p>
|
|
@@ -245,12 +262,14 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
245
262
|
deleteResolverRule(args: DeleteResolverRuleCommandInput, cb: (err: any, data?: DeleteResolverRuleCommandOutput) => void): void;
|
|
246
263
|
deleteResolverRule(args: DeleteResolverRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResolverRuleCommandOutput) => void): void;
|
|
247
264
|
/**
|
|
265
|
+
* @public
|
|
248
266
|
* <p>Disassociates a <a>FirewallRuleGroup</a> from a VPC, to remove DNS filtering from the VPC. </p>
|
|
249
267
|
*/
|
|
250
268
|
disassociateFirewallRuleGroup(args: DisassociateFirewallRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFirewallRuleGroupCommandOutput>;
|
|
251
269
|
disassociateFirewallRuleGroup(args: DisassociateFirewallRuleGroupCommandInput, cb: (err: any, data?: DisassociateFirewallRuleGroupCommandOutput) => void): void;
|
|
252
270
|
disassociateFirewallRuleGroup(args: DisassociateFirewallRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFirewallRuleGroupCommandOutput) => void): void;
|
|
253
271
|
/**
|
|
272
|
+
* @public
|
|
254
273
|
* <p>Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address,
|
|
255
274
|
* submit one <code>DisassociateResolverEndpointIpAddress</code> request for each IP address.</p>
|
|
256
275
|
* <p>To add an IP address to an endpoint, see
|
|
@@ -261,6 +280,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
261
280
|
disassociateResolverEndpointIpAddress(args: DisassociateResolverEndpointIpAddressCommandInput, cb: (err: any, data?: DisassociateResolverEndpointIpAddressCommandOutput) => void): void;
|
|
262
281
|
disassociateResolverEndpointIpAddress(args: DisassociateResolverEndpointIpAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateResolverEndpointIpAddressCommandOutput) => void): void;
|
|
263
282
|
/**
|
|
283
|
+
* @public
|
|
264
284
|
* <p>Disassociates a VPC from a query logging configuration.</p>
|
|
265
285
|
* <note>
|
|
266
286
|
* <p>Before you can delete a query logging configuration, you must first disassociate all VPCs
|
|
@@ -281,6 +301,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
281
301
|
disassociateResolverQueryLogConfig(args: DisassociateResolverQueryLogConfigCommandInput, cb: (err: any, data?: DisassociateResolverQueryLogConfigCommandOutput) => void): void;
|
|
282
302
|
disassociateResolverQueryLogConfig(args: DisassociateResolverQueryLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateResolverQueryLogConfigCommandOutput) => void): void;
|
|
283
303
|
/**
|
|
304
|
+
* @public
|
|
284
305
|
* <p>Removes the association between a specified Resolver rule and a specified VPC.</p>
|
|
285
306
|
* <important>
|
|
286
307
|
* <p>If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the
|
|
@@ -291,6 +312,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
291
312
|
disassociateResolverRule(args: DisassociateResolverRuleCommandInput, cb: (err: any, data?: DisassociateResolverRuleCommandOutput) => void): void;
|
|
292
313
|
disassociateResolverRule(args: DisassociateResolverRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateResolverRuleCommandOutput) => void): void;
|
|
293
314
|
/**
|
|
315
|
+
* @public
|
|
294
316
|
* <p>Retrieves the configuration of the firewall behavior provided by DNS Firewall for a
|
|
295
317
|
* single VPC from Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
296
318
|
*/
|
|
@@ -298,24 +320,28 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
298
320
|
getFirewallConfig(args: GetFirewallConfigCommandInput, cb: (err: any, data?: GetFirewallConfigCommandOutput) => void): void;
|
|
299
321
|
getFirewallConfig(args: GetFirewallConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFirewallConfigCommandOutput) => void): void;
|
|
300
322
|
/**
|
|
323
|
+
* @public
|
|
301
324
|
* <p>Retrieves the specified firewall domain list.</p>
|
|
302
325
|
*/
|
|
303
326
|
getFirewallDomainList(args: GetFirewallDomainListCommandInput, options?: __HttpHandlerOptions): Promise<GetFirewallDomainListCommandOutput>;
|
|
304
327
|
getFirewallDomainList(args: GetFirewallDomainListCommandInput, cb: (err: any, data?: GetFirewallDomainListCommandOutput) => void): void;
|
|
305
328
|
getFirewallDomainList(args: GetFirewallDomainListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFirewallDomainListCommandOutput) => void): void;
|
|
306
329
|
/**
|
|
330
|
+
* @public
|
|
307
331
|
* <p>Retrieves the specified firewall rule group. </p>
|
|
308
332
|
*/
|
|
309
333
|
getFirewallRuleGroup(args: GetFirewallRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetFirewallRuleGroupCommandOutput>;
|
|
310
334
|
getFirewallRuleGroup(args: GetFirewallRuleGroupCommandInput, cb: (err: any, data?: GetFirewallRuleGroupCommandOutput) => void): void;
|
|
311
335
|
getFirewallRuleGroup(args: GetFirewallRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFirewallRuleGroupCommandOutput) => void): void;
|
|
312
336
|
/**
|
|
337
|
+
* @public
|
|
313
338
|
* <p>Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.</p>
|
|
314
339
|
*/
|
|
315
340
|
getFirewallRuleGroupAssociation(args: GetFirewallRuleGroupAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetFirewallRuleGroupAssociationCommandOutput>;
|
|
316
341
|
getFirewallRuleGroupAssociation(args: GetFirewallRuleGroupAssociationCommandInput, cb: (err: any, data?: GetFirewallRuleGroupAssociationCommandOutput) => void): void;
|
|
317
342
|
getFirewallRuleGroupAssociation(args: GetFirewallRuleGroupAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFirewallRuleGroupAssociationCommandOutput) => void): void;
|
|
318
343
|
/**
|
|
344
|
+
* @public
|
|
319
345
|
* <p>Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the
|
|
320
346
|
* specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM). </p>
|
|
321
347
|
*/
|
|
@@ -323,6 +349,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
323
349
|
getFirewallRuleGroupPolicy(args: GetFirewallRuleGroupPolicyCommandInput, cb: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void): void;
|
|
324
350
|
getFirewallRuleGroupPolicy(args: GetFirewallRuleGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFirewallRuleGroupPolicyCommandOutput) => void): void;
|
|
325
351
|
/**
|
|
352
|
+
* @public
|
|
326
353
|
* <p>Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from
|
|
327
354
|
* Amazon Virtual Private Cloud.</p>
|
|
328
355
|
*/
|
|
@@ -330,12 +357,14 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
330
357
|
getResolverConfig(args: GetResolverConfigCommandInput, cb: (err: any, data?: GetResolverConfigCommandOutput) => void): void;
|
|
331
358
|
getResolverConfig(args: GetResolverConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverConfigCommandOutput) => void): void;
|
|
332
359
|
/**
|
|
360
|
+
* @public
|
|
333
361
|
* <p>Gets DNSSEC validation information for a specified resource.</p>
|
|
334
362
|
*/
|
|
335
363
|
getResolverDnssecConfig(args: GetResolverDnssecConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetResolverDnssecConfigCommandOutput>;
|
|
336
364
|
getResolverDnssecConfig(args: GetResolverDnssecConfigCommandInput, cb: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void): void;
|
|
337
365
|
getResolverDnssecConfig(args: GetResolverDnssecConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverDnssecConfigCommandOutput) => void): void;
|
|
338
366
|
/**
|
|
367
|
+
* @public
|
|
339
368
|
* <p>Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the
|
|
340
369
|
* current status of the endpoint.</p>
|
|
341
370
|
*/
|
|
@@ -343,6 +372,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
343
372
|
getResolverEndpoint(args: GetResolverEndpointCommandInput, cb: (err: any, data?: GetResolverEndpointCommandOutput) => void): void;
|
|
344
373
|
getResolverEndpoint(args: GetResolverEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverEndpointCommandOutput) => void): void;
|
|
345
374
|
/**
|
|
375
|
+
* @public
|
|
346
376
|
* <p>Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration
|
|
347
377
|
* is logging queries for and the location that logs are sent to. </p>
|
|
348
378
|
*/
|
|
@@ -350,6 +380,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
350
380
|
getResolverQueryLogConfig(args: GetResolverQueryLogConfigCommandInput, cb: (err: any, data?: GetResolverQueryLogConfigCommandOutput) => void): void;
|
|
351
381
|
getResolverQueryLogConfig(args: GetResolverQueryLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverQueryLogConfigCommandOutput) => void): void;
|
|
352
382
|
/**
|
|
383
|
+
* @public
|
|
353
384
|
* <p>Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC
|
|
354
385
|
* with a query logging configuration, Resolver logs DNS queries that originate in that VPC.</p>
|
|
355
386
|
*/
|
|
@@ -357,6 +388,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
357
388
|
getResolverQueryLogConfigAssociation(args: GetResolverQueryLogConfigAssociationCommandInput, cb: (err: any, data?: GetResolverQueryLogConfigAssociationCommandOutput) => void): void;
|
|
358
389
|
getResolverQueryLogConfigAssociation(args: GetResolverQueryLogConfigAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverQueryLogConfigAssociationCommandOutput) => void): void;
|
|
359
390
|
/**
|
|
391
|
+
* @public
|
|
360
392
|
* <p>Gets information about a query logging policy. A query logging policy specifies the Resolver query logging
|
|
361
393
|
* operations and resources that you want to allow another Amazon Web Services account to be able to use.</p>
|
|
362
394
|
*/
|
|
@@ -364,6 +396,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
364
396
|
getResolverQueryLogConfigPolicy(args: GetResolverQueryLogConfigPolicyCommandInput, cb: (err: any, data?: GetResolverQueryLogConfigPolicyCommandOutput) => void): void;
|
|
365
397
|
getResolverQueryLogConfigPolicy(args: GetResolverQueryLogConfigPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverQueryLogConfigPolicyCommandOutput) => void): void;
|
|
366
398
|
/**
|
|
399
|
+
* @public
|
|
367
400
|
* <p>Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the
|
|
368
401
|
* outbound Resolver endpoint that the rule is associated with.</p>
|
|
369
402
|
*/
|
|
@@ -371,6 +404,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
371
404
|
getResolverRule(args: GetResolverRuleCommandInput, cb: (err: any, data?: GetResolverRuleCommandOutput) => void): void;
|
|
372
405
|
getResolverRule(args: GetResolverRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverRuleCommandOutput) => void): void;
|
|
373
406
|
/**
|
|
407
|
+
* @public
|
|
374
408
|
* <p>Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using
|
|
375
409
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html">AssociateResolverRule</a>. </p>
|
|
376
410
|
*/
|
|
@@ -378,6 +412,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
378
412
|
getResolverRuleAssociation(args: GetResolverRuleAssociationCommandInput, cb: (err: any, data?: GetResolverRuleAssociationCommandOutput) => void): void;
|
|
379
413
|
getResolverRuleAssociation(args: GetResolverRuleAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverRuleAssociationCommandOutput) => void): void;
|
|
380
414
|
/**
|
|
415
|
+
* @public
|
|
381
416
|
* <p>Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share
|
|
382
417
|
* with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use. </p>
|
|
383
418
|
*/
|
|
@@ -385,6 +420,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
385
420
|
getResolverRulePolicy(args: GetResolverRulePolicyCommandInput, cb: (err: any, data?: GetResolverRulePolicyCommandOutput) => void): void;
|
|
386
421
|
getResolverRulePolicy(args: GetResolverRulePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResolverRulePolicyCommandOutput) => void): void;
|
|
387
422
|
/**
|
|
423
|
+
* @public
|
|
388
424
|
* <p>Imports domain names from a file into a domain list, for use in a DNS firewall rule group. </p>
|
|
389
425
|
* <p>Each domain specification in your domain list must satisfy the following
|
|
390
426
|
* requirements: </p>
|
|
@@ -406,6 +442,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
406
442
|
importFirewallDomains(args: ImportFirewallDomainsCommandInput, cb: (err: any, data?: ImportFirewallDomainsCommandOutput) => void): void;
|
|
407
443
|
importFirewallDomains(args: ImportFirewallDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportFirewallDomainsCommandOutput) => void): void;
|
|
408
444
|
/**
|
|
445
|
+
* @public
|
|
409
446
|
* <p>Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs. </p>
|
|
410
447
|
* <p>A single call might return only a partial list of the configurations. For information, see <code>MaxResults</code>. </p>
|
|
411
448
|
*/
|
|
@@ -413,6 +450,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
413
450
|
listFirewallConfigs(args: ListFirewallConfigsCommandInput, cb: (err: any, data?: ListFirewallConfigsCommandOutput) => void): void;
|
|
414
451
|
listFirewallConfigs(args: ListFirewallConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallConfigsCommandOutput) => void): void;
|
|
415
452
|
/**
|
|
453
|
+
* @public
|
|
416
454
|
* <p>Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling <a>ListFirewallDomains</a>. </p>
|
|
417
455
|
* <p>A single call to this list operation might return only a partial list of the domain lists. For information, see <code>MaxResults</code>. </p>
|
|
418
456
|
*/
|
|
@@ -420,6 +458,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
420
458
|
listFirewallDomainLists(args: ListFirewallDomainListsCommandInput, cb: (err: any, data?: ListFirewallDomainListsCommandOutput) => void): void;
|
|
421
459
|
listFirewallDomainLists(args: ListFirewallDomainListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallDomainListsCommandOutput) => void): void;
|
|
422
460
|
/**
|
|
461
|
+
* @public
|
|
423
462
|
* <p>Retrieves the domains that you have defined for the specified firewall domain list. </p>
|
|
424
463
|
* <p>A single call might return only a partial list of the domains. For information, see <code>MaxResults</code>. </p>
|
|
425
464
|
*/
|
|
@@ -427,6 +466,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
427
466
|
listFirewallDomains(args: ListFirewallDomainsCommandInput, cb: (err: any, data?: ListFirewallDomainsCommandOutput) => void): void;
|
|
428
467
|
listFirewallDomains(args: ListFirewallDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallDomainsCommandOutput) => void): void;
|
|
429
468
|
/**
|
|
469
|
+
* @public
|
|
430
470
|
* <p>Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group. </p>
|
|
431
471
|
* <p>A single call might return only a partial list of the associations. For information, see <code>MaxResults</code>. </p>
|
|
432
472
|
*/
|
|
@@ -434,6 +474,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
434
474
|
listFirewallRuleGroupAssociations(args: ListFirewallRuleGroupAssociationsCommandInput, cb: (err: any, data?: ListFirewallRuleGroupAssociationsCommandOutput) => void): void;
|
|
435
475
|
listFirewallRuleGroupAssociations(args: ListFirewallRuleGroupAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallRuleGroupAssociationsCommandOutput) => void): void;
|
|
436
476
|
/**
|
|
477
|
+
* @public
|
|
437
478
|
* <p>Retrieves the minimal high-level information for the rule groups that you have defined. </p>
|
|
438
479
|
* <p>A single call might return only a partial list of the rule groups. For information, see <code>MaxResults</code>. </p>
|
|
439
480
|
*/
|
|
@@ -441,6 +482,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
441
482
|
listFirewallRuleGroups(args: ListFirewallRuleGroupsCommandInput, cb: (err: any, data?: ListFirewallRuleGroupsCommandOutput) => void): void;
|
|
442
483
|
listFirewallRuleGroups(args: ListFirewallRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallRuleGroupsCommandOutput) => void): void;
|
|
443
484
|
/**
|
|
485
|
+
* @public
|
|
444
486
|
* <p>Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC. </p>
|
|
445
487
|
* <p>A single call might return only a partial list of the rules. For information, see <code>MaxResults</code>. </p>
|
|
446
488
|
*/
|
|
@@ -448,6 +490,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
448
490
|
listFirewallRules(args: ListFirewallRulesCommandInput, cb: (err: any, data?: ListFirewallRulesCommandOutput) => void): void;
|
|
449
491
|
listFirewallRules(args: ListFirewallRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallRulesCommandOutput) => void): void;
|
|
450
492
|
/**
|
|
493
|
+
* @public
|
|
451
494
|
* <p>Retrieves the Resolver configurations that you have defined.
|
|
452
495
|
* Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.</p>
|
|
453
496
|
*/
|
|
@@ -455,30 +498,35 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
455
498
|
listResolverConfigs(args: ListResolverConfigsCommandInput, cb: (err: any, data?: ListResolverConfigsCommandOutput) => void): void;
|
|
456
499
|
listResolverConfigs(args: ListResolverConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverConfigsCommandOutput) => void): void;
|
|
457
500
|
/**
|
|
501
|
+
* @public
|
|
458
502
|
* <p>Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.</p>
|
|
459
503
|
*/
|
|
460
504
|
listResolverDnssecConfigs(args: ListResolverDnssecConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverDnssecConfigsCommandOutput>;
|
|
461
505
|
listResolverDnssecConfigs(args: ListResolverDnssecConfigsCommandInput, cb: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void): void;
|
|
462
506
|
listResolverDnssecConfigs(args: ListResolverDnssecConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverDnssecConfigsCommandOutput) => void): void;
|
|
463
507
|
/**
|
|
508
|
+
* @public
|
|
464
509
|
* <p>Gets the IP addresses for a specified Resolver endpoint.</p>
|
|
465
510
|
*/
|
|
466
511
|
listResolverEndpointIpAddresses(args: ListResolverEndpointIpAddressesCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverEndpointIpAddressesCommandOutput>;
|
|
467
512
|
listResolverEndpointIpAddresses(args: ListResolverEndpointIpAddressesCommandInput, cb: (err: any, data?: ListResolverEndpointIpAddressesCommandOutput) => void): void;
|
|
468
513
|
listResolverEndpointIpAddresses(args: ListResolverEndpointIpAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverEndpointIpAddressesCommandOutput) => void): void;
|
|
469
514
|
/**
|
|
515
|
+
* @public
|
|
470
516
|
* <p>Lists all the Resolver endpoints that were created using the current Amazon Web Services account.</p>
|
|
471
517
|
*/
|
|
472
518
|
listResolverEndpoints(args: ListResolverEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverEndpointsCommandOutput>;
|
|
473
519
|
listResolverEndpoints(args: ListResolverEndpointsCommandInput, cb: (err: any, data?: ListResolverEndpointsCommandOutput) => void): void;
|
|
474
520
|
listResolverEndpoints(args: ListResolverEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverEndpointsCommandOutput) => void): void;
|
|
475
521
|
/**
|
|
522
|
+
* @public
|
|
476
523
|
* <p>Lists information about associations between Amazon VPCs and query logging configurations.</p>
|
|
477
524
|
*/
|
|
478
525
|
listResolverQueryLogConfigAssociations(args: ListResolverQueryLogConfigAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverQueryLogConfigAssociationsCommandOutput>;
|
|
479
526
|
listResolverQueryLogConfigAssociations(args: ListResolverQueryLogConfigAssociationsCommandInput, cb: (err: any, data?: ListResolverQueryLogConfigAssociationsCommandOutput) => void): void;
|
|
480
527
|
listResolverQueryLogConfigAssociations(args: ListResolverQueryLogConfigAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverQueryLogConfigAssociationsCommandOutput) => void): void;
|
|
481
528
|
/**
|
|
529
|
+
* @public
|
|
482
530
|
* <p>Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save
|
|
483
531
|
* DNS query logs and specifies the VPCs that you want to log queries for.</p>
|
|
484
532
|
*/
|
|
@@ -486,24 +534,28 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
486
534
|
listResolverQueryLogConfigs(args: ListResolverQueryLogConfigsCommandInput, cb: (err: any, data?: ListResolverQueryLogConfigsCommandOutput) => void): void;
|
|
487
535
|
listResolverQueryLogConfigs(args: ListResolverQueryLogConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverQueryLogConfigsCommandOutput) => void): void;
|
|
488
536
|
/**
|
|
537
|
+
* @public
|
|
489
538
|
* <p>Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.</p>
|
|
490
539
|
*/
|
|
491
540
|
listResolverRuleAssociations(args: ListResolverRuleAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverRuleAssociationsCommandOutput>;
|
|
492
541
|
listResolverRuleAssociations(args: ListResolverRuleAssociationsCommandInput, cb: (err: any, data?: ListResolverRuleAssociationsCommandOutput) => void): void;
|
|
493
542
|
listResolverRuleAssociations(args: ListResolverRuleAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverRuleAssociationsCommandOutput) => void): void;
|
|
494
543
|
/**
|
|
544
|
+
* @public
|
|
495
545
|
* <p>Lists the Resolver rules that were created using the current Amazon Web Services account.</p>
|
|
496
546
|
*/
|
|
497
547
|
listResolverRules(args: ListResolverRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListResolverRulesCommandOutput>;
|
|
498
548
|
listResolverRules(args: ListResolverRulesCommandInput, cb: (err: any, data?: ListResolverRulesCommandOutput) => void): void;
|
|
499
549
|
listResolverRules(args: ListResolverRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResolverRulesCommandOutput) => void): void;
|
|
500
550
|
/**
|
|
551
|
+
* @public
|
|
501
552
|
* <p>Lists the tags that you associated with the specified resource.</p>
|
|
502
553
|
*/
|
|
503
554
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
504
555
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
505
556
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
506
557
|
/**
|
|
558
|
+
* @public
|
|
507
559
|
* <p>Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule
|
|
508
560
|
* group. You can use the policy to share the rule group using Resource Access Manager
|
|
509
561
|
* (RAM). </p>
|
|
@@ -512,6 +564,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
512
564
|
putFirewallRuleGroupPolicy(args: PutFirewallRuleGroupPolicyCommandInput, cb: (err: any, data?: PutFirewallRuleGroupPolicyCommandOutput) => void): void;
|
|
513
565
|
putFirewallRuleGroupPolicy(args: PutFirewallRuleGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFirewallRuleGroupPolicyCommandOutput) => void): void;
|
|
514
566
|
/**
|
|
567
|
+
* @public
|
|
515
568
|
* <p>Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share,
|
|
516
569
|
* and the operations that you want the account to be able to perform on the configuration.</p>
|
|
517
570
|
*/
|
|
@@ -519,6 +572,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
519
572
|
putResolverQueryLogConfigPolicy(args: PutResolverQueryLogConfigPolicyCommandInput, cb: (err: any, data?: PutResolverQueryLogConfigPolicyCommandOutput) => void): void;
|
|
520
573
|
putResolverQueryLogConfigPolicy(args: PutResolverQueryLogConfigPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResolverQueryLogConfigPolicyCommandOutput) => void): void;
|
|
521
574
|
/**
|
|
575
|
+
* @public
|
|
522
576
|
* <p>Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with,
|
|
523
577
|
* and the operations that you want the account to be able to perform on the rule.</p>
|
|
524
578
|
*/
|
|
@@ -526,18 +580,21 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
526
580
|
putResolverRulePolicy(args: PutResolverRulePolicyCommandInput, cb: (err: any, data?: PutResolverRulePolicyCommandOutput) => void): void;
|
|
527
581
|
putResolverRulePolicy(args: PutResolverRulePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResolverRulePolicyCommandOutput) => void): void;
|
|
528
582
|
/**
|
|
583
|
+
* @public
|
|
529
584
|
* <p>Adds one or more tags to a specified resource.</p>
|
|
530
585
|
*/
|
|
531
586
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
532
587
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
533
588
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
534
589
|
/**
|
|
590
|
+
* @public
|
|
535
591
|
* <p>Removes one or more tags from a specified resource.</p>
|
|
536
592
|
*/
|
|
537
593
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
538
594
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
539
595
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
540
596
|
/**
|
|
597
|
+
* @public
|
|
541
598
|
* <p>Updates the configuration of the firewall behavior provided by DNS Firewall for a single
|
|
542
599
|
* VPC from Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
543
600
|
*/
|
|
@@ -545,24 +602,28 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
545
602
|
updateFirewallConfig(args: UpdateFirewallConfigCommandInput, cb: (err: any, data?: UpdateFirewallConfigCommandOutput) => void): void;
|
|
546
603
|
updateFirewallConfig(args: UpdateFirewallConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallConfigCommandOutput) => void): void;
|
|
547
604
|
/**
|
|
605
|
+
* @public
|
|
548
606
|
* <p>Updates the firewall domain list from an array of domain specifications. </p>
|
|
549
607
|
*/
|
|
550
608
|
updateFirewallDomains(args: UpdateFirewallDomainsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallDomainsCommandOutput>;
|
|
551
609
|
updateFirewallDomains(args: UpdateFirewallDomainsCommandInput, cb: (err: any, data?: UpdateFirewallDomainsCommandOutput) => void): void;
|
|
552
610
|
updateFirewallDomains(args: UpdateFirewallDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDomainsCommandOutput) => void): void;
|
|
553
611
|
/**
|
|
612
|
+
* @public
|
|
554
613
|
* <p>Updates the specified firewall rule. </p>
|
|
555
614
|
*/
|
|
556
615
|
updateFirewallRule(args: UpdateFirewallRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallRuleCommandOutput>;
|
|
557
616
|
updateFirewallRule(args: UpdateFirewallRuleCommandInput, cb: (err: any, data?: UpdateFirewallRuleCommandOutput) => void): void;
|
|
558
617
|
updateFirewallRule(args: UpdateFirewallRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallRuleCommandOutput) => void): void;
|
|
559
618
|
/**
|
|
619
|
+
* @public
|
|
560
620
|
* <p>Changes the association of a <a>FirewallRuleGroup</a> with a VPC. The association enables DNS filtering for the VPC. </p>
|
|
561
621
|
*/
|
|
562
622
|
updateFirewallRuleGroupAssociation(args: UpdateFirewallRuleGroupAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallRuleGroupAssociationCommandOutput>;
|
|
563
623
|
updateFirewallRuleGroupAssociation(args: UpdateFirewallRuleGroupAssociationCommandInput, cb: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void): void;
|
|
564
624
|
updateFirewallRuleGroupAssociation(args: UpdateFirewallRuleGroupAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallRuleGroupAssociationCommandOutput) => void): void;
|
|
565
625
|
/**
|
|
626
|
+
* @public
|
|
566
627
|
* <p>Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from
|
|
567
628
|
* Amazon Virtual Private Cloud.</p>
|
|
568
629
|
*/
|
|
@@ -570,12 +631,14 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
570
631
|
updateResolverConfig(args: UpdateResolverConfigCommandInput, cb: (err: any, data?: UpdateResolverConfigCommandOutput) => void): void;
|
|
571
632
|
updateResolverConfig(args: UpdateResolverConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResolverConfigCommandOutput) => void): void;
|
|
572
633
|
/**
|
|
634
|
+
* @public
|
|
573
635
|
* <p>Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.</p>
|
|
574
636
|
*/
|
|
575
637
|
updateResolverDnssecConfig(args: UpdateResolverDnssecConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResolverDnssecConfigCommandOutput>;
|
|
576
638
|
updateResolverDnssecConfig(args: UpdateResolverDnssecConfigCommandInput, cb: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void): void;
|
|
577
639
|
updateResolverDnssecConfig(args: UpdateResolverDnssecConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResolverDnssecConfigCommandOutput) => void): void;
|
|
578
640
|
/**
|
|
641
|
+
* @public
|
|
579
642
|
* <p>Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint.
|
|
580
643
|
* You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type. </p>
|
|
581
644
|
*/
|
|
@@ -583,6 +646,7 @@ export declare class Route53Resolver extends Route53ResolverClient {
|
|
|
583
646
|
updateResolverEndpoint(args: UpdateResolverEndpointCommandInput, cb: (err: any, data?: UpdateResolverEndpointCommandOutput) => void): void;
|
|
584
647
|
updateResolverEndpoint(args: UpdateResolverEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResolverEndpointCommandOutput) => void): void;
|
|
585
648
|
/**
|
|
649
|
+
* @public
|
|
586
650
|
* <p>Updates settings for a specified Resolver rule. <code>ResolverRuleId</code> is required, and all other parameters are optional.
|
|
587
651
|
* If you don't specify a parameter, it retains its current value.</p>
|
|
588
652
|
*/
|
|
@@ -71,15 +71,24 @@ import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigComma
|
|
|
71
71
|
import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "./commands/UpdateResolverEndpointCommand";
|
|
72
72
|
import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "./commands/UpdateResolverRuleCommand";
|
|
73
73
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
74
77
|
export type ServiceInputTypes = AssociateFirewallRuleGroupCommandInput | AssociateResolverEndpointIpAddressCommandInput | AssociateResolverQueryLogConfigCommandInput | AssociateResolverRuleCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateFirewallRuleGroupCommandInput | CreateResolverEndpointCommandInput | CreateResolverQueryLogConfigCommandInput | CreateResolverRuleCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteFirewallRuleGroupCommandInput | DeleteResolverEndpointCommandInput | DeleteResolverQueryLogConfigCommandInput | DeleteResolverRuleCommandInput | DisassociateFirewallRuleGroupCommandInput | DisassociateResolverEndpointIpAddressCommandInput | DisassociateResolverQueryLogConfigCommandInput | DisassociateResolverRuleCommandInput | GetFirewallConfigCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleGroupAssociationCommandInput | GetFirewallRuleGroupCommandInput | GetFirewallRuleGroupPolicyCommandInput | GetResolverConfigCommandInput | GetResolverDnssecConfigCommandInput | GetResolverEndpointCommandInput | GetResolverQueryLogConfigAssociationCommandInput | GetResolverQueryLogConfigCommandInput | GetResolverQueryLogConfigPolicyCommandInput | GetResolverRuleAssociationCommandInput | GetResolverRuleCommandInput | GetResolverRulePolicyCommandInput | ImportFirewallDomainsCommandInput | ListFirewallConfigsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRuleGroupAssociationsCommandInput | ListFirewallRuleGroupsCommandInput | ListFirewallRulesCommandInput | ListResolverConfigsCommandInput | ListResolverDnssecConfigsCommandInput | ListResolverEndpointIpAddressesCommandInput | ListResolverEndpointsCommandInput | ListResolverQueryLogConfigAssociationsCommandInput | ListResolverQueryLogConfigsCommandInput | ListResolverRuleAssociationsCommandInput | ListResolverRulesCommandInput | ListTagsForResourceCommandInput | PutFirewallRuleGroupPolicyCommandInput | PutResolverQueryLogConfigPolicyCommandInput | PutResolverRulePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallConfigCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateFirewallRuleGroupAssociationCommandInput | UpdateResolverConfigCommandInput | UpdateResolverDnssecConfigCommandInput | UpdateResolverEndpointCommandInput | UpdateResolverRuleCommandInput;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
75
81
|
export type ServiceOutputTypes = AssociateFirewallRuleGroupCommandOutput | AssociateResolverEndpointIpAddressCommandOutput | AssociateResolverQueryLogConfigCommandOutput | AssociateResolverRuleCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateFirewallRuleGroupCommandOutput | CreateResolverEndpointCommandOutput | CreateResolverQueryLogConfigCommandOutput | CreateResolverRuleCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteFirewallRuleGroupCommandOutput | DeleteResolverEndpointCommandOutput | DeleteResolverQueryLogConfigCommandOutput | DeleteResolverRuleCommandOutput | DisassociateFirewallRuleGroupCommandOutput | DisassociateResolverEndpointIpAddressCommandOutput | DisassociateResolverQueryLogConfigCommandOutput | DisassociateResolverRuleCommandOutput | GetFirewallConfigCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleGroupAssociationCommandOutput | GetFirewallRuleGroupCommandOutput | GetFirewallRuleGroupPolicyCommandOutput | GetResolverConfigCommandOutput | GetResolverDnssecConfigCommandOutput | GetResolverEndpointCommandOutput | GetResolverQueryLogConfigAssociationCommandOutput | GetResolverQueryLogConfigCommandOutput | GetResolverQueryLogConfigPolicyCommandOutput | GetResolverRuleAssociationCommandOutput | GetResolverRuleCommandOutput | GetResolverRulePolicyCommandOutput | ImportFirewallDomainsCommandOutput | ListFirewallConfigsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRuleGroupAssociationsCommandOutput | ListFirewallRuleGroupsCommandOutput | ListFirewallRulesCommandOutput | ListResolverConfigsCommandOutput | ListResolverDnssecConfigsCommandOutput | ListResolverEndpointIpAddressesCommandOutput | ListResolverEndpointsCommandOutput | ListResolverQueryLogConfigAssociationsCommandOutput | ListResolverQueryLogConfigsCommandOutput | ListResolverRuleAssociationsCommandOutput | ListResolverRulesCommandOutput | ListTagsForResourceCommandOutput | PutFirewallRuleGroupPolicyCommandOutput | PutResolverQueryLogConfigPolicyCommandOutput | PutResolverRulePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallConfigCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateFirewallRuleGroupAssociationCommandOutput | UpdateResolverConfigCommandOutput | UpdateResolverDnssecConfigCommandOutput | UpdateResolverEndpointCommandOutput | UpdateResolverRuleCommandOutput;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
76
85
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
77
86
|
/**
|
|
78
87
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
79
88
|
*/
|
|
80
89
|
requestHandler?: __HttpHandler;
|
|
81
90
|
/**
|
|
82
|
-
* A constructor for a class implementing the {@link
|
|
91
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
83
92
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
84
93
|
* @internal
|
|
85
94
|
*/
|
|
@@ -169,23 +178,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
169
178
|
*/
|
|
170
179
|
logger?: __Logger;
|
|
171
180
|
/**
|
|
172
|
-
* The {@link
|
|
181
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
173
182
|
*/
|
|
174
183
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
175
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
176
188
|
type Route53ResolverClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
177
189
|
/**
|
|
178
|
-
*
|
|
190
|
+
* @public
|
|
191
|
+
*
|
|
192
|
+
* The configuration interface of Route53ResolverClient class constructor that set the region, credentials and other options.
|
|
179
193
|
*/
|
|
180
194
|
export interface Route53ResolverClientConfig extends Route53ResolverClientConfigType {
|
|
181
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
182
199
|
type Route53ResolverClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
183
200
|
/**
|
|
184
|
-
*
|
|
201
|
+
* @public
|
|
202
|
+
*
|
|
203
|
+
* The resolved configuration interface of Route53ResolverClient class. This is resolved and normalized from the {@link Route53ResolverClientConfig | constructor configuration interface}.
|
|
185
204
|
*/
|
|
186
205
|
export interface Route53ResolverClientResolvedConfig extends Route53ResolverClientResolvedConfigType {
|
|
187
206
|
}
|
|
188
207
|
/**
|
|
208
|
+
* @public
|
|
189
209
|
* <p>When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC
|
|
190
210
|
* from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names
|
|
191
211
|
* such as domain names for EC2 instances or Elastic Load Balancing load balancers.
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AssociateFirewallRuleGroupRequest, AssociateFirewallRuleGroupResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateFirewallRuleGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateFirewallRuleGroupCommandInput extends AssociateFirewallRuleGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateFirewallRuleGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewallRuleGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a <a>FirewallRuleGroup</a> with a VPC, to provide DNS filtering for the VPC. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AssociateFirewallRuleGroupCommandInput - {@link AssociateFirewallRuleGroupCommandInput}
|
|
34
|
+
* @returns {@link AssociateFirewallRuleGroupCommandOutput}
|
|
28
35
|
* @see {@link AssociateFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AssociateFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
|
|
|
58
65
|
export declare class AssociateFirewallRuleGroupCommand extends $Command<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
59
66
|
readonly input: AssociateFirewallRuleGroupCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: AssociateFirewallRuleGroupCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|