aws-sdk-ssoadmin 1.33.0 → 1.34.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: 03de43f3c535bff05a8d79ec82881f02a9ded8863e01d56746c939dbb65f773a
4
- data.tar.gz: e027e2b6945b78106f296e00389bde2506ca9d5c31406dbebd1f2de0a8251004
3
+ metadata.gz: 60f8b849cd24bbcdce6fdae8bca18fc5db7f806eb8adfe5a827c85d3a7dd0d3e
4
+ data.tar.gz: bbf2da0e47ffe9fc0276267520c55a626611af9c6546ad23567841171512d4f0
5
5
  SHA512:
6
- metadata.gz: d2d0bdbcf743400c6aaf31e261e7aeea9519a4699a928dd3c00c74a6e5439dd07b60214f081ecfd62720bc85a635e1e90122e184e12052c7832d3b31a7ee7ed1
7
- data.tar.gz: b567e366a0588fcbdde8faeb27322e6fc4dc57b567c1da261e1b05907e123697c23106bf58197580555ef8a60d9b7be0b9dd9fd340d92c9fe6a60639c5143176
6
+ metadata.gz: 8bfce7ebe482ea1f243ea552e3b24c0038d795a1a48b7d8668c20206e153c3bb5faa1f60e740b37ae62584d67183fab53278f0a84d85f704bca8bd6ad89f9170
7
+ data.tar.gz: cb4252f443a8d0c57810360a2a426c48705288c63d82c6939c0ab9b4694d6a306faf7ddf0a5d8cbd324af8565f5c4590944883d98929504a073d76ca5b02f6ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -3808,7 +3808,7 @@ module Aws::SSOAdmin
3808
3808
  params: params,
3809
3809
  config: config)
3810
3810
  context[:gem_name] = 'aws-sdk-ssoadmin'
3811
- context[:gem_version] = '1.33.0'
3811
+ context[:gem_version] = '1.34.0'
3812
3812
  Seahorse::Client::Request.new(handlers, context)
3813
3813
  end
3814
3814
 
@@ -25,16 +25,17 @@ module Aws::SSOAdmin
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-ssoadmin/customizations'
52
52
  # @!group service
53
53
  module Aws::SSOAdmin
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.34.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssoadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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