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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8dcf363f11933b27eff2d8acb31fcb7102cd5381fa14b9a7ee49d678bf9593b
4
- data.tar.gz: 69c13fb4bfd52e87a4ec4a6c9656f5e1eede4be0b78429cc91d9cebd8b1eeebf
3
+ metadata.gz: 5d40d7c7e7aef8b0a765f0a8f9f3d0459eb26e61ef25060aaac254823b27c2e0
4
+ data.tar.gz: 1361203bb9b3b28bf8dcb00b4d5994d1ae2c21d217c485b888874431e5298faf
5
5
  SHA512:
6
- metadata.gz: 6b908591b086b0e7a46e64be538afabafaedce6050a1728b5e08867a3203a4ef88c99c6a56afed043671d86df866edb90e616ed3cc15cf724111b9a0cc7800d4
7
- data.tar.gz: 9a9ba93ce032cdebe8b3748c5e5365cf5376865f9c36f2a4093c696d43d815f23ad4427ea7d294d0e1d94c846961419b5300eb96994106968c387392d01d2cc2
6
+ metadata.gz: 04df07ecd29481fb8b4813c13a93c82f207dc4eb79e78a2663d9af6a9599e3d24f1cacd0cdb033a7fa55135df44fb07ac630a51671824d2c9f25a67a89d20334
7
+ data.tar.gz: 04d035228f544aec7d9e60d999fc1b816f4ed55acb25184e327dafeeadc71f2082574586386281e6e691ce5e33ee26dd0e2397b99bcda6140ad35251b3c1514f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2023-12-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.92.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -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. These OIDC IdPs include Auth0, GitHub,
1330
- # Google, and those that use an Amazon S3 bucket to host a JSON Web Key
1331
- # Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in
1332
- # your configuration, but is no longer used for validation.
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. These OIDC IdPs include Auth0, GitHub,
12493
- # Google, and those that use an Amazon S3 bucket to host a JSON Web Key
12494
- # Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in
12495
- # your configuration, but is no longer used for validation.
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.92.0'
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
@@ -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.92.0'
77
+ GEM_VERSION = '1.93.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.92.0
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-28 00:00:00.000000000 Z
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