aws-sdk-iam 1.141.0 → 1.143.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: b10e5fcc35572a4aa095aaf7b757add2db8110cc6316af2d9690e1ffc2938940
4
- data.tar.gz: be79493d55994d00e850a8f38498fc1b2db0a8f9ad86f082ddca992a5b49e401
3
+ metadata.gz: 7cbbf696a8b06485ec1fc90b810838241bae19b8ee96c3309b550bfc54e66fc5
4
+ data.tar.gz: '001081025fb41d7f2feacd1c10b282d29a796e0e17c2649125dbbb270c2915b8'
5
5
  SHA512:
6
- metadata.gz: 297f5d53d393cd57e3abf4e17c1c9e52a23d79b21c2f5fbf007367a6c0e52a184f8ece2a02858cfbe0fa538a1eabf87109945a8d873fabf5403f682553b4319c
7
- data.tar.gz: 654913b1389ff63acd1299a1086e99910c090bc0392fcae1e063f0919e1bef295a1691717dfd06aadc85cda738a6887de78b9803b69e43f307ac2f839a317998
6
+ metadata.gz: a900d6cd9550a63925adbd148c4a75d4548f75e48b49c0215600480481e16c0097064bf433be7a38459ebecdcacc809976d77a6eebd74426a01ee53f02caa868
7
+ data.tar.gz: ecd355b8102f259608063f070be7ff0e3e21efe1ee30d71d534abc1e81019e7b934e9b4fe04a7b30c1498b1b70e875fc8721bd7e63ff9a55b461777104d7cebe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2026-05-01)
5
+ ------------------
6
+
7
+ * Feature - Added guidance for CreateOpenIDConnectProvider to include multiple thumbprints when OIDC discovery and JWKS endpoints use different hosts or certificates
8
+
9
+ 1.142.0 (2026-03-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.141.0 (2026-03-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.141.0
1
+ 1.143.0
@@ -1721,6 +1721,12 @@ module Aws::IAM
1721
1721
  # [Obtaining the thumbprint for an OpenID Connect provider][1] in the
1722
1722
  # *IAM user Guide*.
1723
1723
  #
1724
+ # <note markdown="1"> If your OIDC provider's discovery endpoint and JWKS endpoint
1725
+ # (`jwks_uri`) use different certificates or hosts, include the
1726
+ # thumbprints for both endpoints in this list.
1727
+ #
1728
+ # </note>
1729
+ #
1724
1730
  #
1725
1731
  #
1726
1732
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html
@@ -14693,7 +14699,7 @@ module Aws::IAM
14693
14699
  tracer: tracer
14694
14700
  )
14695
14701
  context[:gem_name] = 'aws-sdk-iam'
14696
- context[:gem_version] = '1.141.0'
14702
+ context[:gem_version] = '1.143.0'
14697
14703
  Seahorse::Client::Request.new(handlers, context)
14698
14704
  end
14699
14705
 
@@ -1123,6 +1123,12 @@ module Aws::IAM
1123
1123
  # see [Obtaining the thumbprint for an OpenID Connect provider][1] in
1124
1124
  # the *IAM user Guide*.
1125
1125
  #
1126
+ # <note markdown="1"> If your OIDC provider's discovery endpoint and JWKS endpoint
1127
+ # (`jwks_uri`) use different certificates or hosts, include the
1128
+ # thumbprints for both endpoints in this list.
1129
+ #
1130
+ # </note>
1131
+ #
1126
1132
  #
1127
1133
  #
1128
1134
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html
data/lib/aws-sdk-iam.rb CHANGED
@@ -76,7 +76,7 @@ module Aws::IAM
76
76
  autoload :UserPolicy, 'aws-sdk-iam/user_policy'
77
77
  autoload :VirtualMfaDevice, 'aws-sdk-iam/virtual_mfa_device'
78
78
 
79
- GEM_VERSION = '1.141.0'
79
+ GEM_VERSION = '1.143.0'
80
80
 
81
81
  end
82
82
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.141.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.4
21
+ version: 3.244.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.4
31
+ version: 3.244.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement