@aws-sdk/client-route53resolver 3.40.0 → 3.45.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-route53resolver
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-route53resolver
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -14,6 +14,7 @@ const partitionHash = {
|
|
|
14
14
|
"ap-south-1",
|
|
15
15
|
"ap-southeast-1",
|
|
16
16
|
"ap-southeast-2",
|
|
17
|
+
"ap-southeast-3",
|
|
17
18
|
"ca-central-1",
|
|
18
19
|
"eu-central-1",
|
|
19
20
|
"eu-north-1",
|
|
@@ -78,6 +79,10 @@ const partitionHash = {
|
|
|
78
79
|
hostname: "route53resolver.{region}.c2s.ic.gov",
|
|
79
80
|
tags: [],
|
|
80
81
|
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "route53resolver-fips.{region}.c2s.ic.gov",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
81
86
|
],
|
|
82
87
|
},
|
|
83
88
|
"aws-iso-b": {
|
|
@@ -88,6 +93,10 @@ const partitionHash = {
|
|
|
88
93
|
hostname: "route53resolver.{region}.sc2s.sgov.gov",
|
|
89
94
|
tags: [],
|
|
90
95
|
},
|
|
96
|
+
{
|
|
97
|
+
hostname: "route53resolver-fips.{region}.sc2s.sgov.gov",
|
|
98
|
+
tags: ["fips"],
|
|
99
|
+
},
|
|
91
100
|
],
|
|
92
101
|
},
|
|
93
102
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -12,6 +12,7 @@ var partitionHash = {
|
|
|
12
12
|
"ap-south-1",
|
|
13
13
|
"ap-southeast-1",
|
|
14
14
|
"ap-southeast-2",
|
|
15
|
+
"ap-southeast-3",
|
|
15
16
|
"ca-central-1",
|
|
16
17
|
"eu-central-1",
|
|
17
18
|
"eu-north-1",
|
|
@@ -76,6 +77,10 @@ var partitionHash = {
|
|
|
76
77
|
hostname: "route53resolver.{region}.c2s.ic.gov",
|
|
77
78
|
tags: [],
|
|
78
79
|
},
|
|
80
|
+
{
|
|
81
|
+
hostname: "route53resolver-fips.{region}.c2s.ic.gov",
|
|
82
|
+
tags: ["fips"],
|
|
83
|
+
},
|
|
79
84
|
],
|
|
80
85
|
},
|
|
81
86
|
"aws-iso-b": {
|
|
@@ -86,6 +91,10 @@ var partitionHash = {
|
|
|
86
91
|
hostname: "route53resolver.{region}.sc2s.sgov.gov",
|
|
87
92
|
tags: [],
|
|
88
93
|
},
|
|
94
|
+
{
|
|
95
|
+
hostname: "route53resolver-fips.{region}.sc2s.sgov.gov",
|
|
96
|
+
tags: ["fips"],
|
|
97
|
+
},
|
|
89
98
|
],
|
|
90
99
|
},
|
|
91
100
|
"aws-us-gov": {
|
|
@@ -20,7 +20,7 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AssociateFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AssociateFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AssociateFirewallRuleGroupCommand extends $Command<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface AssociateResolverEndpointIpAddressCommandOutput extends Associa
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link AssociateResolverEndpointIpAddressCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link AssociateResolverEndpointIpAddressCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class AssociateResolverEndpointIpAddressCommand extends $Command<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface AssociateResolverQueryLogConfigCommandOutput extends AssociateR
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link AssociateResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link AssociateResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class AssociateResolverQueryLogConfigCommand extends $Command<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface AssociateResolverRuleCommandOutput extends AssociateResolverRul
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link AssociateResolverRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link AssociateResolverRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class AssociateResolverRuleCommand extends $Command<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDom
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFirewallDomainListCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFirewallDomainListCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateFirewallDomainListCommand extends $Command<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFirewallRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFirewallRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateFirewallRuleCommand extends $Command<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRule
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateFirewallRuleGroupCommand extends $Command<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link CreateResolverEndpointCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link CreateResolverEndpointCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class CreateResolverEndpointCommand extends $Command<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolve
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link CreateResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link CreateResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class CreateResolverQueryLogConfigCommand extends $Command<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateResolverRuleCommandOutput extends CreateResolverRuleRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateResolverRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateResolverRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateResolverRuleCommand extends $Command<CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDom
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFirewallDomainListCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFirewallDomainListCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFirewallDomainListCommand extends $Command<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFirewallRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFirewallRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFirewallRuleCommand extends $Command<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRule
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFirewallRuleGroupCommand extends $Command<DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link DeleteResolverEndpointCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link DeleteResolverEndpointCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class DeleteResolverEndpointCommand extends $Command<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DeleteResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DeleteResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DeleteResolverQueryLogConfigCommand extends $Command<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteResolverRuleCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteResolverRuleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteResolverRuleCommand extends $Command<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateFirewallRuleGroupCommandOutput extends Disassociate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateFirewallRuleGroupCommand extends $Command<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DisassociateResolverEndpointIpAddressCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DisassociateResolverEndpointIpAddressCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DisassociateResolverEndpointIpAddressCommand extends $Command<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DisassociateResolverQueryLogConfigCommandOutput extends Disasso
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DisassociateResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DisassociateResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DisassociateResolverQueryLogConfigCommand extends $Command<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DisassociateResolverRuleCommandOutput extends DisassociateResol
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DisassociateResolverRuleCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DisassociateResolverRuleCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DisassociateResolverRuleCommand extends $Command<DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetFirewallConfigCommandOutput extends GetFirewallConfigRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetFirewallConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetFirewallConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetFirewallConfigCommand extends $Command<GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainLis
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFirewallDomainListCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFirewallDomainListCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFirewallDomainListCommand extends $Command<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFirewallRuleGroupAssociationCommandOutput extends GetFirewal
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFirewallRuleGroupAssociationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFirewallRuleGroupAssociationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFirewallRuleGroupAssociationCommand extends $Command<GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFirewallRuleGroupCommandOutput extends GetFirewallRuleGroupR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFirewallRuleGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFirewallRuleGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFirewallRuleGroupCommand extends $Command<GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetFirewallRuleGroupPolicyCommandOutput extends GetFirewallRule
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetFirewallRuleGroupPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetFirewallRuleGroupPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetFirewallRuleGroupPolicyCommand extends $Command<GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverConfigCommandOutput extends GetResolverConfigRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverConfigCommand extends $Command<GetResolverConfigCommandInput, GetResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetResolverDnssecConfigCommandOutput extends GetResolverDnssecC
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetResolverDnssecConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetResolverDnssecConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetResolverDnssecConfigCommand extends $Command<GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverEndpointCommandOutput extends GetResolverEndpointRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverEndpointCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverEndpointCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverEndpointCommand extends $Command<GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverQueryLogConfigAssociationCommandOutput extends GetRe
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverQueryLogConfigAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverQueryLogConfigAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverQueryLogConfigAssociationCommand extends $Command<GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverQueryLogConfigCommandOutput extends GetResolverQuery
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverQueryLogConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverQueryLogConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverQueryLogConfigCommand extends $Command<GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverQueryLogConfigPolicyCommandOutput extends GetResolve
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverQueryLogConfigPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverQueryLogConfigPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverQueryLogConfigPolicyCommand extends $Command<GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverRuleAssociationCommandOutput extends GetResolverRule
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverRuleAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverRuleAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverRuleAssociationCommand extends $Command<GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverRuleCommandOutput extends GetResolverRuleResponse, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverRuleCommand extends $Command<GetResolverRuleCommandInput, GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetResolverRulePolicyCommandOutput extends GetResolverRulePolic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetResolverRulePolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetResolverRulePolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetResolverRulePolicyCommand extends $Command<GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomain
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link ImportFirewallDomainsCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link ImportFirewallDomainsCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class ImportFirewallDomainsCommand extends $Command<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFirewallConfigsCommandOutput extends ListFirewallConfigsRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFirewallConfigsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFirewallConfigsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFirewallConfigsCommand extends $Command<ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomain
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFirewallDomainListsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFirewallDomainListsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFirewallDomainListsCommand extends $Command<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFirewallDomainsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFirewallDomainsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFirewallDomainsCommand extends $Command<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFirewallRuleGroupAssociationsCommandOutput extends ListFire
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFirewallRuleGroupAssociationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFirewallRuleGroupAssociationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFirewallRuleGroupAssociationsCommand extends $Command<ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFirewallRuleGroupsCommandOutput extends ListFirewallRuleGro
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFirewallRuleGroupsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFirewallRuleGroupsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFirewallRuleGroupsCommand extends $Command<ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFirewallRulesCommandOutput extends ListFirewallRulesRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFirewallRulesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFirewallRulesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFirewallRulesCommand extends $Command<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListResolverConfigsCommandOutput extends ListResolverConfigsRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListResolverConfigsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListResolverConfigsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListResolverConfigsCommand extends $Command<ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverDnssecConfigsCommandOutput extends ListResolverDnss
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverDnssecConfigsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverDnssecConfigsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverDnssecConfigsCommand extends $Command<ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolv
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverEndpointIpAddressesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverEndpointIpAddressesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverEndpointIpAddressesCommand extends $Command<ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverEndpointsCommandOutput extends ListResolverEndpoint
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverEndpointsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverEndpointsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverEndpointsCommand extends $Command<ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverQueryLogConfigAssociationsCommandOutput extends Lis
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverQueryLogConfigAssociationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverQueryLogConfigAssociationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverQueryLogConfigAssociationsCommand extends $Command<ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListResolverQueryLogConfigsCommandOutput extends ListResolverQu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListResolverQueryLogConfigsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListResolverQueryLogConfigsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListResolverQueryLogConfigsCommand extends $Command<ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverRuleAssociationsCommandOutput extends ListResolverR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverRuleAssociationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverRuleAssociationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverRuleAssociationsCommand extends $Command<ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResolverRulesCommandOutput extends ListResolverRulesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResolverRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResolverRulesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResolverRulesCommand extends $Command<ListResolverRulesCommandInput, ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutFirewallRuleGroupPolicyCommandOutput extends PutFirewallRule
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutFirewallRuleGroupPolicyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutFirewallRuleGroupPolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutFirewallRuleGroupPolicyCommand extends $Command<PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutResolverQueryLogConfigPolicyCommandOutput extends PutResolve
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutResolverQueryLogConfigPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutResolverQueryLogConfigPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutResolverQueryLogConfigPolicyCommand extends $Command<PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutResolverRulePolicyCommandOutput extends PutResolverRulePolic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutResolverRulePolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutResolverRulePolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutResolverRulePolicyCommand extends $Command<PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateFirewallConfigCommandOutput extends UpdateFirewallConfigR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateFirewallConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateFirewallConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateFirewallConfigCommand extends $Command<UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFirewallDomainsCommandOutput extends UpdateFirewallDomain
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFirewallDomainsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFirewallDomainsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFirewallDomainsCommand extends $Command<UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFirewallRuleCommandOutput extends UpdateFirewallRuleRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFirewallRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFirewallRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFirewallRuleCommand extends $Command<UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFirewallRuleGroupAssociationCommandOutput extends UpdateF
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFirewallRuleGroupAssociationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFirewallRuleGroupAssociationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFirewallRuleGroupAssociationCommand extends $Command<UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateResolverConfigCommandOutput extends UpdateResolverConfigR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateResolverConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateResolverConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateResolverConfigCommand extends $Command<UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateResolverDnssecConfigCommandOutput extends UpdateResolverD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateResolverDnssecConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateResolverDnssecConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateResolverDnssecConfigCommand extends $Command<UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateResolverEndpointCommandOutput extends UpdateResolverEndpo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateResolverEndpointCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateResolverEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateResolverEndpointCommand extends $Command<UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateResolverRuleCommandOutput extends UpdateResolverRuleRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateResolverRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateResolverRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ResolverClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateResolverRuleCommand extends $Command<UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53resolver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|