doc.go raw

   1  // Code generated by smithy-go-codegen DO NOT EDIT.
   2  
   3  // Package route53 provides the API client, operations, and parameter types for
   4  // Amazon Route 53.
   5  //
   6  // Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web
   7  // service.
   8  //
   9  // You can use Route 53 to:
  10  //
  11  //   - Register domain names.
  12  //
  13  // For more information, see [How domain registration works].
  14  //
  15  //   - Route internet traffic to the resources for your domain
  16  //
  17  // For more information, see [How internet traffic is routed to your website or web application].
  18  //
  19  //   - Check the health of your resources.
  20  //
  21  // For more information, see [How Route 53 checks the health of your resources].
  22  //
  23  // [How domain registration works]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-domain-registration.html
  24  // [How Route 53 checks the health of your resources]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-health-checks.html
  25  // [How internet traffic is routed to your website or web application]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html
  26  package route53
  27