aws-sdk-route53 1.121.0 → 1.123.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +10 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-route53/client.rb +22 -21
 - data/lib/aws-sdk-route53/customizations.rb +0 -8
 - data/lib/aws-sdk-route53/types.rb +3 -2
 - data/lib/aws-sdk-route53.rb +1 -1
 - data/sig/client.rbs +9 -9
 - data/sig/types.rbs +4 -4
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: f0d4ab5c31fdb5a7a3fd9a5f8206e38d232244130b6fb2faed87864b631bd270
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6d9a02113efeea709520f7e58906128e2f6e0ea9697516498e734ec11a806e20
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 455df933105dd26b1c5674ae0bccafc8b1dc1ebde163e917ddd28e1370d6df77c79fab6440c12d5f59db447281e598be18939ffcd0726ecb49ba40ab9927a149
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 50794eba5a9acb6444eeb46a96812748c0f19b19d53ed20fcaac21772633fb9d49b26a0c2400b92216fb0599b7c45e6d2ef6dbde000213f75d75357e02bc4015
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,6 +1,16 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Unreleased Changes
         
     | 
| 
       2 
2 
     | 
    
         
             
            ------------------
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
      
 4 
     | 
    
         
            +
            1.123.0 (2025-10-21)
         
     | 
| 
      
 5 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            1.122.0 (2025-09-03)
         
     | 
| 
      
 10 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            * Feature - Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
       4 
14 
     | 
    
         
             
            1.121.0 (2025-08-26)
         
     | 
| 
       5 
15 
     | 
    
         
             
            ------------------
         
     | 
| 
       6 
16 
     | 
    
         | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.123.0
         
     | 
| 
         @@ -599,7 +599,7 @@ module Aws::Route53 
     | 
|
| 
       599 
599 
     | 
    
         
             
                #   resp = client.associate_vpc_with_hosted_zone({
         
     | 
| 
       600 
600 
     | 
    
         
             
                #     hosted_zone_id: "ResourceId", # required
         
     | 
| 
       601 
601 
     | 
    
         
             
                #     vpc: { # required
         
     | 
| 
       602 
     | 
    
         
            -
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 602 
     | 
    
         
            +
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       603 
603 
     | 
    
         
             
                #       vpc_id: "VPCId",
         
     | 
| 
       604 
604 
     | 
    
         
             
                #     },
         
     | 
| 
       605 
605 
     | 
    
         
             
                #     comment: "AssociateVPCComment",
         
     | 
| 
         @@ -1406,7 +1406,7 @@ module Aws::Route53 
     | 
|
| 
       1406 
1406 
     | 
    
         
             
                #             type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
         
     | 
| 
       1407 
1407 
     | 
    
         
             
                #             set_identifier: "ResourceRecordSetIdentifier",
         
     | 
| 
       1408 
1408 
     | 
    
         
             
                #             weight: 1,
         
     | 
| 
       1409 
     | 
    
         
            -
                #             region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, ap-southeast-7, us-gov-east-1, us-gov-west-1, ap-east-2
         
     | 
| 
      
 1409 
     | 
    
         
            +
                #             region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, ap-southeast-7, us-gov-east-1, us-gov-west-1, ap-east-2, ap-southeast-6
         
     | 
| 
       1410 
1410 
     | 
    
         
             
                #             geo_location: {
         
     | 
| 
       1411 
1411 
     | 
    
         
             
                #               continent_code: "GeoLocationContinentCode",
         
     | 
| 
       1412 
1412 
     | 
    
         
             
                #               country_code: "GeoLocationCountryCode",
         
     | 
| 
         @@ -1683,7 +1683,7 @@ module Aws::Route53 
     | 
|
| 
       1683 
1683 
     | 
    
         
             
                #       enable_sni: false,
         
     | 
| 
       1684 
1684 
     | 
    
         
             
                #       regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
         
     | 
| 
       1685 
1685 
     | 
    
         
             
                #       alarm_identifier: {
         
     | 
| 
       1686 
     | 
    
         
            -
                #         region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 1686 
     | 
    
         
            +
                #         region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       1687 
1687 
     | 
    
         
             
                #         name: "AlarmName", # required
         
     | 
| 
       1688 
1688 
     | 
    
         
             
                #       },
         
     | 
