aws-sdk-route53recoveryreadiness 1.20.0 → 1.21.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: eae88e8e4dc6908ebdaf8aff2f934af29a07c9e3c63e6ceb7ff611a5225c6340
4
- data.tar.gz: bb8612431578eeb0840072ad3b3d6dfdcc641af54775c5cf32ff9cbc0f3d8336
3
+ metadata.gz: 206736c53576ef21e164db61f9c5e5c7d8e58bf419bb832fd1ba01ea981d05ec
4
+ data.tar.gz: a4b78ceca21a47b58d95cee0e2ef8d4495a9aa4e4aac9cb09c46286a4403c433
5
5
  SHA512:
6
- metadata.gz: da48ad345c2dd36bb7e25c7ba54ea0569df7c805d52a82ad1366067246bd0e4252bf1a8914727b9e88ce0fe899f294c6d3209cc3593f42048e141016fe7b9594
7
- data.tar.gz: 42bd4987d879344bd48a64360d3bc754af0dfa7bb50a66d41454c28e4fa05578065421c8423ffcf33f058e9410710e4225439e42aa75dbd0893dbb19137f595a
6
+ metadata.gz: 0ed7925d2ec945322b886e091f9bc4a58914568536ec18331f96b0e6808f128879de28cb13924ec7292fcb06c086a40d178948d42cf6be6bb385c71652bd9c34
7
+ data.tar.gz: 164aa4a9682dd48e50542171adfbbf5d8e593f530aba0f47ab65a91986ffddb1cde5438f776b0ce5a43022077afd4157a45e7d110cda7e482d9b4a8ae54f739f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.20.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -1660,7 +1660,7 @@ module Aws::Route53RecoveryReadiness
1660
1660
  params: params,
1661
1661
  config: config)
1662
1662
  context[:gem_name] = 'aws-sdk-route53recoveryreadiness'
1663
- context[:gem_version] = '1.20.0'
1663
+ context[:gem_version] = '1.21.0'
1664
1664
  Seahorse::Client::Request.new(handlers, context)
1665
1665
  end
1666
1666
 
@@ -25,16 +25,17 @@ module Aws::Route53RecoveryReadiness
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-route53recoveryreadiness/customizations'
52
52
  # @!group service
53
53
  module Aws::Route53RecoveryReadiness
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoveryreadiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core