aws-sdk-route53 1.122.0 → 1.124.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 +25 -25
 - data/lib/aws-sdk-route53/customizations.rb +0 -8
 - data/lib/aws-sdk-route53/endpoint_parameters.rb +4 -4
 - data/lib/aws-sdk-route53/types.rb +38 -7
 - data/lib/aws-sdk-route53.rb +1 -1
 - data/sig/client.rbs +8 -8
 - data/sig/types.rbs +3 -3
 - 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: 32b83fccba8da3538b80e96914625a28989557b688fe44eb1902a59391bcc645
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 3df55f65b0e93e29334087f58aab54a1c90931b923b26bc25dcd307eb6d66502
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 20cdaf50097d0161f999657872d974b892eec83d15d1d543ed5a62ffe3063cbb6777627b829da4daf405214d0a09218c45c2841ee21f14d4e6956864fc17262f
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 40f785d1b734f84c0905ddeebb53eeb075e6f4b7da0858c181075ee47a07e32313a303673bff815b1449da5625f4d02e58152a35b590d7dc2b6c322a3023ad2f
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,6 +1,16 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Unreleased Changes
         
     | 
| 
       2 
2 
     | 
    
         
             
            ------------------
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
      
 4 
     | 
    
         
            +
            1.124.0 (2025-10-22)
         
     | 
| 
      
 5 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            * Feature - Amazon Route 53 now supports the ISOB West Region for private DNS for Amazon VPCs and cloudwatch healthchecks.
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            1.123.0 (2025-10-21)
         
     | 
| 
      
 10 
     | 
    
         
            +
            ------------------
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
       4 
14 
     | 
    
         
             
            1.122.0 (2025-09-03)
         
     | 
| 
       5 
15 
     | 
    
         
             
            ------------------
         
     | 
| 
       6 
16 
     | 
    
         | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.124.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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       603 
603 
     | 
    
         
             
                #       vpc_id: "VPCId",
         
     | 
| 
       604 
604 
     | 
    
         
             
                #     },
         
     | 
| 
       605 
605 
     | 
    
         
             
                #     comment: "AssociateVPCComment",
         
     | 
| 
         @@ -1635,8 +1635,8 @@ module Aws::Route53 
     | 
|
| 
       1635 
1635 
     | 
    
         
             
                #   * If you send a `CreateHealthCheck` request with the same
         
     | 
| 
       1636 
1636 
     | 
    
         
             
                #     `CallerReference` and settings as a previous request, and if the
         
     | 
| 
       1637 
1637 
     | 
    
         
             
                #     health check doesn't exist, Amazon Route 53 creates the health
         
     | 
| 
       1638 
     | 
    
         
            -
                #     check. If the health check does exist, Route 53 returns the  
     | 
| 
       1639 
     | 
    
         
            -
                #      
     | 
| 
      
 1638 
     | 
    
         
            +
                #     check. If the health check does exist, Route 53 returns the health
         
     | 
| 
      
 1639 
     | 
    
         
            +
                #     check configuration in the response.
         
     | 
| 
       1640 
1640 
     | 
    
         
             
                #
         
     | 
| 
       1641 
1641 
     | 
    
         
             
                #   * If you send a `CreateHealthCheck` request with the same
         
     | 
| 
       1642 
1642 
     | 
    
         
             
                #     `CallerReference` as a deleted health check, regardless of the
         
     | 
| 
         @@ -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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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
         
     | 
| 
         @@ -2707,12 +2707,12 @@ module Aws::Route53 
     | 
|
| 
       2707 
2707 
     | 
    
         
             
                # "free DNS service."
         
     | 
| 
       2708 
2708 
     | 
    
         
             
                #
         
     | 
| 
       2709 
2709 
     | 
    
         
             
                # You can delete a hosted zone only if it contains only the default SOA
         
     | 
| 
       2710 
     | 
    
         
            -
                #  
     | 
| 
       2711 
     | 
    
         
            -
                #  
     | 
| 
       2712 
     | 
    
         
            -
                #  
     | 
| 
       2713 
     | 
    
         
            -
                #  
     | 
