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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9cfd88bb1f7300aed7c16c7543d1f400d6bb5d5c70995f7b7a958aa88dc84d3
4
- data.tar.gz: 6c0ef4966ff187add2c3d1ff25c0d5f752694e1fa5b6d862ef441ebeecc6e6a9
3
+ metadata.gz: 478cb3014e9b4dd2e8f7e244e0e13103856136edd333548feeda8b1e0218cf0f
4
+ data.tar.gz: b6eafc5689d1b0b600f9cce0a0a555cf3616a907185cb660e51dc919ea23ee2a
5
5
  SHA512:
6
- metadata.gz: 35a426a07b4e9a33d34ee18ada16aa2581106fa32489637f240abc119fc7321e6c2430fd7465d5afb12fd932d6090e7832945fbae5772a6506d0c2ac8d54cb92
7
- data.tar.gz: 83ae056883cdb2a84fd8d1673354f13346c3c42687988a37014ec503bc24811a852ae101c78e783b996dc695648023480e12acb17a53948c5036d18cb0514039
6
+ metadata.gz: 78576259a787ce2fa1a5f28bdf1ebc1a909681e19663aa794b9cb4cf1fd69ceb16801f991bc3f23e39d4b0cbf28ae9819e80f4ab7cfd5c57267a2cd389d79770
7
+ data.tar.gz: ca1744157204cc6777201545dfd6d12ead461e43ae83f48b35d3027bc3f00ba8c08b51bd7159fe4d10f374e20f2e839659375233e88bf2d4fd01927593b80d34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
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.32.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-identitystore/customizations'
52
52
  # @!group service
53
53
  module Aws::IdentityStore
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
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.32.0
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-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