aws-sdk-route53 1.86.0 → 1.87.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a45a058faf09c587976217fe1c044c50bab8e1bfbe7b8016574f3d2982cfa6d
4
- data.tar.gz: 44e52f2c6e14ddab72dc51a49b58c387feb9078e9da66efd0a8fe47db47beb29
3
+ metadata.gz: 85c59a70ccc51f4d496c2c89bb009a84feb0569852c4eb7d8b9707d49bf8d920
4
+ data.tar.gz: 299a90b939fb560f3bf760d3dcd485019bc81ed86c8f075f7f18f986e85d90af
5
5
  SHA512:
6
- metadata.gz: b374ad73b7cdda39503579dfe9d2bb1c21e65a09e4586e74e880e6187ca3f0475242e33ed7c46b1630b118134585bce3bf02de026aff39cf36eff2aee02271fc
7
- data.tar.gz: 7c37b8f29428ee6f477e444a7efe14520bd3e02152741eafa843842cd82884e6dfefc92f47c0f3830c51daf2039eed1e3ea7b5a63fa6483797ac8a7785d19eb9
6
+ metadata.gz: a4756f9035711431b1b3da0f8f80e25a84947e1634764b7b7286985de3e7aeed04ab1fc29bc616aae406f7f3846069f46ba7fcca19ddeaa6537709069b74e66e
7
+ data.tar.gz: 3f7e385d40d645c340a45f54f148ba8a45e32a6c1afbb14dea350366f74ae6a24507102d164cb3eb1e6cb3afebbe71cd0399de3b7559afd04a5385fdad8b4604
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2024-01-30)
5
+ ------------------
6
+
7
+ * Feature - Update the SDKs for text changes in the APIs.
8
+
4
9
  1.86.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -6143,7 +6143,7 @@ module Aws::Route53
6143
6143
  params: params,
6144
6144
  config: config)
6145
6145
  context[:gem_name] = 'aws-sdk-route53'
6146
- context[:gem_version] = '1.86.0'
6146
+ context[:gem_version] = '1.87.0'
6147
6147
  Seahorse::Client::Request.new(handlers, context)
6148
6148
  end
6149
6149
 
@@ -2433,9 +2433,8 @@ module Aws::Route53
2433
2433
  include Aws::Structure
2434
2434
  end
2435
2435
 
2436
- # (Resource record sets only): A complex type that lets you control how
2437
- # Amazon Route 53 responds to DNS queries based on the geographic origin
2438
- # of the query and your resources. Only one of , `LocalZoneGroup`,
2436
+ # (Resource record sets only): A complex type that lets you specify
2437
+ # where your resources are located. Only one of `LocalZoneGroup`,
2439
2438
  # `Coordinates`, or `Amazon Web ServicesRegion` is allowed per request
2440
2439
  # at a time.
2441
2440
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-route53/customizations'
53
53
  # @!group service
54
54
  module Aws::Route53
55
55
 
56
- GEM_VERSION = '1.86.0'
56
+ GEM_VERSION = '1.87.0'
57
57
 
58
58
  end
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.86.0
4
+ version: 1.87.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core