@aws-sdk/client-route53resolver 3.1077.0 → 3.1079.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 (224) hide show
  1. package/dist-cjs/index.js +222 -865
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +2 -14
  4. package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +2 -14
  5. package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +2 -14
  6. package/dist-es/commands/AssociateResolverRuleCommand.js +2 -14
  7. package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -14
  8. package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -14
  9. package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -14
  10. package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -14
  11. package/dist-es/commands/CreateFirewallRuleCommand.js +2 -14
  12. package/dist-es/commands/CreateFirewallRuleGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateOutpostResolverCommand.js +2 -14
  14. package/dist-es/commands/CreateResolverEndpointCommand.js +2 -14
  15. package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +2 -14
  16. package/dist-es/commands/CreateResolverRuleCommand.js +2 -14
  17. package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -14
  18. package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -14
  19. package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +2 -14
  20. package/dist-es/commands/DeleteOutpostResolverCommand.js +2 -14
  21. package/dist-es/commands/DeleteResolverEndpointCommand.js +2 -14
  22. package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +2 -14
  23. package/dist-es/commands/DeleteResolverRuleCommand.js +2 -14
  24. package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +2 -14
  25. package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -14
  26. package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +2 -14
  27. package/dist-es/commands/DisassociateResolverRuleCommand.js +2 -14
  28. package/dist-es/commands/GetFirewallConfigCommand.js +2 -14
  29. package/dist-es/commands/GetFirewallDomainListCommand.js +2 -14
  30. package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +2 -14
  31. package/dist-es/commands/GetFirewallRuleGroupCommand.js +2 -14
  32. package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +2 -14
  33. package/dist-es/commands/GetOutpostResolverCommand.js +2 -14
  34. package/dist-es/commands/GetResolverConfigCommand.js +2 -14
  35. package/dist-es/commands/GetResolverDnssecConfigCommand.js +2 -14
  36. package/dist-es/commands/GetResolverEndpointCommand.js +2 -14
  37. package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -14
  38. package/dist-es/commands/GetResolverQueryLogConfigCommand.js +2 -14
  39. package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -14
  40. package/dist-es/commands/GetResolverRuleAssociationCommand.js +2 -14
  41. package/dist-es/commands/GetResolverRuleCommand.js +2 -14
  42. package/dist-es/commands/GetResolverRulePolicyCommand.js +2 -14
  43. package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -14
  44. package/dist-es/commands/ListFirewallConfigsCommand.js +2 -14
  45. package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -14
  46. package/dist-es/commands/ListFirewallDomainsCommand.js +2 -14
  47. package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -14
  48. package/dist-es/commands/ListFirewallRuleGroupsCommand.js +2 -14
  49. package/dist-es/commands/ListFirewallRuleTypesCommand.js +2 -14
  50. package/dist-es/commands/ListFirewallRulesCommand.js +2 -14
  51. package/dist-es/commands/ListOutpostResolversCommand.js +2 -14
  52. package/dist-es/commands/ListResolverConfigsCommand.js +2 -14
  53. package/dist-es/commands/ListResolverDnssecConfigsCommand.js +2 -14
  54. package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +2 -14
  55. package/dist-es/commands/ListResolverEndpointsCommand.js +2 -14
  56. package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -14
  57. package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +2 -14
  58. package/dist-es/commands/ListResolverRuleAssociationsCommand.js +2 -14
  59. package/dist-es/commands/ListResolverRulesCommand.js +2 -14
  60. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  61. package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +2 -14
  62. package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -14
  63. package/dist-es/commands/PutResolverRulePolicyCommand.js +2 -14
  64. package/dist-es/commands/TagResourceCommand.js +2 -14
  65. package/dist-es/commands/UntagResourceCommand.js +2 -14
  66. package/dist-es/commands/UpdateFirewallConfigCommand.js +2 -14
  67. package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -14
  68. package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -14
  69. package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -14
  70. package/dist-es/commands/UpdateOutpostResolverCommand.js +2 -14
  71. package/dist-es/commands/UpdateResolverConfigCommand.js +2 -14
  72. package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +2 -14
  73. package/dist-es/commands/UpdateResolverEndpointCommand.js +2 -14
  74. package/dist-es/commands/UpdateResolverRuleCommand.js +2 -14
  75. package/dist-es/index.js +1 -0
  76. package/dist-types/commandBuilder.d.ts +18 -0
  77. package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +3 -8
  78. package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +3 -8
  79. package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +3 -8
  80. package/dist-types/commands/AssociateResolverRuleCommand.d.ts +3 -8
  81. package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -8
  82. package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -8
  83. package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateOutpostResolverCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateResolverEndpointCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateResolverRuleCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteOutpostResolverCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteResolverRuleCommand.d.ts +3 -8
  98. package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +3 -8
  99. package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +3 -8
  100. package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +3 -8
  101. package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +3 -8
  102. package/dist-types/commands/GetFirewallConfigCommand.d.ts +3 -8
  103. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
  104. package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +3 -8
  105. package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +3 -8
  106. package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +3 -8
  107. package/dist-types/commands/GetOutpostResolverCommand.d.ts +3 -8
  108. package/dist-types/commands/GetResolverConfigCommand.d.ts +3 -8
  109. package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +3 -8
  110. package/dist-types/commands/GetResolverEndpointCommand.d.ts +3 -8
  111. package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +3 -8
  112. package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +3 -8
  113. package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +3 -8
  114. package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +3 -8
  115. package/dist-types/commands/GetResolverRuleCommand.d.ts +3 -8
  116. package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +3 -8
  117. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListFirewallConfigsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +3 -8
  122. package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListFirewallRuleTypesCommand.d.ts +3 -8
  124. package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -8
  125. package/dist-types/commands/ListOutpostResolversCommand.d.ts +3 -8
  126. package/dist-types/commands/ListResolverConfigsCommand.d.ts +3 -8
  127. package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +3 -8
  128. package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +3 -8
  129. package/dist-types/commands/ListResolverEndpointsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +3 -8
  132. package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +3 -8
  133. package/dist-types/commands/ListResolverRulesCommand.d.ts +3 -8
  134. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  135. package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +3 -8
  136. package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +3 -8
  137. package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +3 -8
  138. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  139. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  140. package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +3 -8
  141. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateOutpostResolverCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateResolverConfigCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateResolverRuleCommand.d.ts +3 -8
  149. package/dist-types/index.d.ts +1 -0
  150. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  151. package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateOutpostResolverCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteOutpostResolverCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/GetOutpostResolverCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListFirewallRuleTypesCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListOutpostResolversCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateOutpostResolverCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/index.d.ts +1 -0
  224. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UntagResource", {})
