aws-sdk-route53 1.48.0 → 1.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c1b6251170f6d718333299d797dc017949c3bf118edcb6b3cf069ace037581f
4
- data.tar.gz: d69f3974786335be407e2957d7b338dc673b5cd8d5b696f45207118934f8e77b
3
+ metadata.gz: 38bdccd1e9b12efcbd59af9abc5139361e140f1d831f994a3da12dc68eada54d
4
+ data.tar.gz: 7fe8f2945cd30b983776246ed1e10b6ea93badd7e5ccf0b5a4dd38dbcfa2b416
5
5
  SHA512:
6
- metadata.gz: 22387c34c267db5359f0d7510605bc495ac90feb42961df961aa86c4a9b204e647a8669adf4e12e8faf0bc575db50e7caaca86554b29e5d0c46a09bb3615f67d
7
- data.tar.gz: 0aff995b18d8d91765f02bce521801580de9975220154f74f28a2a72bbb37fb9920cdf9e6616ea486a9c82825087d2e33bf19bd2301a5af3b6fb00cde3392e73
6
+ metadata.gz: a01a9ce39bae36c055540f6202dbacbc4d3148a7ac46e25c5fa471855882717c5fe30e31efd9170b320891eeb2afdeab4701760d2c209b32b4184fc4b5b1a257
7
+ data.tar.gz: 40b0808e1eeba2f6b82255db421b9e92991696bfc91ddbc3eb84d962765777372c4c731faf98340944fe15a0efc9d7515875b8fed523e2b8a327282fba184868
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.50.0 (2021-07-27)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for the RECOVERY_CONTROL health check type to be used in conjunction with Route53 Application Recovery Controller.
18
+
19
+ 1.49.0 (2021-04-14)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for route53
23
+
4
24
  1.48.0 (2021-03-24)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.52.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-route53/customizations'
49
49
  # @!group service
50
50
  module Aws::Route53
51
51
 
52
- GEM_VERSION = '1.48.0'
52
+ GEM_VERSION = '1.52.0'
53
53
 
54
54
  end
@@ -373,12 +373,12 @@ module Aws::Route53
373
373
  # already exist. You can't convert a public hosted zone into a private
374
374
  # hosted zone.
375
375
  #
376
- # <note markdown="1"> If you want to associate a VPC that was created by using one AWS
377
- # account with a private hosted zone that was created by using a
378
- # different account, the AWS account that created the private hosted
379
- # zone must first submit a `CreateVPCAssociationAuthorization` request.
380
- # Then the account that created the VPC must submit an
381
- # `AssociateVPCWithHostedZone` request.
376
+ # <note markdown="1"> If you want to associate a VPC that was created by using one account
377
+ # with a private hosted zone that was created by using a different
378
+ # account, the account that created the private hosted zone must first
379
+ # submit a `CreateVPCAssociationAuthorization` request. Then the account
380
+ # that created the VPC must submit an `AssociateVPCWithHostedZone`
381
+ # request.
382
382
  #
383
383
  # </note>
384
384
  #
@@ -511,9 +511,9 @@ module Aws::Route53
511
511
  # * `DELETE`\: Deletes an existing resource record set that has the
512
512
  # specified values.
513
513
  #
514
- # * `UPSERT`\: If a resource record set does not already exist, AWS
515
- # creates it. If a resource set does exist, Route 53 updates it with
516
- # the values in the request.
514
+ # * `UPSERT`\: If a resource record set does not already exist, Amazon
515
+ # Web Services creates it. If a resource set does exist, Route 53
516
+ # updates it with the values in the request.
517
517
  #
518
518
  # **Syntaxes for Creating, Updating, and Deleting Resource Record Sets**
519
519
  #
@@ -1205,8 +1205,7 @@ module Aws::Route53
1205
1205
  # Adds, edits, or deletes tags for a health check or a hosted zone.
1206
1206
  #
1207
1207
  # For information about using tags for cost allocation, see [Using Cost
1208
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
1209
- # Guide*.
1208
+ # Allocation Tags][1] in the *Billing and Cost Management User Guide*.
1210
1209
  #
1211
1210
  #
1212
1211
  #
