@aws-sdk/client-route-53 3.33.0 → 3.36.1

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 (875) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Route53.js +967 -0
  3. package/dist-cjs/Route53Client.js +35 -0
  4. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +38 -0
  5. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +38 -0
  6. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +39 -0
  7. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +36 -0
  8. package/dist-cjs/commands/CreateHealthCheckCommand.js +36 -0
  9. package/dist-cjs/commands/CreateHostedZoneCommand.js +38 -0
  10. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +38 -0
  11. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +38 -0
  12. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +38 -0
  13. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +36 -0
  14. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +38 -0
  15. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +38 -0
  16. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +38 -0
  17. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +38 -0
  18. package/dist-cjs/commands/DeleteHealthCheckCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteHostedZoneCommand.js +38 -0
  20. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +38 -0
  21. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +38 -0
  22. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +38 -0
  23. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +38 -0
  24. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +38 -0
  25. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +38 -0
  26. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +38 -0
  27. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +38 -0
  28. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +38 -0
  29. package/dist-cjs/commands/GetAccountLimitCommand.js +36 -0
  30. package/dist-cjs/commands/GetChangeCommand.js +38 -0
  31. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +36 -0
  32. package/dist-cjs/commands/GetDNSSECCommand.js +38 -0
  33. package/dist-cjs/commands/GetGeoLocationCommand.js +36 -0
  34. package/dist-cjs/commands/GetHealthCheckCommand.js +36 -0
  35. package/dist-cjs/commands/GetHealthCheckCountCommand.js +36 -0
  36. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +36 -0
  37. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +36 -0
  38. package/dist-cjs/commands/GetHostedZoneCommand.js +38 -0
  39. package/dist-cjs/commands/GetHostedZoneCountCommand.js +36 -0
  40. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +38 -0
  41. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +38 -0
  42. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +38 -0
  43. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +38 -0
  44. package/dist-cjs/commands/GetTrafficPolicyCommand.js +38 -0
  45. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +38 -0
  46. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +36 -0
  47. package/dist-cjs/commands/ListGeoLocationsCommand.js +36 -0
  48. package/dist-cjs/commands/ListHealthChecksCommand.js +36 -0
  49. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +38 -0
  50. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +36 -0
  51. package/dist-cjs/commands/ListHostedZonesCommand.js +38 -0
  52. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +38 -0
  53. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +38 -0
  54. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +36 -0
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  56. package/dist-cjs/commands/ListTagsForResourcesCommand.js +36 -0
  57. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +36 -0
  58. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +38 -0
  59. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +36 -0
  60. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +36 -0
  61. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +38 -0
  62. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +38 -0
  63. package/dist-cjs/commands/TestDNSAnswerCommand.js +38 -0
  64. package/dist-cjs/commands/UpdateHealthCheckCommand.js +36 -0
  65. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +38 -0
  66. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +38 -0
  67. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +38 -0
  68. package/dist-cjs/endpoints.js +87 -0
  69. package/dist-cjs/index.js +75 -0
  70. package/dist-cjs/models/index.js +4 -0
  71. package/dist-cjs/models/models_0.js +1362 -0
  72. package/dist-cjs/pagination/Interfaces.js +2 -0
  73. package/dist-cjs/pagination/ListHealthChecksPaginator.js +35 -0
  74. package/dist-cjs/pagination/ListHostedZonesPaginator.js +35 -0
  75. package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +35 -0
  76. package/dist-cjs/protocols/Aws_restXml.js +9038 -0
  77. package/dist-cjs/runtimeConfig.browser.js +37 -0
  78. package/dist-cjs/runtimeConfig.js +42 -0
  79. package/dist-cjs/runtimeConfig.native.js +16 -0
  80. package/dist-cjs/runtimeConfig.shared.js +17 -0
  81. package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +36 -0
  82. package/dist-es/Route53.js +970 -0
  83. package/dist-es/Route53Client.js +37 -0
  84. package/dist-es/commands/ActivateKeySigningKeyCommand.js +41 -0
  85. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +41 -0
  86. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +42 -0
  87. package/dist-es/commands/ChangeTagsForResourceCommand.js +39 -0
  88. package/dist-es/commands/CreateHealthCheckCommand.js +39 -0
  89. package/dist-es/commands/CreateHostedZoneCommand.js +41 -0
  90. package/dist-es/commands/CreateKeySigningKeyCommand.js +41 -0
  91. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +41 -0
  92. package/dist-es/commands/CreateReusableDelegationSetCommand.js +41 -0
  93. package/dist-es/commands/CreateTrafficPolicyCommand.js +39 -0
  94. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +41 -0
  95. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +41 -0
  96. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +41 -0
  97. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +41 -0
  98. package/dist-es/commands/DeleteHealthCheckCommand.js +39 -0
  99. package/dist-es/commands/DeleteHostedZoneCommand.js +41 -0
  100. package/dist-es/commands/DeleteKeySigningKeyCommand.js +41 -0
  101. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +41 -0
  102. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +41 -0
  103. package/dist-es/commands/DeleteTrafficPolicyCommand.js +41 -0
  104. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +41 -0
  105. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +41 -0
  106. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +41 -0
  107. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +41 -0
  108. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +41 -0
  109. package/dist-es/commands/GetAccountLimitCommand.js +39 -0
  110. package/dist-es/commands/GetChangeCommand.js +41 -0
  111. package/dist-es/commands/GetCheckerIpRangesCommand.js +39 -0
  112. package/dist-es/commands/GetDNSSECCommand.js +41 -0
  113. package/dist-es/commands/GetGeoLocationCommand.js +39 -0
  114. package/dist-es/commands/GetHealthCheckCommand.js +39 -0
  115. package/dist-es/commands/GetHealthCheckCountCommand.js +39 -0
  116. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +39 -0
  117. package/dist-es/commands/GetHealthCheckStatusCommand.js +39 -0
  118. package/dist-es/commands/GetHostedZoneCommand.js +41 -0
  119. package/dist-es/commands/GetHostedZoneCountCommand.js +39 -0
  120. package/dist-es/commands/GetHostedZoneLimitCommand.js +41 -0
  121. package/dist-es/commands/GetQueryLoggingConfigCommand.js +41 -0
  122. package/dist-es/commands/GetReusableDelegationSetCommand.js +41 -0
  123. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +41 -0
  124. package/dist-es/commands/GetTrafficPolicyCommand.js +41 -0
  125. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +41 -0
  126. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +39 -0
  127. package/dist-es/commands/ListGeoLocationsCommand.js +39 -0
  128. package/dist-es/commands/ListHealthChecksCommand.js +39 -0
  129. package/dist-es/commands/ListHostedZonesByNameCommand.js +41 -0
  130. package/dist-es/commands/ListHostedZonesByVPCCommand.js +39 -0
  131. package/dist-es/commands/ListHostedZonesCommand.js +41 -0
  132. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +41 -0
  133. package/dist-es/commands/ListResourceRecordSetsCommand.js +41 -0
  134. package/dist-es/commands/ListReusableDelegationSetsCommand.js +39 -0
  135. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  136. package/dist-es/commands/ListTagsForResourcesCommand.js +39 -0
  137. package/dist-es/commands/ListTrafficPoliciesCommand.js +39 -0
  138. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +41 -0
  139. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +39 -0
  140. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +39 -0
  141. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +41 -0
  142. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +41 -0
  143. package/dist-es/commands/TestDNSAnswerCommand.js +41 -0
  144. package/dist-es/commands/UpdateHealthCheckCommand.js +39 -0
  145. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +41 -0
  146. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +41 -0
  147. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +41 -0
  148. package/dist-es/endpoints.js +83 -0
  149. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  150. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  151. package/dist-es/models/models_0.js +908 -0
  152. package/dist-es/pagination/Interfaces.js +1 -0
  153. package/dist-es/pagination/ListHealthChecksPaginator.js +74 -0
  154. package/dist-es/pagination/ListHostedZonesPaginator.js +74 -0
  155. package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +74 -0
  156. package/dist-es/protocols/Aws_restXml.js +10350 -0
  157. package/dist-es/runtimeConfig.browser.js +16 -0
  158. package/dist-es/runtimeConfig.js +21 -0
  159. package/dist-es/runtimeConfig.native.js +8 -0
  160. package/dist-es/runtimeConfig.shared.js +13 -0
  161. package/dist-es/waiters/waitForResourceRecordSetsChanged.js +51 -0
  162. package/dist-types/Route53.d.ts +1171 -0
  163. package/dist-types/Route53Client.d.ts +196 -0
  164. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +36 -0
  165. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +45 -0
  166. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +116 -0
  167. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +38 -0
  168. package/dist-types/commands/CreateHealthCheckCommand.d.ts +68 -0
  169. package/dist-types/commands/CreateHostedZoneCommand.d.ts +67 -0
  170. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +35 -0
  171. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +151 -0
  172. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +85 -0
  173. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +36 -0
  174. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +38 -0
  175. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +39 -0
  176. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +43 -0
  177. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +36 -0
  178. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +48 -0
  179. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +73 -0
  180. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +36 -0
  181. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +39 -0
  182. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +41 -0
  183. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +49 -0
  184. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +38 -0
  185. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +43 -0
  186. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +36 -0
  187. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +55 -0
  188. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +35 -0
  189. package/dist-types/commands/GetAccountLimitCommand.d.ts +44 -0
  190. package/dist-types/commands/GetChangeCommand.d.ts +47 -0
  191. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +42 -0
  192. package/dist-types/commands/GetDNSSECCommand.d.ts +35 -0
  193. package/dist-types/commands/GetGeoLocationCommand.d.ts +55 -0
  194. package/dist-types/commands/GetHealthCheckCommand.d.ts +35 -0
  195. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +35 -0
  196. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +35 -0
  197. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +38 -0
  198. package/dist-types/commands/GetHostedZoneCommand.d.ts +35 -0
  199. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +35 -0
  200. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +39 -0
  201. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +40 -0
  202. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +36 -0
  203. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +38 -0
  204. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +38 -0
  205. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +43 -0
  206. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +35 -0
  207. package/dist-types/commands/ListGeoLocationsCommand.d.ts +40 -0
  208. package/dist-types/commands/ListHealthChecksCommand.d.ts +35 -0
  209. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +79 -0
  210. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +47 -0
  211. package/dist-types/commands/ListHostedZonesCommand.d.ts +38 -0
  212. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +42 -0
  213. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +98 -0
  214. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +35 -0
  215. package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
  216. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +38 -0
  217. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +41 -0
  218. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +42 -0
  219. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +42 -0
  220. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -0
  221. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +36 -0
  222. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +38 -0
  223. package/dist-types/commands/TestDNSAnswerCommand.d.ts +37 -0
  224. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +38 -0
  225. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +35 -0
  226. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +35 -0
  227. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +50 -0
  228. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  229. package/{index.ts → dist-types/index.d.ts} +0 -0
  230. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  231. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  232. package/dist-types/pagination/Interfaces.d.ts +6 -0
  233. package/dist-types/pagination/ListHealthChecksPaginator.d.ts +4 -0
  234. package/dist-types/pagination/ListHostedZonesPaginator.d.ts +4 -0
  235. package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
  236. package/dist-types/protocols/Aws_restXml.d.ts +194 -0
  237. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  238. package/dist-types/runtimeConfig.d.ts +37 -0
  239. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  240. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  241. package/dist-types/ts3.4/Route53.d.ts +97 -0
  242. package/dist-types/ts3.4/Route53Client.d.ts +131 -0
  243. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +8 -0
  251. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +17 -0
  257. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +17 -0
  258. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +17 -0
  259. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +17 -0
  296. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +17 -0
  298. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +17 -0
  299. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +17 -0
  302. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +17 -0
  303. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +17 -0
  305. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +17 -0
  306. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +17 -0
  307. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  308. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  309. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  310. package/dist-types/ts3.4/models/models_0.d.ts +2682 -0
  311. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  312. package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +4 -0
  313. package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +4 -0
  314. package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
  315. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +194 -0
  316. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  317. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  318. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  319. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  320. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +7 -0
  321. package/dist-types/waiters/waitForResourceRecordSetsChanged.d.ts +14 -0
  322. package/package.json +55 -52
  323. package/Route53.ts +0 -3073
  324. package/Route53Client.ts +0 -562
  325. package/commands/ActivateKeySigningKeyCommand.ts +0 -97
  326. package/commands/AssociateVPCWithHostedZoneCommand.ts +0 -109
  327. package/commands/ChangeResourceRecordSetsCommand.ts +0 -178
  328. package/commands/ChangeTagsForResourceCommand.ts +0 -97
  329. package/commands/CreateHealthCheckCommand.ts +0 -127
  330. package/commands/CreateHostedZoneCommand.ts +0 -128
  331. package/commands/CreateKeySigningKeyCommand.ts +0 -96
  332. package/commands/CreateQueryLoggingConfigCommand.ts +0 -212
  333. package/commands/CreateReusableDelegationSetCommand.ts +0 -151
  334. package/commands/CreateTrafficPolicyCommand.ts +0 -95
  335. package/commands/CreateTrafficPolicyInstanceCommand.ts +0 -104
  336. package/commands/CreateTrafficPolicyVersionCommand.ts +0 -103
  337. package/commands/CreateVPCAssociationAuthorizationCommand.ts +0 -115
  338. package/commands/DeactivateKeySigningKeyCommand.ts +0 -97
  339. package/commands/DeleteHealthCheckCommand.ts +0 -107
  340. package/commands/DeleteHostedZoneCommand.ts +0 -134
  341. package/commands/DeleteKeySigningKeyCommand.ts +0 -97
  342. package/commands/DeleteQueryLoggingConfigCommand.ts +0 -100
  343. package/commands/DeleteReusableDelegationSetCommand.ts +0 -107
  344. package/commands/DeleteTrafficPolicyCommand.ts +0 -110
  345. package/commands/DeleteTrafficPolicyInstanceCommand.ts +0 -104
  346. package/commands/DeleteVPCAssociationAuthorizationCommand.ts +0 -115
  347. package/commands/DisableHostedZoneDNSSECCommand.ts +0 -97
  348. package/commands/DisassociateVPCFromHostedZoneCommand.ts +0 -121
  349. package/commands/EnableHostedZoneDNSSECCommand.ts +0 -96
  350. package/commands/GetAccountLimitCommand.ts +0 -103
  351. package/commands/GetChangeCommand.ts +0 -105
  352. package/commands/GetCheckerIpRangesCommand.ts +0 -101
  353. package/commands/GetDNSSECCommand.ts +0 -93
  354. package/commands/GetGeoLocationCommand.ts +0 -114
  355. package/commands/GetHealthCheckCommand.ts +0 -94
  356. package/commands/GetHealthCheckCountCommand.ts +0 -94
  357. package/commands/GetHealthCheckLastFailureReasonCommand.ts +0 -102
  358. package/commands/GetHealthCheckStatusCommand.ts +0 -97
  359. package/commands/GetHostedZoneCommand.ts +0 -96
  360. package/commands/GetHostedZoneCountCommand.ts +0 -94
  361. package/commands/GetHostedZoneLimitCommand.ts +0 -100
  362. package/commands/GetQueryLoggingConfigCommand.ts +0 -101
  363. package/commands/GetReusableDelegationSetCommand.ts +0 -97
  364. package/commands/GetReusableDelegationSetLimitCommand.ts +0 -104
  365. package/commands/GetTrafficPolicyCommand.ts +0 -99
  366. package/commands/GetTrafficPolicyInstanceCommand.ts +0 -104
  367. package/commands/GetTrafficPolicyInstanceCountCommand.ts +0 -99
  368. package/commands/ListGeoLocationsCommand.ts +0 -99
  369. package/commands/ListHealthChecksCommand.ts +0 -94
  370. package/commands/ListHostedZonesByNameCommand.ts +0 -140
  371. package/commands/ListHostedZonesByVPCCommand.ts +0 -106
  372. package/commands/ListHostedZonesCommand.ts +0 -99
  373. package/commands/ListQueryLoggingConfigsCommand.ts +0 -103
  374. package/commands/ListResourceRecordSetsCommand.ts +0 -159
  375. package/commands/ListReusableDelegationSetsCommand.ts +0 -97
  376. package/commands/ListTagsForResourceCommand.ts +0 -97
  377. package/commands/ListTagsForResourcesCommand.ts +0 -97
  378. package/commands/ListTrafficPoliciesCommand.ts +0 -100
  379. package/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +0 -115
  380. package/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +0 -112
  381. package/commands/ListTrafficPolicyInstancesCommand.ts +0 -103
  382. package/commands/ListTrafficPolicyVersionsCommand.ts +0 -100
  383. package/commands/ListVPCAssociationAuthorizationsCommand.ts +0 -107
  384. package/commands/TestDNSAnswerCommand.ts +0 -98
  385. package/commands/UpdateHealthCheckCommand.ts +0 -97
  386. package/commands/UpdateHostedZoneCommentCommand.ts +0 -96
  387. package/commands/UpdateTrafficPolicyCommentCommand.ts +0 -99
  388. package/commands/UpdateTrafficPolicyInstanceCommand.ts +0 -116
  389. package/dist/cjs/Route53.js +0 -971
  390. package/dist/cjs/Route53.js.map +0 -1
  391. package/dist/cjs/Route53Client.js +0 -44
  392. package/dist/cjs/Route53Client.js.map +0 -1
  393. package/dist/cjs/commands/ActivateKeySigningKeyCommand.js +0 -64
  394. package/dist/cjs/commands/ActivateKeySigningKeyCommand.js.map +0 -1
  395. package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js +0 -73
  396. package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
  397. package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js +0 -145
  398. package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
  399. package/dist/cjs/commands/ChangeTagsForResourceCommand.js +0 -64
  400. package/dist/cjs/commands/ChangeTagsForResourceCommand.js.map +0 -1
  401. package/dist/cjs/commands/CreateHealthCheckCommand.js +0 -94
  402. package/dist/cjs/commands/CreateHealthCheckCommand.js.map +0 -1
  403. package/dist/cjs/commands/CreateHostedZoneCommand.js +0 -95
  404. package/dist/cjs/commands/CreateHostedZoneCommand.js.map +0 -1
  405. package/dist/cjs/commands/CreateKeySigningKeyCommand.js +0 -63
  406. package/dist/cjs/commands/CreateKeySigningKeyCommand.js.map +0 -1
  407. package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js +0 -179
  408. package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
  409. package/dist/cjs/commands/CreateReusableDelegationSetCommand.js +0 -113
  410. package/dist/cjs/commands/CreateReusableDelegationSetCommand.js.map +0 -1
  411. package/dist/cjs/commands/CreateTrafficPolicyCommand.js +0 -62
  412. package/dist/cjs/commands/CreateTrafficPolicyCommand.js.map +0 -1
  413. package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js +0 -66
  414. package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
  415. package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js +0 -67
  416. package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
  417. package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js +0 -71
  418. package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
  419. package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js +0 -64
  420. package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
  421. package/dist/cjs/commands/DeleteHealthCheckCommand.js +0 -74
  422. package/dist/cjs/commands/DeleteHealthCheckCommand.js.map +0 -1
  423. package/dist/cjs/commands/DeleteHostedZoneCommand.js +0 -101
  424. package/dist/cjs/commands/DeleteHostedZoneCommand.js.map +0 -1
  425. package/dist/cjs/commands/DeleteKeySigningKeyCommand.js +0 -64
  426. package/dist/cjs/commands/DeleteKeySigningKeyCommand.js.map +0 -1
  427. package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js +0 -67
  428. package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
  429. package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js +0 -69
  430. package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
  431. package/dist/cjs/commands/DeleteTrafficPolicyCommand.js +0 -77
  432. package/dist/cjs/commands/DeleteTrafficPolicyCommand.js.map +0 -1
  433. package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js +0 -66
  434. package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
  435. package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -71
  436. package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
  437. package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js +0 -64
  438. package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
  439. package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js +0 -83
  440. package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
  441. package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js +0 -63
  442. package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
  443. package/dist/cjs/commands/GetAccountLimitCommand.js +0 -70
  444. package/dist/cjs/commands/GetAccountLimitCommand.js.map +0 -1
  445. package/dist/cjs/commands/GetChangeCommand.js +0 -75
  446. package/dist/cjs/commands/GetChangeCommand.js.map +0 -1
  447. package/dist/cjs/commands/GetCheckerIpRangesCommand.js +0 -68
  448. package/dist/cjs/commands/GetCheckerIpRangesCommand.js.map +0 -1
  449. package/dist/cjs/commands/GetDNSSECCommand.js +0 -63
  450. package/dist/cjs/commands/GetDNSSECCommand.js.map +0 -1
  451. package/dist/cjs/commands/GetGeoLocationCommand.js +0 -81
  452. package/dist/cjs/commands/GetGeoLocationCommand.js.map +0 -1
  453. package/dist/cjs/commands/GetHealthCheckCommand.js +0 -61
  454. package/dist/cjs/commands/GetHealthCheckCommand.js.map +0 -1
  455. package/dist/cjs/commands/GetHealthCheckCountCommand.js +0 -61
  456. package/dist/cjs/commands/GetHealthCheckCountCommand.js.map +0 -1
  457. package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js +0 -61
  458. package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
  459. package/dist/cjs/commands/GetHealthCheckStatusCommand.js +0 -64
  460. package/dist/cjs/commands/GetHealthCheckStatusCommand.js.map +0 -1
  461. package/dist/cjs/commands/GetHostedZoneCommand.js +0 -63
  462. package/dist/cjs/commands/GetHostedZoneCommand.js.map +0 -1
  463. package/dist/cjs/commands/GetHostedZoneCountCommand.js +0 -61
  464. package/dist/cjs/commands/GetHostedZoneCountCommand.js.map +0 -1
  465. package/dist/cjs/commands/GetHostedZoneLimitCommand.js +0 -67
  466. package/dist/cjs/commands/GetHostedZoneLimitCommand.js.map +0 -1
  467. package/dist/cjs/commands/GetQueryLoggingConfigCommand.js +0 -68
  468. package/dist/cjs/commands/GetQueryLoggingConfigCommand.js.map +0 -1
  469. package/dist/cjs/commands/GetReusableDelegationSetCommand.js +0 -64
  470. package/dist/cjs/commands/GetReusableDelegationSetCommand.js.map +0 -1
  471. package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js +0 -66
  472. package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
  473. package/dist/cjs/commands/GetTrafficPolicyCommand.js +0 -66
  474. package/dist/cjs/commands/GetTrafficPolicyCommand.js.map +0 -1
  475. package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js +0 -71
  476. package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
  477. package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js +0 -61
  478. package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
  479. package/dist/cjs/commands/ListGeoLocationsCommand.js +0 -66
  480. package/dist/cjs/commands/ListGeoLocationsCommand.js.map +0 -1
  481. package/dist/cjs/commands/ListHealthChecksCommand.js +0 -61
  482. package/dist/cjs/commands/ListHealthChecksCommand.js.map +0 -1
  483. package/dist/cjs/commands/ListHostedZonesByNameCommand.js +0 -107
  484. package/dist/cjs/commands/ListHostedZonesByNameCommand.js.map +0 -1
  485. package/dist/cjs/commands/ListHostedZonesByVPCCommand.js +0 -73
  486. package/dist/cjs/commands/ListHostedZonesByVPCCommand.js.map +0 -1
  487. package/dist/cjs/commands/ListHostedZonesCommand.js +0 -66
  488. package/dist/cjs/commands/ListHostedZonesCommand.js.map +0 -1
  489. package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js +0 -70
  490. package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
  491. package/dist/cjs/commands/ListResourceRecordSetsCommand.js +0 -126
  492. package/dist/cjs/commands/ListResourceRecordSetsCommand.js.map +0 -1
  493. package/dist/cjs/commands/ListReusableDelegationSetsCommand.js +0 -61
  494. package/dist/cjs/commands/ListReusableDelegationSetsCommand.js.map +0 -1
  495. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -64
  496. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  497. package/dist/cjs/commands/ListTagsForResourcesCommand.js +0 -64
  498. package/dist/cjs/commands/ListTagsForResourcesCommand.js.map +0 -1
  499. package/dist/cjs/commands/ListTrafficPoliciesCommand.js +0 -67
  500. package/dist/cjs/commands/ListTrafficPoliciesCommand.js.map +0 -1
  501. package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -70
  502. package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
  503. package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -68
  504. package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
  505. package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js +0 -67
  506. package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
  507. package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js +0 -64
  508. package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
  509. package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js +0 -66
  510. package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
  511. package/dist/cjs/commands/TestDNSAnswerCommand.js +0 -65
  512. package/dist/cjs/commands/TestDNSAnswerCommand.js.map +0 -1
  513. package/dist/cjs/commands/UpdateHealthCheckCommand.js +0 -64
  514. package/dist/cjs/commands/UpdateHealthCheckCommand.js.map +0 -1
  515. package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js +0 -63
  516. package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
  517. package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js +0 -63
  518. package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
  519. package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js +0 -78
  520. package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
  521. package/dist/cjs/endpoints.js +0 -88
  522. package/dist/cjs/endpoints.js.map +0 -1
  523. package/dist/cjs/index.js +0 -76
  524. package/dist/cjs/index.js.map +0 -1
  525. package/dist/cjs/models/index.js +0 -5
  526. package/dist/cjs/models/index.js.map +0 -1
  527. package/dist/cjs/models/models_0.js +0 -2035
  528. package/dist/cjs/models/models_0.js.map +0 -1
  529. package/dist/cjs/package.json +0 -96
  530. package/dist/cjs/pagination/Interfaces.js +0 -3
  531. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  532. package/dist/cjs/pagination/ListHealthChecksPaginator.js +0 -46
  533. package/dist/cjs/pagination/ListHealthChecksPaginator.js.map +0 -1
  534. package/dist/cjs/pagination/ListHostedZonesPaginator.js +0 -46
  535. package/dist/cjs/pagination/ListHostedZonesPaginator.js.map +0 -1
  536. package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js +0 -46
  537. package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
  538. package/dist/cjs/protocols/Aws_restXml.js +0 -9041
  539. package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
  540. package/dist/cjs/runtimeConfig.browser.js +0 -41
  541. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  542. package/dist/cjs/runtimeConfig.js +0 -46
  543. package/dist/cjs/runtimeConfig.js.map +0 -1
  544. package/dist/cjs/runtimeConfig.native.js +0 -20
  545. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  546. package/dist/cjs/runtimeConfig.shared.js +0 -21
  547. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  548. package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js +0 -46
  549. package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
  550. package/dist/es/Route53.js +0 -974
  551. package/dist/es/Route53.js.map +0 -1
  552. package/dist/es/Route53Client.js +0 -46
  553. package/dist/es/Route53Client.js.map +0 -1
  554. package/dist/es/commands/ActivateKeySigningKeyCommand.js +0 -68
  555. package/dist/es/commands/ActivateKeySigningKeyCommand.js.map +0 -1
  556. package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js +0 -77
  557. package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
  558. package/dist/es/commands/ChangeResourceRecordSetsCommand.js +0 -149
  559. package/dist/es/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
  560. package/dist/es/commands/ChangeTagsForResourceCommand.js +0 -68
  561. package/dist/es/commands/ChangeTagsForResourceCommand.js.map +0 -1
  562. package/dist/es/commands/CreateHealthCheckCommand.js +0 -98
  563. package/dist/es/commands/CreateHealthCheckCommand.js.map +0 -1
  564. package/dist/es/commands/CreateHostedZoneCommand.js +0 -99
  565. package/dist/es/commands/CreateHostedZoneCommand.js.map +0 -1
  566. package/dist/es/commands/CreateKeySigningKeyCommand.js +0 -67
  567. package/dist/es/commands/CreateKeySigningKeyCommand.js.map +0 -1
  568. package/dist/es/commands/CreateQueryLoggingConfigCommand.js +0 -183
  569. package/dist/es/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
  570. package/dist/es/commands/CreateReusableDelegationSetCommand.js +0 -117
  571. package/dist/es/commands/CreateReusableDelegationSetCommand.js.map +0 -1
  572. package/dist/es/commands/CreateTrafficPolicyCommand.js +0 -66
  573. package/dist/es/commands/CreateTrafficPolicyCommand.js.map +0 -1
  574. package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js +0 -70
  575. package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
  576. package/dist/es/commands/CreateTrafficPolicyVersionCommand.js +0 -71
  577. package/dist/es/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
  578. package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js +0 -75
  579. package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
  580. package/dist/es/commands/DeactivateKeySigningKeyCommand.js +0 -68
  581. package/dist/es/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
  582. package/dist/es/commands/DeleteHealthCheckCommand.js +0 -78
  583. package/dist/es/commands/DeleteHealthCheckCommand.js.map +0 -1
  584. package/dist/es/commands/DeleteHostedZoneCommand.js +0 -105
  585. package/dist/es/commands/DeleteHostedZoneCommand.js.map +0 -1
  586. package/dist/es/commands/DeleteKeySigningKeyCommand.js +0 -68
  587. package/dist/es/commands/DeleteKeySigningKeyCommand.js.map +0 -1
  588. package/dist/es/commands/DeleteQueryLoggingConfigCommand.js +0 -71
  589. package/dist/es/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
  590. package/dist/es/commands/DeleteReusableDelegationSetCommand.js +0 -73
  591. package/dist/es/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
  592. package/dist/es/commands/DeleteTrafficPolicyCommand.js +0 -81
  593. package/dist/es/commands/DeleteTrafficPolicyCommand.js.map +0 -1
  594. package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js +0 -70
  595. package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
  596. package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -75
  597. package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
  598. package/dist/es/commands/DisableHostedZoneDNSSECCommand.js +0 -68
  599. package/dist/es/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
  600. package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js +0 -87
  601. package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
  602. package/dist/es/commands/EnableHostedZoneDNSSECCommand.js +0 -67
  603. package/dist/es/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
  604. package/dist/es/commands/GetAccountLimitCommand.js +0 -74
  605. package/dist/es/commands/GetAccountLimitCommand.js.map +0 -1
  606. package/dist/es/commands/GetChangeCommand.js +0 -79
  607. package/dist/es/commands/GetChangeCommand.js.map +0 -1
  608. package/dist/es/commands/GetCheckerIpRangesCommand.js +0 -72
  609. package/dist/es/commands/GetCheckerIpRangesCommand.js.map +0 -1
  610. package/dist/es/commands/GetDNSSECCommand.js +0 -67
  611. package/dist/es/commands/GetDNSSECCommand.js.map +0 -1
  612. package/dist/es/commands/GetGeoLocationCommand.js +0 -85
  613. package/dist/es/commands/GetGeoLocationCommand.js.map +0 -1
  614. package/dist/es/commands/GetHealthCheckCommand.js +0 -65
  615. package/dist/es/commands/GetHealthCheckCommand.js.map +0 -1
  616. package/dist/es/commands/GetHealthCheckCountCommand.js +0 -65
  617. package/dist/es/commands/GetHealthCheckCountCommand.js.map +0 -1
  618. package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js +0 -65
  619. package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
  620. package/dist/es/commands/GetHealthCheckStatusCommand.js +0 -68
  621. package/dist/es/commands/GetHealthCheckStatusCommand.js.map +0 -1
  622. package/dist/es/commands/GetHostedZoneCommand.js +0 -67
  623. package/dist/es/commands/GetHostedZoneCommand.js.map +0 -1
  624. package/dist/es/commands/GetHostedZoneCountCommand.js +0 -65
  625. package/dist/es/commands/GetHostedZoneCountCommand.js.map +0 -1
  626. package/dist/es/commands/GetHostedZoneLimitCommand.js +0 -71
  627. package/dist/es/commands/GetHostedZoneLimitCommand.js.map +0 -1
  628. package/dist/es/commands/GetQueryLoggingConfigCommand.js +0 -72
  629. package/dist/es/commands/GetQueryLoggingConfigCommand.js.map +0 -1
  630. package/dist/es/commands/GetReusableDelegationSetCommand.js +0 -68
  631. package/dist/es/commands/GetReusableDelegationSetCommand.js.map +0 -1
  632. package/dist/es/commands/GetReusableDelegationSetLimitCommand.js +0 -70
  633. package/dist/es/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
  634. package/dist/es/commands/GetTrafficPolicyCommand.js +0 -70
  635. package/dist/es/commands/GetTrafficPolicyCommand.js.map +0 -1
  636. package/dist/es/commands/GetTrafficPolicyInstanceCommand.js +0 -75
  637. package/dist/es/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
  638. package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js +0 -65
  639. package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
  640. package/dist/es/commands/ListGeoLocationsCommand.js +0 -70
  641. package/dist/es/commands/ListGeoLocationsCommand.js.map +0 -1
  642. package/dist/es/commands/ListHealthChecksCommand.js +0 -65
  643. package/dist/es/commands/ListHealthChecksCommand.js.map +0 -1
  644. package/dist/es/commands/ListHostedZonesByNameCommand.js +0 -111
  645. package/dist/es/commands/ListHostedZonesByNameCommand.js.map +0 -1
  646. package/dist/es/commands/ListHostedZonesByVPCCommand.js +0 -77
  647. package/dist/es/commands/ListHostedZonesByVPCCommand.js.map +0 -1
  648. package/dist/es/commands/ListHostedZonesCommand.js +0 -70
  649. package/dist/es/commands/ListHostedZonesCommand.js.map +0 -1
  650. package/dist/es/commands/ListQueryLoggingConfigsCommand.js +0 -74
  651. package/dist/es/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
  652. package/dist/es/commands/ListResourceRecordSetsCommand.js +0 -130
  653. package/dist/es/commands/ListResourceRecordSetsCommand.js.map +0 -1
  654. package/dist/es/commands/ListReusableDelegationSetsCommand.js +0 -65
  655. package/dist/es/commands/ListReusableDelegationSetsCommand.js.map +0 -1
  656. package/dist/es/commands/ListTagsForResourceCommand.js +0 -68
  657. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  658. package/dist/es/commands/ListTagsForResourcesCommand.js +0 -68
  659. package/dist/es/commands/ListTagsForResourcesCommand.js.map +0 -1
  660. package/dist/es/commands/ListTrafficPoliciesCommand.js +0 -71
  661. package/dist/es/commands/ListTrafficPoliciesCommand.js.map +0 -1
  662. package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -74
  663. package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
  664. package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -72
  665. package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
  666. package/dist/es/commands/ListTrafficPolicyInstancesCommand.js +0 -71
  667. package/dist/es/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
  668. package/dist/es/commands/ListTrafficPolicyVersionsCommand.js +0 -68
  669. package/dist/es/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
  670. package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js +0 -70
  671. package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
  672. package/dist/es/commands/TestDNSAnswerCommand.js +0 -69
  673. package/dist/es/commands/TestDNSAnswerCommand.js.map +0 -1
  674. package/dist/es/commands/UpdateHealthCheckCommand.js +0 -68
  675. package/dist/es/commands/UpdateHealthCheckCommand.js.map +0 -1
  676. package/dist/es/commands/UpdateHostedZoneCommentCommand.js +0 -67
  677. package/dist/es/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
  678. package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js +0 -67
  679. package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
  680. package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js +0 -82
  681. package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
  682. package/dist/es/endpoints.js +0 -84
  683. package/dist/es/endpoints.js.map +0 -1
  684. package/dist/es/index.js +0 -73
  685. package/dist/es/index.js.map +0 -1
  686. package/dist/es/models/index.js +0 -2
  687. package/dist/es/models/index.js.map +0 -1
  688. package/dist/es/models/models_0.js +0 -1581
  689. package/dist/es/models/models_0.js.map +0 -1
  690. package/dist/es/package.json +0 -96
  691. package/dist/es/pagination/Interfaces.js +0 -2
  692. package/dist/es/pagination/Interfaces.js.map +0 -1
  693. package/dist/es/pagination/ListHealthChecksPaginator.js +0 -87
  694. package/dist/es/pagination/ListHealthChecksPaginator.js.map +0 -1
  695. package/dist/es/pagination/ListHostedZonesPaginator.js +0 -87
  696. package/dist/es/pagination/ListHostedZonesPaginator.js.map +0 -1
  697. package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js +0 -87
  698. package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
  699. package/dist/es/protocols/Aws_restXml.js +0 -10353
  700. package/dist/es/protocols/Aws_restXml.js.map +0 -1
  701. package/dist/es/runtimeConfig.browser.js +0 -20
  702. package/dist/es/runtimeConfig.browser.js.map +0 -1
  703. package/dist/es/runtimeConfig.js +0 -25
  704. package/dist/es/runtimeConfig.js.map +0 -1
  705. package/dist/es/runtimeConfig.native.js +0 -12
  706. package/dist/es/runtimeConfig.native.js.map +0 -1
  707. package/dist/es/runtimeConfig.shared.js +0 -17
  708. package/dist/es/runtimeConfig.shared.js.map +0 -1
  709. package/dist/es/waiters/waitForResourceRecordSetsChanged.js +0 -61
  710. package/dist/es/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
  711. package/dist/types/Route53.d.ts +0 -1171
  712. package/dist/types/Route53Client.d.ts +0 -196
  713. package/dist/types/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
  714. package/dist/types/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
  715. package/dist/types/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
  716. package/dist/types/commands/ChangeTagsForResourceCommand.d.ts +0 -38
  717. package/dist/types/commands/CreateHealthCheckCommand.d.ts +0 -68
  718. package/dist/types/commands/CreateHostedZoneCommand.d.ts +0 -67
  719. package/dist/types/commands/CreateKeySigningKeyCommand.d.ts +0 -35
  720. package/dist/types/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
  721. package/dist/types/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
  722. package/dist/types/commands/CreateTrafficPolicyCommand.d.ts +0 -36
  723. package/dist/types/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
  724. package/dist/types/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
  725. package/dist/types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
  726. package/dist/types/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
  727. package/dist/types/commands/DeleteHealthCheckCommand.d.ts +0 -48
  728. package/dist/types/commands/DeleteHostedZoneCommand.d.ts +0 -73
  729. package/dist/types/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
  730. package/dist/types/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
  731. package/dist/types/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
  732. package/dist/types/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
  733. package/dist/types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
  734. package/dist/types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
  735. package/dist/types/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
  736. package/dist/types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
  737. package/dist/types/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
  738. package/dist/types/commands/GetAccountLimitCommand.d.ts +0 -44
  739. package/dist/types/commands/GetChangeCommand.d.ts +0 -47
  740. package/dist/types/commands/GetCheckerIpRangesCommand.d.ts +0 -42
  741. package/dist/types/commands/GetDNSSECCommand.d.ts +0 -35
  742. package/dist/types/commands/GetGeoLocationCommand.d.ts +0 -55
  743. package/dist/types/commands/GetHealthCheckCommand.d.ts +0 -35
  744. package/dist/types/commands/GetHealthCheckCountCommand.d.ts +0 -35
  745. package/dist/types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
  746. package/dist/types/commands/GetHealthCheckStatusCommand.d.ts +0 -38
  747. package/dist/types/commands/GetHostedZoneCommand.d.ts +0 -35
  748. package/dist/types/commands/GetHostedZoneCountCommand.d.ts +0 -35
  749. package/dist/types/commands/GetHostedZoneLimitCommand.d.ts +0 -39
  750. package/dist/types/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
  751. package/dist/types/commands/GetReusableDelegationSetCommand.d.ts +0 -36
  752. package/dist/types/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
  753. package/dist/types/commands/GetTrafficPolicyCommand.d.ts +0 -38
  754. package/dist/types/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
  755. package/dist/types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
  756. package/dist/types/commands/ListGeoLocationsCommand.d.ts +0 -40
  757. package/dist/types/commands/ListHealthChecksCommand.d.ts +0 -35
  758. package/dist/types/commands/ListHostedZonesByNameCommand.d.ts +0 -79
  759. package/dist/types/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
  760. package/dist/types/commands/ListHostedZonesCommand.d.ts +0 -38
  761. package/dist/types/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
  762. package/dist/types/commands/ListResourceRecordSetsCommand.d.ts +0 -98
  763. package/dist/types/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
  764. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
  765. package/dist/types/commands/ListTagsForResourcesCommand.d.ts +0 -38
  766. package/dist/types/commands/ListTrafficPoliciesCommand.d.ts +0 -41
  767. package/dist/types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
  768. package/dist/types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
  769. package/dist/types/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
  770. package/dist/types/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
  771. package/dist/types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
  772. package/dist/types/commands/TestDNSAnswerCommand.d.ts +0 -37
  773. package/dist/types/commands/UpdateHealthCheckCommand.d.ts +0 -38
  774. package/dist/types/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
  775. package/dist/types/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
  776. package/dist/types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
  777. package/dist/types/pagination/Interfaces.d.ts +0 -6
  778. package/dist/types/pagination/ListHealthChecksPaginator.d.ts +0 -4
  779. package/dist/types/pagination/ListHostedZonesPaginator.d.ts +0 -4
  780. package/dist/types/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
  781. package/dist/types/protocols/Aws_restXml.d.ts +0 -194
  782. package/dist/types/runtimeConfig.d.ts +0 -37
  783. package/dist/types/ts3.4/Route53.d.ts +0 -1171
  784. package/dist/types/ts3.4/Route53Client.d.ts +0 -196
  785. package/dist/types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
  786. package/dist/types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
  787. package/dist/types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
  788. package/dist/types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +0 -38
  789. package/dist/types/ts3.4/commands/CreateHealthCheckCommand.d.ts +0 -68
  790. package/dist/types/ts3.4/commands/CreateHostedZoneCommand.d.ts +0 -67
  791. package/dist/types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +0 -35
  792. package/dist/types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
  793. package/dist/types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
  794. package/dist/types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +0 -36
  795. package/dist/types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
  796. package/dist/types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
  797. package/dist/types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
  798. package/dist/types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
  799. package/dist/types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +0 -48
  800. package/dist/types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +0 -73
  801. package/dist/types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
  802. package/dist/types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
  803. package/dist/types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
  804. package/dist/types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
  805. package/dist/types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
  806. package/dist/types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
  807. package/dist/types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
  808. package/dist/types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
  809. package/dist/types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
  810. package/dist/types/ts3.4/commands/GetAccountLimitCommand.d.ts +0 -44
  811. package/dist/types/ts3.4/commands/GetChangeCommand.d.ts +0 -47
  812. package/dist/types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +0 -42
  813. package/dist/types/ts3.4/commands/GetDNSSECCommand.d.ts +0 -35
  814. package/dist/types/ts3.4/commands/GetGeoLocationCommand.d.ts +0 -55
  815. package/dist/types/ts3.4/commands/GetHealthCheckCommand.d.ts +0 -35
  816. package/dist/types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +0 -35
  817. package/dist/types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
  818. package/dist/types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +0 -38
  819. package/dist/types/ts3.4/commands/GetHostedZoneCommand.d.ts +0 -35
  820. package/dist/types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +0 -35
  821. package/dist/types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +0 -39
  822. package/dist/types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
  823. package/dist/types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +0 -36
  824. package/dist/types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
  825. package/dist/types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +0 -38
  826. package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
  827. package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
  828. package/dist/types/ts3.4/commands/ListGeoLocationsCommand.d.ts +0 -40
  829. package/dist/types/ts3.4/commands/ListHealthChecksCommand.d.ts +0 -35
  830. package/dist/types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +0 -79
  831. package/dist/types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
  832. package/dist/types/ts3.4/commands/ListHostedZonesCommand.d.ts +0 -38
  833. package/dist/types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
  834. package/dist/types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +0 -98
  835. package/dist/types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
  836. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
  837. package/dist/types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -38
  838. package/dist/types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +0 -41
  839. package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
  840. package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
  841. package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
  842. package/dist/types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
  843. package/dist/types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
  844. package/dist/types/ts3.4/commands/TestDNSAnswerCommand.d.ts +0 -37
  845. package/dist/types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +0 -38
  846. package/dist/types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
  847. package/dist/types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
  848. package/dist/types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
  849. package/dist/types/ts3.4/models/models_0.d.ts +0 -6735
  850. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  851. package/dist/types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +0 -4
  852. package/dist/types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +0 -4
  853. package/dist/types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
  854. package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -194
  855. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  856. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  857. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  858. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  859. package/dist/types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
  860. package/dist/types/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
  861. package/endpoints.ts +0 -88
  862. package/jest.config.js +0 -4
  863. package/models/models_0.ts +0 -8036
  864. package/pagination/Interfaces.ts +0 -7
  865. package/pagination/ListHealthChecksPaginator.ts +0 -58
  866. package/pagination/ListHostedZonesPaginator.ts +0 -58
  867. package/pagination/ListQueryLoggingConfigsPaginator.ts +0 -58
  868. package/protocols/Aws_restXml.ts +0 -10453
  869. package/runtimeConfig.browser.ts +0 -40
  870. package/runtimeConfig.native.ts +0 -16
  871. package/runtimeConfig.shared.ts +0 -16
  872. package/runtimeConfig.ts +0 -45
  873. package/tsconfig.es.json +0 -12
  874. package/tsconfig.json +0 -32
  875. package/waiters/waitForResourceRecordSetsChanged.ts +0 -46
