@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 { DeleteResolverEndpointRequest, DeleteResolverEndpointResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResolverEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResolverEndpointCommandInput extends DeleteResolverEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResolverEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound
|
|
18
23
|
* Resolver endpoint:</p>
|
|
19
24
|
* <ul>
|
|
@@ -37,6 +42,8 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
|
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
45
|
+
* @param DeleteResolverEndpointCommandInput - {@link DeleteResolverEndpointCommandInput}
|
|
46
|
+
* @returns {@link DeleteResolverEndpointCommandOutput}
|
|
40
47
|
* @see {@link DeleteResolverEndpointCommandInput} for command's `input` shape.
|
|
41
48
|
* @see {@link DeleteResolverEndpointCommandOutput} for command's `response` shape.
|
|
42
49
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
|
|
|
61
68
|
export declare class DeleteResolverEndpointCommand extends $Command<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
62
69
|
readonly input: DeleteResolverEndpointCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: DeleteResolverEndpointCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteResolverQueryLogConfigRequest, DeleteResolverQueryLogConfigResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResolverQueryLogConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResolverQueryLogConfigCommandInput extends DeleteResolverQueryLogConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResolverQueryLogConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolverQueryLogConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are
|
|
18
23
|
* associated with the configuration. This also applies if the query logging configuration is shared with other Amazon Web Services accounts, and
|
|
19
24
|
* the other accounts have associated VPCs with the shared configuration.</p>
|
|
@@ -33,6 +38,8 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DeleteResolverQueryLogConfigCommandInput - {@link DeleteResolverQueryLogConfigCommandInput}
|
|
42
|
+
* @returns {@link DeleteResolverQueryLogConfigCommandOutput}
|
|
36
43
|
* @see {@link DeleteResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DeleteResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
|
|
|
60
67
|
export declare class DeleteResolverQueryLogConfigCommand extends $Command<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
61
68
|
readonly input: DeleteResolverQueryLogConfigCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: DeleteResolverQueryLogConfigCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteResolverRuleRequest, DeleteResolverRuleResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResolverRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResolverRuleCommandInput extends DeleteResolverRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResolverRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you
|
|
18
23
|
* associated the Resolver rule with. For more information, see
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html">DisassociateResolverRule</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteResolverRuleCommandInput - {@link DeleteResolverRuleCommandInput}
|
|
36
|
+
* @returns {@link DeleteResolverRuleCommandOutput}
|
|
30
37
|
* @see {@link DeleteResolverRuleCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteResolverRuleCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
|
|
|
51
58
|
export declare class DeleteResolverRuleCommand extends $Command<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteResolverRuleCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteResolverRuleCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateFirewallRuleGroupRequest, DisassociateFirewallRuleGroupResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateFirewallRuleGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateFirewallRuleGroupCommandInput extends DisassociateFirewallRuleGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateFirewallRuleGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateFirewallRuleGroupCommandOutput extends DisassociateFirewallRuleGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates a <a>FirewallRuleGroup</a> from a VPC, to remove DNS filtering from 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 DisassociateFirewallRuleGroupCommandOutput extends Disassociate
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateFirewallRuleGroupCommandInput - {@link DisassociateFirewallRuleGroupCommandInput}
|
|
34
|
+
* @returns {@link DisassociateFirewallRuleGroupCommandOutput}
|
|
28
35
|
* @see {@link DisassociateFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DisassociateFirewallRuleGroupCommandOutput extends Disassociate
|
|
|
55
62
|
export declare class DisassociateFirewallRuleGroupCommand extends $Command<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
56
63
|
readonly input: DisassociateFirewallRuleGroupCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DisassociateFirewallRuleGroupCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateResolverEndpointIpAddressRequest, DisassociateResolverEndpointIpAddressResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateResolverEndpointIpAddressCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateResolverEndpointIpAddressCommandInput extends DisassociateResolverEndpointIpAddressRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateResolverEndpointIpAddressCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateResolverEndpointIpAddressCommandOutput extends DisassociateResolverEndpointIpAddressResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address,
|
|
18
23
|
* submit one <code>DisassociateResolverEndpointIpAddress</code> request for each IP address.</p>
|
|
19
24
|
* <p>To add an IP address to an endpoint, see
|
|
@@ -29,6 +34,8 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DisassociateResolverEndpointIpAddressCommandInput - {@link DisassociateResolverEndpointIpAddressCommandInput}
|
|
38
|
+
* @returns {@link DisassociateResolverEndpointIpAddressCommandOutput}
|
|
32
39
|
* @see {@link DisassociateResolverEndpointIpAddressCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DisassociateResolverEndpointIpAddressCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
|
|
|
56
63
|
export declare class DisassociateResolverEndpointIpAddressCommand extends $Command<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
57
64
|
readonly input: DisassociateResolverEndpointIpAddressCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DisassociateResolverEndpointIpAddressCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateResolverQueryLogConfigRequest, DisassociateResolverQueryLogConfigResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateResolverQueryLogConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateResolverQueryLogConfigCommandInput extends DisassociateResolverQueryLogConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateResolverQueryLogConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateResolverQueryLogConfigCommandOutput extends DisassociateResolverQueryLogConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates a VPC from a query logging configuration.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>Before you can delete a query logging configuration, you must first disassociate all VPCs
|
|
@@ -39,6 +44,8 @@ export interface DisassociateResolverQueryLogConfigCommandOutput extends Disasso
|
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
47
|
+
* @param DisassociateResolverQueryLogConfigCommandInput - {@link DisassociateResolverQueryLogConfigCommandInput}
|
|
48
|
+
* @returns {@link DisassociateResolverQueryLogConfigCommandOutput}
|
|
42
49
|
* @see {@link DisassociateResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
43
50
|
* @see {@link DisassociateResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
44
51
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface DisassociateResolverQueryLogConfigCommandOutput extends Disasso
|
|
|
66
73
|
export declare class DisassociateResolverQueryLogConfigCommand extends $Command<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
67
74
|
readonly input: DisassociateResolverQueryLogConfigCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: DisassociateResolverQueryLogConfigCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateResolverRuleRequest, DisassociateResolverRuleResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateResolverRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateResolverRuleCommandInput extends DisassociateResolverRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateResolverRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateResolverRuleCommandOutput extends DisassociateResolverRuleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the association between a specified Resolver rule and a specified VPC.</p>
|
|
18
23
|
* <important>
|
|
19
24
|
* <p>If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the
|
|
@@ -29,6 +34,8 @@ export interface DisassociateResolverRuleCommandOutput extends DisassociateResol
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DisassociateResolverRuleCommandInput - {@link DisassociateResolverRuleCommandInput}
|
|
38
|
+
* @returns {@link DisassociateResolverRuleCommandOutput}
|
|
32
39
|
* @see {@link DisassociateResolverRuleCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DisassociateResolverRuleCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DisassociateResolverRuleCommandOutput extends DisassociateResol
|
|
|
50
57
|
export declare class DisassociateResolverRuleCommand extends $Command<DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
51
58
|
readonly input: DisassociateResolverRuleCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DisassociateResolverRuleCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput>;
|
|
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 { GetFirewallConfigRequest, GetFirewallConfigResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFirewallConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFirewallConfigCommandInput extends GetFirewallConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFirewallConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFirewallConfigCommandOutput extends GetFirewallConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the configuration of the firewall behavior provided by DNS Firewall for a
|
|
18
23
|
* single VPC from Amazon Virtual Private Cloud (Amazon VPC). </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetFirewallConfigCommandOutput extends GetFirewallConfigRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetFirewallConfigCommandInput - {@link GetFirewallConfigCommandInput}
|
|
35
|
+
* @returns {@link GetFirewallConfigCommandOutput}
|
|
29
36
|
* @see {@link GetFirewallConfigCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetFirewallConfigCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetFirewallConfigCommandOutput extends GetFirewallConfigRespons
|
|
|
51
58
|
export declare class GetFirewallConfigCommand extends $Command<GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
52
59
|
readonly input: GetFirewallConfigCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetFirewallConfigCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetFirewallDomainListRequest, GetFirewallDomainListResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFirewallDomainListCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFirewallDomainListCommandInput extends GetFirewallDomainListRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFirewallDomainListCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainListResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the specified firewall domain list.</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 GetFirewallDomainListCommandOutput extends GetFirewallDomainLis
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFirewallDomainListCommandInput - {@link GetFirewallDomainListCommandInput}
|
|
34
|
+
* @returns {@link GetFirewallDomainListCommandOutput}
|
|
28
35
|
* @see {@link GetFirewallDomainListCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFirewallDomainListCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainLis
|
|
|
46
53
|
export declare class GetFirewallDomainListCommand extends $Command<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
47
54
|
readonly input: GetFirewallDomainListCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetFirewallDomainListCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetFirewallRuleGroupAssociationRequest, GetFirewallRuleGroupAssociationResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFirewallRuleGroupAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFirewallRuleGroupAssociationCommandInput extends GetFirewallRuleGroupAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFirewallRuleGroupAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFirewallRuleGroupAssociationCommandOutput extends GetFirewallRuleGroupAssociationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
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 GetFirewallRuleGroupAssociationCommandOutput extends GetFirewal
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFirewallRuleGroupAssociationCommandInput - {@link GetFirewallRuleGroupAssociationCommandInput}
|
|
34
|
+
* @returns {@link GetFirewallRuleGroupAssociationCommandOutput}
|
|
28
35
|
* @see {@link GetFirewallRuleGroupAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFirewallRuleGroupAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetFirewallRuleGroupAssociationCommandOutput extends GetFirewal
|
|
|
46
53
|
export declare class GetFirewallRuleGroupAssociationCommand extends $Command<GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
47
54
|
readonly input: GetFirewallRuleGroupAssociationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetFirewallRuleGroupAssociationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetFirewallRuleGroupRequest, GetFirewallRuleGroupResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFirewallRuleGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFirewallRuleGroupCommandInput extends GetFirewallRuleGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFirewallRuleGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the specified firewall rule group. </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 GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFirewallRuleGroupCommandInput - {@link GetFirewallRuleGroupCommandInput}
|
|
34
|
+
* @returns {@link GetFirewallRuleGroupCommandOutput}
|
|
28
35
|
* @see {@link GetFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupR
|
|
|
46
53
|
export declare class GetFirewallRuleGroupCommand extends $Command<GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
47
54
|
readonly input: GetFirewallRuleGroupCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetFirewallRuleGroupCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetFirewallRuleGroupPolicyRequest, GetFirewallRuleGroupPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFirewallRuleGroupPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFirewallRuleGroupPolicyCommandInput extends GetFirewallRuleGroupPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFirewallRuleGroupPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRuleGroupPolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the
|
|
18
23
|
* specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM). </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRule
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetFirewallRuleGroupPolicyCommandInput - {@link GetFirewallRuleGroupPolicyCommandInput}
|
|
35
|
+
* @returns {@link GetFirewallRuleGroupPolicyCommandOutput}
|
|
29
36
|
* @see {@link GetFirewallRuleGroupPolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetFirewallRuleGroupPolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRule
|
|
|
51
58
|
export declare class GetFirewallRuleGroupPolicyCommand extends $Command<GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
52
59
|
readonly input: GetFirewallRuleGroupPolicyCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetFirewallRuleGroupPolicyCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|