| 
       1689 
1689 
     | 
    
         
             
                #       insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
         
     | 
| 
         @@ -1714,7 +1714,7 @@ module Aws::Route53 
     | 
|
| 
       1714 
1714 
     | 
    
         
             
                #   resp.health_check.health_check_config.enable_sni #=> Boolean
         
     | 
| 
       1715 
1715 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions #=> Array
         
     | 
| 
       1716 
1716 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
         
     | 
| 
       1717 
     | 
    
         
            -
                #   resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 1717 
     | 
    
         
            +
                #   resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       1718 
1718 
     | 
    
         
             
                #   resp.health_check.health_check_config.alarm_identifier.name #=> String
         
     | 
| 
       1719 
1719 
     | 
    
         
             
                #   resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
         
     | 
| 
       1720 
1720 
     | 
    
         
             
                #   resp.health_check.health_check_config.routing_control_arn #=> String
         
     | 
| 
         @@ -1885,7 +1885,7 @@ module Aws::Route53 
     | 
|
| 
       1885 
1885 
     | 
    
         
             
                #   resp = client.create_hosted_zone({
         
     | 
| 
       1886 
1886 
     | 
    
         
             
                #     name: "DNSName", # required
         
     | 
| 
       1887 
1887 
     | 
    
         
             
                #     vpc: {
         
     | 
| 
       1888 
     | 
    
         
            -
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 1888 
     | 
    
         
            +
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       1889 
1889 
     | 
    
         
             
                #       vpc_id: "VPCId",
         
     | 
| 
       1890 
1890 
     | 
    
         
             
                #     },
         
     | 
| 
       1891 
1891 
     | 
    
         
             
                #     caller_reference: "Nonce", # required
         
     | 
| 
         @@ -1914,7 +1914,7 @@ module Aws::Route53 
     | 
|
| 
       1914 
1914 
     | 
    
         
             
                #   resp.delegation_set.caller_reference #=> String
         
     | 
| 
       1915 
1915 
     | 
    
         
             
                #   resp.delegation_set.name_servers #=> Array
         
     | 
| 
       1916 
1916 
     | 
    
         
             
                #   resp.delegation_set.name_servers[0] #=> String
         
     | 
| 
       1917 
     | 
    
         
            -
                #   resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 1917 
     | 
    
         
            +
                #   resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       1918 
1918 
     | 
    
         
             
                #   resp.vpc.vpc_id #=> String
         
     | 
| 
       1919 
1919 
     | 
    
         
             
                #   resp.location #=> String
         
     | 
| 
       1920 
1920 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2551,7 +2551,7 @@ module Aws::Route53 
     | 
|
| 
       2551 
2551 
     | 
    
         
             
                #   resp = client.create_vpc_association_authorization({
         
     | 
| 
       2552 
2552 
     | 
    
         
             
                #     hosted_zone_id: "ResourceId", # required
         
     | 
| 
       2553 
2553 
     | 
    
         
             
                #     vpc: { # required
         
     | 
| 
       2554 
     | 
    
         
            -
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 2554 
     | 
    
         
            +
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       2555 
2555 
     | 
    
         
             
                #       vpc_id: "VPCId",
         
     | 
| 
       2556 
2556 
     | 
    
         
             
                #     },
         
     | 
| 
       2557 
2557 
     | 
    
         
             
                #   })
         
     | 
| 
         @@ -2559,7 +2559,7 @@ module Aws::Route53 
     | 
|
| 
       2559 
2559 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       2560 
2560 
     | 
    
         
             
                #
         
     | 
| 
       2561 
2561 
     | 
    
         
             
                #   resp.hosted_zone_id #=> String
         
     | 
| 
       2562 
     | 
    
         
            -
                #   resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 2562 
     | 
    
         
            +
                #   resp.vpc.vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       2563 
2563 
     | 
    
         
             
                #   resp.vpc.vpc_id #=> String
         
     | 
| 
       2564 
2564 
     | 
    
         
             
                #
         
     | 
| 
       2565 
2565 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
         
     | 
| 
         @@ -2977,7 +2977,7 @@ module Aws::Route53 
     | 
|
| 
       2977 
2977 
     | 
    
         
             
                #   resp = client.delete_vpc_association_authorization({
         
     | 
