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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c0ed04e344f8b8d148ad29c32aa5dce229e813d
4
- data.tar.gz: 1e6826559216d061dddcf9b0eceaf9908ad87486
3
+ metadata.gz: 89bf8dccbaec551db892ed5f608c100a5a92e15d
4
+ data.tar.gz: 3aac599d02141033fac0fba34b260a85c959a0bf
5
5
  SHA512:
6
- metadata.gz: fec3fb521ce71d2a57213e103d3ac496f4fc9858ca56d3f585da64a5e2e44400fdb21dfabf19f131ba4ef0765eda3ea4089685a099467478789b0cd650af0b74
7
- data.tar.gz: dbd9f1b1789ddec21207597115ac5f3f3cb5f966257bc181c3ae4d524fab586f5290f340380d4225a4a326436e15fa720fdaafb45d969f4775e0450e616d883a
6
+ metadata.gz: 1056d8006b4e920b7b8ad3a2c362abcdfab1741d0bbf8c562e97cdef72eef174f7441eecc9997e3ccc5724ae3fd99cd20c96392cbef19c1025750a70dd1b0687
7
+ data.tar.gz: 5fc07b09bf64e492bd79e2894958cdde83f7e110742df59f06f623140b65ad113dcfcbf329328695c473a4746758cd41f338b03586baa9e9d0932993d33fc44e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.16.0
1
+ 3.17.0
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.16.0'
43
+ GEM_VERSION = '3.17.0'
44
44
 
45
45
  end
@@ -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][6] in
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/MFAProtectedAPI.html
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/4617974389850313
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.16.0'
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.16.0
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-20 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath