@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,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { ListResourceRecordSets$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class ListResourceRecordSetsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "ListResourceRecordSets", {})
17
- .n("Route53Client", "ListResourceRecordSetsCommand")
18
- .sc(ListResourceRecordSets$)
19
- .build() {
3
+ export class ListResourceRecordSetsCommand extends command(_ep0, _mw0, "ListResourceRecordSets", ListResourceRecordSets$) {
20
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, _mw2, command } from "../commandBuilder";
4
2
  import { ListReusableDelegationSets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListReusableDelegationSetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "ListReusableDelegationSets", {})
13
- .n("Route53Client", "ListReusableDelegationSetsCommand")
14
- .sc(ListReusableDelegationSets$)
15
- .build() {
3
+ export class ListReusableDelegationSetsCommand extends command(_ep0, _mw2, "ListReusableDelegationSets", ListReusableDelegationSets$) {
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, _mw2, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "ListTagsForResource", {})
13
- .n("Route53Client", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw2, "ListTagsForResource", ListTagsForResource$) {
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, _mw2, command } from "../commandBuilder";
4
2
  import { ListTagsForResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "ListTagsForResources", {})
13
- .n("Route53Client", "ListTagsForResourcesCommand")
14
- .sc(ListTagsForResources$)
15
- .build() {
3
+ export class ListTagsForResourcesCommand extends command(_ep0, _mw2, "ListTagsForResources", ListTagsForResources$) {
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, _mw2, command } from "../commandBuilder";
4
2
  import { ListTrafficPolicies$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrafficPoliciesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "ListTrafficPolicies", {})
13
- .n("Route53Client", "ListTrafficPoliciesCommand")
14
- .sc(ListTrafficPolicies$)
15
- .build() {
3
+ export class ListTrafficPoliciesCommand extends command(_ep0, _mw2, "ListTrafficPolicies", ListTrafficPolicies$) {
16
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { ListTrafficPolicyInstancesByHostedZone$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "ListTrafficPolicyInstancesByHostedZone", {})
17
- .n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand")
18
- .sc(ListTrafficPolicyInstancesByHostedZone$)
19
- .build() {
3
+ export class ListTrafficPolicyInstancesByHostedZoneCommand extends command(_ep0, _mw0, "ListTrafficPolicyInstancesByHostedZone", ListTrafficPolicyInstancesByHostedZone$) {
20
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, _mw2, command } from "../commandBuilder";
4
2
  import { ListTrafficPolicyInstancesByPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrafficPolicyInstancesByPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "ListTrafficPolicyInstancesByPolicy", {})
13
- .n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand")
14
- .sc(ListTrafficPolicyInstancesByPolicy$)
15
- .build() {
3
+ export class ListTrafficPolicyInstancesByPolicyCommand extends command(_ep0, _mw2, "ListTrafficPolicyInstancesByPolicy", ListTrafficPolicyInstancesByPolicy$) {
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, _mw2, command } from "../commandBuilder";
4
2
  import { ListTrafficPolicyInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrafficPolicyInstancesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "ListTrafficPolicyInstances", {})
13
- .n("Route53Client", "ListTrafficPolicyInstancesCommand")
14
- .sc(ListTrafficPolicyInstances$)
15
- .build() {
3
+ export class ListTrafficPolicyInstancesCommand extends command(_ep0, _mw2, "ListTrafficPolicyInstances", ListTrafficPolicyInstances$) {
16
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { ListTrafficPolicyVersions$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class ListTrafficPolicyVersionsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "ListTrafficPolicyVersions", {})
17
- .n("Route53Client", "ListTrafficPolicyVersionsCommand")
18
- .sc(ListTrafficPolicyVersions$)
19
- .build() {
3
+ export class ListTrafficPolicyVersionsCommand extends command(_ep0, _mw0, "ListTrafficPolicyVersions", ListTrafficPolicyVersions$) {
20
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { ListVPCAssociationAuthorizations$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class ListVPCAssociationAuthorizationsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "ListVPCAssociationAuthorizations", {})
17
- .n("Route53Client", "ListVPCAssociationAuthorizationsCommand")
18
- .sc(ListVPCAssociationAuthorizations$)
19
- .build() {
3
+ export class ListVPCAssociationAuthorizationsCommand extends command(_ep0, _mw0, "ListVPCAssociationAuthorizations", ListVPCAssociationAuthorizations$) {
20
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { TestDNSAnswer$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class TestDNSAnswerCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "TestDNSAnswer", {})
17
- .n("Route53Client", "TestDNSAnswerCommand")
18
- .sc(TestDNSAnswer$)
19
- .build() {
3
+ export class TestDNSAnswerCommand extends command(_ep0, _mw0, "TestDNSAnswer", TestDNSAnswer$) {
20
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, _mw2, command } from "../commandBuilder";
4
2
  import { UpdateHealthCheck$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateHealthCheckCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDnsV20130401", "UpdateHealthCheck", {})
13
- .n("Route53Client", "UpdateHealthCheckCommand")
14
- .sc(UpdateHealthCheck$)
15
- .build() {
3
+ export class UpdateHealthCheckCommand extends command(_ep0, _mw2, "UpdateHealthCheck", UpdateHealthCheck$) {
16
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { UpdateHostedZoneComment$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class UpdateHostedZoneCommentCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "UpdateHostedZoneComment", {})
17
- .n("Route53Client", "UpdateHostedZoneCommentCommand")
18
- .sc(UpdateHostedZoneComment$)
19
- .build() {
3
+ export class UpdateHostedZoneCommentCommand extends command(_ep0, _mw0, "UpdateHostedZoneComment", UpdateHostedZoneComment$) {
20
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { UpdateHostedZoneFeatures$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class UpdateHostedZoneFeaturesCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "UpdateHostedZoneFeatures", {})
17
- .n("Route53Client", "UpdateHostedZoneFeaturesCommand")
18
- .sc(UpdateHostedZoneFeatures$)
19
- .build() {
3
+ export class UpdateHostedZoneFeaturesCommand extends command(_ep0, _mw0, "UpdateHostedZoneFeatures", UpdateHostedZoneFeatures$) {
20
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { UpdateTrafficPolicyComment$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class UpdateTrafficPolicyCommentCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "UpdateTrafficPolicyComment", {})
17
- .n("Route53Client", "UpdateTrafficPolicyCommentCommand")
18
- .sc(UpdateTrafficPolicyComment$)
19
- .build() {
3
+ export class UpdateTrafficPolicyCommentCommand extends command(_ep0, _mw0, "UpdateTrafficPolicyComment", UpdateTrafficPolicyComment$) {
20
4
  }
@@ -1,20 +1,4 @@
1
- import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
5
2
  import { UpdateTrafficPolicyInstance$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class UpdateTrafficPolicyInstanceCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getIdNormalizerPlugin(config),
14
- ];
15
- })
16
- .s("AWSDnsV20130401", "UpdateTrafficPolicyInstance", {})
17
- .n("Route53Client", "UpdateTrafficPolicyInstanceCommand")
18
- .sc(UpdateTrafficPolicyInstance$)
19
- .build() {
3
+ export class UpdateTrafficPolicyInstanceCommand extends command(_ep0, _mw0, "UpdateTrafficPolicyInstance", UpdateTrafficPolicyInstance$) {
20
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./Route53Client";
2
2
  export * from "./Route53";
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 "./waiters";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestXmlProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "AWSDnsV20130401",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "Route 53",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,26 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Route53Client";
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, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Route53ClientResolvedConfig, 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) => import("@smithy/types").Pluggable<any, any>[];
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const _mw1: (Command: any, cs: any, config: any, o: any) => import("@smithy/types").Pluggable<any, any>[];
23
+ /**
24
+ * @internal
25
+ */
26
+ export declare const _mw2: (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 { ActivateKeySigningKeyRequest, ActivateKeySigningKeyResponse } 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 ActivateKeySigningKeyCommandInput extends ActivateKeySigningKey
22
19
  export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKeyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ActivateKeySigningKeyCommand_base: {
25
- new (input: ActivateKeySigningKeyCommandInput): import("@smithy/core/client").CommandImpl<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ActivateKeySigningKeyCommandInput): import("@smithy/core/client").CommandImpl<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ActivateKeySigningKeyCommandInput): import("@smithy/core/client").CommandImpl<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ActivateKeySigningKeyCommandInput): import("@smithy/core/client").CommandImpl<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC. This
@@ -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 { AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResponse } 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 AssociateVPCWithHostedZoneCommandInput extends AssociateVPCWith
22
19
  export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWithHostedZoneResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateVPCWithHostedZoneCommand_base: {
25
- new (input: AssociateVPCWithHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateVPCWithHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateVPCWithHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateVPCWithHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an Amazon VPC with a private hosted zone. </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 { ChangeCidrCollectionRequest, ChangeCidrCollectionResponse } 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 ChangeCidrCollectionCommandInput extends ChangeCidrCollectionRe
22
19
  export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ChangeCidrCollectionCommand_base: {
25
- new (input: ChangeCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ChangeCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ChangeCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ChangeCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative
@@ -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 { ChangeResourceRecordSetsRequest, ChangeResourceRecordSetsResponse } 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 ChangeResourceRecordSetsCommandInput extends ChangeResourceReco
22
19
  export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRecordSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ChangeResourceRecordSetsCommand_base: {
25
- new (input: ChangeResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ChangeResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ChangeResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ChangeResourceRecordSetsCommandInput): import("@smithy/core/client").CommandImpl<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates, changes, or deletes a resource record set, which contains authoritative DNS
@@ -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 { ChangeTagsForResourceRequest, ChangeTagsForResourceResponse } 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 ChangeTagsForResourceCommandInput extends ChangeTagsForResource
22
19
  export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ChangeTagsForResourceCommand_base: {
25
- new (input: ChangeTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ChangeTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ChangeTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ChangeTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds, edits, or deletes tags for a health check or a hosted zone.</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 { CreateCidrCollectionRequest, CreateCidrCollectionResponse } 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 CreateCidrCollectionCommandInput extends CreateCidrCollectionRe
22
19
  export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCidrCollectionCommand_base: {
25
- new (input: CreateCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCidrCollectionCommandInput): import("@smithy/core/client").CommandImpl<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, import("..").Route53ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a CIDR collection in the current Amazon Web Services account.</p>