aws-sdk-route53 1.55.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53/client.rb +57 -33
- data/lib/aws-sdk-route53/client_api.rb +1 -0
- data/lib/aws-sdk-route53/types.rb +49 -39
- data/lib/aws-sdk-route53.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7790ed6adcf19d94acfd6f955d7dfeb08340aeee8e1e38c4cdcf40e938e08252
|
4
|
+
data.tar.gz: 2747ed9347aacf027dbf8b9e0495b7ff1fb7985b4d7877e5e08d52a1d7331ee3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93486bf6763f77f712c20c85625b685245162a3e3b278a312d64b3275bf909300ea01c4ad84fd5e9943cb6cc961a8a216d471d6217af4b0fd7691fd5e6f81c3d
|
7
|
+
data.tar.gz: 0e1393d9763d8633af2d632614de77011383185ae72381bd5abaee090e032cc772e7cf999373f84bd6093eb519f252664838b9d8bf9d66bd3d7c2baffd2678d4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2021-12-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add PriorRequestNotComplete exception to UpdateHostedZoneComment API
|
8
|
+
|
9
|
+
1.58.0 (2021-11-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.57.0 (2021-11-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.56.0 (2021-10-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.55.0 (2021-09-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -121,7 +121,9 @@ module Aws::Route53
|
|
121
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
122
122
|
# are very aggressive. Construct and pass an instance of
|
123
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
124
|
-
# enable retries and extended timeouts.
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
126
|
+
# to true.
|
125
127
|
#
|
126
128
|
# @option options [required, String] :region
|
127
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -277,6 +279,15 @@ module Aws::Route53
|
|
277
279
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
278
280
|
# requests are made, and retries are disabled.
|
279
281
|
#
|
282
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
283
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
284
|
+
# will be used if available.
|
285
|
+
#
|
286
|
+
# @option options [Boolean] :use_fips_endpoint
|
287
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
288
|
+
# When a `fips` region is used, the region is normalized and this config
|
289
|
+
# is set to `true`.
|
290
|
+
#
|
280
291
|
# @option options [Boolean] :validate_params (true)
|
281
292
|
# When `true`, request parameters are validated before
|
282
293
|
# sending the request.
|
@@ -429,7 +440,7 @@ module Aws::Route53
|
|
429
440
|
# resp = client.associate_vpc_with_hosted_zone({
|
430
441
|
# hosted_zone_id: "ResourceId", # required
|
431
442
|
# vpc: { # required
|
432
|
-
# 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
|
443
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
433
444
|
# vpc_id: "VPCId",
|
434
445
|
# },
|
435
446
|
# comment: "AssociateVPCComment",
|
@@ -1159,7 +1170,7 @@ module Aws::Route53
|
|
1159
1170
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
|
1160
1171
|
# set_identifier: "ResourceRecordSetIdentifier",
|
1161
1172
|
# weight: 1,
|
1162
|
-
# 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
|
1173
|
+
# 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-southeast-3, 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
|
1163
1174
|
# geo_location: {
|
1164
1175
|
# continent_code: "GeoLocationContinentCode",
|
1165
1176
|
# country_code: "GeoLocationCountryCode",
|
@@ -1379,7 +1390,7 @@ module Aws::Route53
|
|
1379
1390
|
# enable_sni: false,
|
1380
1391
|
# 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
|
1381
1392
|
# alarm_identifier: {
|
1382
|
-
# 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
|
1393
|
+
# 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-southeast-3, 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-iso-west-1, us-isob-east-1
|
1383
1394
|
# name: "AlarmName", # required
|
1384
1395
|
# },
|
1385
1396
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -1410,7 +1421,7 @@ module Aws::Route53
|
|
1410
1421
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
1411
1422
|
# resp.health_check.health_check_config.regions #=> Array
|
1412
1423
|
# 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"
|
1413
|
-
# resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
|
1424
|
+
# 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-southeast-3", "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-iso-west-1", "us-isob-east-1"
|
1414
1425
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
1415
1426
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
1416
1427
|
# resp.health_check.health_check_config.routing_control_arn #=> String
|
@@ -1505,7 +1516,10 @@ module Aws::Route53
|
|
1505
1516
|
# about the Amazon VPC that you're associating with this hosted zone.
|
1506
1517
|
#
|
1507
1518
|
# You can specify only one Amazon VPC when you create a private hosted
|
1508
|
-
# zone.
|
1519
|
+
# zone. If you are associating a VPC with a hosted zone with this
|
1520
|
+
# request, the paramaters `VPCId` and `VPCRegion` are also required.
|
1521
|
+
#
|
1522
|
+
# To associate additional Amazon VPCs with the hosted zone, use
|
1509
1523
|
# [AssociateVPCWithHostedZone][1] after you create a hosted zone.
|
1510
1524
|
#
|
1511
1525
|
#
|
@@ -1553,7 +1567,7 @@ module Aws::Route53
|
|
1553
1567
|
# resp = client.create_hosted_zone({
|
1554
1568
|
# name: "DNSName", # required
|
1555
1569
|
# vpc: {
|
1556
|
-
# 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
|
1570
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
1557
1571
|
# vpc_id: "VPCId",
|
1558
1572
|
# },
|
1559
1573
|
# caller_reference: "Nonce", # required
|
@@ -1582,7 +1596,7 @@ module Aws::Route53
|
|
1582
1596
|
# resp.delegation_set.caller_reference #=> String
|
1583
1597
|
# resp.delegation_set.name_servers #=> Array
|
1584
1598
|
# resp.delegation_set.name_servers[0] #=> String
|
1585
|
-
# 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", "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"
|
1599
|
+
# 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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "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"
|
1586
1600
|
# resp.vpc.vpc_id #=> String
|
1587
1601
|
# resp.location #=> String
|
1588
1602
|
#
|
@@ -1605,14 +1619,14 @@ module Aws::Route53
|
|
1605
1619
|
# The unique string (ID) used to identify a hosted zone.
|
1606
1620
|
#
|
1607
1621
|
# @option params [required, String] :key_management_service_arn
|
1608
|
-
# The Amazon resource name (ARN) for a customer managed
|
1609
|
-
#
|
1610
|
-
#
|
1611
|
-
#
|
1612
|
-
#
|
1613
|
-
# DNSSEC, scroll down to **Example**.
|
1622
|
+
# The Amazon resource name (ARN) for a customer managed key in Key
|
1623
|
+
# Management Service (KMS). The `KeyManagementServiceArn` must be unique
|
1624
|
+
# for each key-signing key (KSK) in a single hosted zone. To see an
|
1625
|
+
# example of `KeyManagementServiceArn` that grants the correct
|
1626
|
+
# permissions for DNSSEC, scroll down to **Example**.
|
1614
1627
|
#
|
1615
|
-
# You must configure the customer managed
|
1628
|
+
# You must configure the customer managed customer managed key as
|
1629
|
+
# follows:
|
1616
1630
|
#
|
1617
1631
|
# Status
|
1618
1632
|
#
|
@@ -1643,7 +1657,7 @@ module Aws::Route53
|
|
1643
1657
|
#
|
1644
1658
|
# ^
|
1645
1659
|
#
|
1646
|
-
# For more information about working with a customer managed
|
1660
|
+
# For more information about working with a customer managed key in KMS,
|
1647
1661
|
# see [Key Management Service concepts][1].
|
1648
1662
|
#
|
1649
1663
|
#
|
@@ -2192,7 +2206,7 @@ module Aws::Route53
|
|
2192
2206
|
# resp = client.create_vpc_association_authorization({
|
2193
2207
|
# hosted_zone_id: "ResourceId", # required
|
2194
2208
|
# vpc: { # required
|
2195
|
-
# 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
|
2209
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
2196
2210
|
# vpc_id: "VPCId",
|
2197
2211
|
# },
|
2198
2212
|
# })
|
@@ -2200,7 +2214,7 @@ module Aws::Route53
|
|
2200
2214
|
# @example Response structure
|
2201
2215
|
#
|
2202
2216
|
# resp.hosted_zone_id #=> String
|
2203
|
-
# 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", "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"
|
2217
|
+
# 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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "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"
|
2204
2218
|
# resp.vpc.vpc_id #=> String
|
2205
2219
|
#
|
2206
2220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
|
@@ -2380,6 +2394,16 @@ module Aws::Route53
|
|
2380
2394
|
# deactivate it. The KSK must be deactivated before you can delete it
|
2381
2395
|
# regardless of whether the hosted zone is enabled for DNSSEC signing.
|
2382
2396
|
#
|
2397
|
+
# You can use [DeactivateKeySigningKey][1] to deactivate the key before
|
2398
|
+
# you delete it.
|
2399
|
+
#
|
2400
|
+
# Use [GetDNSSEC][2] to verify that the KSK is in an `INACTIVE` status.
|
2401
|
+
#
|
2402
|
+
#
|
2403
|
+
#
|
2404
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html
|
2405
|
+
# [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html
|
2406
|
+
#
|
2383
2407
|
# @option params [required, String] :hosted_zone_id
|
2384
2408
|
# A unique string used to identify a hosted zone.
|
2385
2409
|
#
|
@@ -2585,7 +2609,7 @@ module Aws::Route53
|
|
2585
2609
|
# resp = client.delete_vpc_association_authorization({
|
2586
2610
|
# hosted_zone_id: "ResourceId", # required
|
2587
2611
|
# vpc: { # required
|
2588
|
-
# 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
|
2612
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
2589
2613
|
# vpc_id: "VPCId",
|
2590
2614
|
# },
|
2591
2615
|
# })
|
@@ -2680,7 +2704,7 @@ module Aws::Route53
|
|
2680
2704
|
# resp = client.disassociate_vpc_from_hosted_zone({
|
2681
2705
|
# hosted_zone_id: "ResourceId", # required
|
2682
2706
|
# vpc: { # required
|
2683
|
-
# 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
|
2707
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
2684
2708
|
# vpc_id: "VPCId",
|
2685
2709
|
# },
|
2686
2710
|
# comment: "DisassociateVPCComment",
|
@@ -3057,7 +3081,7 @@ module Aws::Route53
|
|
3057
3081
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
3058
3082
|
# resp.health_check.health_check_config.regions #=> Array
|
3059
3083
|
# 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"
|
3060
|
-
# resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
|
3084
|
+
# 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-southeast-3", "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-iso-west-1", "us-isob-east-1"
|
3061
3085
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
3062
3086
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
3063
3087
|
# resp.health_check.health_check_config.routing_control_arn #=> String
|
@@ -3251,7 +3275,7 @@ module Aws::Route53
|
|
3251
3275
|
# resp.delegation_set.name_servers #=> Array
|
3252
3276
|
# resp.delegation_set.name_servers[0] #=> String
|
3253
3277
|
# resp.vp_cs #=> Array
|
3254
|
-
# 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", "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"
|
3278
|
+
# 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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "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"
|
3255
3279
|
# resp.vp_cs[0].vpc_id #=> String
|
3256
3280
|
#
|
3257
3281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
|
@@ -3726,7 +3750,7 @@ module Aws::Route53
|
|
3726
3750
|
# resp.health_checks[0].health_check_config.enable_sni #=> Boolean
|
3727
3751
|
# resp.health_checks[0].health_check_config.regions #=> Array
|
3728
3752
|
# 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"
|
3729
|
-
# resp.health_checks[0].health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
|
3753
|
+
# 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-southeast-3", "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-iso-west-1", "us-isob-east-1"
|
3730
3754
|
# resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
|
3731
3755
|
# resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
3732
3756
|
# resp.health_checks[0].health_check_config.routing_control_arn #=> String
|
@@ -4014,7 +4038,7 @@ module Aws::Route53
|
|
4014
4038
|
#
|
4015
4039
|
# resp = client.list_hosted_zones_by_vpc({
|
4016
4040
|
# vpc_id: "VPCId", # required
|
4017
|
-
# vpc_region: "us-east-1", # required, 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
|
4041
|
+
# vpc_region: "us-east-1", # required, 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
4018
4042
|
# max_items: 1,
|
4019
4043
|
# next_token: "PaginationToken",
|
4020
4044
|
# })
|
@@ -4272,7 +4296,7 @@ module Aws::Route53
|
|
4272
4296
|
# resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS"
|
4273
4297
|
# resp.resource_record_sets[0].set_identifier #=> String
|
4274
4298
|
# resp.resource_record_sets[0].weight #=> Integer
|
4275
|
-
# 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", "af-south-1", "eu-south-1"
|
4299
|
+
# 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-southeast-3", "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"
|
4276
4300
|
# resp.resource_record_sets[0].geo_location.continent_code #=> String
|
4277
4301
|
# resp.resource_record_sets[0].geo_location.country_code #=> String
|
4278
4302
|
# resp.resource_record_sets[0].geo_location.subdivision_code #=> String
|
@@ -4950,7 +4974,7 @@ module Aws::Route53
|
|
4950
4974
|
# resp.hosted_zone_id #=> String
|
4951
4975
|
# resp.next_token #=> String
|
4952
4976
|
# resp.vp_cs #=> Array
|
4953
|
-
# 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", "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"
|
4977
|
+
# 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", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "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"
|
4954
4978
|
# resp.vp_cs[0].vpc_id #=> String
|
4955
4979
|
#
|
4956
4980
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
|
@@ -5352,10 +5376,10 @@ module Aws::Route53
|
|
5352
5376
|
#
|
5353
5377
|
# * `Unhealthy`\: Route 53 considers the health check to be unhealthy.
|
5354
5378
|
#
|
5355
|
-
# * `LastKnownStatus`\: Route 53 uses the status of the
|
5356
|
-
# from the last time CloudWatch had sufficient data to
|
5357
|
-
# alarm state. For new health checks that have no last
|
5358
|
-
# the
|
5379
|
+
# * `LastKnownStatus`\: By default, Route 53 uses the status of the
|
5380
|
+
# health check from the last time CloudWatch had sufficient data to
|
5381
|
+
# determine the alarm state. For new health checks that have no last
|
5382
|
+
# known status, the status for the health check is healthy.
|
5359
5383
|
#
|
5360
5384
|
# @option params [Array<String>] :reset_elements
|
5361
5385
|
# A complex type that contains one `ResettableElementName` element for
|
@@ -5402,7 +5426,7 @@ module Aws::Route53
|
|
5402
5426
|
# enable_sni: false,
|
5403
5427
|
# 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
|
5404
5428
|
# alarm_identifier: {
|
5405
|
-
# 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
|
5429
|
+
# 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-southeast-3, 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-iso-west-1, us-isob-east-1
|
5406
5430
|
# name: "AlarmName", # required
|
5407
5431
|
# },
|
5408
5432
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -5432,7 +5456,7 @@ module Aws::Route53
|
|
5432
5456
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
5433
5457
|
# resp.health_check.health_check_config.regions #=> Array
|
5434
5458
|
# 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"
|
5435
|
-
# resp.health_check.health_check_config.alarm_identifier.region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "cn-northwest-1", "cn-north-1", "af-south-1", "eu-south-1", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-isob-east-1"
|
5459
|
+
# 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-southeast-3", "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-iso-west-1", "us-isob-east-1"
|
5436
5460
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
5437
5461
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
5438
5462
|
# resp.health_check.health_check_config.routing_control_arn #=> String
|
@@ -5625,7 +5649,7 @@ module Aws::Route53
|
|
5625
5649
|
params: params,
|
5626
5650
|
config: config)
|
5627
5651
|
context[:gem_name] = 'aws-sdk-route53'
|
5628
|
-
context[:gem_version] = '1.
|
5652
|
+
context[:gem_version] = '1.59.0'
|
5629
5653
|
Seahorse::Client::Request.new(handlers, context)
|
5630
5654
|
end
|
5631
5655
|
|
@@ -2223,6 +2223,7 @@ module Aws::Route53
|
|
2223
2223
|
o.output = Shapes::ShapeRef.new(shape: UpdateHostedZoneCommentResponse)
|
2224
2224
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchHostedZone)
|
2225
2225
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
2226
|
+
o.errors << Shapes::ShapeRef.new(shape: PriorRequestNotComplete)
|
2226
2227
|
end)
|
2227
2228
|
|
2228
2229
|
api.add_operation(:update_traffic_policy_comment, Seahorse::Model::Operation.new.tap do |o|
|
@@ -100,7 +100,7 @@ module Aws::Route53
|
|
100
100
|
# data as a hash:
|
101
101
|
#
|
102
102
|
# {
|
103
|
-
# 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
|
103
|
+
# 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-southeast-3, 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-iso-west-1, us-isob-east-1
|
104
104
|
# name: "AlarmName", # required
|
105
105
|
# }
|
106
106
|
#
|
@@ -563,7 +563,7 @@ module Aws::Route53
|
|
563
563
|
# {
|
564
564
|
# hosted_zone_id: "ResourceId", # required
|
565
565
|
# vpc: { # required
|
566
|
-
# 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
|
566
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
567
567
|
# vpc_id: "VPCId",
|
568
568
|
# },
|
569
569
|
# comment: "AssociateVPCComment",
|
@@ -623,7 +623,7 @@ module Aws::Route53
|
|
623
623
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
|
624
624
|
# set_identifier: "ResourceRecordSetIdentifier",
|
625
625
|
# weight: 1,
|
626
|
-
# 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
|
626
|
+
# 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-southeast-3, 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
|
627
627
|
# geo_location: {
|
628
628
|
# continent_code: "GeoLocationContinentCode",
|
629
629
|
# country_code: "GeoLocationCountryCode",
|
@@ -701,7 +701,7 @@ module Aws::Route53
|
|
701
701
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
|
702
702
|
# set_identifier: "ResourceRecordSetIdentifier",
|
703
703
|
# weight: 1,
|
704
|
-
# 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
|
704
|
+
# 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-southeast-3, 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
|
705
705
|
# geo_location: {
|
706
706
|
# continent_code: "GeoLocationContinentCode",
|
707
707
|
# country_code: "GeoLocationCountryCode",
|
@@ -806,7 +806,7 @@ module Aws::Route53
|
|
806
806
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
|
807
807
|
# set_identifier: "ResourceRecordSetIdentifier",
|
808
808
|
# weight: 1,
|
809
|
-
# 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
|
809
|
+
# 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-southeast-3, 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
|
810
810
|
# geo_location: {
|
811
811
|
# continent_code: "GeoLocationContinentCode",
|
812
812
|
# country_code: "GeoLocationCountryCode",
|
@@ -1094,7 +1094,7 @@ module Aws::Route53
|
|
1094
1094
|
# enable_sni: false,
|
1095
1095
|
# 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
|
1096
1096
|
# alarm_identifier: {
|
1097
|
-
# 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
|
1097
|
+
# 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-southeast-3, 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-iso-west-1, us-isob-east-1
|
1098
1098
|
# name: "AlarmName", # required
|
1099
1099
|
# },
|
1100
1100
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -1169,7 +1169,7 @@ module Aws::Route53
|
|
1169
1169
|
# {
|
1170
1170
|
# name: "DNSName", # required
|
1171
1171
|
# vpc: {
|
1172
|
-
# 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
|
1172
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
1173
1173
|
# vpc_id: "VPCId",
|
1174
1174
|
# },
|
1175
1175
|
# caller_reference: "Nonce", # required
|
@@ -1199,7 +1199,10 @@ module Aws::Route53
|
|
1199
1199
|
# about the Amazon VPC that you're associating with this hosted zone.
|
1200
1200
|
#
|
1201
1201
|
# You can specify only one Amazon VPC when you create a private hosted
|
1202
|
-
# zone.
|
1202
|
+
# zone. If you are associating a VPC with a hosted zone with this
|
1203
|
+
# request, the paramaters `VPCId` and `VPCRegion` are also required.
|
1204
|
+
#
|
1205
|
+
# To associate additional Amazon VPCs with the hosted zone, use
|
1203
1206
|
# [AssociateVPCWithHostedZone][1] after you create a hosted zone.
|
1204
1207
|
#
|
1205
1208
|
#
|
@@ -1309,14 +1312,14 @@ module Aws::Route53
|
|
1309
1312
|
# @return [String]
|
1310
1313
|
#
|
1311
1314
|
# @!attribute [rw] key_management_service_arn
|
1312
|
-
# The Amazon resource name (ARN) for a customer managed
|
1313
|
-
#
|
1314
|
-
#
|
1315
|
-
#
|
1316
|
-
#
|
1317
|
-
# DNSSEC, scroll down to **Example**.
|
1315
|
+
# The Amazon resource name (ARN) for a customer managed key in Key
|
1316
|
+
# Management Service (KMS). The `KeyManagementServiceArn` must be
|
1317
|
+
# unique for each key-signing key (KSK) in a single hosted zone. To
|
1318
|
+
# see an example of `KeyManagementServiceArn` that grants the correct
|
1319
|
+
# permissions for DNSSEC, scroll down to **Example**.
|
1318
1320
|
#
|
1319
|
-
# You must configure the customer managed
|
1321
|
+
# You must configure the customer managed customer managed key as
|
1322
|
+
# follows:
|
1320
1323
|
#
|
1321
1324
|
# Status
|
1322
1325
|
#
|
@@ -1347,7 +1350,7 @@ module Aws::Route53
|
|
1347
1350
|
#
|
1348
1351
|
# ^
|
1349
1352
|
#
|
1350
|
-
# For more information about working with a customer managed
|
1353
|
+
# For more information about working with a customer managed key in
|
1351
1354
|
# KMS, see [Key Management Service concepts][1].
|
1352
1355
|
#
|
1353
1356
|
#
|
@@ -1720,7 +1723,7 @@ module Aws::Route53
|
|
1720
1723
|
# {
|
1721
1724
|
# hosted_zone_id: "ResourceId", # required
|
1722
1725
|
# vpc: { # required
|
1723
|
-
# 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
|
1726
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
1724
1727
|
# vpc_id: "VPCId",
|
1725
1728
|
# },
|
1726
1729
|
# }
|
@@ -1802,8 +1805,8 @@ module Aws::Route53
|
|
1802
1805
|
#
|
1803
1806
|
# : There is a problem with signing in the hosted zone that requires
|
1804
1807
|
# you to take action to resolve. For example, the customer managed
|
1805
|
-
#
|
1806
|
-
#
|
1808
|
+
# key might have been deleted, or the permissions for the customer
|
1809
|
+
# managed key might have been changed.
|
1807
1810
|
#
|
1808
1811
|
# INTERNAL\_FAILURE
|
1809
1812
|
#
|
@@ -2192,7 +2195,7 @@ module Aws::Route53
|
|
2192
2195
|
# {
|
2193
2196
|
# hosted_zone_id: "ResourceId", # required
|
2194
2197
|
# vpc: { # required
|
2195
|
-
# 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
|
2198
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
2196
2199
|
# vpc_id: "VPCId",
|
2197
2200
|
# },
|
2198
2201
|
# }
|
@@ -2289,7 +2292,7 @@ module Aws::Route53
|
|
2289
2292
|
# {
|
2290
2293
|
# hosted_zone_id: "ResourceId", # required
|
2291
2294
|
# vpc: { # required
|
2292
|
-
# 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
|
2295
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
2293
2296
|
# vpc_id: "VPCId",
|
2294
2297
|
# },
|
2295
2298
|
# comment: "DisassociateVPCComment",
|
@@ -3353,7 +3356,7 @@ module Aws::Route53
|
|
3353
3356
|
# enable_sni: false,
|
3354
3357
|
# 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
|
3355
3358
|
# alarm_identifier: {
|
3356
|
-
# 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
|
3359
|
+
# 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-southeast-3, 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-iso-west-1, us-isob-east-1
|
3357
3360
|
# name: "AlarmName", # required
|
3358
3361
|
# },
|
3359
3362
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -4276,11 +4279,10 @@ module Aws::Route53
|
|
4276
4279
|
#
|
4277
4280
|
# @!attribute [rw] kms_arn
|
4278
4281
|
# The Amazon resource name (ARN) used to identify the customer managed
|
4279
|
-
#
|
4280
|
-
#
|
4281
|
-
# hosted zone.
|
4282
|
+
# key in Key Management Service (KMS). The `KmsArn` must be unique for
|
4283
|
+
# each key-signing key (KSK) in a single hosted zone.
|
4282
4284
|
#
|
4283
|
-
# You must configure the
|
4285
|
+
# You must configure the customer managed key as follows:
|
4284
4286
|
#
|
4285
4287
|
# Status
|
4286
4288
|
#
|
@@ -4311,7 +4313,7 @@ module Aws::Route53
|
|
4311
4313
|
#
|
4312
4314
|
# ^
|
4313
4315
|
#
|
4314
|
-
# For more information about working with the customer managed
|
4316
|
+
# For more information about working with the customer managed key in
|
4315
4317
|
# KMS, see [Key Management Service concepts][1].
|
4316
4318
|
#
|
4317
4319
|
#
|
@@ -4416,9 +4418,9 @@ module Aws::Route53
|
|
4416
4418
|
# ACTION\_NEEDED
|
4417
4419
|
#
|
4418
4420
|
# : There is a problem with the KSK that requires you to take action
|
4419
|
-
# to resolve. For example, the customer managed
|
4420
|
-
#
|
4421
|
-
#
|
4421
|
+
# to resolve. For example, the customer managed key might have been
|
4422
|
+
# deleted, or the permissions for the customer managed key might
|
4423
|
+
# have been changed.
|
4422
4424
|
#
|
4423
4425
|
# INTERNAL\_FAILURE
|
4424
4426
|
#
|
@@ -4467,7 +4469,7 @@ module Aws::Route53
|
|
4467
4469
|
end
|
4468
4470
|
|
4469
4471
|
# You've already created a key-signing key (KSK) with this name or with
|
4470
|
-
# the same customer managed
|
4472
|
+
# the same customer managed key ARN.
|
4471
4473
|
#
|
4472
4474
|
# @!attribute [rw] message
|
4473
4475
|
# @return [String]
|
@@ -4925,7 +4927,7 @@ module Aws::Route53
|
|
4925
4927
|
#
|
4926
4928
|
# {
|
4927
4929
|
# vpc_id: "VPCId", # required
|
4928
|
-
# vpc_region: "us-east-1", # required, 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
|
4930
|
+
# vpc_region: "us-east-1", # required, 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
4929
4931
|
# max_items: 1,
|
4930
4932
|
# next_token: "PaginationToken",
|
4931
4933
|
# }
|
@@ -6419,7 +6421,7 @@ module Aws::Route53
|
|
6419
6421
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
|
6420
6422
|
# set_identifier: "ResourceRecordSetIdentifier",
|
6421
6423
|
# weight: 1,
|
6422
|
-
# 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
|
6424
|
+
# 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-southeast-3, 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
|
6423
6425
|
# geo_location: {
|
6424
6426
|
# continent_code: "GeoLocationContinentCode",
|
6425
6427
|
# country_code: "GeoLocationCountryCode",
|
@@ -7692,7 +7694,7 @@ module Aws::Route53
|
|
7692
7694
|
# enable_sni: false,
|
7693
7695
|
# 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
|
7694
7696
|
# alarm_identifier: {
|
7695
|
-
# 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
|
7697
|
+
# 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-southeast-3, 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-iso-west-1, us-isob-east-1
|
7696
7698
|
# name: "AlarmName", # required
|
7697
7699
|
# },
|
7698
7700
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -8011,10 +8013,10 @@ module Aws::Route53
|
|
8011
8013
|
#
|
8012
8014
|
# * `Unhealthy`\: Route 53 considers the health check to be unhealthy.
|
8013
8015
|
#
|
8014
|
-
# * `LastKnownStatus`\: Route 53 uses the status of the
|
8015
|
-
# from the last time CloudWatch had sufficient data to
|
8016
|
-
# alarm state. For new health checks that have no last
|
8017
|
-
# the
|
8016
|
+
# * `LastKnownStatus`\: By default, Route 53 uses the status of the
|
8017
|
+
# health check from the last time CloudWatch had sufficient data to
|
8018
|
+
# determine the alarm state. For new health checks that have no last
|
8019
|
+
# known status, the status for the health check is healthy.
|
8018
8020
|
# @return [String]
|
8019
8021
|
#
|
8020
8022
|
# @!attribute [rw] reset_elements
|
@@ -8243,11 +8245,19 @@ module Aws::Route53
|
|
8243
8245
|
# (Private hosted zones only) A complex type that contains information
|
8244
8246
|
# about an Amazon VPC.
|
8245
8247
|
#
|
8248
|
+
# If you associate a private hosted zone with an Amazon VPC when you
|
8249
|
+
# make a [CreateHostedZone][1] request, the following parameters are
|
8250
|
+
# also required.
|
8251
|
+
#
|
8252
|
+
#
|
8253
|
+
#
|
8254
|
+
# [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html
|
8255
|
+
#
|
8246
8256
|
# @note When making an API call, you may pass VPC
|
8247
8257
|
# data as a hash:
|
8248
8258
|
#
|
8249
8259
|
# {
|
8250
|
-
# 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
|
8260
|
+
# 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-iso-west-1, us-isob-east-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, 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
|
8251
8261
|
# vpc_id: "VPCId",
|
8252
8262
|
# }
|
8253
8263
|
#
|
data/lib/aws-sdk-route53.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.59.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: 2021-
|
11
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.122.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|