@aws-sdk/client-route-53 3.1076.0 → 3.1078.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 (233) hide show
  1. package/dist-cjs/index.js +89 -848
  2. package/dist-es/commandBuilder.js +14 -0
  3. package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -18
  4. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -18
  5. package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -18
  6. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -19
  7. package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -14
  8. package/dist-es/commands/CreateCidrCollectionCommand.js +2 -14
  9. package/dist-es/commands/CreateHealthCheckCommand.js +2 -14
  10. package/dist-es/commands/CreateHostedZoneCommand.js +2 -18
  11. package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -18
  12. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -18
  13. package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -18
  14. package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -14
  15. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -18
  16. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -18
  17. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -18
  18. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -18
  19. package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -18
  20. package/dist-es/commands/DeleteHealthCheckCommand.js +2 -14
  21. package/dist-es/commands/DeleteHostedZoneCommand.js +2 -18
  22. package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -18
  23. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -18
  24. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -18
  25. package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -18
  26. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -18
  27. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -18
  28. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -18
  29. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -18
  30. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -18
  31. package/dist-es/commands/GetAccountLimitCommand.js +2 -14
  32. package/dist-es/commands/GetChangeCommand.js +2 -18
  33. package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -14
  34. package/dist-es/commands/GetDNSSECCommand.js +2 -18
  35. package/dist-es/commands/GetGeoLocationCommand.js +2 -14
  36. package/dist-es/commands/GetHealthCheckCommand.js +2 -14
  37. package/dist-es/commands/GetHealthCheckCountCommand.js +2 -14
  38. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -14
  39. package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -14
  40. package/dist-es/commands/GetHostedZoneCommand.js +2 -18
  41. package/dist-es/commands/GetHostedZoneCountCommand.js +2 -14
  42. package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -18
  43. package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -18
  44. package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -18
  45. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -18
  46. package/dist-es/commands/GetTrafficPolicyCommand.js +2 -18
  47. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -18
  48. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -14
  49. package/dist-es/commands/ListCidrBlocksCommand.js +2 -14
  50. package/dist-es/commands/ListCidrCollectionsCommand.js +2 -14
  51. package/dist-es/commands/ListCidrLocationsCommand.js +2 -14
  52. package/dist-es/commands/ListGeoLocationsCommand.js +2 -14
  53. package/dist-es/commands/ListHealthChecksCommand.js +2 -14
  54. package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -18
  55. package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -14
  56. package/dist-es/commands/ListHostedZonesCommand.js +2 -18
  57. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -18
  58. package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -18
  59. package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -14
  60. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  61. package/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
  62. package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -14
  63. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -18
  64. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -14
  65. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -14
  66. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -18
  67. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -18
  68. package/dist-es/commands/TestDNSAnswerCommand.js +2 -18
  69. package/dist-es/commands/UpdateHealthCheckCommand.js +2 -14
  70. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -18
  71. package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -18
  72. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -18
  73. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -18
  74. package/dist-es/index.js +1 -0
  75. package/dist-es/runtimeConfig.browser.js +0 -2
  76. package/dist-es/runtimeConfig.js +1 -2
  77. package/dist-es/runtimeConfig.native.js +0 -2
  78. package/dist-es/runtimeConfig.shared.js +2 -0
  79. package/dist-types/commandBuilder.d.ts +26 -0
  80. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +3 -8
  81. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +3 -8
  82. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +3 -8
  83. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +3 -8
  84. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateHealthCheckCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -8
  95. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -8
  105. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -8
  106. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +3 -8
  107. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -8
  108. package/dist-types/commands/GetAccountLimitCommand.d.ts +3 -8
  109. package/dist-types/commands/GetChangeCommand.d.ts +3 -8
  110. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -8
  111. package/dist-types/commands/GetDNSSECCommand.d.ts +3 -8
  112. package/dist-types/commands/GetGeoLocationCommand.d.ts +3 -8
  113. package/dist-types/commands/GetHealthCheckCommand.d.ts +3 -8
  114. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +3 -8
  115. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -8
  116. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -8
  117. package/dist-types/commands/GetHostedZoneCommand.d.ts +3 -8
  118. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +3 -8
  119. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +3 -8
  120. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -8
  121. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -8
  122. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +3 -8
  123. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -8
  124. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -8
  125. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -8
  126. package/dist-types/commands/ListCidrBlocksCommand.d.ts +3 -8
  127. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +3 -8
  128. package/dist-types/commands/ListCidrLocationsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListHealthChecksCommand.d.ts +3 -8
  131. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +3 -8
  132. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +3 -8
  133. package/dist-types/commands/ListHostedZonesCommand.d.ts +3 -8
  134. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -8
  136. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +3 -8
  137. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  138. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
  139. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -8
  140. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -8
  141. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -8
  142. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -8
  143. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +3 -8
  144. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +3 -8
  145. package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +3 -8
  151. package/dist-types/index.d.ts +1 -0
  152. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  153. package/dist-types/runtimeConfig.d.ts +1 -1
  154. package/dist-types/runtimeConfig.native.d.ts +1 -1
  155. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  156. package/dist-types/ts3.4/commandBuilder.d.ts +58 -0
  157. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/index.d.ts +1 -0
  229. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  230. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  231. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  232. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  233. package/package.json +10 -12
