aws-sdk-core 3.107.0 → 3.108.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-sso.rb +1 -1
- data/lib/aws-sdk-sso/client.rb +1 -1
- data/lib/aws-sdk-sts.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +2 -2
- data/lib/aws-sdk-sts/client_api.rb +1 -0
- data/lib/aws-sdk-sts/types.rb +2 -2
- 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: feeffc91d61810eb27a33a2df7e5b388faccd8818b48e97e6bba3bdc0eaeab38
|
|
4
|
+
data.tar.gz: 973cb82585647b47b8736a2483b5b6bb3612541fc8e9096dc762c5d546340c3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cd032fa393e37436ab9ee6e3c5aeae73f4bf707caa7481dfbe25c7ac90c7452a1061ca6888736ea1a91927f549bc83fd5c1b8bc52ff115727a6fde298268942
|
|
7
|
+
data.tar.gz: 57be0eae50d215bc10c381a30e4c4e798365251701825b13969d9b7fb5a34a13cfedf0fc5391cb702bb2ef19f14da8cad5ebfeff03c7996dbb62ebb8701c79e9
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.108.0
|
data/lib/aws-sdk-sso.rb
CHANGED
data/lib/aws-sdk-sso/client.rb
CHANGED
data/lib/aws-sdk-sts.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
|
@@ -1278,7 +1278,7 @@ module Aws::STS
|
|
|
1278
1278
|
# [15]: http://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes
|
|
1279
1279
|
# [16]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual.html
|
|
1280
1280
|
# [17]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity
|
|
1281
|
-
# [18]: https://web-identity-federation-playground
|
|
1281
|
+
# [18]: https://aws.amazon.com/blogs/aws/the-aws-web-identity-federation-playground/
|
|
1282
1282
|
# [19]: http://aws.amazon.com/articles/web-identity-federation-with-mobile-applications
|
|
1283
1283
|
#
|
|
1284
1284
|
# @option params [required, String] :role_arn
|
|
@@ -2204,7 +2204,7 @@ module Aws::STS
|
|
|
2204
2204
|
params: params,
|
|
2205
2205
|
config: config)
|
|
2206
2206
|
context[:gem_name] = 'aws-sdk-core'
|
|
2207
|
-
context[:gem_version] = '3.
|
|
2207
|
+
context[:gem_version] = '3.108.0'
|
|
2208
2208
|
Seahorse::Client::Request.new(handlers, context)
|
|
2209
2209
|
end
|
|
2210
2210
|
|
|
@@ -255,6 +255,7 @@ module Aws::STS
|
|
|
255
255
|
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
|
256
256
|
o.errors << Shapes::ShapeRef.new(shape: PackedPolicyTooLargeException)
|
|
257
257
|
o.errors << Shapes::ShapeRef.new(shape: RegionDisabledException)
|
|
258
|
+
o.errors << Shapes::ShapeRef.new(shape: ExpiredTokenException)
|
|
258
259
|
end)
|
|
259
260
|
|
|
260
261
|
api.add_operation(:assume_role_with_saml, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-sts/types.rb
CHANGED
|
@@ -479,7 +479,7 @@ module Aws::STS
|
|
|
479
479
|
:policy_arns,
|
|
480
480
|
:policy,
|
|
481
481
|
:duration_seconds)
|
|
482
|
-
SENSITIVE = [
|
|
482
|
+
SENSITIVE = []
|
|
483
483
|
include Aws::Structure
|
|
484
484
|
end
|
|
485
485
|
|
|
@@ -730,7 +730,7 @@ module Aws::STS
|
|
|
730
730
|
:policy_arns,
|
|
731
731
|
:policy,
|
|
732
732
|
:duration_seconds)
|
|
733
|
-
SENSITIVE = [
|
|
733
|
+
SENSITIVE = []
|
|
734
734
|
include Aws::Structure
|
|
735
735
|
end
|
|
736
736
|
|
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.108.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: 2020-09-
|
|
11
|
+
date: 2020-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|