aws-sdk-route53 1.71.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53/client.rb +52 -47
- data/lib/aws-sdk-route53/endpoints.rb +1 -0
- data/lib/aws-sdk-route53/types.rb +118 -118
- data/lib/aws-sdk-route53.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2cc6aa17f999dbb129d6ea30aae111a94d4e838ded1bf45dc99c515b0323acf
|
4
|
+
data.tar.gz: 4ac644c0927b27ee73cc159342a954c48c93247b09e1b427058010cfbca45bde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bee0bda36ed41da8bdc9dd236766d7357341be36701d83393dd902ae7654197385b36e70f2bb97ad5de5ecffe70111d803c980331721880c911566465073087
|
7
|
+
data.tar.gz: eaebabd1d0e96cdb2ba294666625712fe4ed6d8d110d7fd827eba6c295dc9b2912e99d55aceee170506ea31d418655eb67d0215941676b72c31d32dc8b5cfe42
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.72.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.71.0 (2023-01-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -277,6 +277,11 @@ module Aws::Route53
|
|
277
277
|
# in the future.
|
278
278
|
#
|
279
279
|
#
|
280
|
+
# @option options [String] :sdk_ua_app_id
|
281
|
+
# A unique and opaque application ID that is appended to the
|
282
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
283
|
+
# maximum length of 50.
|
284
|
+
#
|
280
285
|
# @option options [String] :secret_access_key
|
281
286
|
#
|
282
287
|
# @option options [String] :session_token
|
@@ -530,9 +535,9 @@ module Aws::Route53
|
|
530
535
|
#
|
531
536
|
# Use `ChangeCidrCollection` to perform the following actions:
|
532
537
|
#
|
533
|
-
# * `PUT
|
538
|
+
# * `PUT`: Create a CIDR block within the specified collection.
|
534
539
|
#
|
535
|
-
# * ` DELETE_IF_EXISTS
|
540
|
+
# * ` DELETE_IF_EXISTS`: Delete an existing CIDR block from the
|
536
541
|
# collection.
|
537
542
|
#
|
538
543
|
# @option params [required, String] :id
|
@@ -643,13 +648,13 @@ module Aws::Route53
|
|
643
648
|
# Use `ChangeResourceRecordsSetsRequest` to perform the following
|
644
649
|
# actions:
|
645
650
|
#
|
646
|
-
# * `CREATE
|
651
|
+
# * `CREATE`: Creates a resource record set that has the specified
|
647
652
|
# values.
|
648
653
|
#
|
649
|
-
# * `DELETE
|
654
|
+
# * `DELETE`: Deletes an existing resource record set that has the
|
650
655
|
# specified values.
|
651
656
|
#
|
652
|
-
# * `UPSERT
|
657
|
+
# * `UPSERT`: If a resource set exists Route 53 updates it with the
|
653
658
|
# values in the request.
|
654
659
|
#
|
655
660
|
# **Syntaxes for Creating, Updating, and Deleting Resource Record Sets**
|
@@ -2065,7 +2070,7 @@ module Aws::Route53
|
|
2065
2070
|
# The Amazon Resource Name (ARN) for the log group that you want to
|
2066
2071
|
# Amazon Route 53 to send query logs to. This is the format of the ARN:
|
2067
2072
|
#
|
2068
|
-
# arn:aws:logs:*region
|
2073
|
+
# arn:aws:logs:*region*:*account-id*:log-group:*log\_group\_name*
|
2069
2074
|
#
|
2070
2075
|
# To get the ARN for a log group, you can use the CloudWatch console,
|
2071
2076
|
# the [DescribeLogGroups][1] API action, the [describe-log-groups][2]
|
@@ -3028,20 +3033,20 @@ module Aws::Route53
|
|
3028
3033
|
# @option params [required, String] :type
|
3029
3034
|
# The limit that you want to get. Valid values include the following:
|
3030
3035
|
#
|
3031
|
-
# * **MAX\_HEALTH\_CHECKS\_BY\_OWNER
|
3036
|
+
# * **MAX\_HEALTH\_CHECKS\_BY\_OWNER**: The maximum number of health
|
3032
3037
|
# checks that you can create using the current account.
|
3033
3038
|
#
|
3034
|
-
# * **MAX\_HOSTED\_ZONES\_BY\_OWNER
|
3039
|
+
# * **MAX\_HOSTED\_ZONES\_BY\_OWNER**: The maximum number of hosted
|
3035
3040
|
# zones that you can create using the current account.
|
3036
3041
|
#
|
3037
|
-
# * **MAX\_REUSABLE\_DELEGATION\_SETS\_BY\_OWNER
|
3042
|
+
# * **MAX\_REUSABLE\_DELEGATION\_SETS\_BY\_OWNER**: The maximum number
|
3038
3043
|
# of reusable delegation sets that you can create using the current
|
3039
3044
|
# account.
|
3040
3045
|
#
|
3041
|
-
# * **MAX\_TRAFFIC\_POLICIES\_BY\_OWNER
|
3042
|
-
#
|
3046
|
+
# * **MAX\_TRAFFIC\_POLICIES\_BY\_OWNER**: The maximum number of traffic
|
3047
|
+
# policies that you can create using the current account.
|
3043
3048
|
#
|
3044
|
-
# * **MAX\_TRAFFIC\_POLICY\_INSTANCES\_BY\_OWNER
|
3049
|
+
# * **MAX\_TRAFFIC\_POLICY\_INSTANCES\_BY\_OWNER**: The maximum number
|
3045
3050
|
# of traffic policy instances that you can create using the current
|
3046
3051
|
# account. (Traffic policy instances are referred to as traffic flow
|
3047
3052
|
# policy records in the Amazon Route 53 console.)
|
@@ -3224,19 +3229,19 @@ module Aws::Route53
|
|
3224
3229
|
# identifies a continent. Amazon Route 53 supports the following
|
3225
3230
|
# continent codes:
|
3226
3231
|
#
|
3227
|
-
# * **AF
|
3232
|
+
# * **AF**: Africa
|
3228
3233
|
#
|
3229
|
-
# * **AN
|
3234
|
+
# * **AN**: Antarctica
|
3230
3235
|
#
|
3231
|
-
# * **AS
|
3236
|
+
# * **AS**: Asia
|
3232
3237
|
#
|
3233
|
-
# * **EU
|
3238
|
+
# * **EU**: Europe
|
3234
3239
|
#
|
3235
|
-
# * **OC
|
3240
|
+
# * **OC**: Oceania
|
3236
3241
|
#
|
3237
|
-
# * **NA
|
3242
|
+
# * **NA**: North America
|
3238
3243
|
#
|
3239
|
-
# * **SA
|
3244
|
+
# * **SA**: South America
|
3240
3245
|
#
|
3241
3246
|
# @option params [String] :country_code
|
3242
3247
|
# Amazon Route 53 uses the two-letter country codes that are specified
|
@@ -3569,10 +3574,10 @@ module Aws::Route53
|
|
3569
3574
|
# @option params [required, String] :type
|
3570
3575
|
# The limit that you want to get. Valid values include the following:
|
3571
3576
|
#
|
3572
|
-
# * **MAX\_RRSETS\_BY\_ZONE
|
3577
|
+
# * **MAX\_RRSETS\_BY\_ZONE**: The maximum number of records that you
|
3573
3578
|
# can create in the specified hosted zone.
|
3574
3579
|
#
|
3575
|
-
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE
|
3580
|
+
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE**: The maximum number of Amazon
|
3576
3581
|
# VPCs that you can associate with the specified private hosted zone.
|
3577
3582
|
#
|
3578
3583
|
# @option params [required, String] :hosted_zone_id
|
@@ -4643,18 +4648,18 @@ module Aws::Route53
|
|
4643
4648
|
#
|
4644
4649
|
# Values for alias resource record sets:
|
4645
4650
|
#
|
4646
|
-
# * **API Gateway custom regional API or edge-optimized API
|
4651
|
+
# * **API Gateway custom regional API or edge-optimized API**: A
|
4647
4652
|
#
|
4648
|
-
# * **CloudFront distribution
|
4653
|
+
# * **CloudFront distribution**: A or AAAA
|
4649
4654
|
#
|
4650
|
-
# * **Elastic Beanstalk environment that has a regionalized
|
4651
|
-
#
|
4655
|
+
# * **Elastic Beanstalk environment that has a regionalized subdomain**:
|
4656
|
+
# A
|
4652
4657
|
#
|
4653
|
-
# * **Elastic Load Balancing load balancer
|
4658
|
+
# * **Elastic Load Balancing load balancer**: A \| AAAA
|
4654
4659
|
#
|
4655
|
-
# * **S3 bucket
|
4660
|
+
# * **S3 bucket**: A
|
4656
4661
|
#
|
4657
|
-
# * **VPC interface VPC endpoint
|
4662
|
+
# * **VPC interface VPC endpoint**: A
|
4658
4663
|
#
|
4659
4664
|
# * **Another resource record set in this hosted zone:** The type of the
|
4660
4665
|
# resource record set that the alias references.
|
@@ -5355,14 +5360,14 @@ module Aws::Route53
|
|
5355
5360
|
# be associated with the hosted zone.
|
5356
5361
|
#
|
5357
5362
|
# @option params [String] :next_token
|
5358
|
-
# *Optional
|
5363
|
+
# *Optional*: If a response includes a `NextToken` element, there are
|
5359
5364
|
# more VPCs that can be associated with the specified hosted zone. To
|
5360
5365
|
# get the next page of results, submit another request, and include the
|
5361
5366
|
# value of `NextToken` from the response in the `nexttoken` parameter in
|
5362
5367
|
# another `ListVPCAssociationAuthorizations` request.
|
5363
5368
|
#
|
5364
5369
|
# @option params [String] :max_results
|
5365
|
-
# *Optional
|
5370
|
+
# *Optional*: An integer that specifies the maximum number of VPCs that
|
5366
5371
|
# you want Amazon Route 53 to return. If you don't specify a value for
|
5367
5372
|
# `MaxResults`, Route 53 returns up to 50 VPCs per page.
|
5368
5373
|
#
|
@@ -5438,9 +5443,9 @@ module Aws::Route53
|
|
5438
5443
|
# The range of valid values depends on whether `edns0clientsubnetip` is
|
5439
5444
|
# an IPv4 or an IPv6 address:
|
5440
5445
|
#
|
5441
|
-
# * **IPv4
|
5446
|
+
# * **IPv4**: Specify a value between 0 and 32
|
5442
5447
|
#
|
5443
|
-
# * **IPv6
|
5448
|
+
# * **IPv6**: Specify a value between 0 and 128
|
5444
5449
|
#
|
5445
5450
|
# @return [Types::TestDNSAnswerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5446
5451
|
#
|
@@ -5525,13 +5530,13 @@ module Aws::Route53
|
|
5525
5530
|
# that you specify in `RequestInterval`. Using an IP address that is
|
5526
5531
|
# returned by DNS, Route 53 then checks the health of the endpoint.
|
5527
5532
|
#
|
5528
|
-
# Use one of the following formats for the value of `IPAddress
|
5533
|
+
# Use one of the following formats for the value of `IPAddress`:
|
5529
5534
|
#
|
5530
|
-
# * **IPv4 address
|
5535
|
+
# * **IPv4 address**: four values between 0 and 255, separated by
|
5531
5536
|
# periods (.), for example, `192.0.2.44`.
|
5532
5537
|
#
|
5533
|
-
# * **IPv6 address
|
5534
|
-
#
|
5538
|
+
# * **IPv6 address**: eight groups of four hexadecimal values, separated
|
5539
|
+
# by colons (:), for example,
|
5535
5540
|
# `2001:0db8:85a3:0000:0000:abcd:0001:2345`. You can also shorten IPv6
|
5536
5541
|
# addresses as described in RFC 5952, for example,
|
5537
5542
|
# `2001:db8:85a3::abcd:1:2345`.
|
@@ -5605,7 +5610,7 @@ module Aws::Route53
|
|
5605
5610
|
#
|
5606
5611
|
# </note>
|
5607
5612
|
#
|
5608
|
-
# **If you specify a value for** `IPAddress
|
5613
|
+
# **If you specify a value for** `IPAddress`:
|
5609
5614
|
#
|
5610
5615
|
# Route 53 sends health check requests to the specified IPv4 or IPv6
|
5611
5616
|
# address and passes the value of `FullyQualifiedDomainName` in the
|
@@ -5626,14 +5631,14 @@ module Aws::Route53
|
|
5626
5631
|
#
|
5627
5632
|
# * If you specify another value for `Port` and any value except `TCP`
|
5628
5633
|
# for `Type`, Route 53 passes <i>
|
5629
|
-
# <code>FullyQualifiedDomainName</code
|
5634
|
+
# <code>FullyQualifiedDomainName</code>:<code>Port</code> </i> to the
|
5630
5635
|
# endpoint in the `Host` header.
|
5631
5636
|
#
|
5632
5637
|
# If you don't specify a value for `FullyQualifiedDomainName`, Route 53
|
5633
5638
|
# substitutes the value of `IPAddress` in the `Host` header in each of
|
5634
5639
|
# the above cases.
|
5635
5640
|
#
|
5636
|
-
# **If you don't specify a value for** `IPAddress
|
5641
|
+
# **If you don't specify a value for** `IPAddress`:
|
5637
5642
|
#
|
5638
5643
|
# If you don't specify a value for `IPAddress`, Route 53 sends a DNS
|
5639
5644
|
# request to the domain that you specify in `FullyQualifiedDomainName`
|
@@ -5783,11 +5788,11 @@ module Aws::Route53
|
|
5783
5788
|
# the alarm state, the status that you want Amazon Route 53 to assign to
|
5784
5789
|
# the health check:
|
5785
5790
|
#
|
5786
|
-
# * `Healthy
|
5791
|
+
# * `Healthy`: Route 53 considers the health check to be healthy.
|
5787
5792
|
#
|
5788
|
-
# * `Unhealthy
|
5793
|
+
# * `Unhealthy`: Route 53 considers the health check to be unhealthy.
|
5789
5794
|
#
|
5790
|
-
# * `LastKnownStatus
|
5795
|
+
# * `LastKnownStatus`: By default, Route 53 uses the status of the
|
5791
5796
|
# health check from the last time CloudWatch had sufficient data to
|
5792
5797
|
# determine the alarm state. For new health checks that have no last
|
5793
5798
|
# known status, the status for the health check is healthy.
|
@@ -5797,16 +5802,16 @@ module Aws::Route53
|
|
5797
5802
|
# each element that you want to reset to the default value. Valid values
|
5798
5803
|
# for `ResettableElementName` include the following:
|
5799
5804
|
#
|
5800
|
-
# * `ChildHealthChecks
|
5805
|
+
# * `ChildHealthChecks`: Amazon Route 53 resets [ChildHealthChecks][1]
|
5801
5806
|
# to null.
|
5802
5807
|
#
|
5803
|
-
# * `FullyQualifiedDomainName
|
5808
|
+
# * `FullyQualifiedDomainName`: Route 53 resets
|
5804
5809
|
# [FullyQualifiedDomainName][2]. to null.
|
5805
5810
|
#
|
5806
|
-
# * `Regions
|
5811
|
+
# * `Regions`: Route 53 resets the [Regions][3] list to the default set
|
5807
5812
|
# of regions.
|
5808
5813
|
#
|
5809
|
-
# * `ResourcePath
|
5814
|
+
# * `ResourcePath`: Route 53 resets [ResourcePath][4] to null.
|
5810
5815
|
#
|
5811
5816
|
#
|
5812
5817
|
#
|
@@ -6060,7 +6065,7 @@ module Aws::Route53
|
|
6060
6065
|
params: params,
|
6061
6066
|
config: config)
|
6062
6067
|
context[:gem_name] = 'aws-sdk-route53'
|
6063
|
-
context[:gem_version] = '1.
|
6068
|
+
context[:gem_version] = '1.73.0'
|
6064
6069
|
Seahorse::Client::Request.new(handlers, context)
|
6065
6070
|
end
|
6066
6071
|
|
@@ -16,23 +16,23 @@ module Aws::Route53
|
|
16
16
|
# @!attribute [rw] type
|
17
17
|
# The limit that you requested. Valid values include the following:
|
18
18
|
#
|
19
|
-
# * **MAX\_HEALTH\_CHECKS\_BY\_OWNER
|
19
|
+
# * **MAX\_HEALTH\_CHECKS\_BY\_OWNER**: The maximum number of health
|
20
20
|
# checks that you can create using the current account.
|
21
21
|
#
|
22
|
-
# * **MAX\_HOSTED\_ZONES\_BY\_OWNER
|
22
|
+
# * **MAX\_HOSTED\_ZONES\_BY\_OWNER**: The maximum number of hosted
|
23
23
|
# zones that you can create using the current account.
|
24
24
|
#
|
25
|
-
# * **MAX\_REUSABLE\_DELEGATION\_SETS\_BY\_OWNER
|
26
|
-
#
|
27
|
-
#
|
25
|
+
# * **MAX\_REUSABLE\_DELEGATION\_SETS\_BY\_OWNER**: The maximum number
|
26
|
+
# of reusable delegation sets that you can create using the current
|
27
|
+
# account.
|
28
28
|
#
|
29
|
-
# * **MAX\_TRAFFIC\_POLICIES\_BY\_OWNER
|
29
|
+
# * **MAX\_TRAFFIC\_POLICIES\_BY\_OWNER**: The maximum number of
|
30
30
|
# traffic policies that you can create using the current account.
|
31
31
|
#
|
32
|
-
# * **MAX\_TRAFFIC\_POLICY\_INSTANCES\_BY\_OWNER
|
33
|
-
#
|
34
|
-
#
|
35
|
-
#
|
32
|
+
# * **MAX\_TRAFFIC\_POLICY\_INSTANCES\_BY\_OWNER**: The maximum number
|
33
|
+
# of traffic policy instances that you can create using the current
|
34
|
+
# account. (Traffic policy instances are referred to as traffic flow
|
35
|
+
# policy records in the Amazon Route 53 console.)
|
36
36
|
# @return [String]
|
37
37
|
#
|
38
38
|
# @!attribute [rw] value
|
@@ -150,13 +150,13 @@ module Aws::Route53
|
|
150
150
|
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html
|
151
151
|
#
|
152
152
|
# @!attribute [rw] hosted_zone_id
|
153
|
-
# *Alias resource records sets only
|
153
|
+
# *Alias resource records sets only*: The value used depends on where
|
154
154
|
# you want to route traffic:
|
155
155
|
#
|
156
156
|
# Amazon API Gateway custom regional APIs and edge-optimized APIs
|
157
157
|
#
|
158
158
|
# : Specify the hosted zone ID for your API. You can get the
|
159
|
-
# applicable value using the CLI command [get-domain-names][1]
|
159
|
+
# applicable value using the CLI command [get-domain-names][1]:
|
160
160
|
#
|
161
161
|
# * For regional APIs, specify the value of `regionalHostedZoneId`.
|
162
162
|
#
|
@@ -192,17 +192,17 @@ module Aws::Route53
|
|
192
192
|
# the following methods to get the hosted zone ID:
|
193
193
|
#
|
194
194
|
# * [Elastic Load Balancing endpoints and quotas][4] topic in the
|
195
|
-
# *Amazon Web Services General Reference
|
195
|
+
# *Amazon Web Services General Reference*: Use the value that
|
196
196
|
# corresponds with the region that you created your load balancer
|
197
197
|
# in. Note that there are separate columns for Application and
|
198
198
|
# Classic Load Balancers and for Network Load Balancers.
|
199
199
|
#
|
200
|
-
# * **Amazon Web Services Management Console
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
200
|
+
# * **Amazon Web Services Management Console**: Go to the Amazon EC2
|
201
|
+
# page, choose **Load Balancers** in the navigation pane, select
|
202
|
+
# the load balancer, and get the value of the **Hosted zone**
|
203
|
+
# field on the **Description** tab.
|
204
204
|
#
|
205
|
-
# * **Elastic Load Balancing API
|
205
|
+
# * **Elastic Load Balancing API**: Use `DescribeLoadBalancers` to
|
206
206
|
# get the applicable value. For more information, see the
|
207
207
|
# applicable guide:
|
208
208
|
#
|
@@ -213,7 +213,7 @@ module Aws::Route53
|
|
213
213
|
# [DescribeLoadBalancers][6] to get the value of
|
214
214
|
# `CanonicalHostedZoneId`.
|
215
215
|
#
|
216
|
-
# * **CLI
|
216
|
+
# * **CLI**: Use `describe-load-balancers` to get the applicable
|
217
217
|
# value. For more information, see the applicable guide:
|
218
218
|
#
|
219
219
|
# * Classic Load Balancers: Use [describe-load-balancers][7] to
|
@@ -260,7 +260,7 @@ module Aws::Route53
|
|
260
260
|
# Amazon API Gateway custom regional APIs and edge-optimized APIs
|
261
261
|
#
|
262
262
|
# : Specify the applicable domain name for your API. You can get the
|
263
|
-
# applicable value using the CLI command [get-domain-names][1]
|
263
|
+
# applicable value using the CLI command [get-domain-names][1]:
|
264
264
|
#
|
265
265
|
# * For regional APIs, specify the value of `regionalDomainName`.
|
266
266
|
#
|
@@ -329,17 +329,17 @@ module Aws::Route53
|
|
329
329
|
# can use the following methods to get the value of the CNAME
|
330
330
|
# attribute:
|
331
331
|
#
|
332
|
-
# * *Amazon Web Services Management Console
|
332
|
+
# * *Amazon Web Services Management Console*: For information about
|
333
333
|
# how to get the value by using the console, see [Using Custom
|
334
334
|
# Domains with Elastic Beanstalk][4] in the *Elastic Beanstalk
|
335
335
|
# Developer Guide*.
|
336
336
|
#
|
337
|
-
# * *Elastic Beanstalk API
|
337
|
+
# * *Elastic Beanstalk API*: Use the `DescribeEnvironments` action
|
338
338
|
# to get the value of the `CNAME` attribute. For more information,
|
339
339
|
# see [DescribeEnvironments][5] in the *Elastic Beanstalk API
|
340
340
|
# Reference*.
|
341
341
|
#
|
342
|
-
# * *CLI
|
342
|
+
# * *CLI*: Use the `describe-environments` command to get the value
|
343
343
|
# of the `CNAME` attribute. For more information, see
|
344
344
|
# [describe-environments][6] in the *CLI Command Reference*.
|
345
345
|
#
|
@@ -349,7 +349,7 @@ module Aws::Route53
|
|
349
349
|
# Get the DNS name by using the Amazon Web Services Management
|
350
350
|
# Console, the ELB API, or the CLI.
|
351
351
|
#
|
352
|
-
# * **Amazon Web Services Management Console
|
352
|
+
# * **Amazon Web Services Management Console**: Go to the EC2 page,
|
353
353
|
# choose **Load Balancers** in the navigation pane, choose the
|
354
354
|
# load balancer, choose the **Description** tab, and get the value
|
355
355
|
# of the **DNS name** field.
|
@@ -359,7 +359,7 @@ module Aws::Route53
|
|
359
359
|
# to another type of load balancer, get the value that applies to
|
360
360
|
# the record type, A or AAAA.
|
361
361
|
#
|
362
|
-
# * **Elastic Load Balancing API
|
362
|
+
# * **Elastic Load Balancing API**: Use `DescribeLoadBalancers` to
|
363
363
|
# get the value of `DNSName`. For more information, see the
|
364
364
|
# applicable guide:
|
365
365
|
#
|
@@ -368,7 +368,7 @@ module Aws::Route53
|
|
368
368
|
# * Application and Network Load Balancers:
|
369
369
|
# [DescribeLoadBalancers][8]
|
370
370
|
#
|
371
|
-
# * **CLI
|
371
|
+
# * **CLI**: Use `describe-load-balancers` to get the value of
|
372
372
|
# `DNSName`. For more information, see the applicable guide:
|
373
373
|
#
|
374
374
|
# * Classic Load Balancers: [describe-load-balancers][9]
|
@@ -462,7 +462,7 @@ module Aws::Route53
|
|
462
462
|
#
|
463
463
|
# : Health checking behavior depends on the type of load balancer:
|
464
464
|
#
|
465
|
-
# * **Classic Load Balancers
|
465
|
+
# * **Classic Load Balancers**: If you specify an ELB Classic Load
|
466
466
|
# Balancer in `DNSName`, Elastic Load Balancing routes queries
|
467
467
|
# only to the healthy Amazon EC2 instances that are registered
|
468
468
|
# with the load balancer. If you set `EvaluateTargetHealth` to
|
@@ -470,7 +470,7 @@ module Aws::Route53
|
|
470
470
|
# balancer itself is unhealthy, Route 53 routes queries to other
|
471
471
|
# resources.
|
472
472
|
#
|
473
|
-
# * **Application and Network Load Balancers
|
473
|
+
# * **Application and Network Load Balancers**: If you specify an
|
474
474
|
# ELB Application or Network Load Balancer and you set
|
475
475
|
# `EvaluateTargetHealth` to `true`, Route 53 routes queries to the
|
476
476
|
# load balancer based on the health of the target groups that are
|
@@ -578,10 +578,10 @@ module Aws::Route53
|
|
578
578
|
# @!attribute [rw] action
|
579
579
|
# The action to perform:
|
580
580
|
#
|
581
|
-
# * `CREATE
|
581
|
+
# * `CREATE`: Creates a resource record set that has the specified
|
582
582
|
# values.
|
583
583
|
#
|
584
|
-
# * `DELETE
|
584
|
+
# * `DELETE`: Deletes a existing resource record set.
|
585
585
|
#
|
586
586
|
# To delete the resource record set that is associated with a
|
587
587
|
# traffic policy instance, use [DeleteTrafficPolicyInstance][1].
|
@@ -591,7 +591,7 @@ module Aws::Route53
|
|
591
591
|
# the traffic policy instance, and you'll continue to be charged
|
592
592
|
# for it even though it's no longer in use.
|
593
593
|
#
|
594
|
-
# * `UPSERT
|
594
|
+
# * `UPSERT`: If a resource record set doesn't already exist, Route
|
595
595
|
# 53 creates it. If a resource record set does exist, Route 53
|
596
596
|
# updates it with the values in the request.
|
597
597
|
#
|
@@ -1467,7 +1467,7 @@ module Aws::Route53
|
|
1467
1467
|
# Amazon Route 53 to send query logs to. This is the format of the
|
1468
1468
|
# ARN:
|
1469
1469
|
#
|
1470
|
-
# arn:aws:logs:*region
|
1470
|
+
# arn:aws:logs:*region*:*account-id*:log-group:*log\_group\_name*
|
1471
1471
|
#
|
1472
1472
|
# To get the ARN for a log group, you can use the CloudWatch console,
|
1473
1473
|
# the [DescribeLogGroups][1] API action, the [describe-log-groups][2]
|
@@ -2294,19 +2294,19 @@ module Aws::Route53
|
|
2294
2294
|
#
|
2295
2295
|
# Amazon Route 53 supports the following continent codes:
|
2296
2296
|
#
|
2297
|
-
# * **AF
|
2297
|
+
# * **AF**: Africa
|
2298
2298
|
#
|
2299
|
-
# * **AN
|
2299
|
+
# * **AN**: Antarctica
|
2300
2300
|
#
|
2301
|
-
# * **AS
|
2301
|
+
# * **AS**: Asia
|
2302
2302
|
#
|
2303
|
-
# * **EU
|
2303
|
+
# * **EU**: Europe
|
2304
2304
|
#
|
2305
|
-
# * **OC
|
2305
|
+
# * **OC**: Oceania
|
2306
2306
|
#
|
2307
|
-
# * **NA
|
2307
|
+
# * **NA**: North America
|
2308
2308
|
#
|
2309
|
-
# * **SA
|
2309
|
+
# * **SA**: South America
|
2310
2310
|
#
|
2311
2311
|
# Constraint: Specifying `ContinentCode` with either `CountryCode` or
|
2312
2312
|
# `SubdivisionCode` returns an `InvalidInput` error.
|
@@ -2405,23 +2405,23 @@ module Aws::Route53
|
|
2405
2405
|
# @!attribute [rw] type
|
2406
2406
|
# The limit that you want to get. Valid values include the following:
|
2407
2407
|
#
|
2408
|
-
# * **MAX\_HEALTH\_CHECKS\_BY\_OWNER
|
2408
|
+
# * **MAX\_HEALTH\_CHECKS\_BY\_OWNER**: The maximum number of health
|
2409
2409
|
# checks that you can create using the current account.
|
2410
2410
|
#
|
2411
|
-
# * **MAX\_HOSTED\_ZONES\_BY\_OWNER
|
2411
|
+
# * **MAX\_HOSTED\_ZONES\_BY\_OWNER**: The maximum number of hosted
|
2412
2412
|
# zones that you can create using the current account.
|
2413
2413
|
#
|
2414
|
-
# * **MAX\_REUSABLE\_DELEGATION\_SETS\_BY\_OWNER
|
2415
|
-
#
|
2416
|
-
#
|
2414
|
+
# * **MAX\_REUSABLE\_DELEGATION\_SETS\_BY\_OWNER**: The maximum number
|
2415
|
+
# of reusable delegation sets that you can create using the current
|
2416
|
+
# account.
|
2417
2417
|
#
|
2418
|
-
# * **MAX\_TRAFFIC\_POLICIES\_BY\_OWNER
|
2418
|
+
# * **MAX\_TRAFFIC\_POLICIES\_BY\_OWNER**: The maximum number of
|
2419
2419
|
# traffic policies that you can create using the current account.
|
2420
2420
|
#
|
2421
|
-
# * **MAX\_TRAFFIC\_POLICY\_INSTANCES\_BY\_OWNER
|
2422
|
-
#
|
2423
|
-
#
|
2424
|
-
#
|
2421
|
+
# * **MAX\_TRAFFIC\_POLICY\_INSTANCES\_BY\_OWNER**: The maximum number
|
2422
|
+
# of traffic policy instances that you can create using the current
|
2423
|
+
# account. (Traffic policy instances are referred to as traffic flow
|
2424
|
+
# policy records in the Amazon Route 53 console.)
|
2425
2425
|
# @return [String]
|
2426
2426
|
#
|
2427
2427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetAccountLimitRequest AWS API Documentation
|
@@ -2550,19 +2550,19 @@ module Aws::Route53
|
|
2550
2550
|
# identifies a continent. Amazon Route 53 supports the following
|
2551
2551
|
# continent codes:
|
2552
2552
|
#
|
2553
|
-
# * **AF
|
2553
|
+
# * **AF**: Africa
|
2554
2554
|
#
|
2555
|
-
# * **AN
|
2555
|
+
# * **AN**: Antarctica
|
2556
2556
|
#
|
2557
|
-
# * **AS
|
2557
|
+
# * **AS**: Asia
|
2558
2558
|
#
|
2559
|
-
# * **EU
|
2559
|
+
# * **EU**: Europe
|
2560
2560
|
#
|
2561
|
-
# * **OC
|
2561
|
+
# * **OC**: Oceania
|
2562
2562
|
#
|
2563
|
-
# * **NA
|
2563
|
+
# * **NA**: North America
|
2564
2564
|
#
|
2565
|
-
# * **SA
|
2565
|
+
# * **SA**: South America
|
2566
2566
|
# @return [String]
|
2567
2567
|
#
|
2568
2568
|
# @!attribute [rw] country_code
|
@@ -2781,10 +2781,10 @@ module Aws::Route53
|
|
2781
2781
|
# @!attribute [rw] type
|
2782
2782
|
# The limit that you want to get. Valid values include the following:
|
2783
2783
|
#
|
2784
|
-
# * **MAX\_RRSETS\_BY\_ZONE
|
2784
|
+
# * **MAX\_RRSETS\_BY\_ZONE**: The maximum number of records that you
|
2785
2785
|
# can create in the specified hosted zone.
|
2786
2786
|
#
|
2787
|
-
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE
|
2787
|
+
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE**: The maximum number of Amazon
|
2788
2788
|
# VPCs that you can associate with the specified private hosted
|
2789
2789
|
# zone.
|
2790
2790
|
# @return [String]
|
@@ -3149,12 +3149,12 @@ module Aws::Route53
|
|
3149
3149
|
# that you specify in `RequestInterval`. Using an IP address returned
|
3150
3150
|
# by DNS, Route 53 then checks the health of the endpoint.
|
3151
3151
|
#
|
3152
|
-
# Use one of the following formats for the value of `IPAddress
|
3152
|
+
# Use one of the following formats for the value of `IPAddress`:
|
3153
3153
|
#
|
3154
|
-
# * **IPv4 address
|
3154
|
+
# * **IPv4 address**: four values between 0 and 255, separated by
|
3155
3155
|
# periods (.), for example, `192.0.2.44`.
|
3156
3156
|
#
|
3157
|
-
# * **IPv6 address
|
3157
|
+
# * **IPv6 address**: eight groups of four hexadecimal values,
|
3158
3158
|
# separated by colons (:), for example,
|
3159
3159
|
# `2001:0db8:85a3:0000:0000:abcd:0001:2345`. You can also shorten
|
3160
3160
|
# IPv6 addresses as described in RFC 5952, for example,
|
@@ -3208,44 +3208,44 @@ module Aws::Route53
|
|
3208
3208
|
#
|
3209
3209
|
# You can create the following types of health checks:
|
3210
3210
|
#
|
3211
|
-
# * **HTTP
|
3211
|
+
# * **HTTP**: Route 53 tries to establish a TCP connection. If
|
3212
3212
|
# successful, Route 53 submits an HTTP request and waits for an HTTP
|
3213
3213
|
# status code of 200 or greater and less than 400.
|
3214
3214
|
#
|
3215
|
-
# * **HTTPS
|
3215
|
+
# * **HTTPS**: Route 53 tries to establish a TCP connection. If
|
3216
3216
|
# successful, Route 53 submits an HTTPS request and waits for an
|
3217
3217
|
# HTTP status code of 200 or greater and less than 400.
|
3218
3218
|
#
|
3219
3219
|
# If you specify `HTTPS` for the value of `Type`, the endpoint must
|
3220
3220
|
# support TLS v1.0 or later.
|
3221
3221
|
#
|
3222
|
-
# * **HTTP\_STR\_MATCH
|
3222
|
+
# * **HTTP\_STR\_MATCH**: Route 53 tries to establish a TCP
|
3223
3223
|
# connection. If successful, Route 53 submits an HTTP request and
|
3224
3224
|
# searches the first 5,120 bytes of the response body for the string
|
3225
3225
|
# that you specify in `SearchString`.
|
3226
3226
|
#
|
3227
|
-
# * **HTTPS\_STR\_MATCH
|
3227
|
+
# * **HTTPS\_STR\_MATCH**: Route 53 tries to establish a TCP
|
3228
3228
|
# connection. If successful, Route 53 submits an `HTTPS` request and
|
3229
3229
|
# searches the first 5,120 bytes of the response body for the string
|
3230
3230
|
# that you specify in `SearchString`.
|
3231
3231
|
#
|
3232
|
-
# * **TCP
|
3232
|
+
# * **TCP**: Route 53 tries to establish a TCP connection.
|
3233
3233
|
#
|
3234
|
-
# * **CLOUDWATCH\_METRIC
|
3234
|
+
# * **CLOUDWATCH\_METRIC**: The health check is associated with a
|
3235
3235
|
# CloudWatch alarm. If the state of the alarm is `OK`, the health
|
3236
3236
|
# check is considered healthy. If the state is `ALARM`, the health
|
3237
3237
|
# check is considered unhealthy. If CloudWatch doesn't have
|
3238
3238
|
# sufficient data to determine whether the state is `OK` or `ALARM`,
|
3239
3239
|
# the health check status depends on the setting for
|
3240
|
-
# `InsufficientDataHealthStatus
|
3240
|
+
# `InsufficientDataHealthStatus`: `Healthy`, `Unhealthy`, or
|
3241
3241
|
# `LastKnownStatus`.
|
3242
3242
|
#
|
3243
|
-
# * **CALCULATED
|
3244
|
-
#
|
3245
|
-
#
|
3246
|
-
#
|
3243
|
+
# * **CALCULATED**: For health checks that monitor the status of other
|
3244
|
+
# health checks, Route 53 adds up the number of health checks that
|
3245
|
+
# Route 53 health checkers consider to be healthy and compares that
|
3246
|
+
# number with the value of `HealthThreshold`.
|
3247
3247
|
#
|
3248
|
-
# * **RECOVERY\_CONTROL
|
3248
|
+
# * **RECOVERY\_CONTROL**: The health check is assocated with a
|
3249
3249
|
# Route53 Application Recovery Controller routing control. If the
|
3250
3250
|
# routing control state is `ON`, the health check is considered
|
3251
3251
|
# healthy. If the state is `OFF`, the health check is considered
|
@@ -3272,7 +3272,7 @@ module Aws::Route53
|
|
3272
3272
|
# Amazon Route 53 behavior depends on whether you specify a value for
|
3273
3273
|
# `IPAddress`.
|
3274
3274
|
#
|
3275
|
-
# **If you specify a value for** `IPAddress
|
3275
|
+
# **If you specify a value for** `IPAddress`:
|
3276
3276
|
#
|
3277
3277
|
# Amazon Route 53 sends health check requests to the specified IPv4 or
|
3278
3278
|
# IPv6 address and passes the value of `FullyQualifiedDomainName` in
|
@@ -3299,7 +3299,7 @@ module Aws::Route53
|
|
3299
3299
|
# 53 substitutes the value of `IPAddress` in the `Host` header in each
|
3300
3300
|
# of the preceding cases.
|
3301
3301
|
#
|
3302
|
-
# **If you don't specify a value for** `IPAddress
|
3302
|
+
# **If you don't specify a value for** `IPAddress`:
|
3303
3303
|
#
|
3304
3304
|
# Route 53 sends a DNS request to the domain that you specify for
|
3305
3305
|
# `FullyQualifiedDomainName` at the interval that you specify for
|
@@ -3498,11 +3498,11 @@ module Aws::Route53
|
|
3498
3498
|
# the alarm state, the status that you want Amazon Route 53 to assign
|
3499
3499
|
# to the health check:
|
3500
3500
|
#
|
3501
|
-
# * `Healthy
|
3501
|
+
# * `Healthy`: Route 53 considers the health check to be healthy.
|
3502
3502
|
#
|
3503
|
-
# * `Unhealthy
|
3503
|
+
# * `Unhealthy`: Route 53 considers the health check to be unhealthy.
|
3504
3504
|
#
|
3505
|
-
# * `LastKnownStatus
|
3505
|
+
# * `LastKnownStatus`: Route 53 uses the status of the health check
|
3506
3506
|
# from the last time that CloudWatch had sufficient data to
|
3507
3507
|
# determine the alarm state. For new health checks that have no last
|
3508
3508
|
# known status, the default status for the health check is healthy.
|
@@ -3699,10 +3699,10 @@ module Aws::Route53
|
|
3699
3699
|
# @!attribute [rw] type
|
3700
3700
|
# The limit that you requested. Valid values include the following:
|
3701
3701
|
#
|
3702
|
-
# * **MAX\_RRSETS\_BY\_ZONE
|
3702
|
+
# * **MAX\_RRSETS\_BY\_ZONE**: The maximum number of records that you
|
3703
3703
|
# can create in the specified hosted zone.
|
3704
3704
|
#
|
3705
|
-
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE
|
3705
|
+
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE**: The maximum number of Amazon
|
3706
3706
|
# VPCs that you can associate with the specified private hosted
|
3707
3707
|
# zone.
|
3708
3708
|
# @return [String]
|
@@ -5063,18 +5063,18 @@ module Aws::Route53
|
|
5063
5063
|
#
|
5064
5064
|
# Values for alias resource record sets:
|
5065
5065
|
#
|
5066
|
-
# * **API Gateway custom regional API or edge-optimized API
|
5066
|
+
# * **API Gateway custom regional API or edge-optimized API**: A
|
5067
5067
|
#
|
5068
|
-
# * **CloudFront distribution
|
5068
|
+
# * **CloudFront distribution**: A or AAAA
|
5069
5069
|
#
|
5070
5070
|
# * **Elastic Beanstalk environment that has a regionalized
|
5071
|
-
# subdomain
|
5071
|
+
# subdomain**: A
|
5072
5072
|
#
|
5073
|
-
# * **Elastic Load Balancing load balancer
|
5073
|
+
# * **Elastic Load Balancing load balancer**: A \| AAAA
|
5074
5074
|
#
|
5075
|
-
# * **S3 bucket
|
5075
|
+
# * **S3 bucket**: A
|
5076
5076
|
#
|
5077
|
-
# * **VPC interface VPC endpoint
|
5077
|
+
# * **VPC interface VPC endpoint**: A
|
5078
5078
|
#
|
5079
5079
|
# * **Another resource record set in this hosted zone:** The type of
|
5080
5080
|
# the resource record set that the alias references.
|
@@ -5852,7 +5852,7 @@ module Aws::Route53
|
|
5852
5852
|
# @return [String]
|
5853
5853
|
#
|
5854
5854
|
# @!attribute [rw] next_token
|
5855
|
-
# *Optional
|
5855
|
+
# *Optional*: If a response includes a `NextToken` element, there are
|
5856
5856
|
# more VPCs that can be associated with the specified hosted zone. To
|
5857
5857
|
# get the next page of results, submit another request, and include
|
5858
5858
|
# the value of `NextToken` from the response in the `nexttoken`
|
@@ -5860,7 +5860,7 @@ module Aws::Route53
|
|
5860
5860
|
# @return [String]
|
5861
5861
|
#
|
5862
5862
|
# @!attribute [rw] max_results
|
5863
|
-
# *Optional
|
5863
|
+
# *Optional*: An integer that specifies the maximum number of VPCs
|
5864
5864
|
# that you want Amazon Route 53 to return. If you don't specify a
|
5865
5865
|
# value for `MaxResults`, Route 53 returns up to 50 VPCs per page.
|
5866
5866
|
# @return [String]
|
@@ -6294,7 +6294,7 @@ module Aws::Route53
|
|
6294
6294
|
# value of `A` and one with a value of `AAAA`.
|
6295
6295
|
#
|
6296
6296
|
# * **Amazon API Gateway environment that has a regionalized
|
6297
|
-
# subdomain
|
6297
|
+
# subdomain**: `A`
|
6298
6298
|
#
|
6299
6299
|
# * **ELB load balancers:** `A` \| `AAAA`
|
6300
6300
|
#
|
@@ -6499,7 +6499,7 @@ module Aws::Route53
|
|
6499
6499
|
# `EvaluateTargetHealth` element and set the value to true.
|
6500
6500
|
#
|
6501
6501
|
# For more information about configuring failover for Route 53, see
|
6502
|
-
# the following topics in the *Amazon Route 53 Developer Guide
|
6502
|
+
# the following topics in the *Amazon Route 53 Developer Guide*:
|
6503
6503
|
#
|
6504
6504
|
# * [Route 53 Health Checks and DNS Failover][1]
|
6505
6505
|
#
|
@@ -6512,7 +6512,7 @@ module Aws::Route53
|
|
6512
6512
|
# @return [String]
|
6513
6513
|
#
|
6514
6514
|
# @!attribute [rw] multi_value_answer
|
6515
|
-
# *Multivalue answer resource record sets only
|
6515
|
+
# *Multivalue answer resource record sets only*: To route traffic
|
6516
6516
|
# approximately randomly to multiple resources, such as web servers,
|
6517
6517
|
# create one multivalue answer record for each resource and specify
|
6518
6518
|
# `true` for `MultiValueAnswer`. Note the following:
|
@@ -6621,7 +6621,7 @@ module Aws::Route53
|
|
6621
6621
|
# the health of the endpoint that you specified in the health check.
|
6622
6622
|
#
|
6623
6623
|
# For more information, see the following topics in the *Amazon Route
|
6624
|
-
# 53 Developer Guide
|
6624
|
+
# 53 Developer Guide*:
|
6625
6625
|
#
|
6626
6626
|
# * [How Amazon Route 53 Determines Whether an Endpoint Is Healthy][1]
|
6627
6627
|
#
|
@@ -6637,8 +6637,8 @@ module Aws::Route53
|
|
6637
6637
|
# status of a health check. Configuring health checks makes sense only
|
6638
6638
|
# in the following configurations:
|
6639
6639
|
#
|
6640
|
-
# * **Non-alias resource record sets
|
6641
|
-
#
|
6640
|
+
# * **Non-alias resource record sets**: You're checking the health of
|
6641
|
+
# a group of non-alias resource record sets that have the same
|
6642
6642
|
# routing policy, name, and type (such as multiple weighted records
|
6643
6643
|
# named www.example.com with a type of A) and you specify health
|
6644
6644
|
# check IDs for all the resource record sets.
|
@@ -6655,7 +6655,7 @@ module Aws::Route53
|
|
6655
6655
|
# group is unhealthy, Route 53 considers all resource record sets in
|
6656
6656
|
# the group healthy and responds to DNS queries accordingly.
|
6657
6657
|
#
|
6658
|
-
# * **Alias resource record sets
|
6658
|
+
# * **Alias resource record sets**: You specify the following
|
6659
6659
|
# settings:
|
6660
6660
|
#
|
6661
6661
|
# * You set `EvaluateTargetHealth` to true for an alias resource
|
@@ -6858,17 +6858,17 @@ module Aws::Route53
|
|
6858
6858
|
# The value of `Key` depends on the operation that you want to
|
6859
6859
|
# perform:
|
6860
6860
|
#
|
6861
|
-
# * **Add a tag to a health check or hosted zone
|
6861
|
+
# * **Add a tag to a health check or hosted zone**: `Key` is the name
|
6862
6862
|
# that you want to give the new tag.
|
6863
6863
|
#
|
6864
|
-
# * **Edit a tag
|
6864
|
+
# * **Edit a tag**: `Key` is the name of the tag that you want to
|
6865
6865
|
# change the `Value` for.
|
6866
6866
|
#
|
6867
|
-
# * <b> Delete a key</b
|
6867
|
+
# * <b> Delete a key</b>: `Key` is the name of the tag you want to
|
6868
6868
|
# remove.
|
6869
6869
|
#
|
6870
|
-
# * **Give a name to a health check
|
6871
|
-
#
|
6870
|
+
# * **Give a name to a health check**: Edit the default `Name` tag. In
|
6871
|
+
# the Amazon Route 53 console, the list of your health checks
|
6872
6872
|
# includes a **Name** column that lets you see the name that you've
|
6873
6873
|
# given to each health check.
|
6874
6874
|
# @return [String]
|
@@ -6877,10 +6877,10 @@ module Aws::Route53
|
|
6877
6877
|
# The value of `Value` depends on the operation that you want to
|
6878
6878
|
# perform:
|
6879
6879
|
#
|
6880
|
-
# * **Add a tag to a health check or hosted zone
|
6880
|
+
# * **Add a tag to a health check or hosted zone**: `Value` is the
|
6881
6881
|
# value that you want to give the new tag.
|
6882
6882
|
#
|
6883
|
-
# * **Edit a tag
|
6883
|
+
# * **Edit a tag**: `Value` is the new value that you want to assign
|
6884
6884
|
# the tag.
|
6885
6885
|
# @return [String]
|
6886
6886
|
#
|
@@ -6938,9 +6938,9 @@ module Aws::Route53
|
|
6938
6938
|
# The range of valid values depends on whether `edns0clientsubnetip`
|
6939
6939
|
# is an IPv4 or an IPv6 address:
|
6940
6940
|
#
|
6941
|
-
# * **IPv4
|
6941
|
+
# * **IPv4**: Specify a value between 0 and 32
|
6942
6942
|
#
|
6943
|
-
# * **IPv6
|
6943
|
+
# * **IPv6**: Specify a value between 0 and 128
|
6944
6944
|
# @return [String]
|
6945
6945
|
#
|
6946
6946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TestDNSAnswerRequest AWS API Documentation
|
@@ -7454,12 +7454,12 @@ module Aws::Route53
|
|
7454
7454
|
# that you specify in `RequestInterval`. Using an IP address that is
|
7455
7455
|
# returned by DNS, Route 53 then checks the health of the endpoint.
|
7456
7456
|
#
|
7457
|
-
# Use one of the following formats for the value of `IPAddress
|
7457
|
+
# Use one of the following formats for the value of `IPAddress`:
|
7458
7458
|
#
|
7459
|
-
# * **IPv4 address
|
7459
|
+
# * **IPv4 address**: four values between 0 and 255, separated by
|
7460
7460
|
# periods (.), for example, `192.0.2.44`.
|
7461
7461
|
#
|
7462
|
-
# * **IPv6 address
|
7462
|
+
# * **IPv6 address**: eight groups of four hexadecimal values,
|
7463
7463
|
# separated by colons (:), for example,
|
7464
7464
|
# `2001:0db8:85a3:0000:0000:abcd:0001:2345`. You can also shorten
|
7465
7465
|
# IPv6 addresses as described in RFC 5952, for example,
|
@@ -7537,7 +7537,7 @@ module Aws::Route53
|
|
7537
7537
|
#
|
7538
7538
|
# </note>
|
7539
7539
|
#
|
7540
|
-
# **If you specify a value for** `IPAddress
|
7540
|
+
# **If you specify a value for** `IPAddress`:
|
7541
7541
|
#
|
7542
7542
|
# Route 53 sends health check requests to the specified IPv4 or IPv6
|
7543
7543
|
# address and passes the value of `FullyQualifiedDomainName` in the
|
@@ -7558,14 +7558,14 @@ module Aws::Route53
|
|
7558
7558
|
#
|
7559
7559
|
# * If you specify another value for `Port` and any value except `TCP`
|
7560
7560
|
# for `Type`, Route 53 passes <i>
|
7561
|
-
# <code>FullyQualifiedDomainName</code
|
7561
|
+
# <code>FullyQualifiedDomainName</code>:<code>Port</code> </i> to
|
7562
7562
|
# the endpoint in the `Host` header.
|
7563
7563
|
#
|
7564
7564
|
# If you don't specify a value for `FullyQualifiedDomainName`, Route
|
7565
7565
|
# 53 substitutes the value of `IPAddress` in the `Host` header in each
|
7566
7566
|
# of the above cases.
|
7567
7567
|
#
|
7568
|
-
# **If you don't specify a value for** `IPAddress
|
7568
|
+
# **If you don't specify a value for** `IPAddress`:
|
7569
7569
|
#
|
7570
7570
|
# If you don't specify a value for `IPAddress`, Route 53 sends a DNS
|
7571
7571
|
# request to the domain that you specify in `FullyQualifiedDomainName`
|
@@ -7727,11 +7727,11 @@ module Aws::Route53
|
|
7727
7727
|
# the alarm state, the status that you want Amazon Route 53 to assign
|
7728
7728
|
# to the health check:
|
7729
7729
|
#
|
7730
|
-
# * `Healthy
|
7730
|
+
# * `Healthy`: Route 53 considers the health check to be healthy.
|
7731
7731
|
#
|
7732
|
-
# * `Unhealthy
|
7732
|
+
# * `Unhealthy`: Route 53 considers the health check to be unhealthy.
|
7733
7733
|
#
|
7734
|
-
# * `LastKnownStatus
|
7734
|
+
# * `LastKnownStatus`: By default, Route 53 uses the status of the
|
7735
7735
|
# health check from the last time CloudWatch had sufficient data to
|
7736
7736
|
# determine the alarm state. For new health checks that have no last
|
7737
7737
|
# known status, the status for the health check is healthy.
|
@@ -7742,16 +7742,16 @@ module Aws::Route53
|
|
7742
7742
|
# each element that you want to reset to the default value. Valid
|
7743
7743
|
# values for `ResettableElementName` include the following:
|
7744
7744
|
#
|
7745
|
-
# * `ChildHealthChecks
|
7746
|
-
#
|
7745
|
+
# * `ChildHealthChecks`: Amazon Route 53 resets [ChildHealthChecks][1]
|
7746
|
+
# to null.
|
7747
7747
|
#
|
7748
|
-
# * `FullyQualifiedDomainName
|
7748
|
+
# * `FullyQualifiedDomainName`: Route 53 resets
|
7749
7749
|
# [FullyQualifiedDomainName][2]. to null.
|
7750
7750
|
#
|
7751
|
-
# * `Regions
|
7751
|
+
# * `Regions`: Route 53 resets the [Regions][3] list to the default
|
7752
7752
|
# set of regions.
|
7753
7753
|
#
|
7754
|
-
# * `ResourcePath
|
7754
|
+
# * `ResourcePath`: Route 53 resets [ResourcePath][4] to null.
|
7755
7755
|
#
|
7756
7756
|
#
|
7757
7757
|
#
|
data/lib/aws-sdk-route53.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|