aws-sdk-route53 1.104.0 → 1.105.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53/client.rb +2 -4
- data/lib/aws-sdk-route53/types.rb +0 -3
- data/lib/aws-sdk-route53.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44b8453c3bbd856c51b1a797da6b4a0e480cb0566ac989d4a020187d55f084ad
|
|
4
|
+
data.tar.gz: 5ac0bc7d210f27e10aeac18c1fa3894ee60875eb06dd572f7e7da11af5936dd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56a788620fa0136fae2b42ade124812267829c6497b84241d7ecfb72131f33f8dae7cb6eaba2501986e403558a2b05efe0cf4e9e2ecd556eb146f23197ed266f
|
|
7
|
+
data.tar.gz: de4421d31557986e6a35b8ba15ae5b210832694041a6f485d3947b97778245a07008c7746189d6f668bafe1f53ba7cd366d036a530506185114d34ccd6a291b3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -605,7 +605,7 @@ module Aws::Route53
|
|
|
605
605
|
# The max number of CIDR blocks included in the request is 1000. As a
|
|
606
606
|
# result, big updates require multiple API calls.
|
|
607
607
|
#
|
|
608
|
-
# <b> PUT and
|
|
608
|
+
# <b> PUT and DELETE_IF_EXISTS</b>
|
|
609
609
|
#
|
|
610
610
|
# Use `ChangeCidrCollection` to perform the following actions:
|
|
611
611
|
#
|
|
@@ -2058,7 +2058,6 @@ module Aws::Route53
|
|
|
2058
2058
|
# can create, so we recommend that you use a consistent prefix
|
|
2059
2059
|
# so you can use the same resource policy for all the log groups
|
|
2060
2060
|
# that you create for query logging.
|
|
2061
|
-
#
|
|
2062
2061
|
# 2. Create a CloudWatch Logs resource policy, and give it the
|
|
2063
2062
|
# permissions that Route 53 needs to create log streams and to
|
|
2064
2063
|
# send query logs to log streams. You must create the CloudWatch
|
|
@@ -2084,7 +2083,6 @@ module Aws::Route53
|
|
|
2084
2083
|
# * For `aws:SourceAccount`, supply the account ID for the account
|
|
2085
2084
|
# that creates the query logging configuration. For example,
|
|
2086
2085
|
# `aws:SourceAccount:111111111111`.
|
|
2087
|
-
#
|
|
2088
2086
|
# For more information, see [The confused deputy problem][1] in
|
|
2089
2087
|
# the *Amazon Web Services IAM User Guide*.
|
|
2090
2088
|
#
|
|
@@ -6222,7 +6220,7 @@ module Aws::Route53
|
|
|
6222
6220
|
tracer: tracer
|
|
6223
6221
|
)
|
|
6224
6222
|
context[:gem_name] = 'aws-sdk-route53'
|
|
6225
|
-
context[:gem_version] = '1.
|
|
6223
|
+
context[:gem_version] = '1.105.0'
|
|
6226
6224
|
Seahorse::Client::Request.new(handlers, context)
|
|
6227
6225
|
end
|
|
6228
6226
|
|
|
@@ -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
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.105.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: 2024-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|