| 
       2714 
     | 
    
         
            -
                # `HostedZoneNotEmpty` error. For information about deleting records
         
     | 
| 
       2715 
     | 
    
         
            -
                #  
     | 
| 
      
 2710 
     | 
    
         
            +
                # and NS records and has DNSSEC signing disabled. If the hosted zone
         
     | 
| 
      
 2711 
     | 
    
         
            +
                # contains other records or has DNSSEC enabled, you must delete the
         
     | 
| 
      
 2712 
     | 
    
         
            +
                # records and disable DNSSEC before deletion. Attempting to delete a
         
     | 
| 
      
 2713 
     | 
    
         
            +
                # hosted zone with additional records or DNSSEC enabled returns a
         
     | 
| 
      
 2714 
     | 
    
         
            +
                # `HostedZoneNotEmpty` error. For information about deleting records,
         
     | 
| 
      
 2715 
     | 
    
         
            +
                # see [ChangeResourceRecordSets][3].
         
     | 
| 
       2716 
2716 
     | 
    
         
             
                #
         
     | 
| 
       2717 
2717 
     | 
    
         
             
                # To verify that the hosted zone has been deleted, do one of the
         
     | 
| 
       2718 
2718 
     | 
    
         
             
                # following:
         
     | 
| 
         @@ -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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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, ap-southeast-6
         
     | 
| 
      
 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, us-isob-west-1
         
     | 
| 
       4608 
4608 
     | 
    
         
             
                #     max_items: 1,
         
     | 
| 
       4609 
4609 
     | 
    
         
             
                #     next_token: "PaginationToken",
         
     | 
| 
       4610 
4610 
     | 
    
         
             
                #   })
         
     | 
| 
         @@ -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", "ap-southeast-6"
         
     | 
| 
      
 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", "us-isob-west-1"
         
     | 
| 
       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
         
     | 
| 
         @@ -6016,7 +6016,7 @@ module Aws::Route53 
     | 
|
| 
       6016 
6016 
     | 
    
         
             
                #     enable_sni: false,
         
     | 
| 
       6017 
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
         
     | 
| 
       6018 
6018 
     | 
    
         
             
                #     alarm_identifier: {
         
     | 
| 
       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 
     | 
    
         
            +
                #       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, us-isob-west-1
         
     | 
| 
       6020 
6020 
     | 
    
         
             
                #       name: "AlarmName", # required
         
     | 
| 
       6021 
6021 
     | 
    
         
             
                #     },
         
     | 
| 
       6022 
6022 
     | 
    
         
             
                #     insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
         
     | 
| 
         @@ -6046,7 +6046,7 @@ module Aws::Route53 
     | 
|
| 
       6046 
6046 
     | 
    
         
             
                #   resp.health_check.health_check_config.enable_sni #=> Boolean
         
     | 
| 
       6047 
6047 
     | 
    
         
             
                #   resp.health_check.health_check_config.regions #=> Array
         
     | 
| 
       6048 
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"
         
     | 
| 
       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 
     | 
    
         
            +
                #   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", "us-isob-west-1"
         
     | 
| 
       6050 
6050 
     | 
    
         
             
                #   resp.health_check.health_check_config.alarm_identifier.name #=> String
         
     | 
| 
       6051 
6051 
     | 
    
         
             
                #   resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
         
     | 
| 
       6052 
6052 
     | 
    
         
             
                #   resp.health_check.health_check_config.routing_control_arn #=> String
         
     | 
| 
         @@ -6254,7 +6254,7 @@ module Aws::Route53 
     | 
|
| 
       6254 
6254 
     | 
    
         
             
                    tracer: tracer
         
     | 
| 
       6255 
6255 
     | 
    
         
             
                  )
         
     | 
| 
       6256 
6256 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-route53'
         
     | 
| 
       6257 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 6257 
     | 
    
         
            +
                  context[:gem_version] = '1.124.0'
         
     | 
| 
       6258 
6258 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       6259 
6259 
     | 
    
         
             
                end
         
     | 
| 
       6260 
6260 
     | 
    
         | 
| 
         @@ -13,22 +13,22 @@ module Aws::Route53 
     | 
|
| 
       13 
13 
     | 
    
         
             
              # @!attribute region
         
     | 
| 
       14 
14 
     | 
    
         
             
              #   The AWS region used to dispatch the request.
         
     | 
| 
       15 
15 
     | 
    
         
             
              #
         
     | 
| 
       16 
     | 
    
         
            -
              #   @return [ 
     | 
| 
      
 16 
     | 
    
         
            +
              #   @return [string]
         
     | 
| 
       17 
17 
     | 
    
         
             
              #
         
     | 
| 
       18 
18 
     | 
    
         
             
              # @!attribute use_dual_stack
         
     | 
| 
       19 
19 
     | 
    
         
             
              #   When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
         
     | 
| 
       20 
20 
     | 
    
         
             
              #
         
     | 
| 
       21 
     | 
    
         
            -
              #   @return [ 
     | 
| 
      
 21 
     | 
    
         
            +
              #   @return [boolean]
         
     | 
| 
       22 
22 
     | 
    
         
             
              #
         
     | 
| 
       23 
23 
     | 
    
         
             
              # @!attribute use_fips
         
     | 
| 
       24 
24 
     | 
    
         
             
              #   When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
         
     | 
| 
       25 
25 
     | 
    
         
             
              #
         
     | 
| 
       26 
     | 
    
         
            -
              #   @return [ 
     | 
| 
      
 26 
     | 
    
         
            +
              #   @return [boolean]
         
     | 
| 
       27 
27 
     | 
    
         
             
              #
         
     | 
| 
       28 
28 
     | 
    
         
             
              # @!attribute endpoint
         
     | 
| 
       29 
29 
     | 
    
         
             
              #   Override the endpoint used to send this request
         
     | 
| 
       30 
30 
     | 
    
         
             
              #
         
     | 
| 
       31 
     | 
    
         
            -
              #   @return [ 
     | 
| 
      
 31 
     | 
    
         
            +
              #   @return [string]
         
     | 
| 
       32 
32 
     | 
    
         
             
              #
         
     | 
| 
       33 