@@ -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 { UpdateTrafficPolicyCommentRequest, UpdateTrafficPolicyCommentResponse } from "../models/models_0";
4
- import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
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 UpdateTrafficPolicyCommentCommandInput extends UpdateTrafficPol
22
19
  export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPolicyCommentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTrafficPolicyCommentCommand_base: {
25
- new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTrafficPolicyCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the comment for a specified traffic policy version.</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 { UpdateTrafficPolicyInstanceRequest, UpdateTrafficPolicyInstanceResponse } from "../models/models_0";
4
- import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
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 UpdateTrafficPolicyInstanceCommandInput extends UpdateTrafficPo
22
19
  export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficPolicyInstanceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTrafficPolicyInstanceCommand_base: {
25
- new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTrafficPolicyInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -25,6 +25,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
25
25
  export type { RuntimeExtension } from "./runtimeExtensions";
26
26
  export type { Route53ExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
+ export { Command as $Command } from "@smithy/core/client";
28
29
  export * from "./schemas/schemas_0";
29
30
  export * from "./pagination";
30
31
  export * from "./waiters";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { Route53ClientConfig } from "./Route53Client";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestXmlProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,58 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ Route53ClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./Route53Client";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ Route53ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ Route53ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => import("@smithy/types").Pluggable<any, any>[];
47
+ export declare const _mw1: (
48
+ Command: any,
49
+ cs: any,
50
+ config: any,
51
+ o: any
52
+ ) => import("@smithy/types").Pluggable<any, any>[];
53
+ export declare const _mw2: (
54
+ Command: any,
55
+ cs: any,
56
+ config: any,
57
+ o: any
58
+ ) => never[];
@@ -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
  ActivateKeySigningKeyRequest,
5
4
  ActivateKeySigningKeyResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ActivateKeySigningKeyCommandInput
15
8
  extends ActivateKeySigningKeyRequest {}
16
9
  export interface ActivateKeySigningKeyCommandOutput
@@ -22,22 +15,20 @@ declare const ActivateKeySigningKeyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ActivateKeySigningKeyCommandInput,
24
17
  ActivateKeySigningKeyCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ActivateKeySigningKeyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ActivateKeySigningKeyCommandInput,
33
26
  ActivateKeySigningKeyCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 ActivateKeySigningKeyCommand extends ActivateKeySigningKeyCommand_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
  AssociateVPCWithHostedZoneRequest,
5
4
  AssociateVPCWithHostedZoneResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateVPCWithHostedZoneCommandInput
15
8
  extends AssociateVPCWithHostedZoneRequest {}
16
9
  export interface AssociateVPCWithHostedZoneCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateVPCWithHostedZoneCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateVPCWithHostedZoneCommandInput,
24
17
  AssociateVPCWithHostedZoneCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateVPCWithHostedZoneCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateVPCWithHostedZoneCommandInput,
33
26
  AssociateVPCWithHostedZoneCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 AssociateVPCWithHostedZoneCommand extends AssociateVPCWithHostedZoneCommand_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
  ChangeCidrCollectionRequest,
5
4
  ChangeCidrCollectionResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ChangeCidrCollectionCommandInput
15
8
  extends ChangeCidrCollectionRequest {}
16
9
  export interface ChangeCidrCollectionCommandOutput
@@ -22,22 +15,20 @@ declare const ChangeCidrCollectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ChangeCidrCollectionCommandInput,
24
17
  ChangeCidrCollectionCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ChangeCidrCollectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ChangeCidrCollectionCommandInput,
33
26
  ChangeCidrCollectionCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 ChangeCidrCollectionCommand extends ChangeCidrCollectionCommand_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
  ChangeResourceRecordSetsRequest,
5
4
  ChangeResourceRecordSetsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ChangeResourceRecordSetsCommandInput
15
8
  extends ChangeResourceRecordSetsRequest {}
16
9
  export interface ChangeResourceRecordSetsCommandOutput
@@ -22,22 +15,20 @@ declare const ChangeResourceRecordSetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ChangeResourceRecordSetsCommandInput,
24
17
  ChangeResourceRecordSetsCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ChangeResourceRecordSetsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ChangeResourceRecordSetsCommandInput,
33
26
  ChangeResourceRecordSetsCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 ChangeResourceRecordSetsCommand extends ChangeResourceRecordSetsCommand_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
  ChangeTagsForResourceRequest,
5
4
  ChangeTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ChangeTagsForResourceCommandInput
15
8
  extends ChangeTagsForResourceRequest {}
16
9
  export interface ChangeTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ChangeTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ChangeTagsForResourceCommandInput,
24
17
  ChangeTagsForResourceCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ChangeTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ChangeTagsForResourceCommandInput,
33
26
  ChangeTagsForResourceCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 ChangeTagsForResourceCommand extends ChangeTagsForResourceCommand_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
  CreateCidrCollectionRequest,
5
4
  CreateCidrCollectionResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateCidrCollectionCommandInput
15
8
  extends CreateCidrCollectionRequest {}
16
9
  export interface CreateCidrCollectionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateCidrCollectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateCidrCollectionCommandInput,
24
17
  CreateCidrCollectionCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateCidrCollectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateCidrCollectionCommandInput,
33
26
  CreateCidrCollectionCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 CreateCidrCollectionCommand extends CreateCidrCollectionCommand_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
  CreateHealthCheckRequest,
5
4
  CreateHealthCheckResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateHealthCheckCommandInput
15
8
  extends CreateHealthCheckRequest {}
16
9
  export interface CreateHealthCheckCommandOutput
@@ -22,22 +15,20 @@ declare const CreateHealthCheckCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateHealthCheckCommandInput,
24
17
  CreateHealthCheckCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateHealthCheckCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateHealthCheckCommandInput,
33
26
  CreateHealthCheckCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 CreateHealthCheckCommand extends CreateHealthCheckCommand_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
  CreateHostedZoneRequest,
5
4
  CreateHostedZoneResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateHostedZoneCommandInput extends CreateHostedZoneRequest {}
15
8
  export interface CreateHostedZoneCommandOutput
16
9
  extends CreateHostedZoneResponse,
@@ -21,22 +14,20 @@ declare const CreateHostedZoneCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateHostedZoneCommandInput,
23
16
  CreateHostedZoneCommandOutput,
24
- Route53ClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53ClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateHostedZoneCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateHostedZoneCommandInput,
32
25
  CreateHostedZoneCommandOutput,
33
- Route53ClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").Route53ClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateHostedZoneCommand extends CreateHostedZoneCommand_base {
42
33
  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
  CreateKeySigningKeyRequest,
5
4
  CreateKeySigningKeyResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateKeySigningKeyCommandInput
15
8
  extends CreateKeySigningKeyRequest {}
16
9
  export interface CreateKeySigningKeyCommandOutput
@@ -22,22 +15,20 @@ declare const CreateKeySigningKeyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateKeySigningKeyCommandInput,
24
17
  CreateKeySigningKeyCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateKeySigningKeyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateKeySigningKeyCommandInput,
33
26
  CreateKeySigningKeyCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 CreateKeySigningKeyCommand extends CreateKeySigningKeyCommand_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
  CreateQueryLoggingConfigRequest,
5
4
  CreateQueryLoggingConfigResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53ClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53Client";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateQueryLoggingConfigCommandInput
15
8
  extends CreateQueryLoggingConfigRequest {}
16
9
  export interface CreateQueryLoggingConfigCommandOutput
@@ -22,22 +15,20 @@ declare const CreateQueryLoggingConfigCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateQueryLoggingConfigCommandInput,
24
17
  CreateQueryLoggingConfigCommandOutput,
25
- Route53ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateQueryLoggingConfigCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateQueryLoggingConfigCommandInput,
33
26
  CreateQueryLoggingConfigCommandOutput,
34
- Route53ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53ClientResolvedConfig,
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 CreateQueryLoggingConfigCommand extends CreateQueryLoggingConfigCommand_base {
43
34
  protected static __types: {