aws-sdk-identitystore 1.32.0 → 1.33.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-identitystore/client.rb +1 -1
- data/lib/aws-sdk-identitystore/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-identitystore.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: 478cb3014e9b4dd2e8f7e244e0e13103856136edd333548feeda8b1e0218cf0f
|
4
|
+
data.tar.gz: b6eafc5689d1b0b600f9cce0a0a555cf3616a907185cb660e51dc919ea23ee2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78576259a787ce2fa1a5f28bdf1ebc1a909681e19663aa794b9cb4cf1fd69ceb16801f991bc3f23e39d4b0cbf28ae9819e80f4ab7cfd5c57267a2cd389d79770
|
7
|
+
data.tar.gz: ca1744157204cc6777201545dfd6d12ead461e43ae83f48b35d3027bc3f00ba8c08b51bd7159fe4d10f374e20f2e839659375233e88bf2d4fd01927593b80d34
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -1524,7 +1524,7 @@ module Aws::IdentityStore
|
|
1524
1524
|
params: params,
|
1525
1525
|
config: config)
|
1526
1526
|
context[:gem_name] = 'aws-sdk-identitystore'
|
1527
|
-
context[:gem_version] = '1.
|
1527
|
+
context[:gem_version] = '1.33.0'
|
1528
1528
|
Seahorse::Client::Request.new(handlers, context)
|
1529
1529
|
end
|
1530
1530
|
|
@@ -25,16 +25,17 @@ module Aws::IdentityStore
|
|
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-identitystore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.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
|