@aws-sdk/client-route53resolver 3.40.0 → 3.41.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/endpoints.js +8 -0
  3. package/dist-es/endpoints.js +8 -0
  4. package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +1 -1
  5. package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +1 -1
  7. package/dist-types/commands/AssociateResolverRuleCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateResolverEndpointCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateResolverRuleCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteResolverRuleCommand.d.ts +1 -1
  20. package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +1 -1
  24. package/dist-types/commands/GetFirewallConfigCommand.d.ts +1 -1
  25. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
  26. package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +1 -1
  27. package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/GetResolverConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/GetResolverEndpointCommand.d.ts +1 -1
  32. package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +1 -1
  33. package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +1 -1
  34. package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +1 -1
  36. package/dist-types/commands/GetResolverRuleCommand.d.ts +1 -1
  37. package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListFirewallConfigsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListFirewallRulesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListResolverConfigsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListResolverEndpointsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListResolverRulesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +1 -1
  55. package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +1 -1
  56. package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +1 -1
  57. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateResolverConfigCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateResolverRuleCommand.d.ts +1 -1
  67. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
18
 
8
19
 
@@ -78,6 +78,10 @@ const partitionHash = {
78
78
  hostname: "route53resolver.{region}.c2s.ic.gov",
79
79
  tags: [],
80
80
  },
81
+ {
82
+ hostname: "route53resolver-fips.{region}.c2s.ic.gov",
83
+ tags: ["fips"],
84
+ },
81
85
  ],
82
86
  },
83
87
  "aws-iso-b": {
@@ -88,6 +92,10 @@ const partitionHash = {
88
92
  hostname: "route53resolver.{region}.sc2s.sgov.gov",
89
93
  tags: [],
90
94
  },
95
+ {
96
+ hostname: "route53resolver-fips.{region}.sc2s.sgov.gov",
97
+ tags: ["fips"],
98
+ },
91
99
  ],
92
100
  },
93
101
  "aws-us-gov": {
@@ -76,6 +76,10 @@ var partitionHash = {
76
76
  hostname: "route53resolver.{region}.c2s.ic.gov",
77
77
  tags: [],
78
78
  },
79
+ {
80
+ hostname: "route53resolver-fips.{region}.c2s.ic.gov",
81
+ tags: ["fips"],
82
+ },
79
83
  ],
80
84
  },
81
85
  "aws-iso-b": {
@@ -86,6 +90,10 @@ var partitionHash = {
86
90
  hostname: "route53resolver.{region}.sc2s.sgov.gov",
87
91
  tags: [],
88
92
  },
93
+ {
94
+ hostname: "route53resolver-fips.{region}.sc2s.sgov.gov",
95
+ tags: ["fips"],
96
+ },
89
97
  ],
90
98
  },
91
99
  "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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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.40.0",
4
+ "version": "3.41.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.40.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.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",
@@ -38,7 +38,7 @@
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.40.0",
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",