aws-sdk-route53 1.85.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: 73a94d655b7ee4cddc1b3c44ea451e03dbe2c40ac090357acb9d650fb4e3c3a0
4
- data.tar.gz: e7ce4ada4d4ad2bc41b069a962846e4877391bb3d58358207c8248bdcd6a6ef3
3
+ metadata.gz: 85c59a70ccc51f4d496c2c89bb009a84feb0569852c4eb7d8b9707d49bf8d920
4
+ data.tar.gz: 299a90b939fb560f3bf760d3dcd485019bc81ed86c8f075f7f18f986e85d90af
5
5
  SHA512:
6
- metadata.gz: 8ee49ba244f214515f319cc84bbd2a8b28a8842307ba201bcee3b97fab5161ba54a9e228c009c5eba5099473bbe3644d09ea37fed10f4903870716206ee33bdb
7
- data.tar.gz: 861cc785909b4262bd604838106c2ad0ce3f6db1563dcbf208180a30761598d1fb5b50258eddb581b57ce9ad4c842f3c7eb99f2d2f85340896654bf80b790cc7
6
+ metadata.gz: a4756f9035711431b1b3da0f8f80e25a84947e1634764b7b7286985de3e7aeed04ab1fc29bc616aae406f7f3846069f46ba7fcca19ddeaa6537709069b74e66e
7
+ data.tar.gz: 3f7e385d40d645c340a45f54f148ba8a45e32a6c1afbb14dea350366f74ae6a24507102d164cb3eb1e6cb3afebbe71cd0399de3b7559afd04a5385fdad8b4604
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.86.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.85.0 (2024-01-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.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.85.0'
6146
+ context[:gem_version] = '1.87.0'
6147
6147
  Seahorse::Client::Request.new(handlers, context)
6148
6148
  end
6149
6149
 
@@ -14,6 +14,7 @@ module Aws::Route53
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Route53::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.85.0'
56
+ GEM_VERSION = '1.87.0'
57
57
 
58
58
  end