@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,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallDomainListsRequest,
5
4
  ListFirewallDomainListsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallDomainListsCommandInput
15
8
  extends ListFirewallDomainListsRequest {}
16
9
  export interface ListFirewallDomainListsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallDomainListsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallDomainListsCommandInput,
24
17
  ListFirewallDomainListsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListFirewallDomainListsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallDomainListsCommandInput,
33
26
  ListFirewallDomainListsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallDomainListsCommand extends ListFirewallDomainListsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallDomainsRequest,
5
4
  ListFirewallDomainsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallDomainsCommandInput
15
8
  extends ListFirewallDomainsRequest {}
16
9
  export interface ListFirewallDomainsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallDomainsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallDomainsCommandInput,
24
17
  ListFirewallDomainsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFirewallDomainsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallDomainsCommandInput,
33
26
  ListFirewallDomainsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallDomainsCommand extends ListFirewallDomainsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallRuleGroupAssociationsRequest,
5
4
  ListFirewallRuleGroupAssociationsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallRuleGroupAssociationsCommandInput
15
8
  extends ListFirewallRuleGroupAssociationsRequest {}
16
9
  export interface ListFirewallRuleGroupAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallRuleGroupAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallRuleGroupAssociationsCommandInput,
24
17
  ListFirewallRuleGroupAssociationsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListFirewallRuleGroupAssociationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallRuleGroupAssociationsCommandInput,
33
26
  ListFirewallRuleGroupAssociationsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallRuleGroupAssociationsCommand extends ListFirewallRuleGroupAssociationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallRuleGroupsRequest,
5
4
  ListFirewallRuleGroupsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallRuleGroupsCommandInput
15
8
  extends ListFirewallRuleGroupsRequest {}
16
9
  export interface ListFirewallRuleGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallRuleGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallRuleGroupsCommandInput,
24
17
  ListFirewallRuleGroupsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListFirewallRuleGroupsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallRuleGroupsCommandInput,
33
26
  ListFirewallRuleGroupsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallRuleGroupsCommand extends ListFirewallRuleGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallRuleTypesRequest,
5
4
  ListFirewallRuleTypesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallRuleTypesCommandInput
15
8
  extends ListFirewallRuleTypesRequest {}
16
9
  export interface ListFirewallRuleTypesCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallRuleTypesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallRuleTypesCommandInput,
24
17
  ListFirewallRuleTypesCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListFirewallRuleTypesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallRuleTypesCommandInput,
33
26
  ListFirewallRuleTypesCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallRuleTypesCommand extends ListFirewallRuleTypesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallRulesRequest,
5
4
  ListFirewallRulesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallRulesCommandInput
15
8
  extends ListFirewallRulesRequest {}
16
9
  export interface ListFirewallRulesCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallRulesCommandInput,
24
17
  ListFirewallRulesCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFirewallRulesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallRulesCommandInput,
33
26
  ListFirewallRulesCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallRulesCommand extends ListFirewallRulesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListOutpostResolversRequest,
5
4
  ListOutpostResolversResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListOutpostResolversCommandInput
15
8
  extends ListOutpostResolversRequest {}
16
9
  export interface ListOutpostResolversCommandOutput
@@ -22,22 +15,20 @@ declare const ListOutpostResolversCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListOutpostResolversCommandInput,
24
17
  ListOutpostResolversCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListOutpostResolversCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListOutpostResolversCommandInput,
33
26
  ListOutpostResolversCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListOutpostResolversCommand extends ListOutpostResolversCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverConfigsRequest,
5
4
  ListResolverConfigsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverConfigsCommandInput
15
8
  extends ListResolverConfigsRequest {}
16
9
  export interface ListResolverConfigsCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverConfigsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverConfigsCommandInput,
24
17
  ListResolverConfigsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResolverConfigsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverConfigsCommandInput,
33
26
  ListResolverConfigsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverConfigsCommand extends ListResolverConfigsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverDnssecConfigsRequest,
5
4
  ListResolverDnssecConfigsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverDnssecConfigsCommandInput
15
8
  extends ListResolverDnssecConfigsRequest {}
16
9
  export interface ListResolverDnssecConfigsCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverDnssecConfigsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverDnssecConfigsCommandInput,
24
17
  ListResolverDnssecConfigsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResolverDnssecConfigsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverDnssecConfigsCommandInput,
33
26
  ListResolverDnssecConfigsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverDnssecConfigsCommand extends ListResolverDnssecConfigsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverEndpointIpAddressesRequest,
5
4
  ListResolverEndpointIpAddressesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverEndpointIpAddressesCommandInput
15
8
  extends ListResolverEndpointIpAddressesRequest {}
16
9
  export interface ListResolverEndpointIpAddressesCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverEndpointIpAddressesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverEndpointIpAddressesCommandInput,
24
17
  ListResolverEndpointIpAddressesCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListResolverEndpointIpAddressesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverEndpointIpAddressesCommandInput,
33
26
  ListResolverEndpointIpAddressesCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverEndpointIpAddressesCommand extends ListResolverEndpointIpAddressesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverEndpointsRequest,
5
4
  ListResolverEndpointsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverEndpointsCommandInput
15
8
  extends ListResolverEndpointsRequest {}
16
9
  export interface ListResolverEndpointsCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverEndpointsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverEndpointsCommandInput,
24
17
  ListResolverEndpointsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResolverEndpointsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverEndpointsCommandInput,
33
26
  ListResolverEndpointsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverEndpointsCommand extends ListResolverEndpointsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverQueryLogConfigAssociationsRequest,
5
4
  ListResolverQueryLogConfigAssociationsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverQueryLogConfigAssociationsCommandInput
15
8
  extends ListResolverQueryLogConfigAssociationsRequest {}
16
9
  export interface ListResolverQueryLogConfigAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverQueryLogConfigAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverQueryLogConfigAssociationsCommandInput,
24
17
  ListResolverQueryLogConfigAssociationsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResolverQueryLogConfigAssociationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverQueryLogConfigAssociationsCommandInput,
33
26
  ListResolverQueryLogConfigAssociationsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverQueryLogConfigAssociationsCommand extends ListResolverQueryLogConfigAssociationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverQueryLogConfigsRequest,
5
4
  ListResolverQueryLogConfigsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverQueryLogConfigsCommandInput
15
8
  extends ListResolverQueryLogConfigsRequest {}
16
9
  export interface ListResolverQueryLogConfigsCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverQueryLogConfigsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverQueryLogConfigsCommandInput,
24
17
  ListResolverQueryLogConfigsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResolverQueryLogConfigsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverQueryLogConfigsCommandInput,
33
26
  ListResolverQueryLogConfigsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverQueryLogConfigsCommand extends ListResolverQueryLogConfigsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListResolverRuleAssociationsRequest,
5
4
  ListResolverRuleAssociationsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53ResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListResolverRuleAssociationsCommandInput
15
8
  extends ListResolverRuleAssociationsRequest {}
16
9
  export interface ListResolverRuleAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListResolverRuleAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListResolverRuleAssociationsCommandInput,
24
17
  ListResolverRuleAssociationsCommandOutput,
25
- Route53ResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListResolverRuleAssociationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListResolverRuleAssociationsCommandInput,
33
26
  ListResolverRuleAssociationsCommandOutput,
34
- Route53ResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListResolverRuleAssociationsCommand extends ListResolverRuleAssociationsCommand_base {
43
34
  protected static __types: {