| 
       2978 
2978 
     | 
    
         
             
                #     hosted_zone_id: "ResourceId", # required
         
     | 
| 
       2979 
2979 
     | 
    
         
             
                #     vpc: { # required
         
     | 
| 
       2980 
     | 
    
         
            -
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 2980 
     | 
    
         
            +
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       2981 
2981 
     | 
    
         
             
                #       vpc_id: "VPCId",
         
     | 
| 
       2982 
2982 
     | 
    
         
             
                #     },
         
     | 
| 
       2983 
2983 
     | 
    
         
             
                #   })
         
     | 
| 
         @@ -3090,7 +3090,7 @@ module Aws::Route53 
     | 
|
| 
       3090 
3090 
     | 
    
         
             
                #   resp = client.disassociate_vpc_from_hosted_zone({
         
     | 
| 
       3091 
3091 
     | 
    
         
             
                #     hosted_zone_id: "ResourceId", # required
         
     | 
| 
       3092 
3092 
     | 
    
         
             
                #     vpc: { # required
         
     | 
| 
       3093 
     | 
    
         
            -
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 3093 
     | 
    
         
            +
                #       vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       3094 
3094 
     | 
    
         
             
                #       vpc_id: "VPCId",
         
     | 
| 
       3095 
3095 
     | 
    
         
             
                #     },
         
     | 
| 
       3096 
3096 
     | 
    
         
             
                #     comment: "DisassociateVPCComment",
         
     | 
| 
         @@ -3469,7 +3469,7 @@ module Aws::Route53 
     | 
|
| 
       3469 
3469 
     | 
    
         
             
                #   resp.health_check.health_check_config.enable_sni #=> Boolean
         
     | 
| 
       3470 
3470 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions #=> Array
         
     | 
| 
       3471 
3471 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
         
     | 
| 
       3472 
     | 
    
         
            -
                #   resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 3472 
     | 
    
         
            +
                #   resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       3473 
3473 
     | 
    
         
             
                #   resp.health_check.health_check_config.alarm_identifier.name #=> String
         
     | 
| 
       3474 
3474 
     | 
    
         
             
                #   resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
         
     | 
| 
       3475 
3475 
     | 
    
         
             
                #   resp.health_check.health_check_config.routing_control_arn #=> String
         
     | 
| 
         @@ -3671,7 +3671,7 @@ module Aws::Route53 
     | 
|
| 
       3671 
3671 
     | 
    
         
             
                #   resp.delegation_set.name_servers #=> Array
         
     | 
| 
       3672 
3672 
     | 
    
         
             
                #   resp.delegation_set.name_servers[0] #=> String
         
     | 
| 
       3673 
3673 
     | 
    
         
             
                #   resp.vp_cs #=> Array
         
     | 
| 
       3674 
     | 
    
         
            -
                #   resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 3674 
     | 
    
         
            +
                #   resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       3675 
3675 
     | 
    
         
             
                #   resp.vp_cs[0].vpc_id #=> String
         
     | 
| 
       3676 
3676 
     | 
    
         
             
                #
         
     | 
| 
       3677 
3677 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
         
     | 
| 
         @@ -4284,7 +4284,7 @@ module Aws::Route53 
     | 
|
| 
       4284 
4284 
     | 
    
         
             
                #   resp.health_checks[0].health_check_config.enable_sni #=> Boolean
         
     | 
| 
       4285 
4285 
     | 
    
         
             
                #   resp.health_checks[0].health_check_config.regions #=> Array
         
     | 
| 
       4286 
4286 
     | 
    
         
             
                #   resp.health_checks[0].health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
         
     | 
| 
       4287 
     | 
    
         
            -
                #   resp.health_checks[0].health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 4287 
     | 
    
         
            +
                #   resp.health_checks[0].health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       4288 
4288 
     | 
    
         
             
                #   resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
         
     | 
| 
       4289 
4289 
     | 
    
         
             
                #   resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
         
     | 
| 
       4290 
4290 
     | 
    
         
             
                #   resp.health_checks[0].health_check_config.routing_control_arn #=> String
         
     | 
| 
         @@ -4604,7 +4604,7 @@ module Aws::Route53 
     | 
|
| 
       4604 
4604 
     | 
    
         
             
                #
         
     | 
