UNPKG

@aws-sdk/client-route-53

Version:

AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native

32 lines (31 loc) 1.6 kB
/** * <p>Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web * service.</p> * <p>You can use Route 53 to:</p> * <ul> * <li> * <p>Register domain names.</p> * <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html">How domain registration works</a>.</p> * </li> * <li> * <p>Route internet traffic to the resources for your domain</p> * <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html">How internet traffic is routed to your website or web application</a>.</p> * </li> * <li> * <p>Check the health of your resources.</p> * <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html">How Route 53 checks the health of your resources</a>.</p> * </li> * </ul> * * @packageDocumentation */ export * from "./Route53Client"; export * from "./Route53"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { Route53ExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./pagination"; export * from "./waiters"; export * from "./models"; export { Route53ServiceException } from "./models/Route53ServiceException";