aws-sdk-iam 1.56.0 → 1.57.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: fdd198170d0f5626641dcd25f8a82d637e8c4c11028343988606faaf11693ea9
4
- data.tar.gz: 989d01979086f4fb77dd71871115dc67df957fe116ef92a1d6ca1bf83dd581e8
3
+ metadata.gz: 1ae7b51549cceb428fcbe5c1ad94860906ddefa627820cacf546bd7ff1c8ace2
4
+ data.tar.gz: 49641a153d51518e5974e8f83fc00ee9e355128118ea3b560f66ced338fc166e
5
5
  SHA512:
6
- metadata.gz: e294ca45b3716bbaa3b8af307c7ca0cfe4b4bcb7e408011d8fcca2aae7875d3e1ad2835fb6f959f6b96637db0984e80537656befd6ea5e2350965f0adb600c2c
7
- data.tar.gz: fcb1a3aeae751893ba38720fcbf97bedd8e9cd63efdf3e8efb199941b4a3929402022ac328ca72c13062b2066f354516f50217bbca3061d7f3ec925280a0a0fe
6
+ metadata.gz: ee208cfa74d294f5d3003a586dec4ed63c9e43c3b9e0de00575c86270081bb0e6b182c522425525d40a6350a64cdc789be15fb120d4ee0c83d9dc98b5220556d
7
+ data.tar.gz: d6d147ac9bbf7dc91e49e8615fd09ebb1d3ce3a01d3d14f092ea40de5cbe1f3e3a068ff92158991b8a208e2c1172e3cd0a8f4e09b7962331684e444082968075
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2021-07-21)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.56.0 (2021-07-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
data/lib/aws-sdk-iam.rb CHANGED
@@ -70,6 +70,6 @@ require_relative 'aws-sdk-iam/customizations'
70
70
  # @!group service
71
71
  module Aws::IAM
72
72
 
73
- GEM_VERSION = '1.56.0'
73
+ GEM_VERSION = '1.57.0'
74
74
 
75
75
  end
@@ -1250,6 +1250,16 @@ module Aws::IAM
1250
1250
  # You get all of this information from the OIDC IdP that you want to use
1251
1251
  # to access Amazon Web Services.
1252
1252
  #
1253
+ # <note markdown="1"> Amazon Web Services secures communication with some OIDC identity
1254
+ # providers (IdPs) through our library of trusted certificate
1255
+ # authorities (CAs) instead of using a certificate thumbprint to verify
1256
+ # your IdP server certificate. These OIDC IdPs include Google, and those
1257
+ # that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS)
1258
+ # endpoint. In these cases, your legacy thumbprint remains in your
1259
+ # configuration, but is no longer used for validation.
1260
+ #
1261
+ # </note>
1262
+ #
1253
1263
  # <note markdown="1"> The trust for the OIDC provider is derived from the IAM provider that
1254
1264
  # this operation creates. Therefore, it is best to limit access to the
1255
1265
  # CreateOpenIDConnectProvider operation to highly privileged users.
@@ -12167,15 +12177,25 @@ module Aws::IAM
12167
12177
  # existing list of thumbprints. (The lists are not merged.)
12168
12178
  #
12169
12179
  # Typically, you need to update a thumbprint only when the identity
12170
- # provider's certificate changes, which occurs rarely. However, if the
12180
+ # provider certificate changes, which occurs rarely. However, if the
12171
12181
  # provider's certificate *does* change, any attempt to assume an IAM
12172
12182
  # role that specifies the OIDC provider as a principal fails until the
12173
12183
  # certificate thumbprint is updated.
12174
12184
  #
12175
- # <note markdown="1"> Trust for the OIDC provider is derived from the provider's
12176
- # certificate and is validated by the thumbprint. Therefore, it is best
12177
- # to limit access to the `UpdateOpenIDConnectProviderThumbprint`
12178
- # operation to highly privileged users.
12185
+ # <note markdown="1"> Amazon Web Services secures communication with some OIDC identity
12186
+ # providers (IdPs) through our library of trusted certificate
12187
+ # authorities (CAs) instead of using a certificate thumbprint to verify
12188
+ # your IdP server certificate. These OIDC IdPs include Google, and those
12189
+ # that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS)
12190
+ # endpoint. In these cases, your legacy thumbprint remains in your
12191
+ # configuration, but is no longer used for validation.
12192
+ #
12193
+ # </note>
12194
+ #
12195
+ # <note markdown="1"> Trust for the OIDC provider is derived from the provider certificate
12196
+ # and is validated by the thumbprint. Therefore, it is best to limit
12197
+ # access to the `UpdateOpenIDConnectProviderThumbprint` operation to
12198
+ # highly privileged users.
12179
12199
  #
12180
12200
  # </note>
12181
12201
  #
@@ -13140,7 +13160,7 @@ module Aws::IAM
13140
13160
  params: params,
13141
13161
  config: config)
13142
13162
  context[:gem_name] = 'aws-sdk-iam'
13143
- context[:gem_version] = '1.56.0'
13163
+ context[:gem_version] = '1.57.0'
13144
13164
  Seahorse::Client::Request.new(handlers, context)
13145
13165
  end
13146
13166
 
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.56.0
4
+ version: 1.57.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: 2021-07-07 00:00:00.000000000 Z
11
+ date: 2021-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core