aws-sdk-route53 1.30.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-route53.rb +7 -4
- data/lib/aws-sdk-route53/client.rb +214 -108
- data/lib/aws-sdk-route53/client_api.rb +6 -0
- data/lib/aws-sdk-route53/errors.rb +73 -51
- data/lib/aws-sdk-route53/resource.rb +1 -0
- data/lib/aws-sdk-route53/types.rb +173 -112
- data/lib/aws-sdk-route53/waiters.rb +61 -0
- metadata +3 -3
@@ -57,7 +57,7 @@ module Aws::Route53
|
|
57
57
|
# data as a hash:
|
58
58
|
#
|
59
59
|
# {
|
60
|
-
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
60
|
+
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
61
61
|
# name: "AlarmName", # required
|
62
62
|
# }
|
63
63
|
#
|
@@ -67,12 +67,12 @@ module Aws::Route53
|
|
67
67
|
# that the alarm was created in.
|
68
68
|
#
|
69
69
|
# For the current list of CloudWatch regions, see [Amazon
|
70
|
-
# CloudWatch][1] in the *AWS
|
71
|
-
#
|
70
|
+
# CloudWatch][1] in the *AWS Service Endpoints* chapter of the *Amazon
|
71
|
+
# Web Services General Reference*.
|
72
72
|
#
|
73
73
|
#
|
74
74
|
#
|
75
|
-
# [1]:
|
75
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region
|
76
76
|
# @return [String]
|
77
77
|
#
|
78
78
|
# @!attribute [rw] name
|
@@ -93,7 +93,7 @@ module Aws::Route53
|
|
93
93
|
#
|
94
94
|
#
|
95
95
|
#
|
96
|
-
# [1]:
|
96
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics
|
97
97
|
# @return [String]
|
98
98
|
#
|
99
99
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/AlarmIdentifier AWS API Documentation
|
@@ -120,7 +120,7 @@ module Aws::Route53
|
|
120
120
|
#
|
121
121
|
#
|
122
122
|
#
|
123
|
-
# [1]:
|
123
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html
|
124
124
|
#
|
125
125
|
# @note When making an API call, you may pass AliasTarget
|
126
126
|
# data as a hash:
|
@@ -165,7 +165,7 @@ module Aws::Route53
|
|
165
165
|
# : Specify the hosted zone ID for the region that you created the
|
166
166
|
# environment in. The environment must have a regionalized
|
167
167
|
# subdomain. For a list of regions and the corresponding hosted zone
|
168
|
-
# IDs, see [AWS Elastic Beanstalk][3] in the "AWS
|
168
|
+
# IDs, see [AWS Elastic Beanstalk][3] in the "AWS Service
|
169
169
|
# Endpoints" chapter of the *Amazon Web Services General
|
170
170
|
# Reference*.
|
171
171
|
#
|
@@ -174,8 +174,8 @@ module Aws::Route53
|
|
174
174
|
# : Specify the value of the hosted zone ID for the load balancer. Use
|
175
175
|
# the following methods to get the hosted zone ID:
|
176
176
|
#
|
177
|
-
# * [
|
178
|
-
# Endpoints"
|
177
|
+
# * [Service Endpoints][4] table in the "Elastic Load Balancing
|
178
|
+
# Endpoints and Quotas" topic in the *Amazon Web Services General
|
179
179
|
# Reference*\: Use the value that corresponds with the region that
|
180
180
|
# you created your load balancer in. Note that there are separate
|
181
181
|
# columns for Application and Classic Load Balancers and for
|
@@ -208,12 +208,15 @@ module Aws::Route53
|
|
208
208
|
# [describe-load-balancers][8] to get the value of
|
209
209
|
# `CanonicalHostedZoneId`.
|
210
210
|
#
|
211
|
+
# AWS Global Accelerator accelerator
|
212
|
+
#
|
213
|
+
# : Specify `Z2BJ6XQ5FK7U4H`.
|
214
|
+
#
|
211
215
|
# An Amazon S3 bucket configured as a static website
|
212
216
|
#
|
213
217
|
# : Specify the hosted zone ID for the region that you created the
|
214
|
-
# bucket in. For more information about valid values, see the
|
215
|
-
# [Amazon
|
216
|
-
# "AWS Regions and Endpoints" chapter of the *Amazon Web Services
|
218
|
+
# bucket in. For more information about valid values, see the table
|
219
|
+
# [Amazon S3 Website Endpoints][9] in the *Amazon Web Services
|
217
220
|
# General Reference*.
|
218
221
|
#
|
219
222
|
# Another Route 53 resource record set in your hosted zone
|
@@ -226,13 +229,13 @@ module Aws::Route53
|
|
226
229
|
#
|
227
230
|
# [1]: https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html
|
228
231
|
# [2]: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html
|
229
|
-
# [3]:
|
230
|
-
# [4]: https://docs.aws.amazon.com/general/latest/gr/
|
231
|
-
# [5]:
|
232
|
-
# [6]:
|
232
|
+
# [3]: https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region
|
233
|
+
# [4]: https://docs.aws.amazon.com/general/latest/gr/elb.html
|
234
|
+
# [5]: https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html
|
235
|
+
# [6]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html
|
233
236
|
# [7]: http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html
|
234
237
|
# [8]: http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html
|
235
|
-
# [9]:
|
238
|
+
# [9]: https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints
|
236
239
|
# @return [String]
|
237
240
|
#
|
238
241
|
# @!attribute [rw] dns_name
|
@@ -323,8 +326,7 @@ module Aws::Route53
|
|
323
326
|
#
|
324
327
|
# * *AWS CLI*\: Use the `describe-environments` command to get the
|
325
328
|
# value of the `CNAME` attribute. For more information, see
|
326
|
-
# [describe-environments][6] in the *AWS Command
|
327
|
-
# Reference*.
|
329
|
+
# [describe-environments][6] in the *AWS CLI Command Reference*.
|
328
330
|
#
|
329
331
|
# ELB load balancer
|
330
332
|
#
|
@@ -359,16 +361,25 @@ module Aws::Route53
|
|
359
361
|
# * Application and Network Load Balancers:
|
360
362
|
# [describe-load-balancers][10]
|
361
363
|
#
|
364
|
+
# AWS Global Accelerator accelerator
|
365
|
+
#
|
366
|
+
# : Specify the DNS name for your accelerator:
|
367
|
+
#
|
368
|
+
# * **Global Accelerator API:** To get the DNS name, use
|
369
|
+
# [DescribeAccelerator][11].
|
370
|
+
#
|
371
|
+
# * **AWS CLI:** To get the DNS name, use
|
372
|
+
# [describe-accelerator][12].
|
373
|
+
#
|
362
374
|
# Amazon S3 bucket that is configured as a static website
|
363
375
|
#
|
364
376
|
# : Specify the domain name of the Amazon S3 website endpoint that you
|
365
377
|
# created the bucket in, for example,
|
366
378
|
# `s3-website.us-east-2.amazonaws.com`. For more information about
|
367
|
-
# valid values, see the table [Amazon
|
368
|
-
#
|
369
|
-
#
|
370
|
-
#
|
371
|
-
# *Amazon Route 53 Developer Guide.*
|
379
|
+
# valid values, see the table [Amazon S3 Website Endpoints][13] in
|
380
|
+
# the *Amazon Web Services General Reference*. For more information
|
381
|
+
# about using S3 buckets for websites, see [Getting Started with
|
382
|
+
# Amazon Route 53][14] in the *Amazon Route 53 Developer Guide.*
|
372
383
|
#
|
373
384
|
# Another Route 53 resource record set
|
374
385
|
#
|
@@ -389,16 +400,18 @@ module Aws::Route53
|
|
389
400
|
#
|
390
401
|
# [1]: https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html
|
391
402
|
# [2]: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html
|
392
|
-
# [3]:
|
393
|
-
# [4]:
|
394
|
-
# [5]:
|
395
|
-
# [6]:
|
396
|
-
# [7]:
|
397
|
-
# [8]:
|
403
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html
|
404
|
+
# [4]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html
|
405
|
+
# [5]: https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html
|
406
|
+
# [6]: https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html
|
407
|
+
# [7]: https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html
|
408
|
+
# [8]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html
|
398
409
|
# [9]: http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html
|
399
410
|
# [10]: http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html
|
400
|
-
# [11]:
|
401
|
-
# [12]:
|
411
|
+
# [11]: https://docs.aws.amazon.com/global-accelerator/latest/api/API_DescribeAccelerator.html
|
412
|
+
# [12]: https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator.html
|
413
|
+
# [13]: https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints
|
414
|
+
# [14]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html
|
402
415
|
# @return [String]
|
403
416
|
#
|
404
417
|
# @!attribute [rw] evaluate_target_health
|
@@ -486,8 +499,8 @@ module Aws::Route53
|
|
486
499
|
#
|
487
500
|
#
|
488
501
|
#
|
489
|
-
# [1]:
|
490
|
-
# [2]:
|
502
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting
|
503
|
+
# [2]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
|
491
504
|
# @return [Boolean]
|
492
505
|
#
|
493
506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/AliasTarget AWS API Documentation
|
@@ -508,7 +521,7 @@ module Aws::Route53
|
|
508
521
|
# {
|
509
522
|
# hosted_zone_id: "ResourceId", # required
|
510
523
|
# vpc: { # required
|
511
|
-
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1
|
524
|
+
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
|
512
525
|
# vpc_id: "VPCId",
|
513
526
|
# },
|
514
527
|
# comment: "AssociateVPCComment",
|
@@ -566,7 +579,7 @@ module Aws::Route53
|
|
566
579
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
567
580
|
# set_identifier: "ResourceRecordSetIdentifier",
|
568
581
|
# weight: 1,
|
569
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1
|
582
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
|
570
583
|
# geo_location: {
|
571
584
|
# continent_code: "GeoLocationContinentCode",
|
572
585
|
# country_code: "GeoLocationCountryCode",
|
@@ -643,7 +656,7 @@ module Aws::Route53
|
|
643
656
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
644
657
|
# set_identifier: "ResourceRecordSetIdentifier",
|
645
658
|
# weight: 1,
|
646
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1
|
659
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
|
647
660
|
# geo_location: {
|
648
661
|
# continent_code: "GeoLocationContinentCode",
|
649
662
|
# country_code: "GeoLocationCountryCode",
|
@@ -749,7 +762,7 @@ module Aws::Route53
|
|
749
762
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
750
763
|
# set_identifier: "ResourceRecordSetIdentifier",
|
751
764
|
# weight: 1,
|
752
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1
|
765
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
|
753
766
|
# geo_location: {
|
754
767
|
# continent_code: "GeoLocationContinentCode",
|
755
768
|
# country_code: "GeoLocationCountryCode",
|
@@ -910,7 +923,7 @@ module Aws::Route53
|
|
910
923
|
#
|
911
924
|
#
|
912
925
|
#
|
913
|
-
# [1]:
|
926
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html
|
914
927
|
# @return [String]
|
915
928
|
#
|
916
929
|
# @!attribute [rw] statistic
|
@@ -927,7 +940,7 @@ module Aws::Route53
|
|
927
940
|
#
|
928
941
|
#
|
929
942
|
#
|
930
|
-
# [1]:
|
943
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html
|
931
944
|
# @return [Array<Types::Dimension>]
|
932
945
|
#
|
933
946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CloudWatchAlarmConfiguration AWS API Documentation
|
@@ -958,11 +971,11 @@ module Aws::Route53
|
|
958
971
|
include Aws::Structure
|
959
972
|
end
|
960
973
|
|
961
|
-
# The cause of this error depends on
|
962
|
-
#
|
974
|
+
# The cause of this error depends on the operation that you're
|
975
|
+
# performing:
|
963
976
|
#
|
964
|
-
# * **
|
965
|
-
# that have a parent/child relationship (example.com and
|
977
|
+
# * **Create a public hosted zone:** Two hosted zones that have the same
|
978
|
+
# name or that have a parent/child relationship (example.com and
|
966
979
|
# test.example.com) can't have any common name servers. You tried to
|
967
980
|
# create a hosted zone that has the same name as an existing hosted
|
968
981
|
# zone or that's the parent or child of an existing hosted zone, and
|
@@ -970,12 +983,13 @@ module Aws::Route53
|
|
970
983
|
# with the existing hosted zone. For more information, see
|
971
984
|
# [CreateReusableDelegationSet][1].
|
972
985
|
#
|
973
|
-
# * **
|
974
|
-
# already
|
975
|
-
#
|
976
|
-
#
|
977
|
-
#
|
978
|
-
#
|
986
|
+
# * **Create a private hosted zone:** A hosted zone with the specified
|
987
|
+
# name already exists and is already associated with the Amazon VPC
|
988
|
+
# that you specified.
|
989
|
+
#
|
990
|
+
# * **Associate VPCs with a private hosted zone:** The VPC that you
|
991
|
+
# specified is already associated with another hosted zone that has
|
992
|
+
# the same name.
|
979
993
|
#
|
980
994
|
#
|
981
995
|
#
|
@@ -1031,7 +1045,7 @@ module Aws::Route53
|
|
1031
1045
|
# enable_sni: false,
|
1032
1046
|
# regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
|
1033
1047
|
# alarm_identifier: {
|
1034
|
-
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
1048
|
+
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
1035
1049
|
# name: "AlarmName", # required
|
1036
1050
|
# },
|
1037
1051
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -1103,7 +1117,7 @@ module Aws::Route53
|
|
1103
1117
|
# {
|
1104
1118
|
# name: "DNSName", # required
|
1105
1119
|
# vpc: {
|
1106
|
-
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1
|
1120
|
+
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
|
1107
1121
|
# vpc_id: "VPCId",
|
1108
1122
|
# },
|
1109
1123
|
# caller_reference: "Nonce", # required
|
@@ -1529,7 +1543,7 @@ module Aws::Route53
|
|
1529
1543
|
# {
|
1530
1544
|
# hosted_zone_id: "ResourceId", # required
|
1531
1545
|
# vpc: { # required
|
1532
|
-
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1
|
1546
|
+
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
|
1533
1547
|
# vpc_id: "VPCId",
|
1534
1548
|
# },
|
1535
1549
|
# }
|
@@ -1850,7 +1864,7 @@ module Aws::Route53
|
|
1850
1864
|
# {
|
1851
1865
|
# hosted_zone_id: "ResourceId", # required
|
1852
1866
|
# vpc: { # required
|
1853
|
-
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1
|
1867
|
+
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
|
1854
1868
|
# vpc_id: "VPCId",
|
1855
1869
|
# },
|
1856
1870
|
# }
|
@@ -1912,7 +1926,7 @@ module Aws::Route53
|
|
1912
1926
|
# {
|
1913
1927
|
# hosted_zone_id: "ResourceId", # required
|
1914
1928
|
# vpc: { # required
|
1915
|
-
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1
|
1929
|
+
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
|
1916
1930
|
# vpc_id: "VPCId",
|
1917
1931
|
# },
|
1918
1932
|
# comment: "DisassociateVPCComment",
|
@@ -1970,19 +1984,51 @@ module Aws::Route53
|
|
1970
1984
|
# @!attribute [rw] continent_code
|
1971
1985
|
# The two-letter code for the continent.
|
1972
1986
|
#
|
1973
|
-
#
|
1987
|
+
# Amazon Route 53 supports the following continent codes:
|
1988
|
+
#
|
1989
|
+
# * **AF**\: Africa
|
1990
|
+
#
|
1991
|
+
# * **AN**\: Antarctica
|
1992
|
+
#
|
1993
|
+
# * **AS**\: Asia
|
1994
|
+
#
|
1995
|
+
# * **EU**\: Europe
|
1996
|
+
#
|
1997
|
+
# * **OC**\: Oceania
|
1998
|
+
#
|
1999
|
+
# * **NA**\: North America
|
2000
|
+
#
|
2001
|
+
# * **SA**\: South America
|
1974
2002
|
#
|
1975
2003
|
# Constraint: Specifying `ContinentCode` with either `CountryCode` or
|
1976
2004
|
# `SubdivisionCode` returns an `InvalidInput` error.
|
1977
2005
|
# @return [String]
|
1978
2006
|
#
|
1979
2007
|
# @!attribute [rw] country_code
|
1980
|
-
#
|
2008
|
+
# For geolocation resource record sets, the two-letter code for a
|
2009
|
+
# country.
|
2010
|
+
#
|
2011
|
+
# Amazon Route 53 uses the two-letter country codes that are specified
|
2012
|
+
# in [ISO standard 3166-1 alpha-2][1].
|
2013
|
+
#
|
2014
|
+
#
|
2015
|
+
#
|
2016
|
+
# [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
1981
2017
|
# @return [String]
|
1982
2018
|
#
|
1983
2019
|
# @!attribute [rw] subdivision_code
|
1984
|
-
#
|
1985
|
-
#
|
2020
|
+
# For geolocation resource record sets, the two-letter code for a
|
2021
|
+
# state of the United States. Route 53 doesn't support any other
|
2022
|
+
# values for `SubdivisionCode`. For a list of state abbreviations, see
|
2023
|
+
# [Appendix B: Two–Letter State and Possession Abbreviations][1] on
|
2024
|
+
# the United States Postal Service website.
|
2025
|
+
#
|
2026
|
+
# If you specify `subdivisioncode`, you must also specify `US` for
|
2027
|
+
# `CountryCode`.
|
2028
|
+
#
|
2029
|
+
#
|
2030
|
+
#
|
2031
|
+
# [1]: https://pe.usps.com/text/pub28/28apb.htm
|
1986
2032
|
# @return [String]
|
1987
2033
|
#
|
1988
2034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GeoLocation AWS API Documentation
|
@@ -2171,7 +2217,9 @@ module Aws::Route53
|
|
2171
2217
|
# }
|
2172
2218
|
#
|
2173
2219
|
# @!attribute [rw] continent_code
|
2174
|
-
#
|
2220
|
+
# For geolocation resource record sets, a two-letter abbreviation that
|
2221
|
+
# identifies a continent. Amazon Route 53 supports the following
|
2222
|
+
# continent codes:
|
2175
2223
|
#
|
2176
2224
|
# * **AF**\: Africa
|
2177
2225
|
#
|
@@ -2198,14 +2246,17 @@ module Aws::Route53
|
|
2198
2246
|
# @return [String]
|
2199
2247
|
#
|
2200
2248
|
# @!attribute [rw] subdivision_code
|
2201
|
-
# Amazon Route 53
|
2202
|
-
#
|
2203
|
-
#
|
2204
|
-
#
|
2249
|
+
# For `SubdivisionCode`, Amazon Route 53 supports only states of the
|
2250
|
+
# United States. For a list of state abbreviations, see [Appendix B:
|
2251
|
+
# Two–Letter State and Possession Abbreviations][1] on the United
|
2252
|
+
# States Postal Service website.
|
2205
2253
|
#
|
2254
|
+
# If you specify `subdivisioncode`, you must also specify `US` for
|
2255
|
+
# `CountryCode`.
|
2206
2256
|
#
|
2207
2257
|
#
|
2208
|
-
#
|
2258
|
+
#
|
2259
|
+
# [1]: https://pe.usps.com/text/pub28/28apb.htm
|
2209
2260
|
# @return [String]
|
2210
2261
|
#
|
2211
2262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetGeoLocationRequest AWS API Documentation
|
@@ -2828,7 +2879,7 @@ module Aws::Route53
|
|
2828
2879
|
# enable_sni: false,
|
2829
2880
|
# regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
|
2830
2881
|
# alarm_identifier: {
|
2831
|
-
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
2882
|
+
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
2832
2883
|
# name: "AlarmName", # required
|
2833
2884
|
# },
|
2834
2885
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -2883,9 +2934,13 @@ module Aws::Route53
|
|
2883
2934
|
# @return [String]
|
2884
2935
|
#
|
2885
2936
|
# @!attribute [rw] port
|
2886
|
-
# The port on the endpoint
|
2887
|
-
#
|
2888
|
-
#
|
2937
|
+
# The port on the endpoint that you want Amazon Route 53 to perform
|
2938
|
+
# health checks on.
|
2939
|
+
#
|
2940
|
+
# <note markdown="1"> Don't specify a value for `Port` when you specify a value for
|
2941
|
+
# `Type` of `CLOUDWATCH_METRIC` or `CALCULATED`.
|
2942
|
+
#
|
2943
|
+
# </note>
|
2889
2944
|
# @return [Integer]
|
2890
2945
|
#
|
2891
2946
|
# @!attribute [rw] type
|
@@ -3019,7 +3074,7 @@ module Aws::Route53
|
|
3019
3074
|
# @return [String]
|
3020
3075
|
#
|
3021
3076
|
# @!attribute [rw] search_string
|
3022
|
-
# If the value of Type is `HTTP_STR_MATCH` or `
|
3077
|
+
# If the value of Type is `HTTP_STR_MATCH` or `HTTPS_STR_MATCH`, the
|
3023
3078
|
# string that you want Amazon Route 53 to search for in the response
|
3024
3079
|
# body from the specified resource. If the string appears in the
|
3025
3080
|
# response body, Route 53 considers the resource healthy.
|
@@ -3053,7 +3108,7 @@ module Aws::Route53
|
|
3053
3108
|
#
|
3054
3109
|
#
|
3055
3110
|
#
|
3056
|
-
# [1]:
|
3111
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html
|
3057
3112
|
# @return [Integer]
|
3058
3113
|
#
|
3059
3114
|
# @!attribute [rw] measure_latency
|
@@ -3669,25 +3724,17 @@ module Aws::Route53
|
|
3669
3724
|
# `true`, and if `NextCountryCode` from the previous response has a
|
3670
3725
|
# value, enter that value in `startcountrycode` to return the next
|
3671
3726
|
# page of results.
|
3672
|
-
#
|
3673
|
-
# Route 53 uses the two-letter country codes that are specified in
|
3674
|
-
# [ISO standard 3166-1 alpha-2][1].
|
3675
|
-
#
|
3676
|
-
#
|
3677
|
-
#
|
3678
|
-
# [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
3679
3727
|
# @return [String]
|
3680
3728
|
#
|
3681
3729
|
# @!attribute [rw] start_subdivision_code
|
3682
|
-
# The code for the
|
3683
|
-
#
|
3684
|
-
#
|
3685
|
-
#
|
3686
|
-
#
|
3687
|
-
#
|
3688
|
-
#
|
3689
|
-
#
|
3690
|
-
# To list subdivisions of a country, you must include both
|
3730
|
+
# The code for the state of the United States with which you want to
|
3731
|
+
# start listing locations that Amazon Route 53 supports for
|
3732
|
+
# geolocation. If Route 53 has already returned a page or more of
|
3733
|
+
# results, if `IsTruncated` is `true`, and if `NextSubdivisionCode`
|
3734
|
+
# from the previous response has a value, enter that value in
|
3735
|
+
# `startsubdivisioncode` to return the next page of results.
|
3736
|
+
#
|
3737
|
+
# To list subdivisions (U.S. states), you must include both
|
3691
3738
|
# `startcountrycode` and `startsubdivisioncode`.
|
3692
3739
|
# @return [String]
|
3693
3740
|
#
|
@@ -4161,7 +4208,9 @@ module Aws::Route53
|
|
4161
4208
|
#
|
4162
4209
|
# @!attribute [rw] start_record_name
|
4163
4210
|
# The first name in the lexicographic ordering of resource record sets
|
4164
|
-
# that you want to list.
|
4211
|
+
# that you want to list. If the specified record name doesn't exist,
|
4212
|
+
# the results begin with the first resource record set that has a name
|
4213
|
+
# greater than the value of `name`.
|
4165
4214
|
# @return [String]
|
4166
4215
|
#
|
4167
4216
|
# @!attribute [rw] start_record_type
|
@@ -4186,9 +4235,9 @@ module Aws::Route53
|
|
4186
4235
|
#
|
4187
4236
|
# * **Elastic Load Balancing load balancer**\: A \| AAAA
|
4188
4237
|
#
|
4189
|
-
# * **
|
4238
|
+
# * **S3 bucket**\: A
|
4190
4239
|
#
|
4191
|
-
# * **
|
4240
|
+
# * **VPC interface VPC endpoint**\: A
|
4192
4241
|
#
|
4193
4242
|
# * **Another resource record set in this hosted zone:** The type of
|
4194
4243
|
# the resource record set that the alias references.
|
@@ -5117,6 +5166,12 @@ module Aws::Route53
|
|
5117
5166
|
end
|
5118
5167
|
|
5119
5168
|
# Amazon Route 53 doesn't support the specified geographic location.
|
5169
|
+
# For a list of supported geolocation codes, see the [GeoLocation][1]
|
5170
|
+
# data type.
|
5171
|
+
#
|
5172
|
+
#
|
5173
|
+
#
|
5174
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html
|
5120
5175
|
#
|
5121
5176
|
# @!attribute [rw] message
|
5122
5177
|
# Descriptive message for the error response.
|
@@ -5327,7 +5382,7 @@ module Aws::Route53
|
|
5327
5382
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
5328
5383
|
# set_identifier: "ResourceRecordSetIdentifier",
|
5329
5384
|
# weight: 1,
|
5330
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1
|
5385
|
+
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
|
5331
5386
|
# geo_location: {
|
5332
5387
|
# continent_code: "GeoLocationContinentCode",
|
5333
5388
|
# country_code: "GeoLocationCountryCode",
|
@@ -5393,7 +5448,7 @@ module Aws::Route53
|
|
5393
5448
|
#
|
5394
5449
|
#
|
5395
5450
|
#
|
5396
|
-
# [1]:
|
5451
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html
|
5397
5452
|
# @return [String]
|
5398
5453
|
#
|
5399
5454
|
# @!attribute [rw] type
|
@@ -5437,7 +5492,7 @@ module Aws::Route53
|
|
5437
5492
|
# record sets to route traffic to your distribution, one with a
|
5438
5493
|
# value of `A` and one with a value of `AAAA`.
|
5439
5494
|
#
|
5440
|
-
# * **
|
5495
|
+
# * **Amazon API Gateway environment that has a regionalized
|
5441
5496
|
# subdomain**\: `A`
|
5442
5497
|
#
|
5443
5498
|
# * **ELB load balancers:** `A` \| `AAAA`
|
@@ -5461,7 +5516,7 @@ module Aws::Route53
|
|
5461
5516
|
#
|
5462
5517
|
#
|
5463
5518
|
#
|
5464
|
-
# [1]:
|
5519
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html
|
5465
5520
|
# [2]: http://tools.ietf.org/html/rfc7208#section-14.1
|
5466
5521
|
# @return [String]
|
5467
5522
|
#
|
@@ -5520,7 +5575,7 @@ module Aws::Route53
|
|
5520
5575
|
#
|
5521
5576
|
#
|
5522
5577
|
#
|
5523
|
-
# [1]:
|
5578
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html
|
5524
5579
|
# @return [Integer]
|
5525
5580
|
#
|
5526
5581
|
# @!attribute [rw] region
|
@@ -5530,8 +5585,8 @@ module Aws::Route53
|
|
5530
5585
|
# instance or an ELB load balancer, and is referred to by an IP
|
5531
5586
|
# address or a DNS domain name, depending on the record type.
|
5532
5587
|
#
|
5533
|
-
# <note markdown="1">
|
5534
|
-
# hosted
|
5588
|
+
# <note markdown="1"> Although creating latency and latency alias resource record sets in
|
5589
|
+
# a private hosted zone is allowed, it's not supported.
|
5535
5590
|
#
|
5536
5591
|
# </note>
|
5537
5592
|
#
|
@@ -5568,8 +5623,8 @@ module Aws::Route53
|
|
5568
5623
|
# `192.0.2.111`, create a resource record set with a `Type` of `A` and
|
5569
5624
|
# a `ContinentCode` of `AF`.
|
5570
5625
|
#
|
5571
|
-
# <note markdown="1">
|
5572
|
-
# private hosted
|
5626
|
+
# <note markdown="1"> Although creating geolocation and geolocation alias resource record
|
5627
|
+
# sets in a private hosted zone is allowed, it's not supported.
|
5573
5628
|
#
|
5574
5629
|
# </note>
|
5575
5630
|
#
|
@@ -5593,8 +5648,9 @@ module Aws::Route53
|
|
5593
5648
|
# you create geolocation resource record sets that cover all seven
|
5594
5649
|
# continents, Route 53 will receive some DNS queries from locations
|
5595
5650
|
# that it can't identify. We recommend that you create a resource
|
5596
|
-
# record set for which the value of `CountryCode` is
|
5597
|
-
#
|
5651
|
+
# record set for which the value of `CountryCode` is `*`. Two groups
|
5652
|
+
# of queries are routed to the resource that you specify in this
|
5653
|
+
# record: queries that come from locations for which you haven't
|
5598
5654
|
# created geolocation resource record sets and queries from IP
|
5599
5655
|
# addresses that aren't mapped to a location. If you don't create a
|
5600
5656
|
# `*` resource record set, Route 53 returns a "no answer" response
|
@@ -5655,8 +5711,8 @@ module Aws::Route53
|
|
5655
5711
|
#
|
5656
5712
|
#
|
5657
5713
|
#
|
5658
|
-
# [1]:
|
5659
|
-
# [2]:
|
5714
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
|
5715
|
+
# [2]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html
|
5660
5716
|
# @return [String]
|
5661
5717
|
#
|
5662
5718
|
# @!attribute [rw] multi_value_answer
|
@@ -5744,7 +5800,7 @@ module Aws::Route53
|
|
5744
5800
|
#
|
5745
5801
|
#
|
5746
5802
|
#
|
5747
|
-
# [1]:
|
5803
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html
|
5748
5804
|
# @return [Types::AliasTarget]
|
5749
5805
|
#
|
5750
5806
|
# @!attribute [rw] health_check_id
|
@@ -5873,8 +5929,8 @@ module Aws::Route53
|
|
5873
5929
|
#
|
5874
5930
|
#
|
5875
5931
|
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html
|
5876
|
-
# [2]:
|
5877
|
-
# [3]:
|
5932
|
+
# [2]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
|
5933
|
+
# [3]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html
|
5878
5934
|
# @return [String]
|
5879
5935
|
#
|
5880
5936
|
# @!attribute [rw] traffic_policy_instance_id
|
@@ -6572,7 +6628,7 @@ module Aws::Route53
|
|
6572
6628
|
# enable_sni: false,
|
6573
6629
|
# regions: ["us-east-1"], # accepts us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1
|
6574
6630
|
# alarm_identifier: {
|
6575
|
-
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
6631
|
+
# region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-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
|
6576
6632
|
# name: "AlarmName", # required
|
6577
6633
|
# },
|
6578
6634
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -6667,8 +6723,13 @@ module Aws::Route53
|
|
6667
6723
|
# @return [String]
|
6668
6724
|
#
|
6669
6725
|
# @!attribute [rw] port
|
6670
|
-
# The port on the endpoint
|
6671
|
-
#
|
6726
|
+
# The port on the endpoint that you want Amazon Route 53 to perform
|
6727
|
+
# health checks on.
|
6728
|
+
#
|
6729
|
+
# <note markdown="1"> Don't specify a value for `Port` when you specify a value for
|
6730
|
+
# `Type` of `CLOUDWATCH_METRIC` or `CALCULATED`.
|
6731
|
+
#
|
6732
|
+
# </note>
|
6672
6733
|
# @return [Integer]
|
6673
6734
|
#
|
6674
6735
|
# @!attribute [rw] resource_path
|
@@ -6758,7 +6819,7 @@ module Aws::Route53
|
|
6758
6819
|
# @return [String]
|
6759
6820
|
#
|
6760
6821
|
# @!attribute [rw] search_string
|
6761
|
-
# If the value of `Type` is `HTTP_STR_MATCH` or `
|
6822
|
+
# If the value of `Type` is `HTTP_STR_MATCH` or `HTTPS_STR_MATCH`, the
|
6762
6823
|
# string that you want Amazon Route 53 to search for in the response
|
6763
6824
|
# body from the specified resource. If the string appears in the
|
6764
6825
|
# response body, Route 53 considers the resource healthy. (You can't
|
@@ -6777,7 +6838,7 @@ module Aws::Route53
|
|
6777
6838
|
#
|
6778
6839
|
#
|
6779
6840
|
#
|
6780
|
-
# [1]:
|
6841
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html
|
6781
6842
|
# @return [Integer]
|
6782
6843
|
#
|
6783
6844
|
# @!attribute [rw] inverted
|
@@ -7114,7 +7175,7 @@ module Aws::Route53
|
|
7114
7175
|
# data as a hash:
|
7115
7176
|
#
|
7116
7177
|
# {
|
7117
|
-
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1
|
7178
|
+
# vpc_region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-east-1, me-south-1, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, af-south-1, eu-south-1
|
7118
7179
|
# vpc_id: "VPCId",
|
7119
7180
|
# }
|
7120
7181
|
#
|