aws-sdk-route53 1.49.0 → 1.50.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +95 -89
- data/lib/aws-sdk-route53/client_api.rb +8 -0
- data/lib/aws-sdk-route53/types.rb +148 -133
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0ffe6492f1ee14fe4c6db1a4a4a03731f86de5e576350b6fa0eb5a2d4e6b4f2
|
4
|
+
data.tar.gz: fab1ed456f12b4087ce6283ca91f853749daac3f44aaf0ec246850b6cc79ebff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c5545cd8d2f84307c9d0c358c2ed03dac6db9a47c3523d43e0c34cc7e89dd32473680fbf12434ed75e3778d26ce45f3e2f35138f2801d217a775a9113e6b007
|
7
|
+
data.tar.gz: fca6cb4690fe359cce90b0c6ffe07a8787e4b382ac53c6694823e8396b6ec59f5daf1a4ce687b89941273050fc380f73648d24d90df7d811a5145ff266e0c196
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.50.0 (2021-07-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for the RECOVERY_CONTROL health check type to be used in conjunction with Route53 Application Recovery Controller.
|
8
|
+
|
4
9
|
1.49.0 (2021-04-14)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.0
|
data/lib/aws-sdk-route53.rb
CHANGED
@@ -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
|
377
|
-
#
|
378
|
-
#
|
379
|
-
#
|
380
|
-
#
|
381
|
-
#
|
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,
|
515
|
-
# creates it. If a resource set does exist, Route 53
|
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 *
|
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
|
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
|
1642
|
+
# * `"Service": "dnssec-route53.amazonaws.com"`
|
1642
1643
|
#
|
1643
1644
|
# ^
|
1644
1645
|
#
|
1645
|
-
# For more information about working with a customer managed CMK in
|
1646
|
-
#
|
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,8 @@ 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
|
1742
|
-
#
|
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.
|
1743
1744
|
#
|
1744
1745
|
# * When you create log groups for query logging, we recommend
|
1745
1746
|
# that you use a consistent prefix, for example:
|
@@ -1748,11 +1749,11 @@ module Aws::Route53
|
|
1748
1749
|
#
|
1749
1750
|
# In the next step, you'll create a resource policy, which
|
1750
1751
|
# controls access to one or more log groups and the associated
|
1751
|
-
#
|
1752
|
-
# on the number of resource policies that you
|
1753
|
-
# recommend that you use a consistent prefix
|
1754
|
-
# same resource policy for all the log groups
|
1755
|
-
# 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.
|
1756
1757
|
#
|
1757
1758
|
# 2. Create a CloudWatch Logs resource policy, and give it the
|
1758
1759
|
# permissions that Route 53 needs to create log streams and to
|
@@ -1766,8 +1767,8 @@ module Aws::Route53
|
|
1766
1767
|
# `arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*`
|
1767
1768
|
#
|
1768
1769
|
# <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
|
1770
|
-
# SDKs, or the
|
1770
|
+
# resource policy. You must use the CloudWatch API, one of the
|
1771
|
+
# Amazon Web Services SDKs, or the CLI.
|
1771
1772
|
#
|
1772
1773
|
# </note>
|
1773
1774
|
#
|
@@ -1846,7 +1847,8 @@ module Aws::Route53
|
|
1846
1847
|
#
|
1847
1848
|
# To get the ARN for a log group, you can use the CloudWatch console,
|
1848
1849
|
# the [DescribeLogGroups][1] API action, the [describe-log-groups][2]
|
1849
|
-
# command, or the applicable command in one of the
|
1850
|
+
# command, or the applicable command in one of the Amazon Web Services
|
1851
|
+
# SDKs.
|
1850
1852
|
#
|
1851
1853
|
#
|
1852
1854
|
#
|
@@ -1882,8 +1884,7 @@ module Aws::Route53
|
|
1882
1884
|
end
|
1883
1885
|
|
1884
1886
|
# 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
|
1886
|
-
# account.
|
1887
|
+
# reused by multiple hosted zones that were created by the same account.
|
1887
1888
|
#
|
1888
1889
|
# You can also create a reusable delegation set that uses the four name
|
1889
1890
|
# servers that are associated with an existing hosted zone. Specify the
|
@@ -2157,7 +2158,7 @@ module Aws::Route53
|
|
2157
2158
|
req.send_request(options)
|
2158
2159
|
end
|
2159
2160
|
|
2160
|
-
# Authorizes the
|
2161
|
+
# Authorizes the account that created a specified VPC to submit an
|
2161
2162
|
# `AssociateVPCWithHostedZone` request to associate the VPC with a
|
2162
2163
|
# specified hosted zone that was created by a different account. To
|
2163
2164
|
# submit a `CreateVPCAssociationAuthorization` request, you must use the
|
@@ -2257,8 +2258,8 @@ module Aws::Route53
|
|
2257
2258
|
# see [Replacing and Deleting Health Checks][1] in the *Amazon Route 53
|
2258
2259
|
# Developer Guide*.
|
2259
2260
|
#
|
2260
|
-
# If you're using
|
2261
|
-
#
|
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
|
2262
2263
|
# the Route 53 `DeleteHealthCheck` command to delete the health check.
|
2263
2264
|
# The health check is deleted automatically when you deregister the
|
2264
2265
|
# instance; there can be a delay of several hours before the health
|
@@ -2290,8 +2291,8 @@ module Aws::Route53
|
|
2290
2291
|
|
2291
2292
|
# Deletes a hosted zone.
|
2292
2293
|
#
|
2293
|
-
# If the hosted zone was created by another service, such as
|
2294
|
-
#
|
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
|
2295
2296
|
# Service][1] in the *Amazon Route 53 Developer Guide* for information
|
2296
2297
|
# about how to delete it. (The process is the same for public and
|
2297
2298
|
# private hosted zones that were created by another service.)
|
@@ -2336,7 +2337,7 @@ module Aws::Route53
|
|
2336
2337
|
# hosted zone.
|
2337
2338
|
#
|
2338
2339
|
# * Use the `ListHostedZones` action to get a list of the hosted zones
|
2339
|
-
# associated with the current
|
2340
|
+
# associated with the current account.
|
2340
2341
|
#
|
2341
2342
|
#
|
2342
2343
|
#
|
@@ -2557,22 +2558,22 @@ module Aws::Route53
|
|
2557
2558
|
# the hosted zone to submit a `DeleteVPCAssociationAuthorization`
|
2558
2559
|
# request.
|
2559
2560
|
#
|
2560
|
-
# Sending this request only prevents the
|
2561
|
-
#
|
2562
|
-
#
|
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,
|
2563
2564
|
# `DeleteVPCAssociationAuthorization` won't disassociate the VPC from
|
2564
2565
|
# the hosted zone. If you want to delete an existing association, use
|
2565
2566
|
# `DisassociateVPCFromHostedZone`.
|
2566
2567
|
#
|
2567
2568
|
# @option params [required, String] :hosted_zone_id
|
2568
2569
|
# When removing authorization to associate a VPC that was created by one
|
2569
|
-
#
|
2570
|
-
#
|
2570
|
+
# account with a hosted zone that was created with a different account,
|
2571
|
+
# the ID of the hosted zone.
|
2571
2572
|
#
|
2572
2573
|
# @option params [required, Types::VPC] :vpc
|
2573
2574
|
# When removing authorization to associate a VPC that was created by one
|
2574
|
-
#
|
2575
|
-
#
|
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.
|
2576
2577
|
#
|
2577
2578
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2578
2579
|
#
|
@@ -2640,7 +2641,7 @@ module Aws::Route53
|
|
2640
2641
|
# either the account that created the hosted zone or the account that
|
2641
2642
|
# created the Amazon VPC.
|
2642
2643
|
#
|
2643
|
-
# * Some services, such as
|
2644
|
+
# * Some services, such as Cloud Map and Amazon Elastic File System
|
2644
2645
|
# (Amazon EFS) automatically create hosted zones and associate VPCs
|
2645
2646
|
# with the hosted zones. A service can create a hosted zone using your
|
2646
2647
|
# account or using its own account. You can disassociate a VPC from a
|
@@ -2735,8 +2736,9 @@ module Aws::Route53
|
|
2735
2736
|
# For the default limit, see [Limits][1] in the *Amazon Route 53
|
2736
2737
|
# Developer Guide*. To request a higher limit, [open a case][2].
|
2737
2738
|
#
|
2738
|
-
# <note markdown="1"> You can also view account limits in
|
2739
|
-
# the
|
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
|
2740
2742
|
# [https://console.aws.amazon.com/trustedadvisor/][3]. Then choose
|
2741
2743
|
# **Service limits** in the navigation pane.
|
2742
2744
|
#
|
@@ -2845,9 +2847,9 @@ module Aws::Route53
|
|
2845
2847
|
# retrieves information that is already available to the public.
|
2846
2848
|
#
|
2847
2849
|
# `GetCheckerIpRanges` still works, but we recommend that you download
|
2848
|
-
# ip-ranges.json, which includes IP address ranges for all
|
2849
|
-
# For more information, see [IP Address Ranges of
|
2850
|
-
# 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*.
|
2851
2853
|
#
|
2852
2854
|
#
|
2853
2855
|
#
|
@@ -3037,7 +3039,7 @@ module Aws::Route53
|
|
3037
3039
|
# resp.health_check.linked_service.description #=> String
|
3038
3040
|
# resp.health_check.health_check_config.ip_address #=> String
|
3039
3041
|
# 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"
|
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"
|
3041
3043
|
# resp.health_check.health_check_config.resource_path #=> String
|
3042
3044
|
# resp.health_check.health_check_config.fully_qualified_domain_name #=> String
|
3043
3045
|
# resp.health_check.health_check_config.search_string #=> String
|
@@ -3055,6 +3057,7 @@ module Aws::Route53
|
|
3055
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"
|
3056
3058
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
3057
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
|
3058
3061
|
# resp.health_check.health_check_version #=> Integer
|
3059
3062
|
# resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
|
3060
3063
|
# resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
|
@@ -3077,7 +3080,7 @@ module Aws::Route53
|
|
3077
3080
|
end
|
3078
3081
|
|
3079
3082
|
# Retrieves the number of health checks that are associated with the
|
3080
|
-
# current
|
3083
|
+
# current account.
|
3081
3084
|
#
|
3082
3085
|
# @return [Types::GetHealthCheckCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3083
3086
|
#
|
@@ -3139,6 +3142,10 @@ module Aws::Route53
|
|
3139
3142
|
|
3140
3143
|
# Gets status of a specified health check.
|
3141
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
|
+
#
|
3142
3149
|
# @option params [required, String] :health_check_id
|
3143
3150
|
# The ID for the health check that you want the current status for. When
|
3144
3151
|
# you created the health check, `CreateHealthCheck` returned the ID in
|
@@ -3254,7 +3261,7 @@ module Aws::Route53
|
|
3254
3261
|
end
|
3255
3262
|
|
3256
3263
|
# Retrieves the number of hosted zones that are associated with the
|
3257
|
-
# current
|
3264
|
+
# current account.
|
3258
3265
|
#
|
3259
3266
|
# @return [Types::GetHostedZoneCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3260
3267
|
#
|
@@ -3539,7 +3546,7 @@ module Aws::Route53
|
|
3539
3546
|
end
|
3540
3547
|
|
3541
3548
|
# Gets the number of traffic policy instances that are associated with
|
3542
|
-
# the current
|
3549
|
+
# the current account.
|
3543
3550
|
#
|
3544
3551
|
# @return [Types::GetTrafficPolicyInstanceCountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3545
3552
|
#
|
@@ -3655,7 +3662,7 @@ module Aws::Route53
|
|
3655
3662
|
end
|
3656
3663
|
|
3657
3664
|
# Retrieve a list of the health checks that are associated with the
|
3658
|
-
# current
|
3665
|
+
# current account.
|
3659
3666
|
#
|
3660
3667
|
# @option params [String] :marker
|
3661
3668
|
# If the value of `IsTruncated` in the previous response was `true`, you
|
@@ -3701,7 +3708,7 @@ module Aws::Route53
|
|
3701
3708
|
# resp.health_checks[0].linked_service.description #=> String
|
3702
3709
|
# resp.health_checks[0].health_check_config.ip_address #=> String
|
3703
3710
|
# 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"
|
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"
|
3705
3712
|
# resp.health_checks[0].health_check_config.resource_path #=> String
|
3706
3713
|
# resp.health_checks[0].health_check_config.fully_qualified_domain_name #=> String
|
3707
3714
|
# resp.health_checks[0].health_check_config.search_string #=> String
|
@@ -3719,6 +3726,7 @@ module Aws::Route53
|
|
3719
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"
|
3720
3727
|
# resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
|
3721
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
|
3722
3730
|
# resp.health_checks[0].health_check_version #=> Integer
|
3723
3731
|
# resp.health_checks[0].cloud_watch_alarm_configuration.evaluation_periods #=> Integer
|
3724
3732
|
# resp.health_checks[0].cloud_watch_alarm_configuration.threshold #=> Float
|
@@ -3745,7 +3753,7 @@ module Aws::Route53
|
|
3745
3753
|
end
|
3746
3754
|
|
3747
3755
|
# Retrieves a list of the public and private hosted zones that are
|
3748
|
-
# associated with the current
|
3756
|
+
# associated with the current account. The response includes a
|
3749
3757
|
# `HostedZones` child element for each hosted zone.
|
3750
3758
|
#
|
3751
3759
|
# Amazon Route 53 returns a maximum of 100 items in each response. If
|
@@ -3821,7 +3829,7 @@ module Aws::Route53
|
|
3821
3829
|
|
3822
3830
|
# Retrieves a list of your hosted zones in lexicographic order. The
|
3823
3831
|
# response includes a `HostedZones` child element for each hosted zone
|
3824
|
-
# created by the current
|
3832
|
+
# created by the current account.
|
3825
3833
|
#
|
3826
3834
|
# `ListHostedZonesByName` sorts hosted zones by name with the labels
|
3827
3835
|
# reversed. For example:
|
@@ -3859,7 +3867,7 @@ module Aws::Route53
|
|
3859
3867
|
# produced the current response.
|
3860
3868
|
#
|
3861
3869
|
# * If the value of `IsTruncated` in the response is true, there are
|
3862
|
-
# more hosted zones associated with the current
|
3870
|
+
# more hosted zones associated with the current account.
|
3863
3871
|
#
|
3864
3872
|
# If `IsTruncated` is false, this response includes the last hosted
|
3865
3873
|
# zone that is associated with the current account. The `NextDNSName`
|
@@ -3868,7 +3876,7 @@ module Aws::Route53
|
|
3868
3876
|
#
|
3869
3877
|
# * The `NextDNSName` and `NextHostedZoneId` elements in the response
|
3870
3878
|
# contain the domain name and the hosted zone ID of the next hosted
|
3871
|
-
# zone that is associated with the current
|
3879
|
+
# zone that is associated with the current account. If you want to
|
3872
3880
|
# list more hosted zones, make another call to
|
3873
3881
|
# `ListHostedZonesByName`, and specify the value of `NextDNSName` and
|
3874
3882
|
# `NextHostedZoneId` in the `dnsname` and `hostedzoneid` parameters,
|
@@ -3883,7 +3891,7 @@ module Aws::Route53
|
|
3883
3891
|
# the `dnsname` parameter only if you want to specify the name of the
|
3884
3892
|
# first hosted zone in the response. If you don't include the `dnsname`
|
3885
3893
|
# parameter, Amazon Route 53 returns all of the hosted zones that were
|
3886
|
-
# created by the current
|
3894
|
+
# created by the current account, in ASCII order. For subsequent
|
3887
3895
|
# requests, include both `dnsname` and `hostedzoneid` parameters. For
|
3888
3896
|
# `dnsname`, specify the value of `NextDNSName` from the previous
|
3889
3897
|
# response.
|
@@ -3953,26 +3961,25 @@ module Aws::Route53
|
|
3953
3961
|
end
|
3954
3962
|
|
3955
3963
|
# Lists all the private hosted zones that a specified VPC is associated
|
3956
|
-
# with, regardless of which
|
3957
|
-
# zones. The `HostedZoneOwner` structure in the response
|
3958
|
-
# 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:
|
3959
3967
|
#
|
3960
3968
|
# * An `OwningAccount` element, which contains the account number of
|
3961
|
-
# either the current
|
3962
|
-
#
|
3963
|
-
# current account.
|
3969
|
+
# either the current account or another account. Some services, such
|
3970
|
+
# as Cloud Map, create hosted zones using the current account.
|
3964
3971
|
#
|
3965
|
-
# * An `OwningService` element, which identifies the
|
3966
|
-
# created and owns the hosted zone. For example, if a
|
3967
|
-
# created by Amazon Elastic File System (Amazon EFS),
|
3968
|
-
# `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`.
|
3969
3976
|
#
|
3970
3977
|
# @option params [required, String] :vpc_id
|
3971
3978
|
# The ID of the Amazon VPC that you want to list hosted zones for.
|
3972
3979
|
#
|
3973
3980
|
# @option params [required, String] :vpc_region
|
3974
|
-
# For the Amazon VPC that you specified for `VPCId`, the
|
3975
|
-
# 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.
|
3976
3983
|
#
|
3977
3984
|
# @option params [Integer] :max_items
|
3978
3985
|
# (Optional) The maximum number of hosted zones that you want Amazon
|
@@ -4027,8 +4034,8 @@ module Aws::Route53
|
|
4027
4034
|
end
|
4028
4035
|
|
4029
4036
|
# Lists the configurations for DNS query logging that are associated
|
4030
|
-
# with the current
|
4031
|
-
#
|
4037
|
+
# with the current account or the configuration that is associated with
|
4038
|
+
# a specified hosted zone.
|
4032
4039
|
#
|
4033
4040
|
# For more information about DNS query logs, see
|
4034
4041
|
# [CreateQueryLoggingConfig][1]. Additional information, including the
|
@@ -4046,10 +4053,10 @@ module Aws::Route53
|
|
4046
4053
|
#
|
4047
4054
|
# If you don't specify a hosted zone ID, `ListQueryLoggingConfigs`
|
4048
4055
|
# returns all of the configurations that are associated with the current
|
4049
|
-
#
|
4056
|
+
# account.
|
4050
4057
|
#
|
4051
4058
|
# @option params [String] :next_token
|
4052
|
-
# (Optional) If the current
|
4059
|
+
# (Optional) If the current account has more than `MaxResults` query
|
4053
4060
|
# logging configurations, use `NextToken` to get the second and
|
4054
4061
|
# subsequent pages of results.
|
4055
4062
|
#
|
@@ -4062,8 +4069,8 @@ module Aws::Route53
|
|
4062
4069
|
# @option params [String] :max_results
|
4063
4070
|
# (Optional) The maximum number of query logging configurations that you
|
4064
4071
|
# want Amazon Route 53 to return in response to the current request. If
|
4065
|
-
# the current
|
4066
|
-
#
|
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
|
4067
4074
|
# results.
|
4068
4075
|
#
|
4069
4076
|
# If you don't specify a value for `MaxResults`, Route 53 returns up to
|
@@ -4290,7 +4297,7 @@ module Aws::Route53
|
|
4290
4297
|
end
|
4291
4298
|
|
4292
4299
|
# Retrieves a list of the reusable delegation sets that are associated
|
4293
|
-
# with the current
|
4300
|
+
# with the current account.
|
4294
4301
|
#
|
4295
4302
|
# @option params [String] :marker
|
4296
4303
|
# If the value of `IsTruncated` in the previous response was `true`, you
|
@@ -4349,8 +4356,7 @@ module Aws::Route53
|
|
4349
4356
|
# Lists tags for one health check or hosted zone.
|
4350
4357
|
#
|
4351
4358
|
# For information about using tags for cost allocation, see [Using Cost
|
4352
|
-
# Allocation Tags][1] in the *
|
4353
|
-
# Guide*.
|
4359
|
+
# Allocation Tags][1] in the *Billing and Cost Management User Guide*.
|
4354
4360
|
#
|
4355
4361
|
#
|
4356
4362
|
#
|
@@ -4397,8 +4403,7 @@ module Aws::Route53
|
|
4397
4403
|
# Lists tags for up to 10 health checks or hosted zones.
|
4398
4404
|
#
|
4399
4405
|
# For information about using tags for cost allocation, see [Using Cost
|
4400
|
-
# Allocation Tags][1] in the *
|
4401
|
-
# Guide*.
|
4406
|
+
# Allocation Tags][1] in the *Billing and Cost Management User Guide*.
|
4402
4407
|
#
|
4403
4408
|
#
|
4404
4409
|
#
|
@@ -4445,8 +4450,8 @@ module Aws::Route53
|
|
4445
4450
|
end
|
4446
4451
|
|
4447
4452
|
# Gets information about the latest version for every traffic policy
|
4448
|
-
# that is associated with the current
|
4449
|
-
#
|
4453
|
+
# that is associated with the current account. Policies are listed in
|
4454
|
+
# the order that they were created in.
|
4450
4455
|
#
|
4451
4456
|
# For information about how of deleting a traffic policy affects the
|
4452
4457
|
# response from `ListTrafficPolicies`, see [DeleteTrafficPolicy][1].
|
@@ -4510,7 +4515,7 @@ module Aws::Route53
|
|
4510
4515
|
end
|
4511
4516
|
|
4512
4517
|
# Gets information about the traffic policy instances that you created
|
4513
|
-
# by using the current
|
4518
|
+
# by using the current account.
|
4514
4519
|
#
|
4515
4520
|
# <note markdown="1"> After you submit an `UpdateTrafficPolicyInstance` request, there's a
|
4516
4521
|
# brief delay while Amazon Route 53 creates the resource record sets
|
@@ -4973,8 +4978,8 @@ module Aws::Route53
|
|
4973
4978
|
# @option params [String] :resolver_ip
|
4974
4979
|
# If you want to simulate a request from a specific DNS resolver,
|
4975
4980
|
# specify the IP address for that resolver. If you omit this value,
|
4976
|
-
# `TestDnsAnswer` uses the IP address of a DNS resolver in the
|
4977
|
-
# 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`).
|
4978
4983
|
#
|
4979
4984
|
# @option params [String] :edns0_client_subnet_ip
|
4980
4985
|
# If the resolver that you specified for resolverip supports EDNS0,
|
@@ -5407,7 +5412,7 @@ module Aws::Route53
|
|
5407
5412
|
# resp.health_check.linked_service.description #=> String
|
5408
5413
|
# resp.health_check.health_check_config.ip_address #=> String
|
5409
5414
|
# 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"
|
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"
|
5411
5416
|
# resp.health_check.health_check_config.resource_path #=> String
|
5412
5417
|
# resp.health_check.health_check_config.fully_qualified_domain_name #=> String
|
5413
5418
|
# resp.health_check.health_check_config.search_string #=> String
|
@@ -5425,6 +5430,7 @@ module Aws::Route53
|
|
5425
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"
|
5426
5431
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
5427
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
|
5428
5434
|
# resp.health_check.health_check_version #=> Integer
|
5429
5435
|
# resp.health_check.cloud_watch_alarm_configuration.evaluation_periods #=> Integer
|
5430
5436
|
# resp.health_check.cloud_watch_alarm_configuration.threshold #=> Float
|
@@ -5614,7 +5620,7 @@ module Aws::Route53
|
|
5614
5620
|
params: params,
|
5615
5621
|
config: config)
|
5616
5622
|
context[:gem_name] = 'aws-sdk-route53'
|
5617
|
-
context[:gem_version] = '1.
|
5623
|
+
context[:gem_version] = '1.50.0'
|
5618
5624
|
Seahorse::Client::Request.new(handlers, context)
|
5619
5625
|
end
|
5620
5626
|
|