aws-sdk-iam 1.53.0 → 1.54.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.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +10 -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: 2270d440a509177a9e1999bf55af3136c5dcc0ec361c4a416e1bb933497e5f1d
|
4
|
+
data.tar.gz: e09be8bc789484df173be8a29a316c99cf2922a8fae026344a7e1577dac7c5e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49953fa362c37a37b1057c568c1d347e7317a3b27793811516bd58209b346eff0781452e96e1e6ff67f5e799b0a2a0adaf52b86716d3efb252a3548b38875e6f
|
7
|
+
data.tar.gz: a846acc0c69a305cd9e8b34ecb14f8e1dd6f44cbc1d75ae78f91df755754abc95287fdea719421799256e5037f13a8725dd1dd966bf436977caf6cc053c0ddd3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -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.
|
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.
|
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-
|
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
|