aws-sdk-iam 1.53.0 → 1.54.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: 722e2b9f7154b9800c969c107df528c1b5c76f4a66538831dd029a7386285c92
4
- data.tar.gz: e421c2cf41df4c1f4b50a8ca67ad207411ee12c43a9a9c83e3e4735bc4b2d7bc
3
+ metadata.gz: 2270d440a509177a9e1999bf55af3136c5dcc0ec361c4a416e1bb933497e5f1d
4
+ data.tar.gz: e09be8bc789484df173be8a29a316c99cf2922a8fae026344a7e1577dac7c5e8
5
5
  SHA512:
6
- metadata.gz: a827795f8899bd57776a3cbd1de6045a2f1fd3eaae4f780c0ca170303d7e1c314d8977d600c11f068833ba728e5870d0efc8d2c0c315a16c1a875f01121301ce
7
- data.tar.gz: 00d6ed484a45e5f87f47eb9738ca4174d7cf0b51cb8f26539c3973476e437b4c8880da8392232370df5c79ed864641df648257927481b3b34d353fa31b73761a
6
+ metadata.gz: 49953fa362c37a37b1057c568c1d347e7317a3b27793811516bd58209b346eff0781452e96e1e6ff67f5e799b0a2a0adaf52b86716d3efb252a3548b38875e6f
7
+ data.tar.gz: a846acc0c69a305cd9e8b34ecb14f8e1dd6f44cbc1d75ae78f91df755754abc95287fdea719421799256e5037f13a8725dd1dd966bf436977caf6cc053c0ddd3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2021-05-20)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Identity and Access Management (IAM).
8
+
4
9
  1.53.0 (2021-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.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.53.0'
73
+ GEM_VERSION = '1.54.0'
74
74
 
75
75
  end
@@ -1227,6 +1227,14 @@ module Aws::IAM
1227
1227
  # principal in a role's trust policy. Such a policy establishes a trust
1228
1228
  # relationship between AWS and the OIDC provider.
1229
1229
  #
1230
+ # If you are using an OIDC identity provider from Google, Facebook, or
1231
+ # Amazon Cognito, you don't need to create a separate IAM identity
1232
+ # provider. These OIDC identity providers are already built-in to AWS
1233
+ # and are available for your use. Instead, you can move directly to
1234
+ # creating new roles using your identity provider. To learn more, see
1235
+ # [Creating a role for web identity or OpenID connect federation][2] in
1236
+ # the *IAM User Guide*.
1237
+ #
1230
1238
  # When you create the IAM OIDC provider, you specify the following:
1231
1239
  #
1232
1240
  # * The URL of the OIDC identity provider (IdP) to trust
@@ -1250,6 +1258,7 @@ module Aws::IAM
1250
1258
  #
1251
1259
  #
1252
1260
  # [1]: http://openid.net/connect/
1261
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_oidc.html
1253
1262
  #
1254
1263
  # @option params [required, String] :url
1255
1264
  # The URL of the identity provider. The URL must begin with `https://`
@@ -13058,7 +13067,7 @@ module Aws::IAM
13058
13067
  params: params,
13059
13068
  config: config)
13060
13069
  context[:gem_name] = 'aws-sdk-iam'
13061
- context[:gem_version] = '1.53.0'
13070
+ context[:gem_version] = '1.54.0'
13062
13071
  Seahorse::Client::Request.new(handlers, context)
13063
13072
  end
13064
13073
 
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.53.0
4
+ version: 1.54.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-05-19 00:00:00.000000000 Z
11
+ date: 2021-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core