@@ -1366,7 +1365,7 @@ module Aws::Route53
1366
1365
  # health_check_config: { # required
1367
1366
  # ip_address: "IPAddress",
1368
1367
  # port: 1,
1369
- # type: "HTTP", # required, accepts HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, TCP, CALCULATED, CLOUDWATCH_METRIC
1368
+ # type: "HTTP", # required, accepts HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, TCP, CALCULATED, CLOUDWATCH_METRIC, RECOVERY_CONTROL
1370
1369
  # resource_path: "ResourcePath",
1371
1370
  # fully_qualified_domain_name: "FullyQualifiedDomainName",
1372
1371
  # search_string: "SearchString",
@@ -1384,6 +1383,7 @@ module Aws::Route53
1384
1383
  # name: "AlarmName", # required
1385
1384
  # },
1386
1385
  # insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
1386
+ # routing_control_arn: "RoutingControlArn",
1387
1387
  # },
1388
1388
  # })
1389
1389
  #
@@ -1395,7 +1395,7 @@ module Aws::Route53
1395
1395
  # resp.health_check.linked_service.description #=> String
1396
1396
  # resp.health_check.health_check_config.ip_address #=> String
1397
1397
  # resp.health_check.health_check_config.port #=> Integer
1398
- # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
1398
+ # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL"
1399
1399
  # resp.health_check.health_check_config.resource_path #=> String
1400
1400
  # resp.health_check.health_check_config.fully_qualified_domain_name #=> String
1401
1401
  # resp.health_check.health_check_config.search_string #=> String
@@ -1413,6 +1413,7 @@ module Aws::Route53
1413
1413
  # 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-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
1414
1414
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
1415
1415
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
1416
+ # resp.health_check.health_check_config.routing_control_arn #=> String
1416
1417
  # resp.health_check.health_check_version #=> Integer
1417
1418
  # resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
1418
1419
  # resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
@@ -1477,6 +1478,9 @@ module Aws::Route53
1477
1478
  # servers. When the NS and SOA records are available, the status of the
1478
1479
  # zone changes to `INSYNC`.
1479
1480
  #
1481
+ # The `CreateHostedZone` request requires the caller to have an
1482
+ # `ec2:DescribeVpcs` permission.
1483
+ #
1480
1484
  #
1481
1485
  #
1482
1486
  # [1]: http://aws.amazon.com/route53/pricing/
@@ -1602,7 +1606,7 @@ module Aws::Route53
1602
1606
  #
1603
1607
  # @option params [required, String] :key_management_service_arn
1604
1608
  # The Amazon resource name (ARN) for a customer managed customer master
1605
- # key (CMK) in AWS Key Management Service (AWS KMS). The
1609
+ # key (CMK) in Key Management Service (KMS). The
1606
1610
  # `KeyManagementServiceArn` must be unique for each key-signing key
1607
1611
  # (KSK) in a single hosted zone. To see an example of
1608
1612
  # `KeyManagementServiceArn` that grants the correct permissions for
@@ -1635,12 +1639,12 @@ module Aws::Route53
1635
1639
  # The key policy must also include the Amazon Route 53 service in the
1636
1640
  # principal for your account. Specify the following:
1637
1641
  #
1638
- # * `"Service": "api-service.dnssec.route53.aws.internal"`
1642
+ # * `"Service": "dnssec-route53.amazonaws.com"`
1639
1643
  #
1640
1644
  # ^
1641
1645
  #
1642
- # For more information about working with a customer managed CMK in AWS
1643
- # KMS, see [AWS Key Management Service concepts][1].
1646
+ # For more information about working with a customer managed CMK in KMS,
1647
+ # see [Key Management Service concepts][1].
1644
1648
  #
1645
1649
  #
1646
1650
  #
@@ -1735,8 +1739,8 @@ module Aws::Route53
1735
1739
  #
1736
1740
  # * You must create the log group in the us-east-1 region.
1737
1741
  #
1738
- # * You must use the same AWS account to create the log group and
1739
- # the hosted zone that you want to configure query logging for.
1742
+ # * You must use the same account to create the log group and the
1743
+ # hosted zone that you want to configure query logging for.
1740
1744
  #
1741
1745
  # * When you create log groups for query logging, we recommend
1742
1746
  # that you use a consistent prefix, for example:
@@ -1745,11 +1749,11 @@ module Aws::Route53
1745
1749
  #
1746
1750
  # In the next step, you'll create a resource policy, which
1747
1751
  # controls access to one or more log groups and the associated
1748
- # AWS resources, such as Route 53 hosted zones. There's a limit
1749
- # on the number of resource policies that you can create, so we
1750
- # recommend that you use a consistent prefix so you can use the
1751
- # same resource policy for all the log groups that you create
1752
- # for query logging.
1752
+ # Amazon Web Services resources, such as Route 53 hosted zones.
1753
+ # There's a limit on the number of resource policies that you
1754
+ # can create, so we recommend that you use a consistent prefix
1755
+ # so you can use the same resource policy for all the log groups
1756
+ # that you create for query logging.
1753
1757
  #
1754
1758
  # 2. Create a CloudWatch Logs resource policy, and give it the
1755
1759
  # permissions that Route 53 needs to create log streams and to
@@ -1763,8 +1767,8 @@ module Aws::Route53
1763
1767
  # `arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*`
1764
1768
  #
1765
1769
  # <note markdown="1"> You can't use the CloudWatch console to create or edit a
1766
- # resource policy. You must use the CloudWatch API, one of the AWS
1767
- # SDKs, or the AWS CLI.
1770
+ # resource policy. You must use the CloudWatch API, one of the
1771
+ # Amazon Web Services SDKs, or the CLI.
1768
1772
  #
1769
1773
  # </note>
1770
1774
  #
@@ -1843,7 +1847,8 @@ module Aws::Route53
1843
1847
  #
1844
1848
  # To get the ARN for a log group, you can use the CloudWatch console,
1845
1849
  # the [DescribeLogGroups][1] API action, the [describe-log-groups][2]
1846
- # command, or the applicable command in one of the AWS SDKs.
1850
+ # command, or the applicable command in one of the Amazon Web Services
1851
+ # SDKs.
1847
1852
  #
1848
1853
  #
1849
1854
  #
@@ -1879,8 +1884,7 @@ module Aws::Route53
1879
1884
  end
1880
1885
 
1881
1886
  # Creates a delegation set (a group of four name servers) that can be
1882
- # reused by multiple hosted zones that were created by the same AWS
1883
- # account.
1887
+ # reused by multiple hosted zones that were created by the same account.
1884
1888
  #
1885
1889
  # You can also create a reusable delegation set that uses the four name
1886
1890
  # servers that are associated with an existing hosted zone. Specify the
@@ -2154,7 +2158,7 @@ module Aws::Route53
2154
2158
  req.send_request(options)
2155
2159
  end
2156
2160
 
2157
- # Authorizes the AWS account that created a specified VPC to submit an
2161
+ # Authorizes the account that created a specified VPC to submit an
2158
2162
  # `AssociateVPCWithHostedZone` request to associate the VPC with a
2159
2163
  # specified hosted zone that was created by a different account. To
2160
2164
  # submit a `CreateVPCAssociationAuthorization` request, you must use the
@@ -2254,8 +2258,8 @@ module Aws::Route53
2254
2258
  # see [Replacing and Deleting Health Checks][1] in the *Amazon Route 53
2255
2259
  # Developer Guide*.
2256
2260
  #
2257
- # If you're using AWS Cloud Map and you configured Cloud Map to create
2258
- # a Route 53 health check when you register an instance, you can't use
2261
+ # If you're using Cloud Map and you configured Cloud Map to create a
2262
+ # Route 53 health check when you register an instance, you can't use
2259
2263
  # the Route 53 `DeleteHealthCheck` command to delete the health check.
2260
2264
  # The health check is deleted automatically when you deregister the
2261
2265
  # instance; there can be a delay of several hours before the health
@@ -2287,8 +2291,8 @@ module Aws::Route53
2287
2291
 
2288
2292
  # Deletes a hosted zone.
2289
2293
  #
2290
- # If the hosted zone was created by another service, such as AWS Cloud
2291
- # Map, see [Deleting Public Hosted Zones That Were Created by Another
2294
+ # If the hosted zone was created by another service, such as Cloud Map,
2295
+ # see [Deleting Public Hosted Zones That Were Created by Another
2292
2296
  # Service][1] in the *Amazon Route 53 Developer Guide* for information
2293
2297
  # about how to delete it. (The process is the same for public and
2294
2298
  # private hosted zones that were created by another service.)
@@ -2333,7 +2337,7 @@ module Aws::Route53
2333
2337
  # hosted zone.
2334
2338
  #
2335
2339
  # * Use the `ListHostedZones` action to get a list of the hosted zones
2336
- # associated with the current AWS account.
2340
+ # associated with the current account.
2337
2341
  #
2338
2342
  #
2339
2343
  #
@@ -2371,7 +2375,7 @@ module Aws::Route53
2371
2375
  end
2372
2376
 
2373
2377
  # Deletes a key-signing key (KSK). Before you can delete a KSK, you must
2374
- # deactivate it. The KSK must be deactived before you can delete it
2378
+ # deactivate it. The KSK must be deactivated before you can delete it
2375
2379
  # regardless of whether the hosted zone is enabled for DNSSEC signing.
2376
2380
  #
2377
2381
  # @option params [required, String] :hosted_zone_id
@@ -2554,22 +2558,22 @@ module Aws::Route53
2554
2558
  # the hosted zone to submit a `DeleteVPCAssociationAuthorization`
2555
2559
  # request.
2556
2560
  #
2557
- # Sending this request only prevents the AWS account that created the
2558
- # VPC from associating the VPC with the Amazon Route 53 hosted zone in
2559
- # the future. If the VPC is already associated with the hosted zone,
2561
+ # Sending this request only prevents the account that created the VPC
2562
+ # from associating the VPC with the Amazon Route 53 hosted zone in the
2563
+ # future. If the VPC is already associated with the hosted zone,
2560
2564
  # `DeleteVPCAssociationAuthorization` won't disassociate the VPC from
2561
2565
  # the hosted zone. If you want to delete an existing association, use
2562
2566
  # `DisassociateVPCFromHostedZone`.
2563
2567
  #
2564
2568
  # @option params [required, String] :hosted_zone_id
2565
2569
  # When removing authorization to associate a VPC that was created by one
2566
- # AWS account with a hosted zone that was created with a different AWS
2567
- # account, the ID of the hosted zone.
2570
+ # account with a hosted zone that was created with a different account,
2571
+ # the ID of the hosted zone.
2568
2572
  #
2569
2573
  # @option params [required, Types::VPC] :vpc
2570
2574
  # When removing authorization to associate a VPC that was created by one
2571
- # AWS account with a hosted zone that was created with a different AWS
2572
- # account, a complex type that includes the ID and region of the VPC.
2575
+ # account with a hosted zone that was created with a different account,
2576
+ # a complex type that includes the ID and region of the VPC.
2573
2577
  #
2574
2578
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2575
2579
  #
@@ -2637,7 +2641,7 @@ module Aws::Route53
2637
2641
  # either the account that created the hosted zone or the account that
2638
2642
  # created the Amazon VPC.
2639
2643
  #
2640
- # * Some services, such as AWS Cloud Map and Amazon Elastic File System
2644
+ # * Some services, such as Cloud Map and Amazon Elastic File System
2641
2645
  # (Amazon EFS) automatically create hosted zones and associate VPCs
2642
2646
  # with the hosted zones. A service can create a hosted zone using your
2643
2647
  # account or using its own account. You can disassociate a VPC from a
@@ -2732,8 +2736,9 @@ module Aws::Route53
2732
2736
  # For the default limit, see [Limits][1] in the *Amazon Route 53
2733
2737
  # Developer Guide*. To request a higher limit, [open a case][2].
2734
2738
  #
2735
- # <note markdown="1"> You can also view account limits in AWS Trusted Advisor. Sign in to
2736
- # the AWS Management Console and open the Trusted Advisor console at
2739
+ # <note markdown="1"> You can also view account limits in Amazon Web Services Trusted
2740
+ # Advisor. Sign in to the Management Console and open the Trusted
2741
+ # Advisor console at
2737
2742
  # [https://console.aws.amazon.com/trustedadvisor/][3]. Then choose