13
- .n("Route53ResolverClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFirewallConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFirewallConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateFirewallConfig", {})
13
- .n("Route53ResolverClient", "UpdateFirewallConfigCommand")
14
- .sc(UpdateFirewallConfig$)
15
- .build() {
3
+ export class UpdateFirewallConfigCommand extends command(_ep0, _mw0, "UpdateFirewallConfig", UpdateFirewallConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFirewallDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFirewallDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateFirewallDomains", {})
13
- .n("Route53ResolverClient", "UpdateFirewallDomainsCommand")
14
- .sc(UpdateFirewallDomains$)
15
- .build() {
3
+ export class UpdateFirewallDomainsCommand extends command(_ep0, _mw0, "UpdateFirewallDomains", UpdateFirewallDomains$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateFirewallRule", {})
13
- .n("Route53ResolverClient", "UpdateFirewallRuleCommand")
14
- .sc(UpdateFirewallRule$)
15
- .build() {
3
+ export class UpdateFirewallRuleCommand extends command(_ep0, _mw0, "UpdateFirewallRule", UpdateFirewallRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFirewallRuleGroupAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFirewallRuleGroupAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateFirewallRuleGroupAssociation", {})
13
- .n("Route53ResolverClient", "UpdateFirewallRuleGroupAssociationCommand")
14
- .sc(UpdateFirewallRuleGroupAssociation$)
15
- .build() {
3
+ export class UpdateFirewallRuleGroupAssociationCommand extends command(_ep0, _mw0, "UpdateFirewallRuleGroupAssociation", UpdateFirewallRuleGroupAssociation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateOutpostResolver$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateOutpostResolverCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateOutpostResolver", {})
13
- .n("Route53ResolverClient", "UpdateOutpostResolverCommand")
14
- .sc(UpdateOutpostResolver$)
15
- .build() {
3
+ export class UpdateOutpostResolverCommand extends command(_ep0, _mw0, "UpdateOutpostResolver", UpdateOutpostResolver$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateResolverConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateResolverConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateResolverConfig", {})
13
- .n("Route53ResolverClient", "UpdateResolverConfigCommand")
14
- .sc(UpdateResolverConfig$)
15
- .build() {
3
+ export class UpdateResolverConfigCommand extends command(_ep0, _mw0, "UpdateResolverConfig", UpdateResolverConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateResolverDnssecConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateResolverDnssecConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateResolverDnssecConfig", {})
13
- .n("Route53ResolverClient", "UpdateResolverDnssecConfigCommand")
14
- .sc(UpdateResolverDnssecConfig$)
15
- .build() {
3
+ export class UpdateResolverDnssecConfigCommand extends command(_ep0, _mw0, "UpdateResolverDnssecConfig", UpdateResolverDnssecConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateResolverEndpoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateResolverEndpointCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateResolverEndpoint", {})
13
- .n("Route53ResolverClient", "UpdateResolverEndpointCommand")
14
- .sc(UpdateResolverEndpoint$)
15
- .build() {
3
+ export class UpdateResolverEndpointCommand extends command(_ep0, _mw0, "UpdateResolverEndpoint", UpdateResolverEndpoint$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateResolverRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateResolverRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Resolver", "UpdateResolverRule", {})
13
- .n("Route53ResolverClient", "UpdateResolverRuleCommand")
14
- .sc(UpdateResolverRule$)
15
- .build() {
3
+ export class UpdateResolverRuleCommand extends command(_ep0, _mw0, "UpdateResolverRule", UpdateResolverRule$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./Route53ResolverClient";
2
2
  export * from "./Route53Resolver";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Route53ResolverClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateFirewallRuleGroupRequest, AssociateFirewallRuleGroupResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateFirewallRuleGroupCommandInput extends AssociateFirewal
22
19
  export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewallRuleGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateFirewallRuleGroupCommand_base: {
25
- new (input: AssociateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a <a>FirewallRuleGroup</a> with a VPC, to provide DNS filtering for the VPC.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateResolverEndpointIpAddressRequest, AssociateResolverEndpointIpAddressResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateResolverEndpointIpAddressCommandInput extends Associat
22
19
  export interface AssociateResolverEndpointIpAddressCommandOutput extends AssociateResolverEndpointIpAddressResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateResolverEndpointIpAddressCommand_base: {
25
- new (input: AssociateResolverEndpointIpAddressCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateResolverEndpointIpAddressCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateResolverEndpointIpAddressCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateResolverEndpointIpAddressCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateResolverQueryLogConfigRequest, AssociateResolverQueryLogConfigResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateResolverQueryLogConfigCommandInput extends AssociateRe
22
19
  export interface AssociateResolverQueryLogConfigCommandOutput extends AssociateResolverQueryLogConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateResolverQueryLogConfigCommand_base: {
25
- new (input: AssociateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateResolverRuleRequest, AssociateResolverRuleResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateResolverRuleCommandInput extends AssociateResolverRule
22
19
  export interface AssociateResolverRuleCommandOutput extends AssociateResolverRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateResolverRuleCommand_base: {
25
- new (input: AssociateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateResolverRuleCommandInput): import("@smithy/core/client").CommandImpl<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { BatchCreateFirewallRuleRequest, BatchCreateFirewallRuleResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchCreateFirewallRuleCommandInput extends BatchCreateFirewall
22
19
  export interface BatchCreateFirewallRuleCommandOutput extends BatchCreateFirewallRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchCreateFirewallRuleCommand_base: {
25
- new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates multiple DNS Firewall rules in the specified rule group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { BatchDeleteFirewallRuleRequest, BatchDeleteFirewallRuleResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchDeleteFirewallRuleCommandInput extends BatchDeleteFirewall
22
19
  export interface BatchDeleteFirewallRuleCommandOutput extends BatchDeleteFirewallRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchDeleteFirewallRuleCommand_base: {
25
- new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes multiple DNS Firewall rules from the specified rule group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { BatchUpdateFirewallRuleRequest, BatchUpdateFirewallRuleResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchUpdateFirewallRuleCommandInput extends BatchUpdateFirewall
22
19
  export interface BatchUpdateFirewallRuleCommandOutput extends BatchUpdateFirewallRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchUpdateFirewallRuleCommand_base: {
25
- new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates multiple DNS Firewall rules in the specified rule group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateFirewallDomainListRequest, CreateFirewallDomainListResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateFirewallDomainListCommandInput extends CreateFirewallDoma
22
19
  export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDomainListResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateFirewallDomainListCommand_base: {
25
- new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using <a>ImportFirewallDomains</a>, or with domain strings, using <a>UpdateFirewallDomains</a>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateFirewallRuleRequest, CreateFirewallRuleResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateFirewallRuleCommandInput extends CreateFirewallRuleReques
22
19
  export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateFirewallRuleCommand_base: {
25
- new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a single DNS Firewall rule in the specified rule group. The rule can use any one of the following match sources, and the chosen source must be supplied through the matching request field — they are mutually exclusive:</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateFirewallRuleGroupRequest, CreateFirewallRuleGroupResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateFirewallRuleGroupCommandInput extends CreateFirewallRuleG
22
19
  export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRuleGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateFirewallRuleGroupCommand_base: {
25
- new (input: CreateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateFirewallRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateOutpostResolverRequest, CreateOutpostResolverResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateOutpostResolverCommandInput extends CreateOutpostResolver
22
19
  export interface CreateOutpostResolverCommandOutput extends CreateOutpostResolverResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateOutpostResolverCommand_base: {
25
- new (input: CreateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateOutpostResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Route 53 Resolver on an Outpost.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateResolverEndpointRequest, CreateResolverEndpointResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateResolverEndpointCommandInput extends CreateResolverEndpoi
22
19
  export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpointResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateResolverEndpointCommand_base: {
25
- new (input: CreateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateResolverEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateResolverQueryLogConfigRequest, CreateResolverQueryLogConfigResponse } from "../models/models_0";
4
- import type { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateResolverQueryLogConfigCommandInput extends CreateResolver
22
19
  export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolverQueryLogConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateResolverQueryLogConfigCommand_base: {
25
- new (input: CreateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateResolverQueryLogConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, import("..").Route53ResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs.