aws-sdk-route53 1.49.0 → 1.53.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: e8af9a585282d8e546326223bdc1f6190a1d6faa5d2b0d10a6c59994f42ffa72
4
- data.tar.gz: c27bfcbcbb4b96b7cfd84b80d648ca8318dba333d3041719a570eacd0f69cbef
3
+ metadata.gz: 30fe7f91218896fbdbfbf833c10dd31e9530e3309a6dd444072c00ce1dadf4f1
4
+ data.tar.gz: bc4a7933458bad3b91795316665f97d849f34a5fc75bcd176a42faeb4ed34534
5
5
  SHA512:
6
- metadata.gz: 3c75f376c89b10de6b5cc64082360cec420e791c1917c78f57eea1e85b593ef721a3c8781b3495378c13ac13d243199ac5ab878af705a4b042c77dbf727002a2
7
- data.tar.gz: 4f584cf8429142d28029fd79d9289eeac108c65bb5b5dff7ee4562561eb46260ac79fcc98b43ebb20bbbbf414b90b71fc96e451419c31bda0653d082ffb940df
6
+ metadata.gz: e9c20e41633dc388d204eb6391b2d953e2b3177808a079ec389ffc649626ab121e9dc67f736ec3bad85a7d60291b04689438d322017552cc8e098cbfec7cbae0
7
+ data.tar.gz: a96660459b10fffdb803e1512aae053c82c8182176684e18b1ba6528a3296f00519278746fb0cbfce838c12ea00500e2799bfd4683fb8e7851cc326562ae877e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-08-11)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for route53
8
+
9
+ 1.52.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.51.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.50.0 (2021-07-27)
20
+ ------------------
21
+
22
+ * Feature - This release adds support for the RECOVERY_CONTROL health check type to be used in conjunction with Route53 Application Recovery Controller.
23
+
4
24
  1.49.0 (2021-04-14)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.53.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.49.0'
52
+ GEM_VERSION = '1.53.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 Amazon
377
+ # Web Services account with a private hosted zone that was created by
378
+ # using a different account, the Amazon Web Services account that
379
+ # created the private hosted zone must first submit a
380
+ # `CreateVPCAssociationAuthorization` request. Then the account that
381
+ # created the VPC must submit an `AssociateVPCWithHostedZone` 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
@@ -1605,7 +1606,7 @@ module Aws::Route53
1605
1606
  #
1606
1607
  # @option params [required, String] :key_management_service_arn
1607
1608
  # The Amazon resource name (ARN) for a customer managed customer master
1608
- # key (CMK) in AWS Key Management Service (AWS KMS). The
1609
+ # key (CMK) in Key Management Service (KMS). The
1609
1610
  # `KeyManagementServiceArn` must be unique for each key-signing key
1610
1611
  # (KSK) in a single hosted zone. To see an example of
1611
1612
  # `KeyManagementServiceArn` that grants the correct permissions for
@@ -1638,12 +1639,12 @@ module Aws::Route53
1638
1639
  # The key policy must also include the Amazon Route 53 service in the
1639
1640
  # principal for your account. Specify the following:
1640
1641
  #
1641
- # * `"Service": "dnssec.route53.aws.amazonaws.com"`
1642
+ # * `"Service": "dnssec-route53.amazonaws.com"`
1642
1643
  #
1643
1644
  # ^
1644
1645
  #
1645
- # For more information about working with a customer managed CMK in AWS
1646
- # 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].
1647
1648
  #
1648
1649
  #
1649
1650
  #
@@ -1738,8 +1739,9 @@ module Aws::Route53
1738
1739
  #
1739
1740
  # * You must create the log group in the us-east-1 region.
1740
1741
  #
1741
- # * You must use the same AWS account to create the log group and
1742
- # the hosted zone that you want to configure query logging for.
1742
+ # * You must use the same Amazon Web Services account to create
1743
+ # the log group and the hosted zone that you want to configure
1744
+ # query logging for.
1743
1745
  #
1744
1746
  # * When you create log groups for query logging, we recommend
1745
1747
  # that you use a consistent prefix, for example:
@@ -1748,11 +1750,11 @@ module Aws::Route53
1748
1750
  #
1749
1751
  # In the next step, you'll create a resource policy, which
1750
1752
  # controls access to one or more log groups and the associated
1751
- # AWS resources, such as Route 53 hosted zones. There's a limit
1752
- # on the number of resource policies that you can create, so we
1753
- # recommend that you use a consistent prefix so you can use the
1754
- # same resource policy for all the log groups that you create
1755
- # for query logging.
1753
+ # Amazon Web Services resources, such as Route 53 hosted zones.
1754
+ # There's a limit on the number of resource policies that you
1755
+ # can create, so we recommend that you use a consistent prefix
1756
+ # so you can use the same resource policy for all the log groups
1757
+ # that you create for query logging.
1756
1758
  #
1757
1759
  # 2. Create a CloudWatch Logs resource policy, and give it the
1758
1760
  # permissions that Route 53 needs to create log streams and to
@@ -1766,8 +1768,8 @@ module Aws::Route53
1766
1768
  # `arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*`
1767
1769
  #
1768
1770
  # <note markdown="1"> You can't use the CloudWatch console to create or edit a
1769
- # resource policy. You must use the CloudWatch API, one of the AWS
1770
- # SDKs, or the AWS CLI.
1771
+ # resource policy. You must use the CloudWatch API, one of the
1772
+ # Amazon Web Services SDKs, or the CLI.
1771
1773
  #
1772
1774
  # </note>
1773
1775
  #
@@ -1846,7 +1848,8 @@ module Aws::Route53
1846
1848
  #
1847
1849
  # To get the ARN for a log group, you can use the CloudWatch console,
1848
1850
  # the [DescribeLogGroups][1] API action, the [describe-log-groups][2]
1849
- # command, or the applicable command in one of the AWS SDKs.
1851
+ # command, or the applicable command in one of the Amazon Web Services
1852
+ # SDKs.
1850
1853
  #
1851
1854
  #
1852
1855
  #
@@ -1882,8 +1885,8 @@ module Aws::Route53
1882
1885
  end
1883
1886
 
1884
1887
  # Creates a delegation set (a group of four name servers) that can be
1885
- # reused by multiple hosted zones that were created by the same AWS
1886
- # account.
1888
+ # reused by multiple hosted zones that were created by the same Amazon
1889
+ # Web Services account.
1887
1890
  #
1888
1891
  # You can also create a reusable delegation set that uses the four name
1889
1892
  # servers that are associated with an existing hosted zone. Specify the
@@ -2157,12 +2160,12 @@ module Aws::Route53
2157
2160
  req.send_request(options)
2158
2161
  end
2159
2162
 
2160
- # Authorizes the AWS account that created a specified VPC to submit an
2161
- # `AssociateVPCWithHostedZone` request to associate the VPC with a
2162
- # specified hosted zone that was created by a different account. To
2163
- # submit a `CreateVPCAssociationAuthorization` request, you must use the
2164
- # account that created the hosted zone. After you authorize the
2165
- # association, use the account that created the VPC to submit an
2163
+ # Authorizes the Amazon Web Services account that created a specified
2164
+ # VPC to submit an `AssociateVPCWithHostedZone` request to associate the
2165
+ # VPC with a specified hosted zone that was created by a different
2166
+ # account. To submit a `CreateVPCAssociationAuthorization` request, you
2167
+ # must use the account that created the hosted zone. After you authorize
2168
+ # the association, use the account that created the VPC to submit an
2166
2169
  # `AssociateVPCWithHostedZone` request.
2167
2170
  #
2168
2171
  # <note markdown="1"> If you want to associate multiple VPCs that you created by using one
@@ -2257,8 +2260,8 @@ module Aws::Route53
2257
2260
  # see [Replacing and Deleting Health Checks][1] in the *Amazon Route 53
2258
2261
  # Developer Guide*.
2259
2262
  #
2260
- # If you're using AWS Cloud Map and you configured Cloud Map to create
2261
- # a Route 53 health check when you register an instance, you can't use
2263
+ # If you're using Cloud Map and you configured Cloud Map to create a
2264
+ # Route 53 health check when you register an instance, you can't use
2262
2265
  # the Route 53 `DeleteHealthCheck` command to delete the health check.
2263
2266
  # The health check is deleted automatically when you deregister the
2264
2267
  # instance; there can be a delay of several hours before the health
@@ -2290,8 +2293,8 @@ module Aws::Route53
2290
2293
 
2291
2294
  # Deletes a hosted zone.
2292
2295
  #
2293
- # If the hosted zone was created by another service, such as AWS Cloud
2294
- # Map, see [Deleting Public Hosted Zones That Were Created by Another
2296
+ # If the hosted zone was created by another service, such as Cloud Map,
2297
+ # see [Deleting Public Hosted Zones That Were Created by Another
2295
2298
  # Service][1] in the *Amazon Route 53 Developer Guide* for information
2296
2299
  # about how to delete it. (The process is the same for public and
2297
2300
  # private hosted zones that were created by another service.)
@@ -2336,7 +2339,7 @@ module Aws::Route53
2336
2339
  # hosted zone.
2337
2340
  #
2338
2341
  # * Use the `ListHostedZones` action to get a list of the hosted zones
2339
- # associated with the current AWS account.
2342
+ # associated with the current Amazon Web Services account.
2340
2343
  #
2341
2344
  #
2342
2345
  #
@@ -2557,22 +2560,23 @@ module Aws::Route53
2557
2560
  # the hosted zone to submit a `DeleteVPCAssociationAuthorization`
2558
2561
  # request.
2559
2562
  #
2560
- # Sending this request only prevents the AWS account that created the
2561
- # VPC from associating the VPC with the Amazon Route 53 hosted zone in
2562
- # the future. If the VPC is already associated with the hosted zone,
2563
- # `DeleteVPCAssociationAuthorization` won't disassociate the VPC from
2564
- # the hosted zone. If you want to delete an existing association, use
2565
- # `DisassociateVPCFromHostedZone`.
2563
+ # Sending this request only prevents the Amazon Web Services account
2564
+ # that created the VPC from associating the VPC with the Amazon Route 53
2565
+ # hosted zone in the future. If the VPC is already associated with the
2566
+ # hosted zone, `DeleteVPCAssociationAuthorization` won't disassociate
2567
+ # the VPC from the hosted zone. If you want to delete an existing
2568
+ # association, use `DisassociateVPCFromHostedZone`.
2566
2569
  #
2567
2570
  # @option params [required, String] :hosted_zone_id
2568
2571
  # When removing authorization to associate a VPC that was created by one
2569
- # AWS account with a hosted zone that was created with a different AWS
2570
- # account, the ID of the hosted zone.
2572
+ # Amazon Web Services account with a hosted zone that was created with a
2573
+ # different Amazon Web Services account, the ID of the hosted zone.
2571
2574
  #
2572
2575
  # @option params [required, Types::VPC] :vpc
2573
2576
  # When removing authorization to associate a VPC that was created by one
2574
- # AWS account with a hosted zone that was created with a different AWS
2575
- # account, a complex type that includes the ID and region of the VPC.
2577
+ # Amazon Web Services account with a hosted zone that was created with a
2578
+ # different Amazon Web Services account, a complex type that includes
2579
+ # the ID and region of the VPC.
2576
2580
  #
2577
2581
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2578
2582
  #
@@ -2640,7 +2644,7 @@ module Aws::Route53
2640
2644
  # either the account that created the hosted zone or the account that
2641
2645
  # created the Amazon VPC.
2642
2646
  #
2643
- # * Some services, such as AWS Cloud Map and Amazon Elastic File System
2647
+ # * Some services, such as Cloud Map and Amazon Elastic File System
2644
2648
  # (Amazon EFS) automatically create hosted zones and associate VPCs
2645
2649
  # with the hosted zones. A service can create a hosted zone using your
2646
2650
  # account or using its own account. You can disassociate a VPC from a
@@ -2735,8 +2739,9 @@ module Aws::Route53
2735
2739
  # For the default limit, see [Limits][1] in the *Amazon Route 53
2736
2740
  # Developer Guide*. To request a higher limit, [open a case][2].
2737
2741
  #
2738
- # <note markdown="1"> You can also view account limits in AWS Trusted Advisor. Sign in to
2739
- # the AWS Management Console and open the Trusted Advisor console at
2742
+ # <note markdown="1"> You can also view account limits in Amazon Web Services Trusted
2743
+ # Advisor. Sign in to the Amazon Web Services Management Console and
2744
+ # open the Trusted Advisor console at
2740
2745
  # [https://console.aws.amazon.com/trustedadvisor/][3]. Then choose
2741
2746
  # **Service limits** in the navigation pane.
2742
2747
  #
@@ -2845,9 +2850,9 @@ module Aws::Route53
2845
2850
  # retrieves information that is already available to the public.
2846
2851
  #
2847
2852
  # `GetCheckerIpRanges` still works, but we recommend that you download
2848
- # ip-ranges.json, which includes IP address ranges for all AWS services.
2849
- # For more information, see [IP Address Ranges of Amazon Route 53
2850
- # Servers][1] in the *Amazon Route 53 Developer Guide*.
2853
+ # ip-ranges.json, which includes IP address ranges for all Amazon Web
2854
+ # Services services. For more information, see [IP Address Ranges of
2855
+ # Amazon Route 53 Servers][1] in the *Amazon Route 53 Developer Guide*.
2851
2856
  #
2852
2857
  #
2853
2858
  #
@@ -3037,7 +3042,7 @@ module Aws::Route53
3037
3042
  # resp.health_check.linked_service.description #=> String
3038
3043
  # resp.health_check.health_check_config.ip_address #=> String
3039
3044
  # resp.health_check.health_check_config.port #=> Integer
3040
- # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
3045
+ # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL"
3041
3046
  # resp.health_check.health_check_config.resource_path #=> String
3042
3047
  # resp.health_check.health_check_config.fully_qualified_domain_name #=> String
3043
3048
  # resp.health_check.health_check_config.search_string #=> String
@@ -3055,6 +3060,7 @@ module Aws::Route53
3055
3060
  # 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"
3056
3061
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
3057
3062
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
3063
+ # resp.health_check.health_check_config.routing_control_arn #=> String
3058
3064
  # resp.health_check.health_check_version #=> Integer
3059
3065
  # resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
3060
3066
  # resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
@@ -3077,7 +3083,7 @@ module Aws::Route53
3077
3083
  end
3078
3084
 
3079
3085
  # Retrieves the number of health checks that are associated with the
3080
- # current AWS account.
3086
+ # current Amazon Web Services account.
3081
3087
  #
3082
3088
  # @return [Types::GetHealthCheckCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3083
3089
  #
@@ -3139,6 +3145,10 @@ module Aws::Route53
3139
3145
 
3140
3146
  # Gets status of a specified health check.
3141
3147
  #
3148
+ # This API is intended for use during development to diagnose behavior.
3149
+ # It doesn’t support production use-cases with high query rates that
3150
+ # require immediate and actionable responses.
3151
+ #
3142
3152
  # @option params [required, String] :health_check_id
3143
3153
  # The ID for the health check that you want the current status for. When
3144
3154
  # you created the health check, `CreateHealthCheck` returned the ID in
@@ -3254,7 +3264,7 @@ module Aws::Route53
3254
3264
  end
3255
3265
 
3256
3266
  # Retrieves the number of hosted zones that are associated with the
3257
- # current AWS account.
3267
+ # current Amazon Web Services account.
3258
3268
  #
3259
3269
  # @return [Types::GetHostedZoneCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3260
3270
  #
@@ -3539,7 +3549,7 @@ module Aws::Route53
3539
3549
  end
3540
3550
 
3541
3551
  # Gets the number of traffic policy instances that are associated with
3542
- # the current AWS account.
3552
+ # the current Amazon Web Services account.
3543
3553
  #
3544
3554
  # @return [Types::GetTrafficPolicyInstanceCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3545
3555
  #
@@ -3655,7 +3665,7 @@ module Aws::Route53
3655
3665
  end
3656
3666
 
3657
3667
  # Retrieve a list of the health checks that are associated with the
3658
- # current AWS account.
3668
+ # current Amazon Web Services account.
3659
3669
  #
3660
3670
  # @option params [String] :marker
3661
3671
  # If the value of `IsTruncated` in the previous response was `true`, you
@@ -3701,7 +3711,7 @@ module Aws::Route53
3701
3711
  # resp.health_checks[0].linked_service.description #=> String
3702
3712
  # resp.health_checks[0].health_check_config.ip_address #=> String
3703
3713
  # resp.health_checks[0].health_check_config.port #=> Integer
3704
- # resp.health_checks[0].health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
3714
+ # 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"
3705
3715
  # resp.health_checks[0].health_check_config.resource_path #=> String
3706
3716
  # resp.health_checks[0].health_check_config.fully_qualified_domain_name #=> String
3707
3717
  # resp.health_checks[0].health_check_config.search_string #=> String
@@ -3719,6 +3729,7 @@ module Aws::Route53
3719
3729
  # 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"
3720
3730
  # resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
3721
3731
  # resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
3732
+ # resp.health_checks[0].health_check_config.routing_control_arn #=> String
3722
3733
  # resp.health_checks[0].health_check_version #=> Integer
3723
3734
  # resp.health_checks[0].cloud_watch_alarm_configuration.evaluation_periods #=> Integer
3724
3735
  # resp.health_checks[0].cloud_watch_alarm_configuration.threshold #=> Float
@@ -3745,8 +3756,8 @@ module Aws::Route53
3745
3756
  end
3746
3757
 
3747
3758
  # Retrieves a list of the public and private hosted zones that are
3748
- # associated with the current AWS account. The response includes a
3749
- # `HostedZones` child element for each hosted zone.
3759
+ # associated with the current Amazon Web Services account. The response
3760
+ # includes a `HostedZones` child element for each hosted zone.
3750
3761
  #
3751
3762
  # Amazon Route 53 returns a maximum of 100 items in each response. If
3752
3763
  # you have a lot of hosted zones, you can use the `maxitems` parameter
@@ -3821,7 +3832,7 @@ module Aws::Route53
3821
3832
 
3822
3833
  # Retrieves a list of your hosted zones in lexicographic order. The
3823
3834
  # response includes a `HostedZones` child element for each hosted zone
3824
- # created by the current AWS account.
3835
+ # created by the current Amazon Web Services account.
3825
3836
  #
3826
3837
  # `ListHostedZonesByName` sorts hosted zones by name with the labels
3827
3838
  # reversed. For example:
@@ -3859,7 +3870,8 @@ module Aws::Route53
3859
3870
  # produced the current response.
3860
3871
  #
3861
3872
  # * If the value of `IsTruncated` in the response is true, there are
3862
- # more hosted zones associated with the current AWS account.
3873
+ # more hosted zones associated with the current Amazon Web Services
3874
+ # account.
3863
3875
  #
3864
3876
  # If `IsTruncated` is false, this response includes the last hosted
3865
3877
  # zone that is associated with the current account. The `NextDNSName`
@@ -3868,8 +3880,8 @@ module Aws::Route53
3868
3880
  #
3869
3881
  # * The `NextDNSName` and `NextHostedZoneId` elements in the response
3870
3882
  # contain the domain name and the hosted zone ID of the next hosted
3871
- # zone that is associated with the current AWS account. If you want to
3872
- # list more hosted zones, make another call to
3883
+ # zone that is associated with the current Amazon Web Services
3884
+ # account. If you want to list more hosted zones, make another call to
3873
3885
  # `ListHostedZonesByName`, and specify the value of `NextDNSName` and
3874
3886
  # `NextHostedZoneId` in the `dnsname` and `hostedzoneid` parameters,
3875
3887
  # respectively.
@@ -3883,10 +3895,10 @@ module Aws::Route53
3883
3895
  # the `dnsname` parameter only if you want to specify the name of the
3884
3896
  # first hosted zone in the response. If you don't include the `dnsname`
3885
3897
  # parameter, Amazon Route 53 returns all of the hosted zones that were
3886
- # created by the current AWS account, in ASCII order. For subsequent
3887
- # requests, include both `dnsname` and `hostedzoneid` parameters. For
3888
- # `dnsname`, specify the value of `NextDNSName` from the previous
3889
- # response.
3898
+ # created by the current Amazon Web Services account, in ASCII order.
3899
+ # For subsequent requests, include both `dnsname` and `hostedzoneid`
3900
+ # parameters. For `dnsname`, specify the value of `NextDNSName` from the
3901
+ # previous response.
3890
3902
  #
3891
3903
  # @option params [String] :hosted_zone_id
3892
3904
  # (Optional) For your first request to `ListHostedZonesByName`, do not
@@ -3953,26 +3965,26 @@ module Aws::Route53
3953
3965
  end
3954
3966
 
3955
3967
  # Lists all the private hosted zones that a specified VPC is associated
3956
- # with, regardless of which AWS account or AWS service owns the hosted
3957
- # zones. The `HostedZoneOwner` structure in the response contains one of
3958
- # the following values:
3968
+ # with, regardless of which Amazon Web Services account or Amazon Web
3969
+ # Services service owns the hosted zones. The `HostedZoneOwner`
3970
+ # structure in the response contains one of the following values:
3959
3971
  #
3960
3972
  # * An `OwningAccount` element, which contains the account number of
3961
- # either the current AWS account or another AWS account. Some
3962
- # services, such as AWS Cloud Map, create hosted zones using the
3963
- # current account.
3973
+ # either the current Amazon Web Services account or another Amazon Web
3974
+ # Services account. Some services, such as Cloud Map, create hosted
3975
+ # zones using the current account.
3964
3976
  #
3965
- # * An `OwningService` element, which identifies the AWS service that
3966
- # created and owns the hosted zone. For example, if a hosted zone was
3967
- # created by Amazon Elastic File System (Amazon EFS), the value of
3968
- # `Owner` is `efs.amazonaws.com`.
3977
+ # * An `OwningService` element, which identifies the Amazon Web Services
3978
+ # service that created and owns the hosted zone. For example, if a
3979
+ # hosted zone was created by Amazon Elastic File System (Amazon EFS),
3980
+ # the value of `Owner` is `efs.amazonaws.com`.
3969
3981
  #
3970
3982
  # @option params [required, String] :vpc_id
3971
3983
  # The ID of the Amazon VPC that you want to list hosted zones for.
3972
3984
  #
3973
3985
  # @option params [required, String] :vpc_region
3974
- # For the Amazon VPC that you specified for `VPCId`, the AWS Region that
3975
- # you created the VPC in.
3986
+ # For the Amazon VPC that you specified for `VPCId`, the Amazon Web
3987
+ # Services Region that you created the VPC in.
3976
3988
  #
3977
3989
  # @option params [Integer] :max_items
3978
3990
  # (Optional) The maximum number of hosted zones that you want Amazon
@@ -4027,8 +4039,8 @@ module Aws::Route53
4027
4039
  end
4028
4040
 
4029
4041
  # Lists the configurations for DNS query logging that are associated
4030
- # with the current AWS account or the configuration that is associated
4031
- # with a specified hosted zone.
4042
+ # with the current Amazon Web Services account or the configuration that
4043
+ # is associated with a specified hosted zone.
4032
4044
  #
4033
4045
  # For more information about DNS query logs, see
4034
4046
  # [CreateQueryLoggingConfig][1]. Additional information, including the
@@ -4046,12 +4058,12 @@ module Aws::Route53
4046
4058
  #
4047
4059
  # If you don't specify a hosted zone ID, `ListQueryLoggingConfigs`
4048
4060
  # returns all of the configurations that are associated with the current
4049
- # AWS account.
4061
+ # Amazon Web Services account.
4050
4062
  #
4051
4063
  # @option params [String] :next_token
4052
- # (Optional) If the current AWS account has more than `MaxResults` query
4053
- # logging configurations, use `NextToken` to get the second and
4054
- # subsequent pages of results.
4064
+ # (Optional) If the current Amazon Web Services account has more than
4065
+ # `MaxResults` query logging configurations, use `NextToken` to get the
4066
+ # second and subsequent pages of results.
4055
4067
  #
4056
4068
  # For the first `ListQueryLoggingConfigs` request, omit this value.
4057
4069
  #
@@ -4062,9 +4074,9 @@ module Aws::Route53
4062
4074
  # @option params [String] :max_results
4063
4075
  # (Optional) The maximum number of query logging configurations that you
4064
4076
  # want Amazon Route 53 to return in response to the current request. If
4065
- # the current AWS account has more than `MaxResults` configurations, use
4066
- # the value of [NextToken][1] in the response to get the next page of
4067
- # results.
4077
+ # the current Amazon Web Services account has more than `MaxResults`
4078
+ # configurations, use the value of [NextToken][1] in the response to get
4079
+ # the next page of results.
4068
4080
  #
4069
4081
  # If you don't specify a value for `MaxResults`, Route 53 returns up to
4070
4082
  # 100 configurations.
@@ -4290,7 +4302,7 @@ module Aws::Route53
4290
4302
  end
4291
4303
 
4292
4304
  # Retrieves a list of the reusable delegation sets that are associated
4293
- # with the current AWS account.
4305
+ # with the current Amazon Web Services account.
4294
4306
  #
4295
4307
  # @option params [String] :marker
4296
4308
  # If the value of `IsTruncated` in the previous response was `true`, you
@@ -4349,8 +4361,7 @@ module Aws::Route53
4349
4361
  # Lists tags for one health check or hosted zone.
4350
4362
  #
4351
4363
  # For information about using tags for cost allocation, see [Using Cost
4352
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
4353
- # Guide*.
4364
+ # Allocation Tags][1] in the *Billing and Cost Management User Guide*.
4354
4365
  #
4355
4366
  #
4356
4367
  #
@@ -4397,8 +4408,7 @@ module Aws::Route53
4397
4408
  # Lists tags for up to 10 health checks or hosted zones.
4398
4409
  #
4399
4410
  # For information about using tags for cost allocation, see [Using Cost
4400
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
4401
- # Guide*.
4411
+ # Allocation Tags][1] in the *Billing and Cost Management User Guide*.
4402
4412
  #
4403
4413
  #
4404
4414
  #
@@ -4445,8 +4455,8 @@ module Aws::Route53
4445
4455
  end
4446
4456
 
4447
4457
  # Gets information about the latest version for every traffic policy
4448
- # that is associated with the current AWS account. Policies are listed
4449
- # in the order that they were created in.
4458
+ # that is associated with the current Amazon Web Services account.
4459
+ # Policies are listed in the order that they were created in.
4450
4460
  #
4451
4461
  # For information about how of deleting a traffic policy affects the
4452
4462
  # response from `ListTrafficPolicies`, see [DeleteTrafficPolicy][1].
@@ -4510,7 +4520,7 @@ module Aws::Route53
4510
4520
  end
4511
4521
 
4512
4522
  # Gets information about the traffic policy instances that you created
4513
- # by using the current AWS account.
4523
+ # by using the current Amazon Web Services account.
4514
4524
  #
4515
4525
  # <note markdown="1"> After you submit an `UpdateTrafficPolicyInstance` request, there's a
4516
4526
  # brief delay while Amazon Route 53 creates the resource record sets
@@ -4973,8 +4983,8 @@ module Aws::Route53
4973
4983
  # @option params [String] :resolver_ip
4974
4984
  # If you want to simulate a request from a specific DNS resolver,
4975
4985
  # specify the IP address for that resolver. If you omit this value,
4976
- # `TestDnsAnswer` uses the IP address of a DNS resolver in the AWS US
4977
- # East (N. Virginia) Region (`us-east-1`).
4986
+ # `TestDnsAnswer` uses the IP address of a DNS resolver in the Amazon
4987
+ # Web Services US East (N. Virginia) Region (`us-east-1`).
4978
4988
  #
4979
4989
  # @option params [String] :edns0_client_subnet_ip
4980
4990
  # If the resolver that you specified for resolverip supports EDNS0,
@@ -5407,7 +5417,7 @@ module Aws::Route53
5407
5417
  # resp.health_check.linked_service.description #=> String
5408
5418
  # resp.health_check.health_check_config.ip_address #=> String
5409
5419
  # resp.health_check.health_check_config.port #=> Integer
5410
- # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
5420
+ # resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC", "RECOVERY_CONTROL"
5411
5421
  # resp.health_check.health_check_config.resource_path #=> String
5412
5422
  # resp.health_check.health_check_config.fully_qualified_domain_name #=> String
5413
5423
  # resp.health_check.health_check_config.search_string #=> String
@@ -5425,6 +5435,7 @@ module Aws::Route53
5425
5435
  # 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"
5426
5436
  # resp.health_check.health_check_config.alarm_identifier.name #=> String
5427
5437
  # resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
5438
+ # resp.health_check.health_check_config.routing_control_arn #=> String
5428
5439
  # resp.health_check.health_check_version #=> Integer
5429
5440
  # resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
5430
5441
  # resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
@@ -5614,7 +5625,7 @@ module Aws::Route53
5614
5625
  params: params,
5615
5626
  config: config)
5616
5627
  context[:gem_name] = 'aws-sdk-route53'
5617
- context[:gem_version] = '1.49.0'
5628
+ context[:gem_version] = '1.53.0'
5618
5629
  Seahorse::Client::Request.new(handlers, context)
5619
5630
  end
5620
5631