33 
     | 
    
         
             
              EndpointParameters = Struct.new(
         
     | 
| 
       34 
34 
     | 
    
         
             
                :region,
         
     | 
| 
         @@ -491,11 +491,32 @@ module Aws::Route53 
     | 
|
| 
       491 
491 
     | 
    
         
             
                #
         
     | 
| 
       492 
492 
     | 
    
         
             
                #      </note>
         
     | 
| 
       493 
493 
     | 
    
         
             
                #
         
     | 
| 
      
 494 
     | 
    
         
            +
                #   API Gateway APIs
         
     | 
| 
      
 495 
     | 
    
         
            +
                #
         
     | 
| 
      
 496 
     | 
    
         
            +
                #   : There are no special requirements for setting
         
     | 
| 
      
 497 
     | 
    
         
            +
                #     `EvaluateTargetHealth` to `true` when the alias target is an API
         
     | 
| 
      
 498 
     | 
    
         
            +
                #     Gateway API. However, because API Gateway is highly available by
         
     | 
| 
      
 499 
     | 
    
         
            +
                #     design, `EvaluateTargetHealth` provides no operational benefit and
         
     | 
| 
      
 500 
     | 
    
         
            +
                #     [Route 53 health checks][1] are recommended instead for failover
         
     | 
| 
      
 501 
     | 
    
         
            +
                #     scenarios.
         
     | 
| 
      
 502 
     | 
    
         
            +
                #
         
     | 
| 
       494 
503 
     | 
    
         
             
                #   S3 buckets
         
     | 
| 
       495 
504 
     | 
    
         
             
                #
         
     | 
| 
       496 
505 
     | 
    
         
             
                #   : There are no special requirements for setting
         
     | 
| 
       497 
506 
     | 
    
         
             
                #     `EvaluateTargetHealth` to `true` when the alias target is an S3
         
     | 
| 
       498 
     | 
    
         
            -
                #     bucket.
         
     | 
| 
      
 507 
     | 
    
         
            +
                #     bucket. However, because S3 buckets are highly available by
         
     | 
| 
      
 508 
     | 
    
         
            +
                #     design, `EvaluateTargetHealth` provides no operational benefit and
         
     | 
| 
      
 509 
     | 
    
         
            +
                #     [Route 53 health checks][1] are recommended instead for failover
         
     | 
| 
      
 510 
     | 
    
         
            +
                #     scenarios.
         
     | 
| 
      
 511 
     | 
    
         
            +
                #
         
     | 
| 
      
 512 
     | 
    
         
            +
                #   VPC interface endpoints
         
     | 
| 
      
 513 
     | 
    
         
            +
                #
         
     | 
| 
      
 514 
     | 
    
         
            +
                #   : There are no special requirements for setting
         
     | 
| 
      
 515 
     | 
    
         
            +
                #     `EvaluateTargetHealth` to `true` when the alias target is a VPC
         
     | 
| 
      
 516 
     | 
    
         
            +
                #     interface endpoint. However, because VPC interface endpoints are
         
     | 
| 
      
 517 
     | 
    
         
            +
                #     highly available by design, `EvaluateTargetHealth` provides no
         
     | 
| 
      
 518 
     | 
    
         
            +
                #     operational benefit and [Route 53 health checks][1] are
         
     | 
| 
      
 519 
     | 
    
         
            +
                #     recommended instead for failover scenarios.
         
     | 
| 
       499 
520 
     | 
    
         
             
                #
         
     | 
| 
       500 
521 
     | 
    
         
             
                #   Other records in the same hosted zone
         
     | 
| 
       501 
522 
     | 
    
         
             
                #
         
     | 
| 
         @@ -504,16 +525,26 @@ module Aws::Route53 
     | 
|
| 
       504 
525 
     | 
    
         
             
                #     weighted records) but is not another alias record, we recommend
         
     | 
| 
       505 
526 
     | 
    
         
             
                #     that you associate a health check with all of the records in the
         
     | 
| 
       506 
527 
     | 
    
         
             
                #     alias target. For more information, see [What Happens When You
         
     | 
| 
       507 
     | 
    
         
            -
                #     Omit Health Checks?][ 
     | 
| 
      
 528 
     | 
    
         
            +
                #     Omit Health Checks?][2] in the *Amazon Route 53 Developer Guide*.
         
     | 
| 
      
 529 
     | 
    
         
            +
                #
         
     | 
| 
      
 530 
     | 
    
         
            +
                #   <note markdown="1"> While `EvaluateTargetHealth` can be set to `true` for highly
         
     | 
| 
      
 531 
     | 
    
         
            +
                #   available Amazon Web Services services (such as S3 buckets, VPC
         
     | 
| 
      
 532 
     | 
    
         
            +
                #   interface endpoints, and API Gateway), these services are designed
         
     | 
| 
      
 533 
     | 
    
         
            +
                #   for high availability and rarely experience outages that would be
         
     | 
| 
      
 534 
     | 
    
         
            +
                #   detected by this feature. For failover scenarios with these
         
     | 
| 
      
 535 
     | 
    
         
            +
                #   services, consider using [Route 53 health checks][1] that monitor
         
     | 
| 
      
 536 
     | 
    
         
            +
                #   your application's ability to access the service instead.
         
     | 
| 
      
 537 
     | 
    
         
            +
                #
         
     | 
| 
      
 538 
     | 
    
         
            +
                #    </note>
         
     | 
| 
       508 
539 
     | 
    
         
             
                #
         
     | 
| 
       509 
540 
     | 
    
         
             
                #   For more information and examples, see [Amazon Route 53 Health
         
     | 
| 
       510 
     | 
    
         
            -
                #   Checks and DNS Failover][ 
     | 
| 
      
 541 
     | 
    
         
            +
                #   Checks and DNS Failover][1] in the *Amazon Route 53 Developer
         
     | 
| 
       511 
542 
     | 
    
         
             
                #   Guide*.
         
     | 
| 
       512 
543 
     | 
    
         
             
                #
         
     | 
| 
       513 
544 
     | 
    
         
             
                #
         
     | 
| 
       514 
545 
     | 
    
         
             
                #
         
     | 
| 
       515 
     | 
    
         
            -
                #   [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover 
     | 
| 
       516 
     | 
    
         
            -
                #   [2]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
         
     | 
| 
      
 546 
     | 
    
         
            +
                #   [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
         
     | 
| 
      
 547 
     | 
    
         
            +
                #   [2]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting
         
     | 
| 
       517 
548 
     | 
    
         
             
                #   @return [Boolean]
         
     | 
| 
       518 
549 
     | 
    
         
             
                #
         
     | 
| 
       519 
550 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/AliasTarget AWS API Documentation
         
     | 
| 
         @@ -1211,8 +1242,8 @@ module Aws::Route53 
     | 
|
| 
       1211 
1242 
     | 
    
         
             
                #   * If you send a `CreateHealthCheck` request with the same
         
     | 
| 
       1212 
1243 
     | 
    
         
             
                #     `CallerReference` and settings as a previous request, and if the
         
     | 
| 
       1213 
1244 
     | 
    
         
             
                #     health check doesn't exist, Amazon Route 53 creates the health
         
     | 
| 
       1214 
     | 
    
         
            -
                #     check. If the health check does exist, Route 53 returns the
         
     | 
| 
       1215 
     | 
    
         
            -
                #      
     | 
| 
      
 1245 
     | 
    
         
            +
                #     check. If the health check does exist, Route 53 returns the health
         
     | 
| 
      
 1246 
     | 
    
         
            +
                #     check configuration in the response.
         
     | 
| 
       1216 
1247 
     | 
    
         
             
                #
         
     | 
| 
       1217 
1248 
     | 
    
         
             
                #   * If you send a `CreateHealthCheck` request with the same
         
     | 
| 
       1218 
1249 
     | 
    
         
             
                #     `CallerReference` as a deleted health check, regardless of the
         
     | 
    
        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" | "ap-southeast-6")?,
         
     | 
| 
      
 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" | "us-isob-west-1")?,
         
     | 
| 
       101 
101 
     | 
    
         
             
                                                          vpc_id: ::String?
         
     | 
| 
       102 
102 
     | 
    
         
             
                                                        },
         
     | 