2738
2743
  # **Service limits** in the navigation pane.
2739
2744
  #
@@ -2842,9 +2847,9 @@ module Aws::Route53
2842
2847
  # retrieves information that is already available to the public.
2843
2848
  #
2844
2849
  # `GetCheckerIpRanges` still works, but we recommend that you download
2845
- # ip-ranges.json, which includes IP address ranges for all AWS services.
2846
- # For more information, see [IP Address Ranges of Amazon Route 53
2847
- # Servers][1] in the *Amazon Route 53 Developer Guide*.
2850
+ # ip-ranges.json, which includes IP address ranges for all Amazon Web
2851
+ # Services services. For more information, see [IP Address Ranges of
2852
+ # Amazon Route 53 Servers][1] in the *Amazon Route 53 Developer Guide*.
2848
2853
  #
2849
2854
  #
2850
2855
  #
@@ -3034,7 +3039,7 @@ module Aws::Route53
3034
3039
  # resp.health_check.linked_service.description #=> String
3035
3040
  # resp.health_check.health_check_config.ip_address #=> String
3036
3041
  # resp.health_check.health_check_config.port #=> Integer
3037
- # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
3042
+ # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL"
3038
3043
  # resp.health_check.health_check_config.resource_path #=> String
3039
3044
  # resp.health_check.health_check_config.fully_qualified_domain_name #=> String
3040
3045
  # resp.health_check.health_check_config.search_string #=> String
@@ -3052,6 +3057,7 @@ module Aws::Route53
3052
3057
  # 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-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
3053
3058
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
3054
3059
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
3060
+ # resp.health_check.health_check_config.routing_control_arn #=> String
3055
3061
  # resp.health_check.health_check_version #=> Integer
3056
3062
  # resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
3057
3063
  # resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
@@ -3074,7 +3080,7 @@ module Aws::Route53
3074
3080
  end
3075
3081
 
3076
3082
  # Retrieves the number of health checks that are associated with the
3077
- # current AWS account.
3083
+ # current account.
3078
3084
  #
3079
3085
  # @return [Types::GetHealthCheckCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3080
3086
  #
@@ -3136,6 +3142,10 @@ module Aws::Route53
3136
3142
 
3137
3143
  # Gets status of a specified health check.
3138
3144
  #
3145
+ # This API is intended for use during development to diagnose behavior.
3146
+ # It doesn’t support production use-cases with high query rates that
3147
+ # require immediate and actionable responses.
3148
+ #
3139
3149
  # @option params [required, String] :health_check_id
3140
3150
  # The ID for the health check that you want the current status for. When
3141
3151
  # you created the health check, `CreateHealthCheck` returned the ID in
@@ -3251,7 +3261,7 @@ module Aws::Route53
3251
3261
  end
3252
3262
 
3253
3263
  # Retrieves the number of hosted zones that are associated with the
3254
- # current AWS account.
3264
+ # current account.
3255
3265
  #
3256
3266
  # @return [Types::GetHostedZoneCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3257
3267
  #
@@ -3536,7 +3546,7 @@ module Aws::Route53
3536
3546
  end
3537
3547
 
3538
3548
  # Gets the number of traffic policy instances that are associated with
3539
- # the current AWS account.
3549
+ # the current account.
3540
3550
  #
3541
3551
  # @return [Types::GetTrafficPolicyInstanceCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3542
3552
  #
@@ -3652,7 +3662,7 @@ module Aws::Route53
3652
3662
  end
3653
3663
 
3654
3664
  # Retrieve a list of the health checks that are associated with the
3655
- # current AWS account.
3665
+ # current account.
3656
3666
  #
3657
3667
  # @option params [String] :marker
3658
3668
  # If the value of `IsTruncated` in the previous response was `true`, you
@@ -3698,7 +3708,7 @@ module Aws::Route53
3698
3708
  # resp.health_checks[0].linked_service.description #=> String
3699
3709
  # resp.health_checks[0].health_check_config.ip_address #=> String
3700
3710
  # resp.health_checks[0].health_check_config.port #=> Integer
3701
- # resp.health_checks[0].health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
3711
+ # resp.health_checks[0].health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL"
3702
3712
  # resp.health_checks[0].health_check_config.resource_path #=> String
3703
3713
  # resp.health_checks[0].health_check_config.fully_qualified_domain_name #=> String
3704
3714
  # resp.health_checks[0].health_check_config.search_string #=> String
@@ -3716,6 +3726,7 @@ module Aws::Route53
3716
3726
  # 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-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
3717
3727
  # resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
3718
3728
  # resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
3729
+ # resp.health_checks[0].health_check_config.routing_control_arn #=> String
3719
3730
  # resp.health_checks[0].health_check_version #=> Integer
3720
3731
  # resp.health_checks[0].cloud_watch_alarm_configuration.evaluation_periods #=> Integer
3721
3732
  # resp.health_checks[0].cloud_watch_alarm_configuration.threshold #=> Float
@@ -3742,7 +3753,7 @@ module Aws::Route53
3742
3753
  end
3743
3754
 
3744
3755
  # Retrieves a list of the public and private hosted zones that are
3745
- # associated with the current AWS account. The response includes a
3756
+ # associated with the current account. The response includes a
3746
3757
  # `HostedZones` child element for each hosted zone.
3747
3758
  #
3748
3759
  # Amazon Route 53 returns a maximum of 100 items in each response. If
@@ -3818,7 +3829,7 @@ module Aws::Route53
3818
3829
 
3819
3830
  # Retrieves a list of your hosted zones in lexicographic order. The
3820
3831
  # response includes a `HostedZones` child element for each hosted zone
3821
- # created by the current AWS account.
3832
+ # created by the current account.
3822
3833
  #
3823
3834
  # `ListHostedZonesByName` sorts hosted zones by name with the labels
3824
3835
  # reversed. For example:
@@ -3856,7 +3867,7 @@ module Aws::Route53
3856
3867
  # produced the current response.
3857
3868
  #
3858
3869
  # * If the value of `IsTruncated` in the response is true, there are
3859
- # more hosted zones associated with the current AWS account.
3870
+ # more hosted zones associated with the current account.
3860
3871
  #
3861
3872
  # If `IsTruncated` is false, this response includes the last hosted
3862
3873
  # zone that is associated with the current account. The `NextDNSName`
@@ -3865,7 +3876,7 @@ module Aws::Route53
3865
3876
  #
3866
3877
  # * The `NextDNSName` and `NextHostedZoneId` elements in the response
3867
3878
  # contain the domain name and the hosted zone ID of the next hosted
3868
- # zone that is associated with the current AWS account. If you want to
3879
+ # zone that is associated with the current account. If you want to
3869
3880
  # list more hosted zones, make another call to
3870
3881
  # `ListHostedZonesByName`, and specify the value of `NextDNSName` and
3871
3882
  # `NextHostedZoneId` in the `dnsname` and `hostedzoneid` parameters,
@@ -3880,7 +3891,7 @@ module Aws::Route53
3880
3891
  # the `dnsname` parameter only if you want to specify the name of the
3881
3892
  # first hosted zone in the response. If you don't include the `dnsname`
3882
3893
  # parameter, Amazon Route 53 returns all of the hosted zones that were
3883
- # created by the current AWS account, in ASCII order. For subsequent
3894
+ # created by the current account, in ASCII order. For subsequent
3884
3895
  # requests, include both `dnsname` and `hostedzoneid` parameters. For
3885
3896
  # `dnsname`, specify the value of `NextDNSName` from the previous
3886
3897
  # response.
@@ -3950,26 +3961,25 @@ module Aws::Route53
3950
3961
  end
3951
3962
 
3952
3963
  # Lists all the private hosted zones that a specified VPC is associated
3953
- # with, regardless of which AWS account or AWS service owns the hosted
3954
- # zones. The `HostedZoneOwner` structure in the response contains one of
3955
- # the following values:
3964
+ # with, regardless of which account or Amazon Web Services service owns
3965
+ # the hosted zones. The `HostedZoneOwner` structure in the response
3966
+ # contains one of the following values:
3956
3967
  #
