aws-sdk-route53recoverycluster 1.22.0 → 1.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd634a26b58c6a8dcd1925a3e59b2f7c217a558c176a39beb1983af0f21a5347
|
4
|
+
data.tar.gz: 2bcecca0500931487be6b481c60898d794e4c420a227525bdb6a82286097031b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edd35d0710e97db1e480171ec756d5d57217994937d570b6388a928f8a0d0f831e9bab33a934b0be1fd1d35d3c4ee1aea19296151ca2a1b784c8f32fd144a9b3
|
7
|
+
data.tar.gz: 7b65896129408ec6bf66706562216bab98d22dce7e771af9ecac29458c3706e14bc422e71fdb78a8372ba38440f5fe609d996a6a9559cbe1a30f8b8676102160
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -721,7 +721,7 @@ module Aws::Route53RecoveryCluster
|
|
721
721
|
params: params,
|
722
722
|
config: config)
|
723
723
|
context[:gem_name] = 'aws-sdk-route53recoverycluster'
|
724
|
-
context[:gem_version] = '1.
|
724
|
+
context[:gem_version] = '1.23.0'
|
725
725
|
Seahorse::Client::Request.new(handlers, context)
|
726
726
|
end
|
727
727
|
|
@@ -25,16 +25,17 @@ module Aws::Route53RecoveryCluster
|
|
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
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53recoverycluster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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-
|
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
|