@@ -1,151 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { CreateQueryLoggingConfigRequest, CreateQueryLoggingConfigResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateQueryLoggingConfigCommandInput extends CreateQueryLoggingConfigRequest {
6
- }
7
- export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggingConfigResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a configuration for DNS query logging. After you create a query logging configuration, Amazon Route 53 begins to publish
11
- * log data to an Amazon CloudWatch Logs log group.</p>
12
- * <p>DNS query logs contain information about the queries that Route 53 receives for a specified public hosted zone, such as the following:</p>
13
- * <ul>
14
- * <li>
15
- * <p>Route 53 edge location that responded to the DNS query</p>
16
- * </li>
17
- * <li>
18
- * <p>Domain or subdomain that was requested</p>
19
- * </li>
20
- * <li>
21
- * <p>DNS record type, such as A or AAAA</p>
22
- * </li>
23
- * <li>
24
- * <p>DNS response code, such as <code>NoError</code> or <code>ServFail</code>
25
- * </p>
26
- * </li>
27
- * </ul>
28
- *
29
- * <dl>
30
- * <dt>Log Group and Resource Policy</dt>
31
- * <dd>
32
- * <p>Before you create a query logging configuration, perform the following operations.</p>
33
- * <note>
34
- * <p>If you create a query logging configuration using the Route 53 console, Route 53 performs these operations automatically.</p>
35
- * </note>
36
- * <ol>
37
- * <li>
38
- * <p>Create a CloudWatch Logs log group, and make note of the ARN, which you specify when you create a
39
- * query logging configuration. Note the following:</p>
40
- * <ul>
41
- * <li>
42
- * <p>You must create the log group in the us-east-1 region.</p>
43
- * </li>
44
- * <li>
45
- * <p>You must use the same Amazon Web Services account to create the log group and the hosted zone that you want to
46
- * configure query logging for.</p>
47
- * </li>
48
- * <li>
49
- * <p>When you create log groups for query logging, we recommend that you use a consistent prefix, for example:</p>
50
- * <p>
51
- * <code>/aws/route53/<i>hosted zone name</i>
52
- * </code>
53
- * </p>
54
- * <p>In the next step, you'll create a resource policy, which controls access to one or more log groups and the associated
55
- * Amazon Web Services resources, such as Route 53 hosted zones. There's a limit on the number of resource policies that you can create, so
56
- * we recommend that you use a consistent prefix so you can use the same resource policy for all the log groups that you create
57
- * for query logging.</p>
58
- * </li>
59
- * </ul>
60
- * </li>
61
- * <li>
62
- * <p>Create a CloudWatch Logs resource policy, and give it the permissions that Route 53 needs to create log streams and to
63
- * send query logs to log streams. For the value of <code>Resource</code>, specify the ARN for the log group that you created
64
- * in the previous step. To use the same resource policy for all the CloudWatch Logs log groups that you created for query logging configurations,
65
- * replace the hosted zone name with <code>*</code>, for example:</p>
66
- * <p>
67
- * <code>arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*</code>
68
- * </p>
69
- * <note>
70
- * <p>You can't use the CloudWatch console to create or edit a resource policy. You must use the CloudWatch API, one of the Amazon Web Services SDKs,
71
- * or the CLI.</p>
72
- * </note>
73
- * </li>
74
- * </ol>
75
- * </dd>
76
- * <dt>Log Streams and Edge Locations</dt>
77
- * <dd>
78
- * <p>When Route 53 finishes creating the configuration for DNS query logging, it does the following:</p>
79
- * <ul>
80
- * <li>
81
- * <p>Creates a log stream for an edge location the first time that the edge location responds to DNS queries for the
82
- * specified hosted zone. That log stream is used to log all queries that Route 53 responds to for that edge location.</p>
83
- * </li>
84
- * <li>
85
- * <p>Begins to send query logs to the applicable log stream.</p>
86
- * </li>
87
- * </ul>
88
- * <p>The name of each log stream is in the following format:</p>
89
- * <p>
90
- * <code>
91
- * <i>hosted zone ID</i>/<i>edge location code</i>
92
- * </code>
93
- * </p>
94
- * <p>The edge location code is a three-letter code and an arbitrarily assigned number, for example, DFW3. The three-letter code
95
- * typically corresponds with the International Air Transport Association airport code for an airport near the edge location.
96
- * (These abbreviations might change in the future.) For a list of edge locations, see "The Route 53 Global Network" on the
97
- * <a href="http://aws.amazon.com/route53/details/">Route 53 Product Details</a> page.</p>
98
- * </dd>
99
- * <dt>Queries That Are Logged</dt>
100
- * <dd>
101
- * <p>Query logs contain only the queries that DNS resolvers forward to Route 53. If a DNS resolver has already cached
102
- * the response to a query (such as the IP address for a load balancer for example.com), the resolver will continue to return
103
- * the cached response. It doesn't forward another query to Route 53 until the TTL for the corresponding resource record set expires.
104
- * Depending on how many DNS queries are submitted for a resource record set, and depending on the TTL for that resource record set,
105
- * query logs might contain information about only one query out of every several thousand queries that are submitted to DNS.
106
- * For more information about how DNS works, see
107
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">Routing Internet Traffic to Your Website or Web Application</a>
108
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
109
- * </dd>
110
- * <dt>Log File Format</dt>
111
- * <dd>
112
- * <p>For a list of the values in each query log and the format of each value, see
113
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a> in the
114
- * <i>Amazon Route 53 Developer Guide</i>.</p>
115
- * </dd>
116
- * <dt>Pricing</dt>
117
- * <dd>
118
- * <p>For information about charges for query logs, see
119
- * <a href="http://aws.amazon.com/cloudwatch/pricing/">Amazon CloudWatch Pricing</a>.</p>
120
- * </dd>
121
- * <dt>How to Stop Logging</dt>
122
- * <dd>
123
- * <p>If you want Route 53 to stop sending query logs to CloudWatch Logs, delete the query logging configuration. For more information, see
124
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteQueryLoggingConfig.html">DeleteQueryLoggingConfig</a>.</p>
125
- * </dd>
126
- * </dl>
127
- * @example
128
- * Use a bare-bones client and the command you need to make an API call.
129
- * ```javascript
130
- * import { Route53Client, CreateQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
131
- * // const { Route53Client, CreateQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
132
- * const client = new Route53Client(config);
133
- * const command = new CreateQueryLoggingConfigCommand(input);
134
- * const response = await client.send(command);
135
- * ```
136
- *
137
- * @see {@link CreateQueryLoggingConfigCommandInput} for command's `input` shape.
138
- * @see {@link CreateQueryLoggingConfigCommandOutput} for command's `response` shape.
139
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
140
- *
141
- */
142
- export declare class CreateQueryLoggingConfigCommand extends $Command<CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
143
- readonly input: CreateQueryLoggingConfigCommandInput;
144
- constructor(input: CreateQueryLoggingConfigCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput>;
149
- private serialize;
150
- private deserialize;
151
- }
@@ -1,85 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { CreateReusableDelegationSetRequest, CreateReusableDelegationSetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateReusableDelegationSetCommandInput extends CreateReusableDelegationSetRequest {
6
- }
7
- export interface CreateReusableDelegationSetCommandOutput extends CreateReusableDelegationSetResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by
11
- * the same Amazon Web Services account. </p>
12
- * <p>You can also create a reusable delegation set that uses the four name servers that are associated
13
- * with an existing hosted zone. Specify the hosted zone ID in the <code>CreateReusableDelegationSet</code> request.</p>
14
- * <note>
15
- * <p>You can't associate a reusable delegation set with a private hosted zone.</p>
16
- * </note>
17
- * <p>For information about using a reusable delegation set to configure white label name servers, see
18
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html">Configuring White Label Name Servers</a>.</p>
19
- *
20
- * <p>The process for migrating existing hosted zones to use a reusable delegation set is comparable to the process for
21
- * configuring white label name servers. You need to perform the following steps:</p>
22
- * <ol>
23
- * <li>
24
- * <p>Create a reusable delegation set.</p>
25
- * </li>
26
- * <li>
27
- * <p>Recreate hosted zones, and reduce the TTL to 60 seconds or less.</p>
28
- * </li>
29
- * <li>
30
- * <p>Recreate resource record sets in the new hosted zones.</p>
31
- * </li>
32
- * <li>
33
- * <p>Change the registrar's name servers to use the name servers for the new hosted zones.</p>
34
- * </li>
35
- * <li>
36
- * <p>Monitor traffic for the website or application.</p>
37
- * </li>
38
- * <li>
39
- * <p>Change TTLs back to their original values.</p>
40
- * </li>
41
- * </ol>
42
- *
43
- * <p>If you want to migrate existing hosted zones to use a reusable delegation set, the existing hosted zones can't use
44
- * any of the name servers that are assigned to the reusable delegation set. If one or more hosted zones do use one or more
45
- * name servers that are assigned to the reusable delegation set, you can do one of the following:</p>
46
- * <ul>
47
- * <li>
48
- * <p>For small numbers of hosted zones—up to a few hundred—it's relatively easy to create
49
- * reusable delegation sets until you get one that has four name servers that don't overlap with any of the name servers
50
- * in your hosted zones.</p>
51
- * </li>
52
- * <li>
53
- * <p>For larger numbers of hosted zones, the easiest solution is to use more than one reusable delegation set.</p>
54
- * </li>
55
- * <li>
56
- * <p>For larger numbers of hosted zones, you can also migrate hosted zones that have overlapping name servers
57
- * to hosted zones that don't have overlapping name servers, then migrate the hosted zones again to use the
58
- * reusable delegation set.</p>
59
- * </li>
60
- * </ul>
61
- * @example
62
- * Use a bare-bones client and the command you need to make an API call.
63
- * ```javascript
64
- * import { Route53Client, CreateReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
65
- * // const { Route53Client, CreateReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
66
- * const client = new Route53Client(config);
67
- * const command = new CreateReusableDelegationSetCommand(input);
68
- * const response = await client.send(command);
69
- * ```
70
- *
71
- * @see {@link CreateReusableDelegationSetCommandInput} for command's `input` shape.
72
- * @see {@link CreateReusableDelegationSetCommandOutput} for command's `response` shape.
73
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
74
- *
75
- */
76
- export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
77
- readonly input: CreateReusableDelegationSetCommandInput;
78
- constructor(input: CreateReusableDelegationSetCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput>;
83
- private serialize;
84
- private deserialize;
85
- }
@@ -1,36 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateTrafficPolicyCommandInput extends CreateTrafficPolicyRequest {
6
- }
7
- export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or
11
- * one subdomain name (such as www.example.com).</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Route53Client, CreateTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
16
- * // const { Route53Client, CreateTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
17
- * const client = new Route53Client(config);
18
- * const command = new CreateTrafficPolicyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateTrafficPolicyCommandInput} for command's `input` shape.
23
- * @see {@link CreateTrafficPolicyCommandOutput} for command's `response` shape.
24
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class CreateTrafficPolicyCommand extends $Command<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
28
- readonly input: CreateTrafficPolicyCommandInput;
29
- constructor(input: CreateTrafficPolicyCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,38 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { CreateTrafficPolicyInstanceRequest, CreateTrafficPolicyInstanceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateTrafficPolicyInstanceCommandInput extends CreateTrafficPolicyInstanceRequest {
6
- }
7
- export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficPolicyInstanceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version.
11
- * In addition, <code>CreateTrafficPolicyInstance</code> associates the resource record sets with a specified domain name (such as example.com) or
12
- * subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets
13
- * that <code>CreateTrafficPolicyInstance</code> created.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { Route53Client, CreateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
18
- * // const { Route53Client, CreateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
19
- * const client = new Route53Client(config);
20
- * const command = new CreateTrafficPolicyInstanceCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateTrafficPolicyInstanceCommandInput} for command's `input` shape.
25
- * @see {@link CreateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
26
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
30
- readonly input: CreateTrafficPolicyInstanceCommandInput;
31
- constructor(input: CreateTrafficPolicyInstanceCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,39 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { CreateTrafficPolicyVersionRequest, CreateTrafficPolicyVersionResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateTrafficPolicyVersionCommandInput extends CreateTrafficPolicyVersionRequest {
6
- }
7
- export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPolicyVersionResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the
11
- * traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create
12
- * multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can
13
- * create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new
14
- * traffic policy.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { Route53Client, CreateTrafficPolicyVersionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
19
- * // const { Route53Client, CreateTrafficPolicyVersionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
20
- * const client = new Route53Client(config);
21
- * const command = new CreateTrafficPolicyVersionCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link CreateTrafficPolicyVersionCommandInput} for command's `input` shape.
26
- * @see {@link CreateTrafficPolicyVersionCommandOutput} for command's `response` shape.
27
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
31
- readonly input: CreateTrafficPolicyVersionCommandInput;
32
- constructor(input: CreateTrafficPolicyVersionCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
@@ -1,43 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { CreateVPCAssociationAuthorizationRequest, CreateVPCAssociationAuthorizationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateVPCAssociationAuthorizationCommandInput extends CreateVPCAssociationAuthorizationRequest {
6
- }
7
- export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVPCAssociationAuthorizationResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Authorizes the Amazon Web Services account that created a specified VPC to submit an <code>AssociateVPCWithHostedZone</code>
11
- * request to associate the VPC with a specified hosted zone that was created by a different account.
12
- * To submit a <code>CreateVPCAssociationAuthorization</code> request, you must use the account that created the
13
- * hosted zone. After you authorize the association, use the account that created the VPC to submit an
14
- * <code>AssociateVPCWithHostedZone</code> request.</p>
15
- * <note>
16
- * <p>If you want to associate multiple VPCs that you created by using one account with a hosted zone
17
- * that you created by using a different account, you must submit one authorization request for each VPC.</p>
18
- * </note>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { Route53Client, CreateVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
23
- * // const { Route53Client, CreateVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
24
- * const client = new Route53Client(config);
25
- * const command = new CreateVPCAssociationAuthorizationCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link CreateVPCAssociationAuthorizationCommandInput} for command's `input` shape.
30
- * @see {@link CreateVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
31
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
- export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
35
- readonly input: CreateVPCAssociationAuthorizationCommandInput;
36
- constructor(input: CreateVPCAssociationAuthorizationCommandInput);
37
- /**
38
- * @internal
39
- */
40
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput>;
41
- private serialize;
42
- private deserialize;
43
- }
@@ -1,36 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { DeactivateKeySigningKeyRequest, DeactivateKeySigningKeyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeactivateKeySigningKeyCommandInput extends DeactivateKeySigningKeyRequest {
6
- }
7
- export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigningKeyResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the
11
- * KSK status to <code>INACTIVE</code>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Route53Client, DeactivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
16
- * // const { Route53Client, DeactivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
17
- * const client = new Route53Client(config);
18
- * const command = new DeactivateKeySigningKeyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeactivateKeySigningKeyCommandInput} for command's `input` shape.
23
- * @see {@link DeactivateKeySigningKeyCommandOutput} for command's `response` shape.
24
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
28
- readonly input: DeactivateKeySigningKeyCommandInput;
29
- constructor(input: DeactivateKeySigningKeyCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,48 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { DeleteHealthCheckRequest, DeleteHealthCheckResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteHealthCheckCommandInput extends DeleteHealthCheckRequest {
6
- }
7
- export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a health check.</p>
11
- * <important>
12
- * <p>Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more
13
- * resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status
14
- * of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover
15
- * configuration. For more information, see
16
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html">Replacing and Deleting Health Checks</a>
17
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
18
- * </important>
19
- *
20
- * <p>If you're using Cloud Map and you configured Cloud Map to create a Route 53 health check when you register an instance,
21
- * you can't use the Route 53 <code>DeleteHealthCheck</code> command to delete the health check. The health check is deleted
22
- * automatically when you deregister the instance; there can be a delay of several hours before the health check is deleted
23
- * from Route 53. </p>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { Route53Client, DeleteHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
28
- * // const { Route53Client, DeleteHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
29
- * const client = new Route53Client(config);
30
- * const command = new DeleteHealthCheckCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link DeleteHealthCheckCommandInput} for command's `input` shape.
35
- * @see {@link DeleteHealthCheckCommandOutput} for command's `response` shape.
36
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
39
- export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
40
- readonly input: DeleteHealthCheckCommandInput;
41
- constructor(input: DeleteHealthCheckCommandInput);
42
- /**
43
- * @internal
44
- */
45
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput>;
46
- private serialize;
47
- private deserialize;
48
- }
@@ -1,73 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { DeleteHostedZoneRequest, DeleteHostedZoneResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteHostedZoneCommandInput extends DeleteHostedZoneRequest {
6
- }
7
- export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a hosted zone.</p>
11
- *
12
- * <p>If the hosted zone was created by another service, such as Cloud Map, see
13
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html#delete-public-hosted-zone-created-by-another-service">Deleting
14
- * Public Hosted Zones That Were Created by Another Service</a> in the <i>Amazon Route 53 Developer Guide</i> for information about how to delete it.
15
- * (The process is the same for public and private hosted zones that were created by another service.)</p>
16
- *
17
- * <p>If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application,
18
- * we recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone.</p>
19
- *
20
- * <important>
21
- * <p>If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your
22
- * domain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone
23
- * and you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone,
24
- * someone could hijack the domain and route traffic to their own resources using your domain name.</p>
25
- * </important>
26
- *
27
- * <p>If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service.
28
- * When you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53,
29
- * see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainNameservers.html">UpdateDomainNameservers</a>
30
- * for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with
31
- * another registrar, use the method provided by the registrar to update name servers for the domain registration. For more information,
32
- * perform an internet search on "free DNS service."</p>
33
- *
34
- * <p>You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets.
35
- * If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone.
36
- * If you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a
37
- * <code>HostedZoneNotEmpty</code> error. For information about deleting records from your hosted zone, see
38
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html">ChangeResourceRecordSets</a>.</p>
39
- * <p>To verify that the hosted zone has been deleted, do one of the following:</p>
40
- * <ul>
41
- * <li>
42
- * <p>Use the <code>GetHostedZone</code> action to request information about the hosted zone.</p>
43
- * </li>
44
- * <li>
45
- * <p>Use the <code>ListHostedZones</code> action to get a list of the hosted zones associated with the current
46
- * Amazon Web Services account.</p>
47
- * </li>
48
- * </ul>
49
- * @example
50
- * Use a bare-bones client and the command you need to make an API call.
51
- * ```javascript
52
- * import { Route53Client, DeleteHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
53
- * // const { Route53Client, DeleteHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
54
- * const client = new Route53Client(config);
55
- * const command = new DeleteHostedZoneCommand(input);
56
- * const response = await client.send(command);
57
- * ```
58
- *
59
- * @see {@link DeleteHostedZoneCommandInput} for command's `input` shape.
60
- * @see {@link DeleteHostedZoneCommandOutput} for command's `response` shape.
61
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
62
- *
63
- */
64
- export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
65
- readonly input: DeleteHostedZoneCommandInput;
66
- constructor(input: DeleteHostedZoneCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput>;
71
- private serialize;
72
- private deserialize;
73
- }
@@ -1,36 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { DeleteKeySigningKeyRequest, DeleteKeySigningKeyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteKeySigningKeyCommandInput extends DeleteKeySigningKeyRequest {
6
- }
7
- export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be
11
- * deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Route53Client, DeleteKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
16
- * // const { Route53Client, DeleteKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
17
- * const client = new Route53Client(config);
18
- * const command = new DeleteKeySigningKeyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteKeySigningKeyCommandInput} for command's `input` shape.
23
- * @see {@link DeleteKeySigningKeyCommandOutput} for command's `response` shape.
24
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
28
- readonly input: DeleteKeySigningKeyCommandInput;
29
- constructor(input: DeleteKeySigningKeyCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,39 +0,0 @@
1
- import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
2
- import { DeleteQueryLoggingConfigRequest, DeleteQueryLoggingConfigResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteQueryLoggingConfigCommandInput extends DeleteQueryLoggingConfigRequest {
6
- }
7
- export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggingConfigResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs.
11
- * Route 53 doesn't delete any logs that are already in CloudWatch Logs.</p>
12
- *
13
- * <p>For more information about DNS query logs, see
14
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { Route53Client, DeleteQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
19
- * // const { Route53Client, DeleteQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
20
- * const client = new Route53Client(config);
21
- * const command = new DeleteQueryLoggingConfigCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DeleteQueryLoggingConfigCommandInput} for command's `input` shape.
26
- * @see {@link DeleteQueryLoggingConfigCommandOutput} for command's `response` shape.
27
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
31
- readonly input: DeleteQueryLoggingConfigCommandInput;
32
- constructor(input: DeleteQueryLoggingConfigCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }