aws-sdk-core 3.211.0 → 3.212.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-sso/client.rb +1 -1
- data/lib/aws-sdk-sso.rb +1 -1
- data/lib/aws-sdk-ssooidc/client.rb +1 -1
- data/lib/aws-sdk-ssooidc.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +3 -3
- data/lib/aws-sdk-sts/types.rb +1 -1
- data/lib/aws-sdk-sts.rb +1 -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: 1c04f5fc709affc19f7824cb8cce5cb802d5a7acbb0fa924e08984d73842781a
|
4
|
+
data.tar.gz: e70bc137b2f83c44133f997abe7d717b10eb19c4e268e0e19d24a982b628d1cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a655326bf8a5ef4e47c21aefe74a29d18ea833066099ae9b4f29738ef9454debae97f0ad40f79493641f826f27b0ba64c4123268b3cab85948f0b3587803453
|
7
|
+
data.tar.gz: c16e000d212f06ae7fbb51753cedfd5d633ea5da17083b52d24e089fe044a4b29b8956465c64e2a873f1a974e3211f4b6ff94c5a8a332cf24f1aabed5035a658
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.212.0
|
data/lib/aws-sdk-sso/client.rb
CHANGED
data/lib/aws-sdk-sso.rb
CHANGED
data/lib/aws-sdk-ssooidc.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
@@ -545,7 +545,7 @@ module Aws::STS
|
|
545
545
|
# denied. The condition in a trust policy that tests for MFA
|
546
546
|
# authentication might look like the following example.
|
547
547
|
#
|
548
|
-
# `"Condition":
|
548
|
+
# `"Condition": {"Bool": {"aws:MultiFactorAuthPresent": true}}`
|
549
549
|
#
|
550
550
|
# For more information, see [Configuring MFA-Protected API Access][8] in
|
551
551
|
# the *IAM User Guide* guide.
|
@@ -834,7 +834,7 @@ module Aws::STS
|
|
834
834
|
# a single trusted context assertion and the ARN of the context provider
|
835
835
|
# from which the trusted context assertion was generated.
|
836
836
|
#
|
837
|
-
# `[
|
837
|
+
# `[{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"}]`
|
838
838
|
#
|
839
839
|
# @return [Types::AssumeRoleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
840
840
|
#
|
@@ -2416,7 +2416,7 @@ module Aws::STS
|
|
2416
2416
|
tracer: tracer
|
2417
2417
|
)
|
2418
2418
|
context[:gem_name] = 'aws-sdk-core'
|
2419
|
-
context[:gem_version] = '3.
|
2419
|
+
context[:gem_version] = '3.212.0'
|
2420
2420
|
Seahorse::Client::Request.new(handlers, context)
|
2421
2421
|
end
|
2422
2422
|
|
data/lib/aws-sdk-sts/types.rb
CHANGED
@@ -297,7 +297,7 @@ module Aws::STS
|
|
297
297
|
# context provider from which the trusted context assertion was
|
298
298
|
# generated.
|
299
299
|
#
|
300
|
-
# `[
|
300
|
+
# `[{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"}]`
|
301
301
|
# @return [Array<Types::ProvidedContext>]
|
302
302
|
#
|
303
303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleRequest AWS API Documentation
|
data/lib/aws-sdk-sts.rb
CHANGED
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.212.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|