@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
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverConfigRequest, GetResolverConfigResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverConfigCommandInput extends GetResolverConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverConfigCommandOutput extends GetResolverConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from
|
|
18
23
|
* Amazon Virtual Private Cloud.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverConfigCommandOutput extends GetResolverConfigRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverConfigCommandInput - {@link GetResolverConfigCommandInput}
|
|
35
|
+
* @returns {@link GetResolverConfigCommandOutput}
|
|
29
36
|
* @see {@link GetResolverConfigCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverConfigCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetResolverConfigCommandOutput extends GetResolverConfigRespons
|
|
|
54
61
|
export declare class GetResolverConfigCommand extends $Command<GetResolverConfigCommandInput, GetResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
55
62
|
readonly input: GetResolverConfigCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetResolverConfigCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverConfigCommandInput, GetResolverConfigCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverDnssecConfigRequest, GetResolverDnssecConfigResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverDnssecConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverDnssecConfigCommandInput extends GetResolverDnssecConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverDnssecConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverDnssecConfigCommandOutput extends GetResolverDnssecConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets DNSSEC validation information for a specified resource.</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 GetResolverDnssecConfigCommandOutput extends GetResolverDnssecC
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetResolverDnssecConfigCommandInput - {@link GetResolverDnssecConfigCommandInput}
|
|
34
|
+
* @returns {@link GetResolverDnssecConfigCommandOutput}
|
|
28
35
|
* @see {@link GetResolverDnssecConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetResolverDnssecConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetResolverDnssecConfigCommandOutput extends GetResolverDnssecC
|
|
|
52
59
|
export declare class GetResolverDnssecConfigCommand extends $Command<GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
53
60
|
readonly input: GetResolverDnssecConfigCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetResolverDnssecConfigCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverEndpointRequest, GetResolverEndpointResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverEndpointCommandInput extends GetResolverEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverEndpointCommandOutput extends GetResolverEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the
|
|
18
23
|
* current status of the endpoint.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverEndpointCommandOutput extends GetResolverEndpointRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverEndpointCommandInput - {@link GetResolverEndpointCommandInput}
|
|
35
|
+
* @returns {@link GetResolverEndpointCommandOutput}
|
|
29
36
|
* @see {@link GetResolverEndpointCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverEndpointCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetResolverEndpointCommandOutput extends GetResolverEndpointRes
|
|
|
47
54
|
export declare class GetResolverEndpointCommand extends $Command<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
48
55
|
readonly input: GetResolverEndpointCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetResolverEndpointCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverQueryLogConfigAssociationRequest, GetResolverQueryLogConfigAssociationResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverQueryLogConfigAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverQueryLogConfigAssociationCommandInput extends GetResolverQueryLogConfigAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverQueryLogConfigAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetResolverQueryLogConfigAssociationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC
|
|
18
23
|
* with a query logging configuration, Resolver logs DNS queries that originate in that VPC.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetRe
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverQueryLogConfigAssociationCommandInput - {@link GetResolverQueryLogConfigAssociationCommandInput}
|
|
35
|
+
* @returns {@link GetResolverQueryLogConfigAssociationCommandOutput}
|
|
29
36
|
* @see {@link GetResolverQueryLogConfigAssociationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverQueryLogConfigAssociationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetRe
|
|
|
53
60
|
export declare class GetResolverQueryLogConfigAssociationCommand extends $Command<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
54
61
|
readonly input: GetResolverQueryLogConfigAssociationCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: GetResolverQueryLogConfigAssociationCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverQueryLogConfigRequest, GetResolverQueryLogConfigResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverQueryLogConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverQueryLogConfigCommandInput extends GetResolverQueryLogConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverQueryLogConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQueryLogConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration
|
|
18
23
|
* is logging queries for and the location that logs are sent to. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQuery
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverQueryLogConfigCommandInput - {@link GetResolverQueryLogConfigCommandInput}
|
|
35
|
+
* @returns {@link GetResolverQueryLogConfigCommandOutput}
|
|
29
36
|
* @see {@link GetResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQuery
|
|
|
53
60
|
export declare class GetResolverQueryLogConfigCommand extends $Command<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
54
61
|
readonly input: GetResolverQueryLogConfigCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: GetResolverQueryLogConfigCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverQueryLogConfigPolicyRequest, GetResolverQueryLogConfigPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverQueryLogConfigPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverQueryLogConfigPolicyCommandInput extends GetResolverQueryLogConfigPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverQueryLogConfigPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolverQueryLogConfigPolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a query logging policy. A query logging policy specifies the Resolver query logging
|
|
18
23
|
* operations and resources that you want to allow another Amazon Web Services account to be able to use.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolve
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverQueryLogConfigPolicyCommandInput - {@link GetResolverQueryLogConfigPolicyCommandInput}
|
|
35
|
+
* @returns {@link GetResolverQueryLogConfigPolicyCommandOutput}
|
|
29
36
|
* @see {@link GetResolverQueryLogConfigPolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverQueryLogConfigPolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolve
|
|
|
50
57
|
export declare class GetResolverQueryLogConfigPolicyCommand extends $Command<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
51
58
|
readonly input: GetResolverQueryLogConfigPolicyCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetResolverQueryLogConfigPolicyCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverRuleAssociationRequest, GetResolverRuleAssociationResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverRuleAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverRuleAssociationCommandInput extends GetResolverRuleAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverRuleAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverRuleAssociationCommandOutput extends GetResolverRuleAssociationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using
|
|
18
23
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html">AssociateResolverRule</a>. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverRuleAssociationCommandOutput extends GetResolverRule
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverRuleAssociationCommandInput - {@link GetResolverRuleAssociationCommandInput}
|
|
35
|
+
* @returns {@link GetResolverRuleAssociationCommandOutput}
|
|
29
36
|
* @see {@link GetResolverRuleAssociationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverRuleAssociationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetResolverRuleAssociationCommandOutput extends GetResolverRule
|
|
|
47
54
|
export declare class GetResolverRuleAssociationCommand extends $Command<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
48
55
|
readonly input: GetResolverRuleAssociationCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetResolverRuleAssociationCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverRuleRequest, GetResolverRuleResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverRuleCommandInput extends GetResolverRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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
|
|
18
23
|
* outbound Resolver endpoint that the rule is associated with.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverRuleCommandInput - {@link GetResolverRuleCommandInput}
|
|
35
|
+
* @returns {@link GetResolverRuleCommandOutput}
|
|
29
36
|
* @see {@link GetResolverRuleCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverRuleCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, _
|
|
|
47
54
|
export declare class GetResolverRuleCommand extends $Command<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
48
55
|
readonly input: GetResolverRuleCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetResolverRuleCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRuleCommandInput, GetResolverRuleCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetResolverRulePolicyRequest, GetResolverRulePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverRulePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverRulePolicyCommandInput extends GetResolverRulePolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverRulePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share
|
|
18
23
|
* 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>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolic
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetResolverRulePolicyCommandInput - {@link GetResolverRulePolicyCommandInput}
|
|
35
|
+
* @returns {@link GetResolverRulePolicyCommandOutput}
|
|
29
36
|
* @see {@link GetResolverRulePolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetResolverRulePolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolic
|
|
|
47
54
|
export declare class GetResolverRulePolicyCommand extends $Command<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
48
55
|
readonly input: GetResolverRulePolicyCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetResolverRulePolicyCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ImportFirewallDomainsRequest, ImportFirewallDomainsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportFirewallDomainsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportFirewallDomainsCommandInput extends ImportFirewallDomainsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportFirewallDomainsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomainsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Imports domain names from a file into a domain list, for use in a DNS firewall rule group. </p>
|
|
18
23
|
* <p>Each domain specification in your domain list must satisfy the following
|
|
19
24
|
* requirements: </p>
|
|
@@ -40,6 +45,8 @@ export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomain
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param ImportFirewallDomainsCommandInput - {@link ImportFirewallDomainsCommandInput}
|
|
49
|
+
* @returns {@link ImportFirewallDomainsCommandOutput}
|
|
43
50
|
* @see {@link ImportFirewallDomainsCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link ImportFirewallDomainsCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -73,11 +80,20 @@ export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomain
|
|
|
73
80
|
export declare class ImportFirewallDomainsCommand extends $Command<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
74
81
|
readonly input: ImportFirewallDomainsCommandInput;
|
|
75
82
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
76
86
|
constructor(input: ImportFirewallDomainsCommandInput);
|
|
77
87
|
/**
|
|
78
88
|
* @internal
|
|
79
89
|
*/
|
|
80
90
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
81
94
|
private serialize;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
82
98
|
private deserialize;
|
|
83
99
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListFirewallConfigsRequest, ListFirewallConfigsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListFirewallConfigsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListFirewallConfigsCommandInput extends ListFirewallConfigsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListFirewallConfigsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs. </p>
|
|
18
23
|
* <p>A single call might return only a partial list of the configurations. For information, see <code>MaxResults</code>. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListFirewallConfigsCommandInput - {@link ListFirewallConfigsCommandInput}
|
|
35
|
+
* @returns {@link ListFirewallConfigsCommandOutput}
|
|
29
36
|
* @see {@link ListFirewallConfigsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListFirewallConfigsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsRes
|
|
|
48
55
|
export declare class ListFirewallConfigsCommand extends $Command<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
49
56
|
readonly input: ListFirewallConfigsCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ListFirewallConfigsCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListFirewallDomainListsRequest, ListFirewallDomainListsResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListFirewallDomainListsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListFirewallDomainListsCommandInput extends ListFirewallDomainListsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListFirewallDomainListsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomainListsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* <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>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomain
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListFirewallDomainListsCommandInput - {@link ListFirewallDomainListsCommandInput}
|
|
35
|
+
* @returns {@link ListFirewallDomainListsCommandOutput}
|
|
29
36
|
* @see {@link ListFirewallDomainListsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListFirewallDomainListsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomain
|
|
|
48
55
|
export declare class ListFirewallDomainListsCommand extends $Command<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
49
56
|
readonly input: ListFirewallDomainListsCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ListFirewallDomainListsCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|