aws-sdk-route53 1.28.0 → 1.29.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/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +22 -22
- data/lib/aws-sdk-route53/types.rb +18 -18
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bbdb8fa802b78d2fb44749a8f57b4bbe96225de
|
|
4
|
+
data.tar.gz: b06df6c06be1ee7b3c5cf3fe004042205681dcc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b7f421ba756d631cd433cb46d94aa6411f0dc37b1bee40063a41bdaabd4a1bfcc543fc00d3e7ff09afab6d5db11f9dfb895fdf35e1d038a6588aa04159a915a
|
|
7
|
+
data.tar.gz: '0137892307fd6e1c5b8389488f5edaea255f9743ce250c9ea875f80d9326105023e94203a99f3a4fa5b2a44235c0325821e90ed78208ce7a72bc5eb8b38789f7'
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -318,7 +318,7 @@ module Aws::Route53
|
|
|
318
318
|
# resp = client.associate_vpc_with_hosted_zone({
|
|
319
319
|
# hosted_zone_id: "ResourceId", # required
|
|
320
320
|
# vpc: { # required
|
|
321
|
-
# 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, 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
|
|
321
|
+
# 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
|
|
322
322
|
# vpc_id: "VPCId",
|
|
323
323
|
# },
|
|
324
324
|
# comment: "AssociateVPCComment",
|
|
@@ -1042,7 +1042,7 @@ module Aws::Route53
|
|
|
1042
1042
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
1043
1043
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
1044
1044
|
# weight: 1,
|
|
1045
|
-
# 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, ap-south-1
|
|
1045
|
+
# 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
|
|
1046
1046
|
# geo_location: {
|
|
1047
1047
|
# continent_code: "GeoLocationContinentCode",
|
|
1048
1048
|
# country_code: "GeoLocationCountryCode",
|
|
@@ -1263,7 +1263,7 @@ module Aws::Route53
|
|
|
1263
1263
|
# enable_sni: false,
|
|
1264
1264
|
# 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
|
|
1265
1265
|
# alarm_identifier: {
|
|
1266
|
-
# 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, 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
|
|
1266
|
+
# 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
|
|
1267
1267
|
# name: "AlarmName", # required
|
|
1268
1268
|
# },
|
|
1269
1269
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
|
@@ -1293,7 +1293,7 @@ module Aws::Route53
|
|
|
1293
1293
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
|
1294
1294
|
# resp.health_check.health_check_config.regions #=> Array
|
|
1295
1295
|
# resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
|
|
1296
|
-
# 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", "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"
|
|
1296
|
+
# 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"
|
|
1297
1297
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
|
1298
1298
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
|
1299
1299
|
# resp.health_check.health_check_version #=> Integer
|
|
@@ -1432,7 +1432,7 @@ module Aws::Route53
|
|
|
1432
1432
|
# resp = client.create_hosted_zone({
|
|
1433
1433
|
# name: "DNSName", # required
|
|
1434
1434
|
# vpc: {
|
|
1435
|
-
# 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, 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
|
|
1435
|
+
# 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
|
|
1436
1436
|
# vpc_id: "VPCId",
|
|
1437
1437
|
# },
|
|
1438
1438
|
# caller_reference: "Nonce", # required
|
|
@@ -1461,7 +1461,7 @@ module Aws::Route53
|
|
|
1461
1461
|
# resp.delegation_set.caller_reference #=> String
|
|
1462
1462
|
# resp.delegation_set.name_servers #=> Array
|
|
1463
1463
|
# resp.delegation_set.name_servers[0] #=> String
|
|
1464
|
-
# resp.vpc.vpc_region #=> String, one of "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", "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"
|
|
1464
|
+
# resp.vpc.vpc_region #=> String, one of "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"
|
|
1465
1465
|
# resp.vpc.vpc_id #=> String
|
|
1466
1466
|
# resp.location #=> String
|
|
1467
1467
|
#
|
|
@@ -1953,7 +1953,7 @@ module Aws::Route53
|
|
|
1953
1953
|
# resp = client.create_vpc_association_authorization({
|
|
1954
1954
|
# hosted_zone_id: "ResourceId", # required
|
|
1955
1955
|
# vpc: { # required
|
|
1956
|
-
# 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, 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
|
|
1956
|
+
# 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
|
|
1957
1957
|
# vpc_id: "VPCId",
|
|
1958
1958
|
# },
|
|
1959
1959
|
# })
|
|
@@ -1961,7 +1961,7 @@ module Aws::Route53
|
|
|
1961
1961
|
# @example Response structure
|
|
1962
1962
|
#
|
|
1963
1963
|
# resp.hosted_zone_id #=> String
|
|
1964
|
-
# resp.vpc.vpc_region #=> String, one of "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", "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"
|
|
1964
|
+
# resp.vpc.vpc_region #=> String, one of "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"
|
|
1965
1965
|
# resp.vpc.vpc_id #=> String
|
|
1966
1966
|
#
|
|
1967
1967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
|
|
@@ -2246,7 +2246,7 @@ module Aws::Route53
|
|
|
2246
2246
|
# resp = client.delete_vpc_association_authorization({
|
|
2247
2247
|
# hosted_zone_id: "ResourceId", # required
|
|
2248
2248
|
# vpc: { # required
|
|
2249
|
-
# 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, 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
|
|
2249
|
+
# 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
|
|
2250
2250
|
# vpc_id: "VPCId",
|
|
2251
2251
|
# },
|
|
2252
2252
|
# })
|
|
@@ -2291,7 +2291,7 @@ module Aws::Route53
|
|
|
2291
2291
|
# resp = client.disassociate_vpc_from_hosted_zone({
|
|
2292
2292
|
# hosted_zone_id: "ResourceId", # required
|
|
2293
2293
|
# vpc: { # required
|
|
2294
|
-
# 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, 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
|
|
2294
|
+
# 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
|
|
2295
2295
|
# vpc_id: "VPCId",
|
|
2296
2296
|
# },
|
|
2297
2297
|
# comment: "DisassociateVPCComment",
|
|
@@ -2573,7 +2573,7 @@ module Aws::Route53
|
|
|
2573
2573
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
|
2574
2574
|
# resp.health_check.health_check_config.regions #=> Array
|
|
2575
2575
|
# resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
|
|
2576
|
-
# 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", "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"
|
|
2576
|
+
# 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"
|
|
2577
2577
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
|
2578
2578
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
|
2579
2579
|
# resp.health_check.health_check_version #=> Integer
|
|
@@ -2762,7 +2762,7 @@ module Aws::Route53
|
|
|
2762
2762
|
# resp.delegation_set.name_servers #=> Array
|
|
2763
2763
|
# resp.delegation_set.name_servers[0] #=> String
|
|
2764
2764
|
# resp.vp_cs #=> Array
|
|
2765
|
-
# resp.vp_cs[0].vpc_region #=> String, one of "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", "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"
|
|
2765
|
+
# resp.vp_cs[0].vpc_region #=> String, one of "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"
|
|
2766
2766
|
# resp.vp_cs[0].vpc_id #=> String
|
|
2767
2767
|
#
|
|
2768
2768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
|
|
@@ -3226,7 +3226,7 @@ module Aws::Route53
|
|
|
3226
3226
|
# resp.health_checks[0].health_check_config.enable_sni #=> Boolean
|
|
3227
3227
|
# resp.health_checks[0].health_check_config.regions #=> Array
|
|
3228
3228
|
# resp.health_checks[0].health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
|
|
3229
|
-
# 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", "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"
|
|
3229
|
+
# 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"
|
|
3230
3230
|
# resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
|
|
3231
3231
|
# resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
|
3232
3232
|
# resp.health_checks[0].health_check_version #=> Integer
|
|
@@ -3648,10 +3648,10 @@ module Aws::Route53
|
|
|
3648
3648
|
# `InvalidInput` error.
|
|
3649
3649
|
#
|
|
3650
3650
|
# @option params [String] :start_record_identifier
|
|
3651
|
-
# *
|
|
3652
|
-
# given DNS name and type, specify the
|
|
3653
|
-
# from the previous response to get the
|
|
3654
|
-
# has the current DNS name and type.
|
|
3651
|
+
# *Resource record sets that have a routing policy other than simple:*
|
|
3652
|
+
# If results were truncated for a given DNS name and type, specify the
|
|
3653
|
+
# value of `NextRecordIdentifier` from the previous response to get the
|
|
3654
|
+
# next resource record set that has the current DNS name and type.
|
|
3655
3655
|
#
|
|
3656
3656
|
# @option params [Integer] :max_items
|
|
3657
3657
|
# (Optional) The maximum number of resource records sets to include in
|
|
@@ -3688,7 +3688,7 @@ module Aws::Route53
|
|
|
3688
3688
|
# resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3689
3689
|
# resp.resource_record_sets[0].set_identifier #=> String
|
|
3690
3690
|
# resp.resource_record_sets[0].weight #=> Integer
|
|
3691
|
-
# resp.resource_record_sets[0].region #=> String, one of "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", "ap-south-1"
|
|
3691
|
+
# resp.resource_record_sets[0].region #=> String, one of "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"
|
|
3692
3692
|
# resp.resource_record_sets[0].geo_location.continent_code #=> String
|
|
3693
3693
|
# resp.resource_record_sets[0].geo_location.country_code #=> String
|
|
3694
3694
|
# resp.resource_record_sets[0].geo_location.subdivision_code #=> String
|
|
@@ -4361,7 +4361,7 @@ module Aws::Route53
|
|
|
4361
4361
|
# resp.hosted_zone_id #=> String
|
|
4362
4362
|
# resp.next_token #=> String
|
|
4363
4363
|
# resp.vp_cs #=> Array
|
|
4364
|
-
# resp.vp_cs[0].vpc_region #=> String, one of "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", "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"
|
|
4364
|
+
# resp.vp_cs[0].vpc_region #=> String, one of "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"
|
|
4365
4365
|
# resp.vp_cs[0].vpc_id #=> String
|
|
4366
4366
|
#
|
|
4367
4367
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
|
|
@@ -4806,7 +4806,7 @@ module Aws::Route53
|
|
|
4806
4806
|
# enable_sni: false,
|
|
4807
4807
|
# 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
|
|
4808
4808
|
# alarm_identifier: {
|
|
4809
|
-
# 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, 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
|
|
4809
|
+
# 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
|
|
4810
4810
|
# name: "AlarmName", # required
|
|
4811
4811
|
# },
|
|
4812
4812
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
|
@@ -4836,7 +4836,7 @@ module Aws::Route53
|
|
|
4836
4836
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
|
4837
4837
|
# resp.health_check.health_check_config.regions #=> Array
|
|
4838
4838
|
# resp.health_check.health_check_config.regions[0] #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "sa-east-1"
|
|
4839
|
-
# 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", "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"
|
|
4839
|
+
# 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"
|
|
4840
4840
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
|
4841
4841
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
|
4842
4842
|
# resp.health_check.health_check_version #=> Integer
|
|
@@ -5028,7 +5028,7 @@ module Aws::Route53
|
|
|
5028
5028
|
params: params,
|
|
5029
5029
|
config: config)
|
|
5030
5030
|
context[:gem_name] = 'aws-sdk-route53'
|
|
5031
|
-
context[:gem_version] = '1.
|
|
5031
|
+
context[:gem_version] = '1.29.0'
|
|
5032
5032
|
Seahorse::Client::Request.new(handlers, context)
|
|
5033
5033
|
end
|
|
5034
5034
|
|
|
@@ -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, 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
|
|
61
61
|
# name: "AlarmName", # required
|
|
62
62
|
# }
|
|
63
63
|
#
|
|
@@ -508,7 +508,7 @@ module Aws::Route53
|
|
|
508
508
|
# {
|
|
509
509
|
# hosted_zone_id: "ResourceId", # required
|
|
510
510
|
# 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, 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
|
|
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
|
|
512
512
|
# vpc_id: "VPCId",
|
|
513
513
|
# },
|
|
514
514
|
# comment: "AssociateVPCComment",
|
|
@@ -566,7 +566,7 @@ module Aws::Route53
|
|
|
566
566
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
567
567
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
568
568
|
# 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, ap-south-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
|
|
570
570
|
# geo_location: {
|
|
571
571
|
# continent_code: "GeoLocationContinentCode",
|
|
572
572
|
# country_code: "GeoLocationCountryCode",
|
|
@@ -643,7 +643,7 @@ module Aws::Route53
|
|
|
643
643
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
644
644
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
645
645
|
# 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, ap-south-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
|
|
647
647
|
# geo_location: {
|
|
648
648
|
# continent_code: "GeoLocationContinentCode",
|
|
649
649
|
# country_code: "GeoLocationCountryCode",
|
|
@@ -749,7 +749,7 @@ module Aws::Route53
|
|
|
749
749
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
750
750
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
751
751
|
# 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, ap-south-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
|
|
753
753
|
# geo_location: {
|
|
754
754
|
# continent_code: "GeoLocationContinentCode",
|
|
755
755
|
# country_code: "GeoLocationCountryCode",
|
|
@@ -1031,7 +1031,7 @@ module Aws::Route53
|
|
|
1031
1031
|
# enable_sni: false,
|
|
1032
1032
|
# 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
1033
|
# 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, 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
|
|
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
|
|
1035
1035
|
# name: "AlarmName", # required
|
|
1036
1036
|
# },
|
|
1037
1037
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
|
@@ -1103,7 +1103,7 @@ module Aws::Route53
|
|
|
1103
1103
|
# {
|
|
1104
1104
|
# name: "DNSName", # required
|
|
1105
1105
|
# 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, 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
|
|
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
|
|
1107
1107
|
# vpc_id: "VPCId",
|
|
1108
1108
|
# },
|
|
1109
1109
|
# caller_reference: "Nonce", # required
|
|
@@ -1529,7 +1529,7 @@ module Aws::Route53
|
|
|
1529
1529
|
# {
|
|
1530
1530
|
# hosted_zone_id: "ResourceId", # required
|
|
1531
1531
|
# 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, 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
|
|
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
|
|
1533
1533
|
# vpc_id: "VPCId",
|
|
1534
1534
|
# },
|
|
1535
1535
|
# }
|
|
@@ -1850,7 +1850,7 @@ module Aws::Route53
|
|
|
1850
1850
|
# {
|
|
1851
1851
|
# hosted_zone_id: "ResourceId", # required
|
|
1852
1852
|
# 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, 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
|
|
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
|
|
1854
1854
|
# vpc_id: "VPCId",
|
|
1855
1855
|
# },
|
|
1856
1856
|
# }
|
|
@@ -1912,7 +1912,7 @@ module Aws::Route53
|
|
|
1912
1912
|
# {
|
|
1913
1913
|
# hosted_zone_id: "ResourceId", # required
|
|
1914
1914
|
# 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, 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
|
|
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
|
|
1916
1916
|
# vpc_id: "VPCId",
|
|
1917
1917
|
# },
|
|
1918
1918
|
# comment: "DisassociateVPCComment",
|
|
@@ -2828,7 +2828,7 @@ module Aws::Route53
|
|
|
2828
2828
|
# enable_sni: false,
|
|
2829
2829
|
# 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
2830
|
# 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, 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
|
|
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
|
|
2832
2832
|
# name: "AlarmName", # required
|
|
2833
2833
|
# },
|
|
2834
2834
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
|
@@ -4198,10 +4198,10 @@ module Aws::Route53
|
|
|
4198
4198
|
# @return [String]
|
|
4199
4199
|
#
|
|
4200
4200
|
# @!attribute [rw] start_record_identifier
|
|
4201
|
-
# *
|
|
4202
|
-
# a given DNS name and type, specify the
|
|
4203
|
-
# `NextRecordIdentifier` from the previous response to get
|
|
4204
|
-
# resource record set that has the current DNS name and type.
|
|
4201
|
+
# *Resource record sets that have a routing policy other than simple:*
|
|
4202
|
+
# If results were truncated for a given DNS name and type, specify the
|
|
4203
|
+
# value of `NextRecordIdentifier` from the previous response to get
|
|
4204
|
+
# the next resource record set that has the current DNS name and type.
|
|
4205
4205
|
# @return [String]
|
|
4206
4206
|
#
|
|
4207
4207
|
# @!attribute [rw] max_items
|
|
@@ -5327,7 +5327,7 @@ module Aws::Route53
|
|
|
5327
5327
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
5328
5328
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
5329
5329
|
# 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, ap-south-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
|
|
5331
5331
|
# geo_location: {
|
|
5332
5332
|
# continent_code: "GeoLocationContinentCode",
|
|
5333
5333
|
# country_code: "GeoLocationCountryCode",
|
|
@@ -6572,7 +6572,7 @@ module Aws::Route53
|
|
|
6572
6572
|
# enable_sni: false,
|
|
6573
6573
|
# 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
6574
|
# 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, 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
|
|
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
|
|
6576
6576
|
# name: "AlarmName", # required
|
|
6577
6577
|
# },
|
|
6578
6578
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
|
@@ -7114,7 +7114,7 @@ module Aws::Route53
|
|
|
7114
7114
|
# data as a hash:
|
|
7115
7115
|
#
|
|
7116
7116
|
# {
|
|
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, 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
|
|
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
|
|
7118
7118
|
# vpc_id: "VPCId",
|
|
7119
7119
|
# }
|
|
7120
7120
|
#
|
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.29.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: 2019-07-
|
|
11
|
+
date: 2019-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|