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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b5f2ce489d5bd26c1d136d62366151f5f779d5abb910b62bb821bdeafdca551
4
- data.tar.gz: 4843e8d6a3ec9befd45c7461d1ff4f19079aad43432c0211eb7aaf3ece061dba
3
+ metadata.gz: 44b8453c3bbd856c51b1a797da6b4a0e480cb0566ac989d4a020187d55f084ad
4
+ data.tar.gz: 5ac0bc7d210f27e10aeac18c1fa3894ee60875eb06dd572f7e7da11af5936dd5
5
5
  SHA512:
6
- metadata.gz: 8667a9ec4725efc4eaeda5c4efea5728cbf2e3c0ba2a4427a619758f81cb4ceb8e731460938cb3fa457c32b4105066b774d2d531ab4e7870b97171095c96d84e
7
- data.tar.gz: 6fedc79d502217839e3df690d863cd346bba2f6d6fc8e5b5eb68f3c04e260291d16a2b67f661a095b4b9175af4ee9b5f3bc34e665a0c2f832ab0077bd0d2fc26
6
+ metadata.gz: 56a788620fa0136fae2b42ade124812267829c6497b84241d7ecfb72131f33f8dae7cb6eaba2501986e403558a2b05efe0cf4e9e2ecd556eb146f23197ed266f
7
+ data.tar.gz: de4421d31557986e6a35b8ba15ae5b210832694041a6f485d3947b97778245a07008c7746189d6f668bafe1f53ba7cd366d036a530506185114d34ccd6a291b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.104.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
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 DELETE\_IF\_EXISTS</b>
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.104.0'
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.
@@ -55,7 +55,7 @@ module Aws::Route53
55
55
  autoload :EndpointProvider, 'aws-sdk-route53/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-route53/endpoints'
57
57
 
58
- GEM_VERSION = '1.104.0'
58
+ GEM_VERSION = '1.105.0'
59
59
 
60
60
  end
61
61
 
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.104.0
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-10-30 00:00:00.000000000 Z
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