aws-sdk-iam 1.92.0 → 1.93.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +9 -9
- data/lib/aws-sdk-iam.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: 5d40d7c7e7aef8b0a765f0a8f9f3d0459eb26e61ef25060aaac254823b27c2e0
|
|
4
|
+
data.tar.gz: 1361203bb9b3b28bf8dcb00b4d5994d1ae2c21d217c485b888874431e5298faf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04df07ecd29481fb8b4813c13a93c82f207dc4eb79e78a2663d9af6a9599e3d24f1cacd0cdb033a7fa55135df44fb07ac630a51671824d2c9f25a67a89d20334
|
|
7
|
+
data.tar.gz: 04d035228f544aec7d9e60d999fc1b816f4ed55acb25184e327dafeeadc71f2082574586386281e6e691ce5e33ee26dd0e2397b99bcda6140ad35251b3c1514f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.93.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
|
@@ -1326,10 +1326,10 @@ module Aws::IAM
|
|
|
1326
1326
|
# <note markdown="1"> Amazon Web Services secures communication with some OIDC identity
|
|
1327
1327
|
# providers (IdPs) through our library of trusted root certificate
|
|
1328
1328
|
# authorities (CAs) instead of using a certificate thumbprint to verify
|
|
1329
|
-
# your IdP server certificate.
|
|
1330
|
-
#
|
|
1331
|
-
#
|
|
1332
|
-
#
|
|
1329
|
+
# your IdP server certificate. In these cases, your legacy thumbprint
|
|
1330
|
+
# remains in your configuration, but is no longer used for validation.
|
|
1331
|
+
# These OIDC IdPs include Auth0, GitHub, GitLab, Google, and those that
|
|
1332
|
+
# use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
|
|
1333
1333
|
#
|
|
1334
1334
|
# </note>
|
|
1335
1335
|
#
|
|
@@ -12489,10 +12489,10 @@ module Aws::IAM
|
|
|
12489
12489
|
# <note markdown="1"> Amazon Web Services secures communication with some OIDC identity
|
|
12490
12490
|
# providers (IdPs) through our library of trusted root certificate
|
|
12491
12491
|
# authorities (CAs) instead of using a certificate thumbprint to verify
|
|
12492
|
-
# your IdP server certificate.
|
|
12493
|
-
#
|
|
12494
|
-
#
|
|
12495
|
-
#
|
|
12492
|
+
# your IdP server certificate. In these cases, your legacy thumbprint
|
|
12493
|
+
# remains in your configuration, but is no longer used for validation.
|
|
12494
|
+
# These OIDC IdPs include Auth0, GitHub, GitLab, Google, and those that
|
|
12495
|
+
# use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
|
|
12496
12496
|
#
|
|
12497
12497
|
# </note>
|
|
12498
12498
|
#
|
|
@@ -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.
|
|
13470
|
+
context[:gem_version] = '1.93.0'
|
|
13471
13471
|
Seahorse::Client::Request.new(handlers, context)
|
|
13472
13472
|
end
|
|
13473
13473
|
|
data/lib/aws-sdk-iam.rb
CHANGED
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.
|
|
4
|
+
version: 1.93.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
|
+
date: 2023-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|