| 
       103 
103 
     | 
    
         
             
                                                        ?comment: ::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" | "ap-southeast-6"),
         
     | 
| 
      
 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" | "us-isob-west-1"),
         
     | 
| 
       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" | "ap-southeast-6")?,
         
     | 
| 
      
 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" | "us-isob-west-1")?,
         
     | 
| 
       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" | "ap-southeast-6")?,
         
     | 
| 
      
 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" | "us-isob-west-1")?,
         
     | 
| 
       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" | "ap-southeast-6")?,
         
     | 
| 
      
 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" | "us-isob-west-1")?,
         
     | 
| 
       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" | "ap-southeast-6")?,
         
     | 
| 
      
 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" | "us-isob-west-1")?,
         
     | 
| 
       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" | "ap-southeast-6"),
         
     | 
| 
      
 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" | "us-isob-west-1"),
         
     | 
| 
       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" | "ap-southeast-6"),
         
     | 
| 
      
 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" | "us-isob-west-1"),
         
     | 
| 
       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" | "ap-southeast-6")
         
     | 
| 
      
 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" | "us-isob-west-1")
         
     | 
| 
       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" | "ap-southeast-6")
         
     | 
| 
      
 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" | "us-isob-west-1")
         
     | 
| 
       1038 
1038 
     | 
    
         
             
                  attr_accessor max_items: ::Integer
         
     | 
| 
       1039 
1039 
     | 
    
         
             
                  attr_accessor next_token: ::String
         
     | 
| 
       1040 
1040 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
         @@ -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" | "ap-southeast-6")
         
     | 
| 
      
 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" | "us-isob-west-1")
         
     | 
| 
       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.124.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
         
     |