| 
       4605 
4605 
     | 
    
         
             
                #   resp = client.list_hosted_zones_by_vpc({
         
     | 
| 
       4606 
4606 
     | 
    
         
             
                #     vpc_id: "VPCId", # required
         
     | 
| 
       4607 
     | 
    
         
            -
                #     vpc_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 4607 
     | 
    
         
            +
                #     vpc_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, eu-central-2, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       4608 
4608 
     | 
    
         
             
                #     max_items: 1,
         
     | 
| 
       4609 
4609 
     | 
    
         
             
                #     next_token: "PaginationToken",
         
     | 
| 
       4610 
4610 
     | 
    
         
             
                #   })
         
     | 
| 
         @@ -4866,7 +4866,7 @@ module Aws::Route53 
     | 
|
| 
       4866 
4866 
     | 
    
         
             
                #   resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
         
     | 
| 
       4867 
4867 
     | 
    
         
             
                #   resp.resource_record_sets[0].set_identifier #=> String
         
     | 
| 
       4868 
4868 
     | 
    
         
             
                #   resp.resource_record_sets[0].weight #=> Integer
         
     | 
| 
       4869 
     | 
    
         
            -
                #   resp.resource_record_sets[0].region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-north-1", "cn-northwest-1", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "ap-southeast-7", "us-gov-east-1", "us-gov-west-1", "ap-east-2"
         
     | 
| 
      
 4869 
     | 
    
         
            +
                #   resp.resource_record_sets[0].region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-north-1", "cn-northwest-1", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "ap-southeast-7", "us-gov-east-1", "us-gov-west-1", "ap-east-2", "ap-southeast-6"
         
     | 
| 
       4870 
4870 
     | 
    
         
             
                #   resp.resource_record_sets[0].geo_location.continent_code #=> String
         
     | 
| 
       4871 
4871 
     | 
    
         
             
                #   resp.resource_record_sets[0].geo_location.country_code #=> String
         
     | 
| 
       4872 
4872 
     | 
    
         
             
                #   resp.resource_record_sets[0].geo_location.subdivision_code #=> String
         
     | 
| 
         @@ -5551,7 +5551,7 @@ module Aws::Route53 
     | 
|
| 
       5551 
5551 
     | 
    
         
             
                #   resp.hosted_zone_id #=> String
         
     | 
| 
       5552 
5552 
     | 
    
         
             
                #   resp.next_token #=> String
         
     | 
| 
       5553 
5553 
     | 
    
         
             
                #   resp.vp_cs #=> Array
         
     | 
| 
       5554 
     | 
    
         
            -
                #   resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 5554 
     | 
    
         
            +
                #   resp.vp_cs[0].vpc_region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-central-2", "ap-east-1", "me-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       5555 
5555 
     | 
    
         
             
                #   resp.vp_cs[0].vpc_id #=> String
         
     | 
| 
       5556 
5556 
     | 
    
         
             
                #
         
     | 
| 
       5557 
5557 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
         
     | 
| 
         @@ -5888,8 +5888,9 @@ module Aws::Route53 
     | 
|
| 
       5888 
5888 
     | 
    
         
             
                #
         
     | 
| 
       5889 
5889 
     | 
    
         
             
                #   After you disable a health check, Route 53 considers the status of the
         
     | 
| 
       5890 
5890 
     | 
    
         
             
                #   health check to always be healthy. If you configured DNS failover,
         
     | 
| 
       5891 
     | 
    
         
            -
                #   Route 53 continues to route traffic to the corresponding resources. 
     | 
| 
       5892 
     | 
    
         
            -
                #    
     | 
| 
      
 5891 
     | 
    
         
            +
                #   Route 53 continues to route traffic to the corresponding resources.
         
     | 
| 
      
 5892 
     | 
    
         
            +
                #   Additionally, in disabled state, you can also invert the status of the
         
     | 
| 
      
 5893 
     | 
    
         
            +
                #   health check to route traffic differently. For more information, see
         
     | 
| 
       5893 
5894 
     | 
    
         
             
                #   [Inverted][1].
         
     | 
| 
       5894 
5895 
     | 
    
         
             
                #
         
     | 
| 
       5895 
5896 
     | 
    
         
             
                #   Charges for a health check still apply when the health check is
         
     | 
