aws-sdk-core 3.16.0 → 3.17.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/VERSION +1 -1
- data/lib/aws-sdk-sts.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +11 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89bf8dccbaec551db892ed5f608c100a5a92e15d
|
|
4
|
+
data.tar.gz: 3aac599d02141033fac0fba34b260a85c959a0bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1056d8006b4e920b7b8ad3a2c362abcdfab1741d0bbf8c562e97cdef72eef174f7441eecc9997e3ccc5724ae3fd99cd20c96392cbef19c1025750a70dd1b0687
|
|
7
|
+
data.tar.gz: 5fc07b09bf64e492bd79e2894958cdde83f7e110742df59f06f623140b65ad113dcfcbf329328695c473a4746758cd41f338b03586baa9e9d0932993d33fc44e
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.17.0
|
data/lib/aws-sdk-sts.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
|
@@ -216,7 +216,12 @@ module Aws::STS
|
|
|
216
216
|
# the role in the other account. If the user is in the same account as
|
|
217
217
|
# the role, then you can either attach a policy to the user (identical
|
|
218
218
|
# to the previous different account user), or you can add the user as a
|
|
219
|
-
# principal directly in the role's trust policy
|
|
219
|
+
# principal directly in the role's trust policy. In this case, the
|
|
220
|
+
# trust policy acts as the only resource-based policy in IAM, and users
|
|
221
|
+
# in the same account as the role do not need explicit permission to
|
|
222
|
+
# assume the role. For more information about trust policies and
|
|
223
|
+
# resource-based policies, see [IAM Policies][6] in the *IAM User
|
|
224
|
+
# Guide*.
|
|
220
225
|
#
|
|
221
226
|
# **Using MFA with AssumeRole**
|
|
222
227
|
#
|
|
@@ -232,7 +237,7 @@ module Aws::STS
|
|
|
232
237
|
#
|
|
233
238
|
# `"Condition": \{"Bool": \{"aws:MultiFactorAuthPresent": true\}\}`
|
|
234
239
|
#
|
|
235
|
-
# For more information, see [Configuring MFA-Protected API Access][
|
|
240
|
+
# For more information, see [Configuring MFA-Protected API Access][7] in
|
|
236
241
|
# the *IAM User Guide* guide.
|
|
237
242
|
#
|
|
238
243
|
# To use MFA with `AssumeRole`, you pass values for the `SerialNumber`
|
|
@@ -247,7 +252,8 @@ module Aws::STS
|
|
|
247
252
|
# [3]: http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html
|
|
248
253
|
# [4]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html#sts-introduction
|
|
249
254
|
# [5]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_assumerole.html
|
|
250
|
-
# [6]: http://docs.aws.amazon.com/IAM/latest/UserGuide/
|
|
255
|
+
# [6]: http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html
|
|
256
|
+
# [7]: http://docs.aws.amazon.com/IAM/latest/UserGuide/MFAProtectedAPI.html
|
|
251
257
|
#
|
|
252
258
|
# @option params [required, String] :role_arn
|
|
253
259
|
# The Amazon Resource Name (ARN) of the role to assume.
|
|
@@ -732,7 +738,7 @@ module Aws::STS
|
|
|
732
738
|
# [10]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual.html
|
|
733
739
|
# [11]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity
|
|
734
740
|
# [12]: https://web-identity-federation-playground.s3.amazonaws.com/index.html
|
|
735
|
-
# [13]: http://aws.amazon.com/articles/
|
|
741
|
+
# [13]: http://aws.amazon.com/articles/web-identity-federation-with-mobile-applications
|
|
736
742
|
#
|
|
737
743
|
# @option params [required, String] :role_arn
|
|
738
744
|
# The Amazon Resource Name (ARN) of the role that the caller is
|
|
@@ -1407,7 +1413,7 @@ module Aws::STS
|
|
|
1407
1413
|
params: params,
|
|
1408
1414
|
config: config)
|
|
1409
1415
|
context[:gem_name] = 'aws-sdk-core'
|
|
1410
|
-
context[:gem_version] = '3.
|
|
1416
|
+
context[:gem_version] = '3.17.0'
|
|
1411
1417
|
Seahorse::Client::Request.new(handlers, context)
|
|
1412
1418
|
end
|
|
1413
1419
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.17.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: 2018-02-
|
|
11
|
+
date: 2018-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|