aws-sdk-route53 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +65 -22
- data/lib/aws-sdk-route53/types.rb +23 -16
- 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: 22e786b65f5403b2d38a1bf5dee08454064578d8
|
4
|
+
data.tar.gz: d93a7f4f182143813d38ab28b0c9067f533a1997
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 515e0cb7566764cc9a232a1daadc8e2f3d2b329787f819df7b2aa656a4a184e3f1f6d689f582ddc9dca4591fb5562dfe216be5f81e3d0000a44ca0fbbcff4cef
|
7
|
+
data.tar.gz: 5f25323152aa58c640cd7df40447adf909ee58fb8b8ec29a8f7801eec3b871afa40cdb191b1dd0b29af266af4db0e57ccad1e3120368862609b30a40dd1044b8
|
data/lib/aws-sdk-route53.rb
CHANGED
@@ -209,7 +209,7 @@ module Aws::Route53
|
|
209
209
|
# resp = client.associate_vpc_with_hosted_zone({
|
210
210
|
# hosted_zone_id: "ResourceId", # required
|
211
211
|
# vpc: { # required
|
212
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
212
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
213
213
|
# vpc_id: "VPCId",
|
214
214
|
# },
|
215
215
|
# comment: "AssociateVPCComment",
|
@@ -933,7 +933,7 @@ module Aws::Route53
|
|
933
933
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
934
934
|
# set_identifier: "ResourceRecordSetIdentifier",
|
935
935
|
# weight: 1,
|
936
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
936
|
+
# 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, sa-east-1, cn-north-1, cn-northwest-1, ap-south-1
|
937
937
|
# geo_location: {
|
938
938
|
# continent_code: "GeoLocationContinentCode",
|
939
939
|
# country_code: "GeoLocationCountryCode",
|
@@ -1154,7 +1154,7 @@ module Aws::Route53
|
|
1154
1154
|
# enable_sni: false,
|
1155
1155
|
# 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
|
1156
1156
|
# alarm_identifier: {
|
1157
|
-
# 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, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
1157
|
+
# 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-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
1158
1158
|
# name: "AlarmName", # required
|
1159
1159
|
# },
|
1160
1160
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -1183,7 +1183,7 @@ module Aws::Route53
|
|
1183
1183
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
1184
1184
|
# resp.health_check.health_check_config.regions #=> Array
|
1185
1185
|
# 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"
|
1186
|
-
# 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", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
1186
|
+
# 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-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
1187
1187
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
1188
1188
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
1189
1189
|
# resp.health_check.health_check_version #=> Integer
|
@@ -1309,7 +1309,7 @@ module Aws::Route53
|
|
1309
1309
|
# resp = client.create_hosted_zone({
|
1310
1310
|
# name: "DNSName", # required
|
1311
1311
|
# vpc: {
|
1312
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1312
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1313
1313
|
# vpc_id: "VPCId",
|
1314
1314
|
# },
|
1315
1315
|
# caller_reference: "Nonce", # required
|
@@ -1338,7 +1338,7 @@ module Aws::Route53
|
|
1338
1338
|
# resp.delegation_set.caller_reference #=> String
|
1339
1339
|
# resp.delegation_set.name_servers #=> Array
|
1340
1340
|
# resp.delegation_set.name_servers[0] #=> String
|
1341
|
-
# 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-central-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
1341
|
+
# 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-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
1342
1342
|
# resp.vpc.vpc_id #=> String
|
1343
1343
|
# resp.location #=> String
|
1344
1344
|
#
|
@@ -1528,17 +1528,53 @@ module Aws::Route53
|
|
1528
1528
|
# Creates a delegation set (a group of four name servers) that can be
|
1529
1529
|
# reused by multiple hosted zones. If a hosted zoned ID is specified,
|
1530
1530
|
# `CreateReusableDelegationSet` marks the delegation set associated with
|
1531
|
-
# that zone as reusable
|
1531
|
+
# that zone as reusable.
|
1532
1532
|
#
|
1533
|
-
# <note markdown="1">
|
1533
|
+
# <note markdown="1"> You can't associate a reusable delegation set with a private hosted
|
1534
1534
|
# zone.
|
1535
1535
|
#
|
1536
1536
|
# </note>
|
1537
1537
|
#
|
1538
|
-
# For information
|
1538
|
+
# For information about using a reusable delegation set to configure
|
1539
1539
|
# white label name servers, see [Configuring White Label Name
|
1540
1540
|
# Servers][1].
|
1541
1541
|
#
|
1542
|
+
# The process for migrating existing hosted zones to use a reusable
|
1543
|
+
# delegation set is comparable to the process for configuring white
|
1544
|
+
# label name servers. You need to perform the following steps:
|
1545
|
+
#
|
1546
|
+
# 1. Create a reusable delegation set.
|
1547
|
+
#
|
1548
|
+
# 2. Recreate hosted zones, and reduce the TTL to 60 seconds or less.
|
1549
|
+
#
|
1550
|
+
# 3. Recreate resource record sets in the new hosted zones.
|
1551
|
+
#
|
1552
|
+
# 4. Change the registrar's name servers to use the name servers for
|
1553
|
+
# the new hosted zones.
|
1554
|
+
#
|
1555
|
+
# 5. Monitor traffic for the website or application.
|
1556
|
+
#
|
1557
|
+
# 6. Change TTLs back to their original values.
|
1558
|
+
#
|
1559
|
+
# If you want to migrate existing hosted zones to use a reusable
|
1560
|
+
# delegation set, the existing hosted zones can't use any of the name
|
1561
|
+
# servers that are assigned to the reusable delegation set. If one or
|
1562
|
+
# more hosted zones do use one or more name servers that are assigned to
|
1563
|
+
# the reusable delegation set, you can do one of the following:
|
1564
|
+
#
|
1565
|
+
# * For small numbers of hosted zones—up to a few hundred—it's
|
1566
|
+
# relatively easy to create reusable delegation sets until you get one
|
1567
|
+
# that has four name servers that don't overlap with any of the name
|
1568
|
+
# servers in your hosted zones.
|
1569
|
+
#
|
1570
|
+
# * For larger numbers of hosted zones, the easiest solution is to use
|
1571
|
+
# more than one reusable delegation set.
|
1572
|
+
#
|
1573
|
+
# * For larger numbers of hosted zones, you can also migrate hosted
|
1574
|
+
# zones that have overlapping name servers to hosted zones that don't
|
1575
|
+
# have overlapping name servers, then migrate the hosted zones again
|
1576
|
+
# to use the reusable delegation set.
|
1577
|
+
#
|
1542
1578
|
#
|
1543
1579
|
#
|
1544
1580
|
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html
|
@@ -1788,7 +1824,7 @@ module Aws::Route53
|
|
1788
1824
|
# resp = client.create_vpc_association_authorization({
|
1789
1825
|
# hosted_zone_id: "ResourceId", # required
|
1790
1826
|
# vpc: { # required
|
1791
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1827
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1792
1828
|
# vpc_id: "VPCId",
|
1793
1829
|
# },
|
1794
1830
|
# })
|
@@ -1796,7 +1832,7 @@ module Aws::Route53
|
|
1796
1832
|
# @example Response structure
|
1797
1833
|
#
|
1798
1834
|
# resp.hosted_zone_id #=> String
|
1799
|
-
# 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-central-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
1835
|
+
# 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-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
1800
1836
|
# resp.vpc.vpc_id #=> String
|
1801
1837
|
#
|
1802
1838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
|
@@ -2051,7 +2087,7 @@ module Aws::Route53
|
|
2051
2087
|
# resp = client.delete_vpc_association_authorization({
|
2052
2088
|
# hosted_zone_id: "ResourceId", # required
|
2053
2089
|
# vpc: { # required
|
2054
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
2090
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
2055
2091
|
# vpc_id: "VPCId",
|
2056
2092
|
# },
|
2057
2093
|
# })
|
@@ -2095,7 +2131,7 @@ module Aws::Route53
|
|
2095
2131
|
# resp = client.disassociate_vpc_from_hosted_zone({
|
2096
2132
|
# hosted_zone_id: "ResourceId", # required
|
2097
2133
|
# vpc: { # required
|
2098
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
2134
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
2099
2135
|
# vpc_id: "VPCId",
|
2100
2136
|
# },
|
2101
2137
|
# comment: "DisassociateVPCComment",
|
@@ -2368,7 +2404,7 @@ module Aws::Route53
|
|
2368
2404
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
2369
2405
|
# resp.health_check.health_check_config.regions #=> Array
|
2370
2406
|
# 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"
|
2371
|
-
# 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", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
2407
|
+
# 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-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
2372
2408
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
2373
2409
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
2374
2410
|
# resp.health_check.health_check_version #=> Integer
|
@@ -2419,6 +2455,13 @@ module Aws::Route53
|
|
2419
2455
|
# reason. When you created the health check, `CreateHealthCheck`
|
2420
2456
|
# returned the ID in the response, in the `HealthCheckId` element.
|
2421
2457
|
#
|
2458
|
+
# <note markdown="1"> If you want to get the last failure reason for a calculated health
|
2459
|
+
# check, you must use the Amazon Route 53 console or the CloudWatch
|
2460
|
+
# console. You can't use `GetHealthCheckLastFailureReason` for a
|
2461
|
+
# calculated health check.
|
2462
|
+
#
|
2463
|
+
# </note>
|
2464
|
+
#
|
2422
2465
|
# @return [Types::GetHealthCheckLastFailureReasonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2423
2466
|
#
|
2424
2467
|
# * {Types::GetHealthCheckLastFailureReasonResponse#health_check_observations #health_check_observations} => Array<Types::HealthCheckObservation>
|
@@ -2550,7 +2593,7 @@ module Aws::Route53
|
|
2550
2593
|
# resp.delegation_set.name_servers #=> Array
|
2551
2594
|
# resp.delegation_set.name_servers[0] #=> String
|
2552
2595
|
# resp.vp_cs #=> Array
|
2553
|
-
# 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-central-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
2596
|
+
# 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-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
2554
2597
|
# resp.vp_cs[0].vpc_id #=> String
|
2555
2598
|
#
|
2556
2599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
|
@@ -2599,7 +2642,7 @@ module Aws::Route53
|
|
2599
2642
|
# * **MAX\_RRSETS\_BY\_ZONE**\: The maximum number of records that you
|
2600
2643
|
# can create in the specified hosted zone.
|
2601
2644
|
#
|
2602
|
-
# * **MAX\_VPCS\_ASSOCIATED\_BY\
|
2645
|
+
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE**\: The maximum number of Amazon
|
2603
2646
|
# VPCs that you can associate with the specified private hosted zone.
|
2604
2647
|
#
|
2605
2648
|
# @option params [required, String] :hosted_zone_id
|
@@ -3012,7 +3055,7 @@ module Aws::Route53
|
|
3012
3055
|
# resp.health_checks[0].health_check_config.enable_sni #=> Boolean
|
3013
3056
|
# resp.health_checks[0].health_check_config.regions #=> Array
|
3014
3057
|
# 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"
|
3015
|
-
# 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", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
3058
|
+
# 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-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
3016
3059
|
# resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
|
3017
3060
|
# resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
3018
3061
|
# resp.health_checks[0].health_check_version #=> Integer
|
@@ -3444,7 +3487,7 @@ module Aws::Route53
|
|
3444
3487
|
# resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
3445
3488
|
# resp.resource_record_sets[0].set_identifier #=> String
|
3446
3489
|
# resp.resource_record_sets[0].weight #=> Integer
|
3447
|
-
# 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-central-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "cn-north-1", "ap-south-1"
|
3490
|
+
# 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", "sa-east-1", "cn-north-1", "cn-northwest-1", "ap-south-1"
|
3448
3491
|
# resp.resource_record_sets[0].geo_location.continent_code #=> String
|
3449
3492
|
# resp.resource_record_sets[0].geo_location.country_code #=> String
|
3450
3493
|
# resp.resource_record_sets[0].geo_location.subdivision_code #=> String
|
@@ -4117,7 +4160,7 @@ module Aws::Route53
|
|
4117
4160
|
# resp.hosted_zone_id #=> String
|
4118
4161
|
# resp.next_token #=> String
|
4119
4162
|
# resp.vp_cs #=> Array
|
4120
|
-
# 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-central-1", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
4163
|
+
# 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-southeast-1", "ap-southeast-2", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "ca-central-1", "cn-north-1"
|
4121
4164
|
# resp.vp_cs[0].vpc_id #=> String
|
4122
4165
|
#
|
4123
4166
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
|
@@ -4523,7 +4566,7 @@ module Aws::Route53
|
|
4523
4566
|
# enable_sni: false,
|
4524
4567
|
# 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
|
4525
4568
|
# alarm_identifier: {
|
4526
|
-
# 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, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
4569
|
+
# 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-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
4527
4570
|
# name: "AlarmName", # required
|
4528
4571
|
# },
|
4529
4572
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -4552,7 +4595,7 @@ module Aws::Route53
|
|
4552
4595
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
4553
4596
|
# resp.health_check.health_check_config.regions #=> Array
|
4554
4597
|
# 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"
|
4555
|
-
# 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", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
4598
|
+
# 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-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1"
|
4556
4599
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
4557
4600
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
4558
4601
|
# resp.health_check.health_check_version #=> Integer
|
@@ -4744,7 +4787,7 @@ module Aws::Route53
|
|
4744
4787
|
params: params,
|
4745
4788
|
config: config)
|
4746
4789
|
context[:gem_name] = 'aws-sdk-route53'
|
4747
|
-
context[:gem_version] = '1.
|
4790
|
+
context[:gem_version] = '1.6.0'
|
4748
4791
|
Seahorse::Client::Request.new(handlers, context)
|
4749
4792
|
end
|
4750
4793
|
|
@@ -54,7 +54,7 @@ module Aws::Route53
|
|
54
54
|
# data as a hash:
|
55
55
|
#
|
56
56
|
# {
|
57
|
-
# 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, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
57
|
+
# 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-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
58
58
|
# name: "AlarmName", # required
|
59
59
|
# }
|
60
60
|
#
|
@@ -382,7 +382,7 @@ module Aws::Route53
|
|
382
382
|
# {
|
383
383
|
# hosted_zone_id: "ResourceId", # required
|
384
384
|
# vpc: { # required
|
385
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
385
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
386
386
|
# vpc_id: "VPCId",
|
387
387
|
# },
|
388
388
|
# comment: "AssociateVPCComment",
|
@@ -440,7 +440,7 @@ module Aws::Route53
|
|
440
440
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
441
441
|
# set_identifier: "ResourceRecordSetIdentifier",
|
442
442
|
# weight: 1,
|
443
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
443
|
+
# 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, sa-east-1, cn-north-1, cn-northwest-1, ap-south-1
|
444
444
|
# geo_location: {
|
445
445
|
# continent_code: "GeoLocationContinentCode",
|
446
446
|
# country_code: "GeoLocationCountryCode",
|
@@ -513,7 +513,7 @@ module Aws::Route53
|
|
513
513
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
514
514
|
# set_identifier: "ResourceRecordSetIdentifier",
|
515
515
|
# weight: 1,
|
516
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
516
|
+
# 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, sa-east-1, cn-north-1, cn-northwest-1, ap-south-1
|
517
517
|
# geo_location: {
|
518
518
|
# continent_code: "GeoLocationContinentCode",
|
519
519
|
# country_code: "GeoLocationCountryCode",
|
@@ -615,7 +615,7 @@ module Aws::Route53
|
|
615
615
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
616
616
|
# set_identifier: "ResourceRecordSetIdentifier",
|
617
617
|
# weight: 1,
|
618
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
618
|
+
# 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, sa-east-1, cn-north-1, cn-northwest-1, ap-south-1
|
619
619
|
# geo_location: {
|
620
620
|
# continent_code: "GeoLocationContinentCode",
|
621
621
|
# country_code: "GeoLocationCountryCode",
|
@@ -829,7 +829,7 @@ module Aws::Route53
|
|
829
829
|
# enable_sni: false,
|
830
830
|
# 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
|
831
831
|
# alarm_identifier: {
|
832
|
-
# 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, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
832
|
+
# 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-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
833
833
|
# name: "AlarmName", # required
|
834
834
|
# },
|
835
835
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -904,7 +904,7 @@ module Aws::Route53
|
|
904
904
|
# {
|
905
905
|
# name: "DNSName", # required
|
906
906
|
# vpc: {
|
907
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
907
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
908
908
|
# vpc_id: "VPCId",
|
909
909
|
# },
|
910
910
|
# caller_reference: "Nonce", # required
|
@@ -1319,7 +1319,7 @@ module Aws::Route53
|
|
1319
1319
|
# {
|
1320
1320
|
# hosted_zone_id: "ResourceId", # required
|
1321
1321
|
# vpc: { # required
|
1322
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1322
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1323
1323
|
# vpc_id: "VPCId",
|
1324
1324
|
# },
|
1325
1325
|
# }
|
@@ -1569,7 +1569,7 @@ module Aws::Route53
|
|
1569
1569
|
# {
|
1570
1570
|
# hosted_zone_id: "ResourceId", # required
|
1571
1571
|
# vpc: { # required
|
1572
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1572
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1573
1573
|
# vpc_id: "VPCId",
|
1574
1574
|
# },
|
1575
1575
|
# }
|
@@ -1631,7 +1631,7 @@ module Aws::Route53
|
|
1631
1631
|
# {
|
1632
1632
|
# hosted_zone_id: "ResourceId", # required
|
1633
1633
|
# vpc: { # required
|
1634
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1634
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
1635
1635
|
# vpc_id: "VPCId",
|
1636
1636
|
# },
|
1637
1637
|
# comment: "DisassociateVPCComment",
|
@@ -1981,6 +1981,13 @@ module Aws::Route53
|
|
1981
1981
|
# The ID for the health check for which you want the last failure
|
1982
1982
|
# reason. When you created the health check, `CreateHealthCheck`
|
1983
1983
|
# returned the ID in the response, in the `HealthCheckId` element.
|
1984
|
+
#
|
1985
|
+
# <note markdown="1"> If you want to get the last failure reason for a calculated health
|
1986
|
+
# check, you must use the Amazon Route 53 console or the CloudWatch
|
1987
|
+
# console. You can't use `GetHealthCheckLastFailureReason` for a
|
1988
|
+
# calculated health check.
|
1989
|
+
#
|
1990
|
+
# </note>
|
1984
1991
|
# @return [String]
|
1985
1992
|
#
|
1986
1993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckLastFailureReasonRequest AWS API Documentation
|
@@ -2129,7 +2136,7 @@ module Aws::Route53
|
|
2129
2136
|
# * **MAX\_RRSETS\_BY\_ZONE**\: The maximum number of records that you
|
2130
2137
|
# can create in the specified hosted zone.
|
2131
2138
|
#
|
2132
|
-
# * **MAX\_VPCS\_ASSOCIATED\_BY\
|
2139
|
+
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE**\: The maximum number of Amazon
|
2133
2140
|
# VPCs that you can associate with the specified private hosted
|
2134
2141
|
# zone.
|
2135
2142
|
# @return [String]
|
@@ -2505,7 +2512,7 @@ module Aws::Route53
|
|
2505
2512
|
# enable_sni: false,
|
2506
2513
|
# 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
|
2507
2514
|
# alarm_identifier: {
|
2508
|
-
# 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, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
2515
|
+
# 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-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
2509
2516
|
# name: "AlarmName", # required
|
2510
2517
|
# },
|
2511
2518
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -2977,7 +2984,7 @@ module Aws::Route53
|
|
2977
2984
|
# * **MAX\_RRSETS\_BY\_ZONE**\: The maximum number of records that you
|
2978
2985
|
# can create in the specified hosted zone.
|
2979
2986
|
#
|
2980
|
-
# * **MAX\_VPCS\_ASSOCIATED\_BY\
|
2987
|
+
# * **MAX\_VPCS\_ASSOCIATED\_BY\_ZONE**\: The maximum number of Amazon
|
2981
2988
|
# VPCs that you can associate with the specified private hosted
|
2982
2989
|
# zone.
|
2983
2990
|
# @return [String]
|
@@ -4521,7 +4528,7 @@ module Aws::Route53
|
|
4521
4528
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
4522
4529
|
# set_identifier: "ResourceRecordSetIdentifier",
|
4523
4530
|
# weight: 1,
|
4524
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
4531
|
+
# 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, sa-east-1, cn-north-1, cn-northwest-1, ap-south-1
|
4525
4532
|
# geo_location: {
|
4526
4533
|
# continent_code: "GeoLocationContinentCode",
|
4527
4534
|
# country_code: "GeoLocationCountryCode",
|
@@ -5472,7 +5479,7 @@ module Aws::Route53
|
|
5472
5479
|
# enable_sni: false,
|
5473
5480
|
# 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
|
5474
5481
|
# alarm_identifier: {
|
5475
|
-
# 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, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
5482
|
+
# 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-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1
|
5476
5483
|
# name: "AlarmName", # required
|
5477
5484
|
# },
|
5478
5485
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -5976,7 +5983,7 @@ module Aws::Route53
|
|
5976
5983
|
# data as a hash:
|
5977
5984
|
#
|
5978
5985
|
# {
|
5979
|
-
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
5986
|
+
# 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-southeast-1, ap-southeast-2, ap-south-1, ap-northeast-1, ap-northeast-2, sa-east-1, ca-central-1, cn-north-1
|
5980
5987
|
# vpc_id: "VPCId",
|
5981
5988
|
# }
|
5982
5989
|
#
|
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.6.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: 2017-
|
11
|
+
date: 2017-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|