| 
         @@ -6015,7 +6016,7 @@ module Aws::Route53 
     | 
|
| 
       6015 
6016 
     | 
    
         
             
                #     enable_sni: false,
         
     | 
| 
       6016 
6017 
     | 
    
         
             
                #     regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
         
     | 
| 
       6017 
6018 
     | 
    
         
             
                #     alarm_identifier: {
         
     | 
| 
       6018 
     | 
    
         
            -
                #       region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1
         
     | 
| 
      
 6019 
     | 
    
         
            +
                #       region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-northwest-1, cn-north-1, af-south-1, eu-south-1, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7, ap-east-2, eu-isoe-west-1, ap-southeast-6
         
     | 
| 
       6019 
6020 
     | 
    
         
             
                #       name: "AlarmName", # required
         
     | 
| 
       6020 
6021 
     | 
    
         
             
                #     },
         
     | 
| 
       6021 
6022 
     | 
    
         
             
                #     insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
         
     | 
| 
         @@ -6045,7 +6046,7 @@ module Aws::Route53 
     | 
|
| 
       6045 
6046 
     | 
    
         
             
                #   resp.health_check.health_check_config.enable_sni #=> Boolean
         
     | 
| 
       6046 
6047 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions #=> Array
         
     | 
| 
       6047 
6048 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
         
     | 
| 
       6048 
     | 
    
         
            -
                #   resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1"
         
     | 
| 
      
 6049 
     | 
    
         
            +
                #   resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7", "ap-east-2", "eu-isoe-west-1", "ap-southeast-6"
         
     | 
| 
       6049 
6050 
     | 
    
         
             
                #   resp.health_check.health_check_config.alarm_identifier.name #=> String
         
     | 
| 
       6050 
6051 
     | 
    
         
             
                #   resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
         
     | 
| 
       6051 
6052 
     | 
    
         
             
                #   resp.health_check.health_check_config.routing_control_arn #=> String
         
     | 
| 
         @@ -6253,7 +6254,7 @@ module Aws::Route53 
     | 
|
| 
       6253 
6254 
     | 
    
         
             
                    tracer: tracer
         
     | 
| 
       6254 
6255 
     | 
    
         
             
                  )
         
     | 
| 
       6255 
6256 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-route53'
         
     | 
| 
       6256 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 6257 
     | 
    
         
            +
                  context[:gem_version] = '1.123.0'
         
     | 
| 
       6257 
6258 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       6258 
6259 
     | 
    
         
             
                end
         
     | 
| 
       6259 
6260 
     | 
    
         | 
| 
         @@ -7757,8 +7757,9 @@ module Aws::Route53 
     | 
|
| 
       7757 
7757 
     | 
    
         
             
                #   After you disable a health check, Route 53 considers the status of
         
     | 
| 
       7758 
7758 
     | 
    
         
             
                #   the health check to always be healthy. If you configured DNS
         
     | 
| 
       7759 
7759 
     | 
    
         
             
                #   failover, Route 53 continues to route traffic to the corresponding
         
     | 
| 
       7760 
     | 
    
         
            -
                #   resources.  
     | 
| 
       7761 
     | 
    
         
            -
                #   the  
     | 
| 
      
 7760 
     | 
    
         
            +
                #   resources. Additionally, in disabled state, you can also invert the
         
     | 
| 
      
 7761 
     | 
    
         
            +
                #   status of the health check to route traffic differently. For more
         
     | 
| 
      
 7762 
     | 
    
         
            +
                #   information, see [Inverted][1].
         
     | 
| 
       7762 
7763 
     | 
    
         
             
                #
         
     | 
| 
       7763 
7764 
     | 
    
         
             
                #   Charges for a health check still apply when the health check is
         
     | 
| 
       7764 
7765 
     | 
    
         
             
                #   disabled. For more information, see [Amazon Route 53 Pricing][2].
         
     | 
    
        data/lib/aws-sdk-route53.rb
    CHANGED
    
    
    
        data/sig/client.rbs
    CHANGED
    
    | 
         @@ -97,7 +97,7 @@ module Aws 
     | 
|
| 
       97 
