aws-sdk-cognitoidentity 1.50.0 → 1.51.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentity/client.rb +1 -1
- data/lib/aws-sdk-cognitoidentity/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-cognitoidentity.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c6683cd9a2dbfdf54c3007b5f524bc2dabbab876008b53b6a60f5c58cbe7a9d
|
4
|
+
data.tar.gz: 7a44242429802505df4eefa2d63a278b92153c254868b16a0efbc788a97b832d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f78dfbe04c370c39a49eed4bb57f8f1d63a29967524207ce5ea685c785f987ad84db43d729fac630dcee9d0709afe1bf59bac889a9061ee1834dc04ac5bdc28a
|
7
|
+
data.tar.gz: ac7de725e8a1bd1c7e77c1291213d30409eab482b1fe7b33361b1c112b3fdc1f4269905d2e77303d3e51c5698f43ef851d48447c8190f3f3cbc1251bdd3a5366
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -1668,7 +1668,7 @@ module Aws::CognitoIdentity
|
|
1668
1668
|
params: params,
|
1669
1669
|
config: config)
|
1670
1670
|
context[:gem_name] = 'aws-sdk-cognitoidentity'
|
1671
|
-
context[:gem_version] = '1.
|
1671
|
+
context[:gem_version] = '1.51.0'
|
1672
1672
|
Seahorse::Client::Request.new(handlers, context)
|
1673
1673
|
end
|
1674
1674
|
|
@@ -25,16 +25,17 @@ module Aws::CognitoIdentity
|
|
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-cognitoidentity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.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
|