3957
3968
  # * An `OwningAccount` element, which contains the account number of
3958
- # either the current AWS account or another AWS account. Some
3959
- # services, such as AWS Cloud Map, create hosted zones using the
3960
- # current account.
3969
+ # either the current account or another account. Some services, such
3970
+ # as Cloud Map, create hosted zones using the current account.
3961
3971
  #
3962
- # * An `OwningService` element, which identifies the AWS service that
3963
- # created and owns the hosted zone. For example, if a hosted zone was
3964
- # created by Amazon Elastic File System (Amazon EFS), the value of
3965
- # `Owner` is `efs.amazonaws.com`.
3972
+ # * An `OwningService` element, which identifies the Amazon Web Services
3973
+ # service that created and owns the hosted zone. For example, if a
3974
+ # hosted zone was created by Amazon Elastic File System (Amazon EFS),
3975
+ # the value of `Owner` is `efs.amazonaws.com`.
3966
3976
  #
3967
3977
  # @option params [required, String] :vpc_id
3968
3978
  # The ID of the Amazon VPC that you want to list hosted zones for.
3969
3979
  #
3970
3980
  # @option params [required, String] :vpc_region
3971
- # For the Amazon VPC that you specified for `VPCId`, the AWS Region that
3972
- # you created the VPC in.
3981
+ # For the Amazon VPC that you specified for `VPCId`, the Amazon Web
3982
+ # Services Region that you created the VPC in.
3973
3983
  #
3974
3984
  # @option params [Integer] :max_items
3975
3985
  # (Optional) The maximum number of hosted zones that you want Amazon
@@ -4024,8 +4034,8 @@ module Aws::Route53
4024
4034
  end
4025
4035
 
4026
4036
  # Lists the configurations for DNS query logging that are associated
4027
- # with the current AWS account or the configuration that is associated
4028
- # with a specified hosted zone.
4037
+ # with the current account or the configuration that is associated with
4038
+ # a specified hosted zone.
4029
4039
  #
4030
4040
  # For more information about DNS query logs, see
4031
4041
  # [CreateQueryLoggingConfig][1]. Additional information, including the
@@ -4043,10 +4053,10 @@ module Aws::Route53
4043
4053
  #
4044
4054
  # If you don't specify a hosted zone ID, `ListQueryLoggingConfigs`
4045
4055
  # returns all of the configurations that are associated with the current
4046
- # AWS account.
4056
+ # account.
4047
4057
  #
4048
4058
  # @option params [String] :next_token
4049
- # (Optional) If the current AWS account has more than `MaxResults` query
4059
+ # (Optional) If the current account has more than `MaxResults` query
4050
4060
  # logging configurations, use `NextToken` to get the second and
4051
4061
  # subsequent pages of results.
4052
4062
  #
@@ -4059,8 +4069,8 @@ module Aws::Route53
4059
4069
  # @option params [String] :max_results
4060
4070
  # (Optional) The maximum number of query logging configurations that you
4061
4071
  # want Amazon Route 53 to return in response to the current request. If
4062
- # the current AWS account has more than `MaxResults` configurations, use
4063
- # the value of [NextToken][1] in the response to get the next page of
4072
+ # the current account has more than `MaxResults` configurations, use the
4073
+ # value of [NextToken][1] in the response to get the next page of
4064
4074
  # results.
4065
4075
  #
4066
4076
  # If you don't specify a value for `MaxResults`, Route 53 returns up to
@@ -4287,7 +4297,7 @@ module Aws::Route53
4287
4297
  end
4288
4298
 
4289
4299
  # Retrieves a list of the reusable delegation sets that are associated
4290
- # with the current AWS account.
4300
+ # with the current account.
4291
4301
  #
4292
4302
  # @option params [String] :marker
4293
4303
  # If the value of `IsTruncated` in the previous response was `true`, you
@@ -4346,8 +4356,7 @@ module Aws::Route53
4346
4356
  # Lists tags for one health check or hosted zone.
4347
4357
  #
4348
4358
  # For information about using tags for cost allocation, see [Using Cost
4349
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
4350
- # Guide*.
4359
+ # Allocation Tags][1] in the *Billing and Cost Management User Guide*.
4351
4360
  #