97 
     | 
    
         
             
                  def associate_vpc_with_hosted_zone: (
         
     | 
| 
       98 
98 
     | 
    
         
             
                                                        hosted_zone_id: ::String,
         
     | 
| 
       99 
99 
     | 
    
         
             
                                                        vpc: {
         
     | 
| 
       100 
     | 
    
         
            -
                                                          vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")?,
         
     | 
| 
      
 100 
     | 
    
         
            +
                                                          vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")?,
         
     | 
| 
       101 
101 
     | 
    
         
             
                                                          vpc_id: ::String?
         
     | 
| 
       102 
102 
     | 
    
         
             
                                                        },
         
     | 
| 
       103 
103 
     | 
    
         
             
                                                        ?comment: ::String
         
     | 
| 
         @@ -139,7 +139,7 @@ module Aws 
     | 
|
| 
       139 
139 
     | 
    
         
             
                                                             type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
         
     | 
| 
       140 
140 
     | 
    
         
             
                                                             set_identifier: ::String?,
         
     | 
| 
       141 
141 
     | 
    
         
             
                                                             weight: ::Integer?,
         
     | 
| 
       142 
     | 
    
         
            -
                                                             region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-north-1" | "cn-northwest-1" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "ap-southeast-7" | "us-gov-east-1" | "us-gov-west-1" | "ap-east-2")?,
         
     | 
| 
      
 142 
     | 
    
         
            +
                                                             region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-north-1" | "cn-northwest-1" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "ap-southeast-7" | "us-gov-east-1" | "us-gov-west-1" | "ap-east-2" | "ap-southeast-6")?,
         
     | 
| 
       143 
143 
     | 
    
         
             
                                                             geo_location: {
         
     | 
| 
       144 
144 
     | 
    
         
             
                                                               continent_code: ::String?,
         
     | 
| 
       145 
145 
     | 
    
         
             
                                                               country_code: ::String?,
         
     | 
| 
         @@ -234,7 +234,7 @@ module Aws 
     | 
|
| 
       234 
234 
     | 
    
         
             
                                               enable_sni: bool?,
         
     | 
| 
       235 
235 
     | 
    
         
             
                                               regions: Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")]?,
         
     | 
| 
       236 
236 
     | 
    
         
             
                                               alarm_identifier: {
         
     | 
| 
       237 
     | 
    
         
            -
                                                 region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1"),
         
     | 
| 
      
 237 
     | 
    
         
            +
                                                 region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6"),
         
     | 
| 
       238 
238 
     | 
    
         
             
                                                 name: ::String
         
     | 
| 
       239 
239 
     | 
    
         
             
                                               }?,
         
     | 
| 
       240 
240 
     | 
    
         
             
                                               insufficient_data_health_status: ("Healthy" | "Unhealthy" | "LastKnownStatus")?,
         
     | 
| 
         @@ -255,7 +255,7 @@ module Aws 
     | 
|
| 
       255 
255 
     | 
    
         
             
                  def create_hosted_zone: (
         
     | 
| 
       256 
256 
     | 
    
         
             
                                            name: ::String,
         
     | 
| 
       257 
257 
     | 
    
         
             
                                            ?vpc: {
         
     | 
| 
       258 
     | 
    
         
            -
                                              vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")?,
         
     | 
| 
      
 258 
     | 
    
         
            +
                                              vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")?,
         
     | 
| 
       259 
259 
     | 
    
         
             
                                              vpc_id: ::String?
         
     | 
| 
       260 
260 
     | 
    
         
             
                                            },
         
     | 
| 
       261 
261 
     | 
    
         
             
                                            caller_reference: ::String,
         
     | 
| 
         @@ -357,7 +357,7 @@ module Aws 
     | 
|
| 
       357 
357 
     | 
    
         
             
                  def create_vpc_association_authorization: (
         
     | 
| 
       358 
358 
     | 
    
         
             
                                                              hosted_zone_id: ::String,
         
     | 
| 
       359 
359 
     | 
    
         
             
                                                              vpc: {
         
     | 
| 
       360 
     | 
    
         
            -
                                                                vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")?,
         
     | 
| 
      
 360 
     | 
    
         
            +
                                                                vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")?,
         
     | 
| 
       361 
361 
     | 
    
         
             
                                                                vpc_id: ::String?
         
     | 
| 
       362 
362 
     | 
    
         
             
                                                              }
         
     | 
| 
       363 
363 
     | 
    
         
             
                                                            ) -> _CreateVPCAssociationAuthorizationResponseSuccess
         
     | 
| 
         @@ -457,7 +457,7 @@ module Aws 
     | 
|
| 
       457 
457 
     | 
    
         
             
                  def delete_vpc_association_authorization: (
         
     | 
| 
       458 
458 
     | 
    
         
             
                                                              hosted_zone_id: ::String,
         
     | 
| 
       459 
459 
     | 
    
         
             
                                                              vpc: {
         
     | 
| 
       460 
     | 
    
         
            -
                                                                vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")?,
         
     | 
| 
      
 460 
     | 
    
         
            +
                                                                vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")?,
         
     | 
| 
       461 
461 
     | 
    
         
             
                                                                vpc_id: ::String?
         
     | 
| 
       462 
462 
     | 
    
         
             
                                                              }
         
     | 
| 
       463 
463 
     | 
    
         
             
                                                            ) -> _DeleteVPCAssociationAuthorizationResponseSuccess
         
     | 
| 
         @@ -481,7 +481,7 @@ module Aws 
     | 
|
| 
       481 
481 
     | 
    
         
             
                  def disassociate_vpc_from_hosted_zone: (
         
     | 
| 
       482 
482 
     | 
    
         
             
                                                           hosted_zone_id: ::String,
         
     | 
| 
       483 
483 
     | 
    
         
             
                                                           vpc: {
         
     | 
| 
       484 
     | 
    
         
            -
                                                             vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")?,
         
     | 
| 
      
 484 
     | 
    
         
            +
                                                             vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")?,
         
     | 
| 
       485 
485 
     | 
    
         
             
                                                             vpc_id: ::String?
         
     | 
| 
       486 
486 
     | 
    
         
             
                                                           },
         
     | 
| 
       487 
487 
     | 
    
         
             
                                                           ?comment: ::String
         
     | 
| 
         @@ -801,7 +801,7 @@ module Aws 
     | 
|
| 
       801 
801 
     | 
    
         
             
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_hosted_zones_by_vpc-instance_method
         
     | 
| 
       802 
802 
     | 
    
         
             
                  def list_hosted_zones_by_vpc: (
         
     | 
| 
       803 
803 
     | 
    
         
             
                                                  vpc_id: ::String,
         
     | 
| 
       804 
     | 
    
         
            -
                                                  vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1"),
         
     | 
| 
      
 804 
     | 
    
         
            +
                                                  vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6"),
         
     | 
| 
       805 
805 
     | 
    
         
             
                                                  ?max_items: ::Integer,
         
     | 
| 
       806 
806 
     | 
    
         
             
                                                  ?next_token: ::String
         
     | 
| 
       807 
807 
     | 
    
         
             
                                                ) -> _ListHostedZonesByVPCResponseSuccess
         
     | 
| 
         @@ -1015,7 +1015,7 @@ module Aws 
     | 
|
| 
       1015 
1015 
     | 
    
         
             
                                             ?enable_sni: bool,
         
     | 
| 
       1016 
1016 
     | 
    
         
             
                                             ?regions: Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")],
         
     | 
| 
       1017 
1017 
     | 
    
         
             
                                             ?alarm_identifier: {
         
     | 
| 
       1018 
     | 
    
         
            -
                                               region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1"),
         
     | 
| 
      
 1018 
     | 
    
         
            +
                                               region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6"),
         
     | 
| 
       1019 
1019 
     | 
    
         
             
                                               name: ::String
         
     | 
| 
       1020 
1020 
     | 
    
         
             
                                             },
         
     | 
| 
       1021 
1021 
     | 
    
         
             
                                             ?insufficient_data_health_status: ("Healthy" | "Unhealthy" | "LastKnownStatus"),
         
     | 
    
        data/sig/types.rbs
    CHANGED
    
    | 
         @@ -26,7 +26,7 @@ module Aws::Route53 
     | 
|
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         | 
| 
       28 
28 
     | 
    
         
             
                class AlarmIdentifier
         
     | 
| 
       29 
     | 
    
         
            -
                  attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")
         
     | 
| 
      
 29 
     | 
    
         
            +
                  attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-northwest-1" | "cn-north-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")
         
     | 
| 
       30 
30 
     | 
    
         
             
                  attr_accessor name: ::String
         
     | 
| 
       31 
31 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       32 
32 
     | 
    
         
             
                end
         
     | 
| 
         @@ -1034,7 +1034,7 @@ module Aws::Route53 
     | 
|
| 
       1034 
1034 
     | 
    
         | 
| 
       1035 
1035 
     | 
    
         
             
                class ListHostedZonesByVPCRequest
         
     | 
| 
       1036 
1036 
     | 
    
         
             
                  attr_accessor vpc_id: ::String
         
     | 
| 
       1037 
     | 
    
         
            -
                  attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")
         
     | 
| 
      
 1037 
     | 
    
         
            +
                  attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")
         
     | 
| 
       1038 
1038 
     | 
    
         
             
                  attr_accessor max_items: ::Integer
         
     | 
| 
       1039 
1039 
     | 
    
         
             
                  attr_accessor next_token: ::String
         
     | 
| 
       1040 
1040 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
         @@ -1333,7 +1333,7 @@ module Aws::Route53 
     | 
|
| 
       1333 
1333 
     | 
    
         
             
                  attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
         
     | 
| 
       1334 
1334 
     | 
    
         
             
                  attr_accessor set_identifier: ::String
         
     | 
| 
       1335 
1335 
     | 
    
         
             
                  attr_accessor weight: ::Integer
         
     | 
| 
       1336 
     | 
    
         
            -
                  attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-north-1" | "cn-northwest-1" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "ap-southeast-7" | "us-gov-east-1" | "us-gov-west-1" | "ap-east-2")
         
     | 
| 
      
 1336 
     | 
    
         
            +
                  attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "cn-north-1" | "cn-northwest-1" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "ap-southeast-7" | "us-gov-east-1" | "us-gov-west-1" | "ap-east-2" | "ap-southeast-6")
         
     | 
| 
       1337 
1337 
     | 
    
         
             
                  attr_accessor geo_location: Types::GeoLocation
         
     | 
| 
       1338 
1338 
     | 
    
         
             
                  attr_accessor failover: ("PRIMARY" | "SECONDARY")
         
     | 
| 
       1339 
1339 
     | 
    
         
             
                  attr_accessor multi_value_answer: bool
         
     | 
| 
         @@ -1542,7 +1542,7 @@ module Aws::Route53 
     | 
|
| 
       1542 
1542 
     | 
    
         
             
                end
         
     | 
| 
       1543 
1543 
     | 
    
         | 
| 
       1544 
1544 
     | 
    
         
             
                class VPC
         
     | 
| 
       1545 
     | 
    
         
            -
                  attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1")
         
     | 
| 
      
 1545 
     | 
    
         
            +
                  attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "ap-east-1" | "me-south-1" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7" | "ap-east-2" | "eu-isoe-west-1" | "ap-southeast-6")
         
     | 
| 
       1546 
1546 
     | 
    
         
             
                  attr_accessor vpc_id: ::String
         
     | 
| 
       1547 
1547 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       1548 
1548 
     | 
    
         
             
                end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-route53
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.123.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Amazon Web Services
         
     | 
| 
         @@ -18,7 +18,7 @@ dependencies: 
     | 
|
| 
       18 
18 
     | 
    
         
             
                    version: '3'
         
     | 
| 
       19 
19 
     | 
    
         
             
                - - ">="
         
     | 
| 
       20 
20 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       21 
     | 
    
         
            -
                    version: 3. 
     | 
| 
      
 21 
     | 
    
         
            +
                    version: 3.234.0
         
     | 
| 
       22 
22 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       23 
23 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       24 
24 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -28,7 +28,7 @@ dependencies: 
     | 
|
| 
       28 
28 
     | 
    
         
             
                    version: '3'
         
     | 
| 
       29 
29 
     | 
    
         
             
                - - ">="
         
     | 
| 
       30 
30 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       31 
     | 
    
         
            -
                    version: 3. 
     | 
| 
      
 31 
     | 
    
         
            +
                    version: 3.234.0
         
     | 
| 
       32 
32 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       33 
33 
     | 
    
         
             
              name: aws-sigv4
         
     | 
| 
       34 
34 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     |