@aws-sdk/client-route-53 3.193.0 → 3.194.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Route53Client.js +11 -8
  3. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +10 -0
  4. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +10 -0
  5. package/dist-cjs/commands/ChangeCidrCollectionCommand.js +10 -0
  6. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +10 -0
  7. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +10 -0
  8. package/dist-cjs/commands/CreateCidrCollectionCommand.js +10 -0
  9. package/dist-cjs/commands/CreateHealthCheckCommand.js +10 -0
  10. package/dist-cjs/commands/CreateHostedZoneCommand.js +10 -0
  11. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +10 -0
  12. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +10 -0
  13. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +10 -0
  14. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +10 -0
  15. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +10 -0
  16. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +10 -0
  17. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +10 -0
  18. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteCidrCollectionCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteHealthCheckCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteHostedZoneCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +10 -0
  25. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +10 -0
  26. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +10 -0
  27. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +10 -0
  28. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +10 -0
  29. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +10 -0
  30. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +10 -0
  31. package/dist-cjs/commands/GetAccountLimitCommand.js +10 -0
  32. package/dist-cjs/commands/GetChangeCommand.js +10 -0
  33. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +10 -0
  34. package/dist-cjs/commands/GetDNSSECCommand.js +10 -0
  35. package/dist-cjs/commands/GetGeoLocationCommand.js +10 -0
  36. package/dist-cjs/commands/GetHealthCheckCommand.js +10 -0
  37. package/dist-cjs/commands/GetHealthCheckCountCommand.js +10 -0
  38. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +10 -0
  39. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +10 -0
  40. package/dist-cjs/commands/GetHostedZoneCommand.js +10 -0
  41. package/dist-cjs/commands/GetHostedZoneCountCommand.js +10 -0
  42. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +10 -0
  43. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +10 -0
  44. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +10 -0
  45. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +10 -0
  46. package/dist-cjs/commands/GetTrafficPolicyCommand.js +10 -0
  47. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +10 -0
  48. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +10 -0
  49. package/dist-cjs/commands/ListCidrBlocksCommand.js +10 -0
  50. package/dist-cjs/commands/ListCidrCollectionsCommand.js +10 -0
  51. package/dist-cjs/commands/ListCidrLocationsCommand.js +10 -0
  52. package/dist-cjs/commands/ListGeoLocationsCommand.js +10 -0
  53. package/dist-cjs/commands/ListHealthChecksCommand.js +10 -0
  54. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +10 -0
  55. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +10 -0
  56. package/dist-cjs/commands/ListHostedZonesCommand.js +10 -0
  57. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +10 -0
  58. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +10 -0
  59. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +10 -0
  60. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  61. package/dist-cjs/commands/ListTagsForResourcesCommand.js +10 -0
  62. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +10 -0
  63. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +10 -0
  64. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +10 -0
  65. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +10 -0
  66. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +10 -0
  67. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +10 -0
  68. package/dist-cjs/commands/TestDNSAnswerCommand.js +10 -0
  69. package/dist-cjs/commands/UpdateHealthCheckCommand.js +10 -0
  70. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +10 -0
  71. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +10 -0
  72. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +10 -0
  73. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  74. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  75. package/dist-cjs/endpoint/ruleset.js +1440 -0
  76. package/dist-cjs/runtimeConfig.shared.js +3 -3
  77. package/dist-es/Route53Client.js +12 -9
  78. package/dist-es/commands/ActivateKeySigningKeyCommand.js +10 -0
  79. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +10 -0
  80. package/dist-es/commands/ChangeCidrCollectionCommand.js +10 -0
  81. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +10 -0
  82. package/dist-es/commands/ChangeTagsForResourceCommand.js +10 -0
  83. package/dist-es/commands/CreateCidrCollectionCommand.js +10 -0
  84. package/dist-es/commands/CreateHealthCheckCommand.js +10 -0
  85. package/dist-es/commands/CreateHostedZoneCommand.js +10 -0
  86. package/dist-es/commands/CreateKeySigningKeyCommand.js +10 -0
  87. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +10 -0
  88. package/dist-es/commands/CreateReusableDelegationSetCommand.js +10 -0
  89. package/dist-es/commands/CreateTrafficPolicyCommand.js +10 -0
  90. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +10 -0
  91. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +10 -0
  92. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +10 -0
  93. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +10 -0
  94. package/dist-es/commands/DeleteCidrCollectionCommand.js +10 -0
  95. package/dist-es/commands/DeleteHealthCheckCommand.js +10 -0
  96. package/dist-es/commands/DeleteHostedZoneCommand.js +10 -0
  97. package/dist-es/commands/DeleteKeySigningKeyCommand.js +10 -0
  98. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +10 -0
  99. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +10 -0
  100. package/dist-es/commands/DeleteTrafficPolicyCommand.js +10 -0
  101. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +10 -0
  102. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +10 -0
  103. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +10 -0
  104. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +10 -0
  105. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +10 -0
  106. package/dist-es/commands/GetAccountLimitCommand.js +10 -0
  107. package/dist-es/commands/GetChangeCommand.js +10 -0
  108. package/dist-es/commands/GetCheckerIpRangesCommand.js +10 -0
  109. package/dist-es/commands/GetDNSSECCommand.js +10 -0
  110. package/dist-es/commands/GetGeoLocationCommand.js +10 -0
  111. package/dist-es/commands/GetHealthCheckCommand.js +10 -0
  112. package/dist-es/commands/GetHealthCheckCountCommand.js +10 -0
  113. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +10 -0
  114. package/dist-es/commands/GetHealthCheckStatusCommand.js +10 -0
  115. package/dist-es/commands/GetHostedZoneCommand.js +10 -0
  116. package/dist-es/commands/GetHostedZoneCountCommand.js +10 -0
  117. package/dist-es/commands/GetHostedZoneLimitCommand.js +10 -0
  118. package/dist-es/commands/GetQueryLoggingConfigCommand.js +10 -0
  119. package/dist-es/commands/GetReusableDelegationSetCommand.js +10 -0
  120. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +10 -0
  121. package/dist-es/commands/GetTrafficPolicyCommand.js +10 -0
  122. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +10 -0
  123. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +10 -0
  124. package/dist-es/commands/ListCidrBlocksCommand.js +10 -0
  125. package/dist-es/commands/ListCidrCollectionsCommand.js +10 -0
  126. package/dist-es/commands/ListCidrLocationsCommand.js +10 -0
  127. package/dist-es/commands/ListGeoLocationsCommand.js +10 -0
  128. package/dist-es/commands/ListHealthChecksCommand.js +10 -0
  129. package/dist-es/commands/ListHostedZonesByNameCommand.js +10 -0
  130. package/dist-es/commands/ListHostedZonesByVPCCommand.js +10 -0
  131. package/dist-es/commands/ListHostedZonesCommand.js +10 -0
  132. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +10 -0
  133. package/dist-es/commands/ListResourceRecordSetsCommand.js +10 -0
  134. package/dist-es/commands/ListReusableDelegationSetsCommand.js +10 -0
  135. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  136. package/dist-es/commands/ListTagsForResourcesCommand.js +10 -0
  137. package/dist-es/commands/ListTrafficPoliciesCommand.js +10 -0
  138. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +10 -0
  139. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +10 -0
  140. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +10 -0
  141. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +10 -0
  142. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +10 -0
  143. package/dist-es/commands/TestDNSAnswerCommand.js +10 -0
  144. package/dist-es/commands/UpdateHealthCheckCommand.js +10 -0
  145. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +10 -0
  146. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +10 -0
  147. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +10 -0
  148. package/dist-es/endpoint/EndpointParameters.js +8 -0
  149. package/dist-es/endpoint/endpointResolver.js +8 -0
  150. package/dist-es/endpoint/ruleset.js +1437 -0
  151. package/dist-es/runtimeConfig.shared.js +2 -2
  152. package/dist-types/Route53Client.d.ts +6 -9
  153. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +2 -0
  154. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -0
  155. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +2 -0
  156. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +2 -0
  157. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +2 -0
  158. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +2 -0
  159. package/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -0
  160. package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -0
  161. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +2 -0
  162. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +2 -0
  163. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +2 -0
  164. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +2 -0
  165. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -0
  166. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -0
  167. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -0
  168. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +2 -0
  169. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +2 -0
  170. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +2 -0
  171. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +2 -0
  172. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +2 -0
  173. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -0
  174. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +2 -0
  175. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +2 -0
  176. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -0
  177. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -0
  178. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -0
  179. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -0
  180. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -0
  181. package/dist-types/commands/GetAccountLimitCommand.d.ts +2 -0
  182. package/dist-types/commands/GetChangeCommand.d.ts +2 -0
  183. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +2 -0
  184. package/dist-types/commands/GetDNSSECCommand.d.ts +2 -0
  185. package/dist-types/commands/GetGeoLocationCommand.d.ts +2 -0
  186. package/dist-types/commands/GetHealthCheckCommand.d.ts +2 -0
  187. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +2 -0
  188. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -0
  189. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +2 -0
  190. package/dist-types/commands/GetHostedZoneCommand.d.ts +2 -0
  191. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +2 -0
  192. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +2 -0
  193. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +2 -0
  194. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +2 -0
  195. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -0
  196. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -0
  197. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -0
  198. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -0
  199. package/dist-types/commands/ListCidrBlocksCommand.d.ts +2 -0
  200. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +2 -0
  201. package/dist-types/commands/ListCidrLocationsCommand.d.ts +2 -0
  202. package/dist-types/commands/ListGeoLocationsCommand.d.ts +2 -0
  203. package/dist-types/commands/ListHealthChecksCommand.d.ts +2 -0
  204. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +2 -0
  205. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +2 -0
  206. package/dist-types/commands/ListHostedZonesCommand.d.ts +2 -0
  207. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +2 -0
  208. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +2 -0
  209. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +2 -0
  210. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  211. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -0
  212. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +2 -0
  213. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -0
  214. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -0
  215. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -0
  216. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -0
  217. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -0
  218. package/dist-types/commands/TestDNSAnswerCommand.d.ts +2 -0
  219. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -0
  220. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +2 -0
  221. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -0
  222. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -0
  223. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  224. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  225. package/dist-types/endpoint/ruleset.d.ts +2 -0
  226. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  227. package/dist-types/runtimeConfig.d.ts +4 -2
  228. package/dist-types/runtimeConfig.native.d.ts +4 -2
  229. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  230. package/dist-types/ts3.4/Route53Client.d.ts +15 -8
  231. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +2 -0
  232. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -0
  233. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +2 -0
  234. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +2 -0
  235. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +2 -0
  236. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +2 -0
  237. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +2 -0
  238. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +2 -0
  239. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +2 -0
  240. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +2 -0
  241. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +2 -0
  242. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +2 -0
  243. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -0
  244. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -0
  245. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -0
  246. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +2 -0
  247. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +2 -0
  248. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +2 -0
  249. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +2 -0
  250. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +2 -0
  251. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -0
  252. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +2 -0
  253. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +2 -0
  254. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -0
  255. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -0
  256. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -0
  257. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -0
  258. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -0
  259. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +2 -0
  260. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +2 -0
  261. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +2 -0
  262. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +2 -0
  263. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +2 -0
  264. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +2 -0
  265. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +2 -0
  266. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -0
  267. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +2 -0
  268. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +2 -0
  269. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +2 -0
  270. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +2 -0
  271. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +2 -0
  272. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +2 -0
  273. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -0
  274. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +2 -0
  275. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -0
  276. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -0
  277. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +2 -0
  278. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +2 -0
  279. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +2 -0
  280. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +2 -0
  281. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +2 -0
  282. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +2 -0
  283. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +2 -0
  284. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +2 -0
  285. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +2 -0
  286. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +2 -0
  287. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +2 -0
  288. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  289. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +2 -0
  290. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +2 -0
  291. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -0
  292. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -0
  293. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -0
  294. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -0
  295. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -0
  296. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +2 -0
  297. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +2 -0
  298. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +2 -0
  299. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -0
  300. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -0
  301. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  302. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  303. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  304. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  305. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  306. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  307. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  308. package/package.json +4 -2
  309. package/dist-cjs/endpoints.js +0 -193
  310. package/dist-es/endpoints.js +0 -189
  311. package/dist-types/endpoints.d.ts +0 -2
  312. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,193 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.defaultRegionInfoProvider = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {
6
- "aws-cn-global": {
7
- variants: [
8
- {
9
- hostname: "route53.amazonaws.com.cn",
10
- tags: [],
11
- },
12
- ],
13
- signingRegion: "cn-northwest-1",
14
- },
15
- "aws-global": {
16
- variants: [
17
- {
18
- hostname: "route53.amazonaws.com",
19
- tags: [],
20
- },
21
- {
22
- hostname: "route53-fips.amazonaws.com",
23
- tags: ["fips"],
24
- },
25
- ],
26
- signingRegion: "us-east-1",
27
- },
28
- "aws-iso-b-global": {
29
- variants: [
30
- {
31
- hostname: "route53.sc2s.sgov.gov",
32
- tags: [],
33
- },
34
- ],
35
- signingRegion: "us-isob-east-1",
36
- },
37
- "aws-iso-global": {
38
- variants: [
39
- {
40
- hostname: "route53.c2s.ic.gov",
41
- tags: [],
42
- },
43
- ],
44
- signingRegion: "us-iso-east-1",
45
- },
46
- "aws-us-gov-global": {
47
- variants: [
48
- {
49
- hostname: "route53.us-gov.amazonaws.com",
50
- tags: [],
51
- },
52
- {
53
- hostname: "route53.us-gov.amazonaws.com",
54
- tags: ["fips"],
55
- },
56
- ],
57
- signingRegion: "us-gov-west-1",
58
- },
59
- };
60
- const partitionHash = {
61
- aws: {
62
- regions: [
63
- "af-south-1",
64
- "ap-east-1",
65
- "ap-northeast-1",
66
- "ap-northeast-2",
67
- "ap-northeast-3",
68
- "ap-south-1",
69
- "ap-southeast-1",
70
- "ap-southeast-2",
71
- "ap-southeast-3",
72
- "aws-global",
73
- "ca-central-1",
74
- "eu-central-1",
75
- "eu-north-1",
76
- "eu-south-1",
77
- "eu-west-1",
78
- "eu-west-2",
79
- "eu-west-3",
80
- "fips-aws-global",
81
- "me-central-1",
82
- "me-south-1",
83
- "sa-east-1",
84
- "us-east-1",
85
- "us-east-2",
86
- "us-west-1",
87
- "us-west-2",
88
- ],
89
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
90
- variants: [
91
- {
92
- hostname: "route53.{region}.amazonaws.com",
93
- tags: [],
94
- },
95
- {
96
- hostname: "route53-fips.{region}.amazonaws.com",
97
- tags: ["fips"],
98
- },
99
- {
100
- hostname: "route53-fips.{region}.api.aws",
101
- tags: ["dualstack", "fips"],
102
- },
103
- {
104
- hostname: "route53.{region}.api.aws",
105
- tags: ["dualstack"],
106
- },
107
- ],
108
- endpoint: "aws-global",
109
- },
110
- "aws-cn": {
111
- regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"],
112
- regionRegex: "^cn\\-\\w+\\-\\d+$",
113
- variants: [
114
- {
115
- hostname: "route53.{region}.amazonaws.com.cn",
116
- tags: [],
117
- },
118
- {
119
- hostname: "route53-fips.{region}.amazonaws.com.cn",
120
- tags: ["fips"],
121
- },
122
- {
123
- hostname: "route53-fips.{region}.api.amazonwebservices.com.cn",
124
- tags: ["dualstack", "fips"],
125
- },
126
- {
127
- hostname: "route53.{region}.api.amazonwebservices.com.cn",
128
- tags: ["dualstack"],
129
- },
130
- ],
131
- endpoint: "aws-cn-global",
132
- },
133
- "aws-iso": {
134
- regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"],
135
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
136
- variants: [
137
- {
138
- hostname: "route53.{region}.c2s.ic.gov",
139
- tags: [],
140
- },
141
- {
142
- hostname: "route53-fips.{region}.c2s.ic.gov",
143
- tags: ["fips"],
144
- },
145
- ],
146
- endpoint: "aws-iso-global",
147
- },
148
- "aws-iso-b": {
149
- regions: ["aws-iso-b-global", "us-isob-east-1"],
150
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
151
- variants: [
152
- {
153
- hostname: "route53.{region}.sc2s.sgov.gov",
154
- tags: [],
155
- },
156
- {
157
- hostname: "route53-fips.{region}.sc2s.sgov.gov",
158
- tags: ["fips"],
159
- },
160
- ],
161
- endpoint: "aws-iso-b-global",
162
- },
163
- "aws-us-gov": {
164
- regions: ["aws-us-gov-global", "fips-aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"],
165
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
166
- variants: [
167
- {
168
- hostname: "route53.{region}.amazonaws.com",
169
- tags: [],
170
- },
171
- {
172
- hostname: "route53-fips.{region}.amazonaws.com",
173
- tags: ["fips"],
174
- },
175
- {
176
- hostname: "route53-fips.{region}.api.aws",
177
- tags: ["dualstack", "fips"],
178
- },
179
- {
180
- hostname: "route53.{region}.api.aws",
181
- tags: ["dualstack"],
182
- },
183
- ],
184
- endpoint: "aws-us-gov-global",
185
- },
186
- };
187
- const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
188
- ...options,
189
- signingService: "route53",
190
- regionHash,
191
- partitionHash,
192
- });
193
- exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
@@ -1,189 +0,0 @@
1
- import { getRegionInfo } from "@aws-sdk/config-resolver";
2
- const regionHash = {
3
- "aws-cn-global": {
4
- variants: [
5
- {
6
- hostname: "route53.amazonaws.com.cn",
7
- tags: [],
8
- },
9
- ],
10
- signingRegion: "cn-northwest-1",
11
- },
12
- "aws-global": {
13
- variants: [
14
- {
15
- hostname: "route53.amazonaws.com",
16
- tags: [],
17
- },
18
- {
19
- hostname: "route53-fips.amazonaws.com",
20
- tags: ["fips"],
21
- },
22
- ],
23
- signingRegion: "us-east-1",
24
- },
25
- "aws-iso-b-global": {
26
- variants: [
27
- {
28
- hostname: "route53.sc2s.sgov.gov",
29
- tags: [],
30
- },
31
- ],
32
- signingRegion: "us-isob-east-1",
33
- },
34
- "aws-iso-global": {
35
- variants: [
36
- {
37
- hostname: "route53.c2s.ic.gov",
38
- tags: [],
39
- },
40
- ],
41
- signingRegion: "us-iso-east-1",
42
- },
43
- "aws-us-gov-global": {
44
- variants: [
45
- {
46
- hostname: "route53.us-gov.amazonaws.com",
47
- tags: [],
48
- },
49
- {
50
- hostname: "route53.us-gov.amazonaws.com",
51
- tags: ["fips"],
52
- },
53
- ],
54
- signingRegion: "us-gov-west-1",
55
- },
56
- };
57
- const partitionHash = {
58
- aws: {
59
- regions: [
60
- "af-south-1",
61
- "ap-east-1",
62
- "ap-northeast-1",
63
- "ap-northeast-2",
64
- "ap-northeast-3",
65
- "ap-south-1",
66
- "ap-southeast-1",
67
- "ap-southeast-2",
68
- "ap-southeast-3",
69
- "aws-global",
70
- "ca-central-1",
71
- "eu-central-1",
72
- "eu-north-1",
73
- "eu-south-1",
74
- "eu-west-1",
75
- "eu-west-2",
76
- "eu-west-3",
77
- "fips-aws-global",
78
- "me-central-1",
79
- "me-south-1",
80
- "sa-east-1",
81
- "us-east-1",
82
- "us-east-2",
83
- "us-west-1",
84
- "us-west-2",
85
- ],
86
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
87
- variants: [
88
- {
89
- hostname: "route53.{region}.amazonaws.com",
90
- tags: [],
91
- },
92
- {
93
- hostname: "route53-fips.{region}.amazonaws.com",
94
- tags: ["fips"],
95
- },
96
- {
97
- hostname: "route53-fips.{region}.api.aws",
98
- tags: ["dualstack", "fips"],
99
- },
100
- {
101
- hostname: "route53.{region}.api.aws",
102
- tags: ["dualstack"],
103
- },
104
- ],
105
- endpoint: "aws-global",
106
- },
107
- "aws-cn": {
108
- regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"],
109
- regionRegex: "^cn\\-\\w+\\-\\d+$",
110
- variants: [
111
- {
112
- hostname: "route53.{region}.amazonaws.com.cn",
113
- tags: [],
114
- },
115
- {
116
- hostname: "route53-fips.{region}.amazonaws.com.cn",
117
- tags: ["fips"],
118
- },
119
- {
120
- hostname: "route53-fips.{region}.api.amazonwebservices.com.cn",
121
- tags: ["dualstack", "fips"],
122
- },
123
- {
124
- hostname: "route53.{region}.api.amazonwebservices.com.cn",
125
- tags: ["dualstack"],
126
- },
127
- ],
128
- endpoint: "aws-cn-global",
129
- },
130
- "aws-iso": {
131
- regions: ["aws-iso-global", "us-iso-east-1", "us-iso-west-1"],
132
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
133
- variants: [
134
- {
135
- hostname: "route53.{region}.c2s.ic.gov",
136
- tags: [],
137
- },
138
- {
139
- hostname: "route53-fips.{region}.c2s.ic.gov",
140
- tags: ["fips"],
141
- },
142
- ],
143
- endpoint: "aws-iso-global",
144
- },
145
- "aws-iso-b": {
146
- regions: ["aws-iso-b-global", "us-isob-east-1"],
147
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
148
- variants: [
149
- {
150
- hostname: "route53.{region}.sc2s.sgov.gov",
151
- tags: [],
152
- },
153
- {
154
- hostname: "route53-fips.{region}.sc2s.sgov.gov",
155
- tags: ["fips"],
156
- },
157
- ],
158
- endpoint: "aws-iso-b-global",
159
- },
160
- "aws-us-gov": {
161
- regions: ["aws-us-gov-global", "fips-aws-us-gov-global", "us-gov-east-1", "us-gov-west-1"],
162
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
163
- variants: [
164
- {
165
- hostname: "route53.{region}.amazonaws.com",
166
- tags: [],
167
- },
168
- {
169
- hostname: "route53-fips.{region}.amazonaws.com",
170
- tags: ["fips"],
171
- },
172
- {
173
- hostname: "route53-fips.{region}.api.aws",
174
- tags: ["dualstack", "fips"],
175
- },
176
- {
177
- hostname: "route53.{region}.api.aws",
178
- tags: ["dualstack"],
179
- },
180
- ],
181
- endpoint: "aws-us-gov-global",
182
- },
183
- };
184
- export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
185
- ...options,
186
- signingService: "route53",
187
- regionHash,
188
- partitionHash,
189
- });
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;