4352
4361
  #
4353
4362
  #
@@ -4394,8 +4403,7 @@ module Aws::Route53
4394
4403
  # Lists tags for up to 10 health checks or hosted zones.
4395
4404
  #
4396
4405
  # For information about using tags for cost allocation, see [Using Cost
4397
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
4398
- # Guide*.
4406
+ # Allocation Tags][1] in the *Billing and Cost Management User Guide*.
4399
4407
  #
4400
4408
  #
4401
4409
  #
@@ -4442,8 +4450,8 @@ module Aws::Route53
4442
4450
  end
4443
4451
 
4444
4452
  # Gets information about the latest version for every traffic policy
4445
- # that is associated with the current AWS account. Policies are listed
4446
- # in the order that they were created in.
4453
+ # that is associated with the current account. Policies are listed in
4454
+ # the order that they were created in.
4447
4455
  #
4448
4456
  # For information about how of deleting a traffic policy affects the
4449
4457
  # response from `ListTrafficPolicies`, see [DeleteTrafficPolicy][1].
@@ -4507,7 +4515,7 @@ module Aws::Route53
4507
4515
  end
4508
4516
 
4509
4517
  # Gets information about the traffic policy instances that you created
4510
- # by using the current AWS account.
4518
+ # by using the current account.
4511
4519
  #
4512
4520
  # <note markdown="1"> After you submit an `UpdateTrafficPolicyInstance` request, there's a
4513
4521
  # brief delay while Amazon Route 53 creates the resource record sets
@@ -4954,6 +4962,8 @@ module Aws::Route53
4954
4962
  # specify the IP address of a DNS resolver, an EDNS0 client subnet IP
4955
4963
  # address, and a subnet mask.
4956
4964
  #
4965
+ # This call only supports querying public hosted zones.
4966
+ #
4957
4967
  # @option params [required, String] :hosted_zone_id
4958
4968
  # The ID of the hosted zone that you want Amazon Route 53 to simulate a
4959
4969
  # query for.
@@ -4968,8 +4978,8 @@ module Aws::Route53
4968
4978
  # @option params [String] :resolver_ip
4969
4979
  # If you want to simulate a request from a specific DNS resolver,
4970
4980
  # specify the IP address for that resolver. If you omit this value,
4971
- # `TestDnsAnswer` uses the IP address of a DNS resolver in the AWS US
4972
- # East (N. Virginia) Region (`us-east-1`).
4981
+ # `TestDnsAnswer` uses the IP address of a DNS resolver in the Amazon
4982
+ # Web Services US East (N. Virginia) Region (`us-east-1`).
4973
4983
  #
4974
4984
  # @option params [String] :edns0_client_subnet_ip
4975
4985
  # If the resolver that you specified for resolverip supports EDNS0,
@@ -5402,7 +5412,7 @@ module Aws::Route53
5402
5412
  # resp.health_check.linked_service.description #=> String
5403
5413
  # resp.health_check.health_check_config.ip_address #=> String
5404
5414
  # resp.health_check.health_check_config.port #=> Integer
5405
- # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
5415
+ # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL"
5406
5416
  # resp.health_check.health_check_config.resource_path #=> String
5407
5417
  # resp.health_check.health_check_config.fully_qualified_domain_name #=> String
5408
5418
  # resp.health_check.health_check_config.search_string #=> String
@@ -5420,6 +5430,7 @@ module Aws::Route53
5420
5430
  # 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-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
5421
5431
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
5422
5432
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
5433
+ # resp.health_check.health_check_config.routing_control_arn #=> String
5423
5434
  # resp.health_check.health_check_version #=> Integer
5424
5435
  # resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
5425
5436
  # resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
@@ -5609,7 +5620,7 @@ module Aws::Route53
5609
5620
  params: params,
5610
5621
  config: config)
5611
5622
  context[:gem_name] = 'aws-sdk-route53'
5612
- context[:gem_version] = '1.48.0'
5623
+ context[:gem_version] = '1.52.0'
5613
5624
  Seahorse::Client::Request.new(handlers, context)
5614
5625
  end
5615
5626