aws-sdk-route53 1.104.0 → 1.115.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/CHANGELOG.md +55 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53/client.rb +77 -53
- data/lib/aws-sdk-route53/client_api.rb +21 -21
- data/lib/aws-sdk-route53/endpoint_provider.rb +31 -35
- data/lib/aws-sdk-route53/types.rb +0 -3
- data/lib/aws-sdk-route53.rb +1 -1
- data/sig/client.rbs +11 -9
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +4 -4
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3300a5383e0a98aefe7fdb4052c9c27f9ad2181b0c44ec4d14c5f0f199d929a7
|
4
|
+
data.tar.gz: 7f457763c6f8f0f43e01348ec9f0735a781cc5071ac118f62dfb475f56a0ef0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d221850432d541a03bbcc69722473916c5a6697768573fda45a12764fcf3439d014d503f1c3a3ae29192ad29c52e4631ace59ef71df80d6a71d161c1f644b195
|
7
|
+
data.tar.gz: 52017cbc5cbfe59c07482c7f531cea361811da57ed10841ce78539e00d606e65a1c43e1206eda0b4f60531fe44ead0a70c9328a2e9614da9665e25d2b599fb5f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,61 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.115.0 (2025-06-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.114.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.113.0 (2025-05-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.112.0 (2025-04-03)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
|
23
|
+
|
24
|
+
1.111.0 (2025-03-18)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks.
|
28
|
+
|
29
|
+
1.110.0 (2025-02-18)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.109.0 (2025-02-06)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.108.0 (2025-01-15)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.107.0 (2025-01-14)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
|
48
|
+
|
49
|
+
1.106.0 (2025-01-08)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
|
53
|
+
|
54
|
+
1.105.0 (2024-11-18)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
4
59
|
1.104.0 (2024-10-30)
|
5
60
|
------------------
|
6
61
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.115.0
|
@@ -7,35 +7,35 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_xml
|
38
|
-
require 'aws-sdk-route53/plugins/id_fix
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_xml'
|
38
|
+
require 'aws-sdk-route53/plugins/id_fix'
|
39
39
|
|
40
40
|
module Aws::Route53
|
41
41
|
# An API client for Route53. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -202,8 +202,7 @@ module Aws::Route53
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -259,11 +258,34 @@ module Aws::Route53
|
|
259
258
|
# Used when loading credentials from the shared credentials file
|
260
259
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
261
260
|
#
|
261
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
262
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
263
|
+
#
|
264
|
+
# * `when_supported` - (default) When set, a checksum will be
|
265
|
+
# calculated for all request payloads of operations modeled with the
|
266
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
267
|
+
# `requestAlgorithmMember` is modeled.
|
268
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
269
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
270
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
271
|
+
# is modeled and supplied.
|
272
|
+
#
|
262
273
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
263
274
|
# The minimum size in bytes that triggers compression for request
|
264
275
|
# bodies. The value must be non-negative integer value between 0
|
265
276
|
# and 10485780 bytes inclusive.
|
266
277
|
#
|
278
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
279
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
280
|
+
#
|
281
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
282
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
283
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
284
|
+
# are supported.
|
285
|
+
# * `when_required` - When set, checksum validation is not performed on
|
286
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
287
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
288
|
+
#
|
267
289
|
# @option options [Proc] :retry_backoff
|
268
290
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
269
291
|
# This option is only used in the `legacy` retry mode.
|
@@ -570,7 +592,7 @@ module Aws::Route53
|
|
570
592
|
# resp = client.associate_vpc_with_hosted_zone({
|
571
593
|
# hosted_zone_id: "ResourceId", # required
|
572
594
|
# vpc: { # required
|
573
|
-
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
595
|
+
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
574
596
|
# vpc_id: "VPCId",
|
575
597
|
# },
|
576
598
|
# comment: "AssociateVPCComment",
|
@@ -605,7 +627,7 @@ module Aws::Route53
|
|
605
627
|
# The max number of CIDR blocks included in the request is 1000. As a
|
606
628
|
# result, big updates require multiple API calls.
|
607
629
|
#
|
608
|
-
# <b> PUT and
|
630
|
+
# <b> PUT and DELETE_IF_EXISTS</b>
|
609
631
|
#
|
610
632
|
# Use `ChangeCidrCollection` to perform the following actions:
|
611
633
|
#
|
@@ -1377,7 +1399,7 @@ module Aws::Route53
|
|
1377
1399
|
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS, TLSA, SSHFP, SVCB, HTTPS
|
1378
1400
|
# set_identifier: "ResourceRecordSetIdentifier",
|
1379
1401
|
# weight: 1,
|
1380
|
-
# 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, eu-central-2, 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, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
1402
|
+
# 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, eu-central-2, 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, me-central-1, ap-south-1, ap-south-2, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, ap-southeast-7, us-gov-east-1, us-gov-west-1
|
1381
1403
|
# geo_location: {
|
1382
1404
|
# continent_code: "GeoLocationContinentCode",
|
1383
1405
|
# country_code: "GeoLocationCountryCode",
|
@@ -1654,7 +1676,7 @@ module Aws::Route53
|
|
1654
1676
|
# enable_sni: false,
|
1655
1677
|
# 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
|
1656
1678
|
# alarm_identifier: {
|
1657
|
-
# 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-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, 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, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
1679
|
+
# 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-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, 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, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
1658
1680
|
# name: "AlarmName", # required
|
1659
1681
|
# },
|
1660
1682
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -1685,7 +1707,7 @@ module Aws::Route53
|
|
1685
1707
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
1686
1708
|
# resp.health_check.health_check_config.regions #=> Array
|
1687
1709
|
# 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"
|
1688
|
-
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
1710
|
+
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
1689
1711
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
1690
1712
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
1691
1713
|
# resp.health_check.health_check_config.routing_control_arn #=> String
|
@@ -1856,7 +1878,7 @@ module Aws::Route53
|
|
1856
1878
|
# resp = client.create_hosted_zone({
|
1857
1879
|
# name: "DNSName", # required
|
1858
1880
|
# vpc: {
|
1859
|
-
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
1881
|
+
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
1860
1882
|
# vpc_id: "VPCId",
|
1861
1883
|
# },
|
1862
1884
|
# caller_reference: "Nonce", # required
|
@@ -1885,7 +1907,7 @@ module Aws::Route53
|
|
1885
1907
|
# resp.delegation_set.caller_reference #=> String
|
1886
1908
|
# resp.delegation_set.name_servers #=> Array
|
1887
1909
|
# resp.delegation_set.name_servers[0] #=> String
|
1888
|
-
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
1910
|
+
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
1889
1911
|
# resp.vpc.vpc_id #=> String
|
1890
1912
|
# resp.location #=> String
|
1891
1913
|
#
|
@@ -2058,7 +2080,6 @@ module Aws::Route53
|
|
2058
2080
|
# can create, so we recommend that you use a consistent prefix
|
2059
2081
|
# so you can use the same resource policy for all the log groups
|
2060
2082
|
# that you create for query logging.
|
2061
|
-
#
|
2062
2083
|
# 2. Create a CloudWatch Logs resource policy, and give it the
|
2063
2084
|
# permissions that Route 53 needs to create log streams and to
|
2064
2085
|
# send query logs to log streams. You must create the CloudWatch
|
@@ -2084,7 +2105,6 @@ module Aws::Route53
|
|
2084
2105
|
# * For `aws:SourceAccount`, supply the account ID for the account
|
2085
2106
|
# that creates the query logging configuration. For example,
|
2086
2107
|
# `aws:SourceAccount:111111111111`.
|
2087
|
-
#
|
2088
2108
|
# For more information, see [The confused deputy problem][1] in
|
2089
2109
|
# the *Amazon Web Services IAM User Guide*.
|
2090
2110
|
#
|
@@ -2524,7 +2544,7 @@ module Aws::Route53
|
|
2524
2544
|
# resp = client.create_vpc_association_authorization({
|
2525
2545
|
# hosted_zone_id: "ResourceId", # required
|
2526
2546
|
# vpc: { # required
|
2527
|
-
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
2547
|
+
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
2528
2548
|
# vpc_id: "VPCId",
|
2529
2549
|
# },
|
2530
2550
|
# })
|
@@ -2532,7 +2552,7 @@ module Aws::Route53
|
|
2532
2552
|
# @example Response structure
|
2533
2553
|
#
|
2534
2554
|
# resp.hosted_zone_id #=> String
|
2535
|
-
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
2555
|
+
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
2536
2556
|
# resp.vpc.vpc_id #=> String
|
2537
2557
|
#
|
2538
2558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization AWS API Documentation
|
@@ -2950,7 +2970,7 @@ module Aws::Route53
|
|
2950
2970
|
# resp = client.delete_vpc_association_authorization({
|
2951
2971
|
# hosted_zone_id: "ResourceId", # required
|
2952
2972
|
# vpc: { # required
|
2953
|
-
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
2973
|
+
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
2954
2974
|
# vpc_id: "VPCId",
|
2955
2975
|
# },
|
2956
2976
|
# })
|
@@ -3063,7 +3083,7 @@ module Aws::Route53
|
|
3063
3083
|
# resp = client.disassociate_vpc_from_hosted_zone({
|
3064
3084
|
# hosted_zone_id: "ResourceId", # required
|
3065
3085
|
# vpc: { # required
|
3066
|
-
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
3086
|
+
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
3067
3087
|
# vpc_id: "VPCId",
|
3068
3088
|
# },
|
3069
3089
|
# comment: "DisassociateVPCComment",
|
@@ -3442,7 +3462,7 @@ module Aws::Route53
|
|
3442
3462
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
3443
3463
|
# resp.health_check.health_check_config.regions #=> Array
|
3444
3464
|
# 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"
|
3445
|
-
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
3465
|
+
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
3446
3466
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
3447
3467
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
3448
3468
|
# resp.health_check.health_check_config.routing_control_arn #=> String
|
@@ -3644,7 +3664,7 @@ module Aws::Route53
|
|
3644
3664
|
# resp.delegation_set.name_servers #=> Array
|
3645
3665
|
# resp.delegation_set.name_servers[0] #=> String
|
3646
3666
|
# resp.vp_cs #=> Array
|
3647
|
-
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
3667
|
+
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
3648
3668
|
# resp.vp_cs[0].vpc_id #=> String
|
3649
3669
|
#
|
3650
3670
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone AWS API Documentation
|
@@ -4257,7 +4277,7 @@ module Aws::Route53
|
|
4257
4277
|
# resp.health_checks[0].health_check_config.enable_sni #=> Boolean
|
4258
4278
|
# resp.health_checks[0].health_check_config.regions #=> Array
|
4259
4279
|
# 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"
|
4260
|
-
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
4280
|
+
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
4261
4281
|
# resp.health_checks[0].health_check_config.alarm_identifier.name #=> String
|
4262
4282
|
# resp.health_checks[0].health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
4263
4283
|
# resp.health_checks[0].health_check_config.routing_control_arn #=> String
|
@@ -4577,7 +4597,7 @@ module Aws::Route53
|
|
4577
4597
|
#
|
4578
4598
|
# resp = client.list_hosted_zones_by_vpc({
|
4579
4599
|
# vpc_id: "VPCId", # required
|
4580
|
-
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
4600
|
+
# 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, eu-central-2, 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, me-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, ca-central-1, cn-north-1, cn-northwest-1, af-south-1, eu-south-1, eu-south-2, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
4581
4601
|
# max_items: 1,
|
4582
4602
|
# next_token: "PaginationToken",
|
4583
4603
|
# })
|
@@ -4726,6 +4746,10 @@ module Aws::Route53
|
|
4726
4746
|
# whose name is greater than or equal to `Name`, and whose type is
|
4727
4747
|
# greater than or equal to `Type`.
|
4728
4748
|
#
|
4749
|
+
# <note markdown="1"> Type is only used to sort between records with the same record Name.
|
4750
|
+
#
|
4751
|
+
# </note>
|
4752
|
+
#
|
4729
4753
|
# **Resource record sets that are PENDING**
|
4730
4754
|
#
|
4731
4755
|
# This action returns the most current version of the records. This
|
@@ -4835,7 +4859,7 @@ module Aws::Route53
|
|
4835
4859
|
# resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS"
|
4836
4860
|
# resp.resource_record_sets[0].set_identifier #=> String
|
4837
4861
|
# resp.resource_record_sets[0].weight #=> Integer
|
4838
|
-
# 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", "eu-central-2", "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", "me-central-1", "ap-south-1", "ap-south-2", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
4862
|
+
# 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", "eu-central-2", "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", "me-central-1", "ap-south-1", "ap-south-2", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "ap-southeast-7", "us-gov-east-1", "us-gov-west-1"
|
4839
4863
|
# resp.resource_record_sets[0].geo_location.continent_code #=> String
|
4840
4864
|
# resp.resource_record_sets[0].geo_location.country_code #=> String
|
4841
4865
|
# resp.resource_record_sets[0].geo_location.subdivision_code #=> String
|
@@ -5520,7 +5544,7 @@ module Aws::Route53
|
|
5520
5544
|
# resp.hosted_zone_id #=> String
|
5521
5545
|
# resp.next_token #=> String
|
5522
5546
|
# resp.vp_cs #=> Array
|
5523
|
-
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
5547
|
+
# 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", "eu-central-2", "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", "me-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "eu-north-1", "sa-east-1", "ca-central-1", "cn-north-1", "cn-northwest-1", "af-south-1", "eu-south-1", "eu-south-2", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
5524
5548
|
# resp.vp_cs[0].vpc_id #=> String
|
5525
5549
|
#
|
5526
5550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations AWS API Documentation
|
@@ -5984,7 +6008,7 @@ module Aws::Route53
|
|
5984
6008
|
# enable_sni: false,
|
5985
6009
|
# 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
|
5986
6010
|
# alarm_identifier: {
|
5987
|
-
# 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-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, 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, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5
|
6011
|
+
# 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-central-2, eu-west-1, eu-west-2, eu-west-3, ap-east-1, me-south-1, me-central-1, ap-south-1, ap-south-2, 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, eu-south-2, us-gov-west-1, us-gov-east-1, us-iso-east-1, us-iso-west-1, us-isob-east-1, ap-southeast-4, il-central-1, ca-west-1, ap-southeast-5, mx-central-1, us-isof-south-1, us-isof-east-1, ap-southeast-7
|
5988
6012
|
# name: "AlarmName", # required
|
5989
6013
|
# },
|
5990
6014
|
# insufficient_data_health_status: "Healthy", # accepts Healthy, Unhealthy, LastKnownStatus
|
@@ -6014,7 +6038,7 @@ module Aws::Route53
|
|
6014
6038
|
# resp.health_check.health_check_config.enable_sni #=> Boolean
|
6015
6039
|
# resp.health_check.health_check_config.regions #=> Array
|
6016
6040
|
# 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"
|
6017
|
-
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5"
|
6041
|
+
# 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-central-2", "eu-west-1", "eu-west-2", "eu-west-3", "ap-east-1", "me-south-1", "me-central-1", "ap-south-1", "ap-south-2", "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", "eu-south-2", "us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", "ap-southeast-4", "il-central-1", "ca-west-1", "ap-southeast-5", "mx-central-1", "us-isof-south-1", "us-isof-east-1", "ap-southeast-7"
|
6018
6042
|
# resp.health_check.health_check_config.alarm_identifier.name #=> String
|
6019
6043
|
# resp.health_check.health_check_config.insufficient_data_health_status #=> String, one of "Healthy", "Unhealthy", "LastKnownStatus"
|
6020
6044
|
# resp.health_check.health_check_config.routing_control_arn #=> String
|
@@ -6222,7 +6246,7 @@ module Aws::Route53
|
|
6222
6246
|
tracer: tracer
|
6223
6247
|
)
|
6224
6248
|
context[:gem_name] = 'aws-sdk-route53'
|
6225
|
-
context[:gem_version] = '1.
|
6249
|
+
context[:gem_version] = '1.115.0'
|
6226
6250
|
Seahorse::Client::Request.new(handlers, context)
|
6227
6251
|
end
|
6228
6252
|
|
@@ -1584,7 +1584,7 @@ module Aws::Route53
|
|
1584
1584
|
o.input = Shapes::ShapeRef.new(shape: AssociateVPCWithHostedZoneRequest,
|
1585
1585
|
location_name: "AssociateVPCWithHostedZoneRequest",
|
1586
1586
|
metadata: {
|
1587
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1587
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1588
1588
|
}
|
1589
1589
|
)
|
1590
1590
|
o.output = Shapes::ShapeRef.new(shape: AssociateVPCWithHostedZoneResponse)
|
@@ -1605,7 +1605,7 @@ module Aws::Route53
|
|
1605
1605
|
o.input = Shapes::ShapeRef.new(shape: ChangeCidrCollectionRequest,
|
1606
1606
|
location_name: "ChangeCidrCollectionRequest",
|
1607
1607
|
metadata: {
|
1608
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1608
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1609
1609
|
}
|
1610
1610
|
)
|
1611
1611
|
o.output = Shapes::ShapeRef.new(shape: ChangeCidrCollectionResponse)
|
@@ -1624,7 +1624,7 @@ module Aws::Route53
|
|
1624
1624
|
o.input = Shapes::ShapeRef.new(shape: ChangeResourceRecordSetsRequest,
|
1625
1625
|
location_name: "ChangeResourceRecordSetsRequest",
|
1626
1626
|
metadata: {
|
1627
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1627
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1628
1628
|
}
|
1629
1629
|
)
|
1630
1630
|
o.output = Shapes::ShapeRef.new(shape: ChangeResourceRecordSetsResponse)
|
@@ -1642,7 +1642,7 @@ module Aws::Route53
|
|
1642
1642
|
o.input = Shapes::ShapeRef.new(shape: ChangeTagsForResourceRequest,
|
1643
1643
|
location_name: "ChangeTagsForResourceRequest",
|
1644
1644
|
metadata: {
|
1645
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1645
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1646
1646
|
}
|
1647
1647
|
)
|
1648
1648
|
o.output = Shapes::ShapeRef.new(shape: ChangeTagsForResourceResponse)
|
@@ -1660,7 +1660,7 @@ module Aws::Route53
|
|
1660
1660
|
o.input = Shapes::ShapeRef.new(shape: CreateCidrCollectionRequest,
|
1661
1661
|
location_name: "CreateCidrCollectionRequest",
|
1662
1662
|
metadata: {
|
1663
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1663
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1664
1664
|
}
|
1665
1665
|
)
|
1666
1666
|
o.output = Shapes::ShapeRef.new(shape: CreateCidrCollectionResponse)
|
@@ -1677,7 +1677,7 @@ module Aws::Route53
|
|
1677
1677
|
o.input = Shapes::ShapeRef.new(shape: CreateHealthCheckRequest,
|
1678
1678
|
location_name: "CreateHealthCheckRequest",
|
1679
1679
|
metadata: {
|
1680
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1680
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1681
1681
|
}
|
1682
1682
|
)
|
1683
1683
|
o.output = Shapes::ShapeRef.new(shape: CreateHealthCheckResponse)
|
@@ -1693,7 +1693,7 @@ module Aws::Route53
|
|
1693
1693
|
o.input = Shapes::ShapeRef.new(shape: CreateHostedZoneRequest,
|
1694
1694
|
location_name: "CreateHostedZoneRequest",
|
1695
1695
|
metadata: {
|
1696
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1696
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1697
1697
|
}
|
1698
1698
|
)
|
1699
1699
|
o.output = Shapes::ShapeRef.new(shape: CreateHostedZoneResponse)
|
@@ -1715,7 +1715,7 @@ module Aws::Route53
|
|
1715
1715
|
o.input = Shapes::ShapeRef.new(shape: CreateKeySigningKeyRequest,
|
1716
1716
|
location_name: "CreateKeySigningKeyRequest",
|
1717
1717
|
metadata: {
|
1718
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1718
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1719
1719
|
}
|
1720
1720
|
)
|
1721
1721
|
o.output = Shapes::ShapeRef.new(shape: CreateKeySigningKeyResponse)
|
@@ -1738,7 +1738,7 @@ module Aws::Route53
|
|
1738
1738
|
o.input = Shapes::ShapeRef.new(shape: CreateQueryLoggingConfigRequest,
|
1739
1739
|
location_name: "CreateQueryLoggingConfigRequest",
|
1740
1740
|
metadata: {
|
1741
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1741
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1742
1742
|
}
|
1743
1743
|
)
|
1744
1744
|
o.output = Shapes::ShapeRef.new(shape: CreateQueryLoggingConfigResponse)
|
@@ -1757,7 +1757,7 @@ module Aws::Route53
|
|
1757
1757
|
o.input = Shapes::ShapeRef.new(shape: CreateReusableDelegationSetRequest,
|
1758
1758
|
location_name: "CreateReusableDelegationSetRequest",
|
1759
1759
|
metadata: {
|
1760
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1760
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1761
1761
|
}
|
1762
1762
|
)
|
1763
1763
|
o.output = Shapes::ShapeRef.new(shape: CreateReusableDelegationSetResponse)
|
@@ -1777,7 +1777,7 @@ module Aws::Route53
|
|
1777
1777
|
o.input = Shapes::ShapeRef.new(shape: CreateTrafficPolicyRequest,
|
1778
1778
|
location_name: "CreateTrafficPolicyRequest",
|
1779
1779
|
metadata: {
|
1780
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1780
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1781
1781
|
}
|
1782
1782
|
)
|
1783
1783
|
o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyResponse)
|
@@ -1794,7 +1794,7 @@ module Aws::Route53
|
|
1794
1794
|
o.input = Shapes::ShapeRef.new(shape: CreateTrafficPolicyInstanceRequest,
|
1795
1795
|
location_name: "CreateTrafficPolicyInstanceRequest",
|
1796
1796
|
metadata: {
|
1797
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1797
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1798
1798
|
}
|
1799
1799
|
)
|
1800
1800
|
o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyInstanceResponse)
|
@@ -1812,7 +1812,7 @@ module Aws::Route53
|
|
1812
1812
|
o.input = Shapes::ShapeRef.new(shape: CreateTrafficPolicyVersionRequest,
|
1813
1813
|
location_name: "CreateTrafficPolicyVersionRequest",
|
1814
1814
|
metadata: {
|
1815
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1815
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1816
1816
|
}
|
1817
1817
|
)
|
1818
1818
|
o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyVersionResponse)
|
@@ -1830,7 +1830,7 @@ module Aws::Route53
|
|
1830
1830
|
o.input = Shapes::ShapeRef.new(shape: CreateVPCAssociationAuthorizationRequest,
|
1831
1831
|
location_name: "CreateVPCAssociationAuthorizationRequest",
|
1832
1832
|
metadata: {
|
1833
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1833
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1834
1834
|
}
|
1835
1835
|
)
|
1836
1836
|
o.output = Shapes::ShapeRef.new(shape: CreateVPCAssociationAuthorizationResponse)
|
@@ -1959,7 +1959,7 @@ module Aws::Route53
|
|
1959
1959
|
o.input = Shapes::ShapeRef.new(shape: DeleteVPCAssociationAuthorizationRequest,
|
1960
1960
|
location_name: "DeleteVPCAssociationAuthorizationRequest",
|
1961
1961
|
metadata: {
|
1962
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1962
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1963
1963
|
}
|
1964
1964
|
)
|
1965
1965
|
o.output = Shapes::ShapeRef.new(shape: DeleteVPCAssociationAuthorizationResponse)
|
@@ -1993,7 +1993,7 @@ module Aws::Route53
|
|
1993
1993
|
o.input = Shapes::ShapeRef.new(shape: DisassociateVPCFromHostedZoneRequest,
|
1994
1994
|
location_name: "DisassociateVPCFromHostedZoneRequest",
|
1995
1995
|
metadata: {
|
1996
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1996
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
1997
1997
|
}
|
1998
1998
|
)
|
1999
1999
|
o.output = Shapes::ShapeRef.new(shape: DisassociateVPCFromHostedZoneResponse)
|
@@ -2374,7 +2374,7 @@ module Aws::Route53
|
|
2374
2374
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourcesRequest,
|
2375
2375
|
location_name: "ListTagsForResourcesRequest",
|
2376
2376
|
metadata: {
|
2377
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
2377
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
2378
2378
|
}
|
2379
2379
|
)
|
2380
2380
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourcesResponse)
|
@@ -2464,7 +2464,7 @@ module Aws::Route53
|
|
2464
2464
|
o.input = Shapes::ShapeRef.new(shape: UpdateHealthCheckRequest,
|
2465
2465
|
location_name: "UpdateHealthCheckRequest",
|
2466
2466
|
metadata: {
|
2467
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
2467
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
2468
2468
|
}
|
2469
2469
|
)
|
2470
2470
|
o.output = Shapes::ShapeRef.new(shape: UpdateHealthCheckResponse)
|
@@ -2480,7 +2480,7 @@ module Aws::Route53
|
|
2480
2480
|
o.input = Shapes::ShapeRef.new(shape: UpdateHostedZoneCommentRequest,
|
2481
2481
|
location_name: "UpdateHostedZoneCommentRequest",
|
2482
2482
|
metadata: {
|
2483
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
2483
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
2484
2484
|
}
|
2485
2485
|
)
|
2486
2486
|
o.output = Shapes::ShapeRef.new(shape: UpdateHostedZoneCommentResponse)
|
@@ -2496,7 +2496,7 @@ module Aws::Route53
|
|
2496
2496
|
o.input = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyCommentRequest,
|
2497
2497
|
location_name: "UpdateTrafficPolicyCommentRequest",
|
2498
2498
|
metadata: {
|
2499
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
2499
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
2500
2500
|
}
|
2501
2501
|
)
|
2502
2502
|
o.output = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyCommentResponse)
|
@@ -2512,7 +2512,7 @@ module Aws::Route53
|
|
2512
2512
|
o.input = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyInstanceRequest,
|
2513
2513
|
location_name: "UpdateTrafficPolicyInstanceRequest",
|
2514
2514
|
metadata: {
|
2515
|
-
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
2515
|
+
"xmlNamespace" => {"uri" => "https://route53.amazonaws.com/doc/2013-04-01/"}
|
2516
2516
|
}
|
2517
2517
|
)
|
2518
2518
|
o.output = Shapes::ShapeRef.new(shape: UpdateTrafficPolicyInstanceResponse)
|
@@ -10,67 +10,63 @@
|
|
10
10
|
module Aws::Route53
|
11
11
|
class EndpointProvider
|
12
12
|
def resolve_endpoint(parameters)
|
13
|
-
|
14
|
-
|
15
|
-
use_fips = parameters.use_fips
|
16
|
-
endpoint = parameters.endpoint
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
20
16
|
end
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
19
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
25
21
|
end
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-east-1"}]})
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-east-1"}]})
|
30
26
|
end
|
31
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
32
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-east-1"}]})
|
27
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
28
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-east-1"}]})
|
33
29
|
end
|
34
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"cn-northwest-1"}]})
|
30
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
31
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.amazonaws.com.cn", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "cn-northwest-1"}]})
|
36
32
|
end
|
37
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
38
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-gov-west-1"}]})
|
33
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
34
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-gov-west-1"}]})
|
39
35
|
end
|
40
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
41
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-gov-west-1"}]})
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
37
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.us-gov.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-gov-west-1"}]})
|
42
38
|
end
|
43
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
44
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.c2s.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-iso-east-1"}]})
|
39
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
40
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.c2s.ic.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-iso-east-1"}]})
|
45
41
|
end
|
46
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
47
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-isob-east-1"}]})
|
42
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
43
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.sc2s.sgov.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-isob-east-1"}]})
|
48
44
|
end
|
49
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
50
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.cloud.adc-e.uk", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"eu-isoe-west-1"}]})
|
45
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.cloud.adc-e.uk", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "eu-isoe-west-1"}]})
|
51
47
|
end
|
52
|
-
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
53
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"route53", "signingRegion"=>"us-isof-south-1"}]})
|
48
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
|
49
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.csp.hci.ic.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "route53", "signingRegion" => "us-isof-south-1"}]})
|
54
50
|
end
|
55
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
51
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
56
52
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
57
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
53
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
58
54
|
end
|
59
55
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
60
56
|
end
|
61
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
57
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
62
58
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
63
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
59
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
64
60
|
end
|
65
61
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
66
62
|
end
|
67
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
63
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
68
64
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
69
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
65
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
70
66
|
end
|
71
67
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
72
68
|
end
|
73
|
-
return Aws::Endpoints::Endpoint.new(url: "https://route53.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
69
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
74
70
|
end
|
75
71
|
end
|
76
72
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
@@ -212,7 +212,6 @@ module Aws::Route53
|
|
212
212
|
# * Application and Network Load Balancers: Use
|
213
213
|
# [DescribeLoadBalancers][6] to get the value of
|
214
214
|
# `CanonicalHostedZoneId`.
|
215
|
-
#
|
216
215
|
# * **CLI**: Use `describe-load-balancers` to get the applicable
|
217
216
|
# value. For more information, see the applicable guide:
|
218
217
|
#
|
@@ -367,7 +366,6 @@ module Aws::Route53
|
|
367
366
|
#
|
368
367
|
# * Application and Network Load Balancers:
|
369
368
|
# [DescribeLoadBalancers][8]
|
370
|
-
#
|
371
369
|
# * **CLI**: Use `describe-load-balancers` to get the value of
|
372
370
|
# `DNSName`. For more information, see the applicable guide:
|
373
371
|
#
|
@@ -6768,7 +6766,6 @@ module Aws::Route53
|
|
6768
6766
|
#
|
6769
6767
|
# * You specify a health check ID for the non-alias resource record
|
6770
6768
|
# set.
|
6771
|
-
#
|
6772
6769
|
# If the health check status is healthy, Route 53 considers the
|
6773
6770
|
# alias resource record set to be healthy and includes the alias
|
6774
6771
|
# record among the records that it responds to DNS queries with.
|
data/lib/aws-sdk-route53.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -94,7 +96,7 @@ module Aws
|
|
94
96
|
def associate_vpc_with_hosted_zone: (
|
95
97
|
hosted_zone_id: ::String,
|
96
98
|
vpc: {
|
97
|
-
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")?,
|
99
|
+
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")?,
|
98
100
|
vpc_id: ::String?
|
99
101
|
},
|
100
102
|
?comment: ::String
|
@@ -136,7 +138,7 @@ module Aws
|
|
136
138
|
type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS"),
|
137
139
|
set_identifier: ::String?,
|
138
140
|
weight: ::Integer?,
|
139
|
-
region: ("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" | "eu-central-2" | "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" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")?,
|
141
|
+
region: ("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" | "eu-central-2" | "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" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "ap-southeast-7" | "us-gov-east-1" | "us-gov-west-1")?,
|
140
142
|
geo_location: {
|
141
143
|
continent_code: ::String?,
|
142
144
|
country_code: ::String?,
|
@@ -231,7 +233,7 @@ module Aws
|
|
231
233
|
enable_sni: bool?,
|
232
234
|
regions: Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")]?,
|
233
235
|
alarm_identifier: {
|
234
|
-
region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "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" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5"),
|
236
|
+
region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "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" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7"),
|
235
237
|
name: ::String
|
236
238
|
}?,
|
237
239
|
insufficient_data_health_status: ("Healthy" | "Unhealthy" | "LastKnownStatus")?,
|
@@ -252,7 +254,7 @@ module Aws
|
|
252
254
|
def create_hosted_zone: (
|
253
255
|
name: ::String,
|
254
256
|
?vpc: {
|
255
|
-
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")?,
|
257
|
+
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")?,
|
256
258
|
vpc_id: ::String?
|
257
259
|
},
|
258
260
|
caller_reference: ::String,
|
@@ -354,7 +356,7 @@ module Aws
|
|
354
356
|
def create_vpc_association_authorization: (
|
355
357
|
hosted_zone_id: ::String,
|
356
358
|
vpc: {
|
357
|
-
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")?,
|
359
|
+
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")?,
|
358
360
|
vpc_id: ::String?
|
359
361
|
}
|
360
362
|
) -> _CreateVPCAssociationAuthorizationResponseSuccess
|
@@ -454,7 +456,7 @@ module Aws
|
|
454
456
|
def delete_vpc_association_authorization: (
|
455
457
|
hosted_zone_id: ::String,
|
456
458
|
vpc: {
|
457
|
-
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")?,
|
459
|
+
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")?,
|
458
460
|
vpc_id: ::String?
|
459
461
|
}
|
460
462
|
) -> _DeleteVPCAssociationAuthorizationResponseSuccess
|
@@ -478,7 +480,7 @@ module Aws
|
|
478
480
|
def disassociate_vpc_from_hosted_zone: (
|
479
481
|
hosted_zone_id: ::String,
|
480
482
|
vpc: {
|
481
|
-
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")?,
|
483
|
+
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")?,
|
482
484
|
vpc_id: ::String?
|
483
485
|
},
|
484
486
|
?comment: ::String
|
@@ -798,7 +800,7 @@ module Aws
|
|
798
800
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#list_hosted_zones_by_vpc-instance_method
|
799
801
|
def list_hosted_zones_by_vpc: (
|
800
802
|
vpc_id: ::String,
|
801
|
-
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5"),
|
803
|
+
vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7"),
|
802
804
|
?max_items: ::Integer,
|
803
805
|
?next_token: ::String
|
804
806
|
) -> _ListHostedZonesByVPCResponseSuccess
|
@@ -1012,7 +1014,7 @@ module Aws
|
|
1012
1014
|
?enable_sni: bool,
|
1013
1015
|
?regions: Array[("us-east-1" | "us-west-1" | "us-west-2" | "eu-west-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1")],
|
1014
1016
|
?alarm_identifier: {
|
1015
|
-
region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "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" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5"),
|
1017
|
+
region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "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" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7"),
|
1016
1018
|
name: ::String
|
1017
1019
|
},
|
1018
1020
|
?insufficient_data_health_status: ("Healthy" | "Unhealthy" | "LastKnownStatus"),
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -26,7 +26,7 @@ module Aws::Route53
|
|
26
26
|
end
|
27
27
|
|
28
28
|
class AlarmIdentifier
|
29
|
-
attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "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" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")
|
29
|
+
attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "ap-east-1" | "me-south-1" | "me-central-1" | "ap-south-1" | "ap-south-2" | "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" | "eu-south-2" | "us-gov-west-1" | "us-gov-east-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")
|
30
30
|
attr_accessor name: ::String
|
31
31
|
SENSITIVE: []
|
32
32
|
end
|
@@ -1034,7 +1034,7 @@ module Aws::Route53
|
|
1034
1034
|
|
1035
1035
|
class ListHostedZonesByVPCRequest
|
1036
1036
|
attr_accessor vpc_id: ::String
|
1037
|
-
attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")
|
1037
|
+
attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")
|
1038
1038
|
attr_accessor max_items: ::Integer
|
1039
1039
|
attr_accessor next_token: ::String
|
1040
1040
|
SENSITIVE: []
|
@@ -1333,7 +1333,7 @@ module Aws::Route53
|
|
1333
1333
|
attr_accessor type: ("SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | "TLSA" | "SSHFP" | "SVCB" | "HTTPS")
|
1334
1334
|
attr_accessor set_identifier: ::String
|
1335
1335
|
attr_accessor weight: ::Integer
|
1336
|
-
attr_accessor region: ("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" | "eu-central-2" | "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" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")
|
1336
|
+
attr_accessor region: ("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" | "eu-central-2" | "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" | "me-central-1" | "ap-south-1" | "ap-south-2" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "ap-southeast-7" | "us-gov-east-1" | "us-gov-west-1")
|
1337
1337
|
attr_accessor geo_location: Types::GeoLocation
|
1338
1338
|
attr_accessor failover: ("PRIMARY" | "SECONDARY")
|
1339
1339
|
attr_accessor multi_value_answer: bool
|
@@ -1542,7 +1542,7 @@ module Aws::Route53
|
|
1542
1542
|
end
|
1543
1543
|
|
1544
1544
|
class VPC
|
1545
|
-
attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5")
|
1545
|
+
attr_accessor vpc_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "eu-central-2" | "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" | "me-central-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-south-1" | "ap-south-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "eu-north-1" | "sa-east-1" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "af-south-1" | "eu-south-1" | "eu-south-2" | "ap-southeast-4" | "il-central-1" | "ca-west-1" | "ap-southeast-5" | "mx-central-1" | "us-isof-south-1" | "us-isof-east-1" | "ap-southeast-7")
|
1546
1546
|
attr_accessor vpc_id: ::String
|
1547
1547
|
SENSITIVE: []
|
1548
1548
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.115.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -19,7 +18,7 @@ dependencies:
|
|
19
18
|
version: '3'
|
20
19
|
- - ">="
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
21
|
+
version: 3.225.0
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +28,7 @@ dependencies:
|
|
29
28
|
version: '3'
|
30
29
|
- - ">="
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
31
|
+
version: 3.225.0
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: aws-sigv4
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -79,7 +78,6 @@ licenses:
|
|
79
78
|
metadata:
|
80
79
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53
|
81
80
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53/CHANGELOG.md
|
82
|
-
post_install_message:
|
83
81
|
rdoc_options: []
|
84
82
|
require_paths:
|
85
83
|
- lib
|
@@ -87,15 +85,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
87
85
|
requirements:
|
88
86
|
- - ">="
|
89
87
|
- !ruby/object:Gem::Version
|
90
|
-
version: '2.
|
88
|
+
version: '2.7'
|
91
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
90
|
requirements:
|
93
91
|
- - ">="
|
94
92
|
- !ruby/object:Gem::Version
|
95
93
|
version: '0'
|
96
94
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
98
|
-
signing_key:
|
95
|
+
rubygems_version: 3.6.7
|
99
96
|
specification_version: 4
|
100
97
|
summary: AWS SDK for Ruby - Route 53
|
101
98
|
test_files: []
|