aws-sdk-iam 1.91.0 → 1.92.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: b714a3b6e88406a455e4ce1c1b7c1628a9587d5e55f0cecd226cc4937ce21767
4
- data.tar.gz: 87a8bf301eaffe5c823e2965cfe55a95d0944fce827a96b73b8a6e80988150e2
3
+ metadata.gz: e8dcf363f11933b27eff2d8acb31fcb7102cd5381fa14b9a7ee49d678bf9593b
4
+ data.tar.gz: 69c13fb4bfd52e87a4ec4a6c9656f5e1eede4be0b78429cc91d9cebd8b1eeebf
5
5
  SHA512:
6
- metadata.gz: fa73f58835545e420b8e4c570c1f3d6e927ed7ddb627e62ca9f800ad6c5a5e29320b750d291cf55d9214724ec85156419149229e27c40e15d7153ba86e12f2f2
7
- data.tar.gz: bb6dff464ac7ae4b803b17ca19189945982b3aaaf0c007cc010249ba30211df191c28657377e4f05addfa5da21545f552dcec8b3bd68df1918ddaef33ab97935
6
+ metadata.gz: 6b908591b086b0e7a46e64be538afabafaedce6050a1728b5e08867a3203a4ef88c99c6a56afed043671d86df866edb90e616ed3cc15cf724111b9a0cc7800d4
7
+ data.tar.gz: 9a9ba93ce032cdebe8b3748c5e5365cf5376865f9c36f2a4093c696d43d815f23ad4427ea7d294d0e1d94c846961419b5300eb96994106968c387392d01d2cc2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.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.91.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -13467,7 +13467,7 @@ module Aws::IAM
13467
13467
  params: params,
13468
13468
  config: config)
13469
13469
  context[:gem_name] = 'aws-sdk-iam'
13470
- context[:gem_version] = '1.91.0'
13470
+ context[:gem_version] = '1.92.0'
13471
13471
  Seahorse::Client::Request.new(handlers, context)
13472
13472
  end
13473
13473
 
@@ -25,16 +25,17 @@ module Aws::IAM
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
 
data/lib/aws-sdk-iam.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-iam/customizations'
74
74
  # @!group service
75
75
  module Aws::IAM
76
76
 
77
- GEM_VERSION = '1.91.0'
77
+ GEM_VERSION = '1.92.0'
78
78
 
79
79
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.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