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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d1947f118cb9fb3ae23c3e5fb51454c34d3c12bd619fc4cd2d4ecb60f0a4b31
4
- data.tar.gz: c0eec064c19eb08e1ae8d641fd9bcfcba4fc3c6676294209268a5b66578ef4bf
3
+ metadata.gz: feeffc91d61810eb27a33a2df7e5b388faccd8818b48e97e6bba3bdc0eaeab38
4
+ data.tar.gz: 973cb82585647b47b8736a2483b5b6bb3612541fc8e9096dc762c5d546340c3c
5
5
  SHA512:
6
- metadata.gz: d20011f32bb555def30a1911330b722c7ed016f4d8a8d397460cb2cc9b0f069214d5984076966ad9dad18e1eb180b139ea35bacc69fc030bebde64c883df29cf
7
- data.tar.gz: ff3975dc97b11ca149576348128938bf93751d5e13ad86558d3dc78d06696ced46e4d7f56f4b33246bd9820600d296f8205b7eb7456c9583f271ffdedf9ba363
6
+ metadata.gz: 9cd032fa393e37436ab9ee6e3c5aeae73f4bf707caa7481dfbe25c7ac90c7452a1061ca6888736ea1a91927f549bc83fd5c1b8bc52ff115727a6fde298268942
7
+ data.tar.gz: 57be0eae50d215bc10c381a30e4c4e798365251701825b13969d9b7fb5a34a13cfedf0fc5391cb702bb2ef19f14da8cad5ebfeff03c7996dbb62ebb8701c79e9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.107.0
1
+ 3.108.0
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sso/customizations'
50
50
  # @!group service
51
51
  module Aws::SSO
52
52
 
53
- GEM_VERSION = '3.107.0'
53
+ GEM_VERSION = '3.108.0'
54
54
 
55
55
  end
@@ -523,7 +523,7 @@ module Aws::SSO
523
523
  params: params,
524
524
  config: config)
525
525
  context[:gem_name] = 'aws-sdk-core'
526
- context[:gem_version] = '3.107.0'
526
+ context[:gem_version] = '3.108.0'
527
527
  Seahorse::Client::Request.new(handlers, context)
528
528
  end
529
529
 
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sts/customizations'
46
46
  # @!group service
47
47
  module Aws::STS
48
48
 
49
- GEM_VERSION = '3.107.0'
49
+ GEM_VERSION = '3.108.0'
50
50
 
51
51
  end
@@ -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.s3.amazonaws.com/index.html
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.107.0'
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|
@@ -479,7 +479,7 @@ module Aws::STS
479
479
  :policy_arns,
480
480
  :policy,
481
481
  :duration_seconds)
482
- SENSITIVE = [:saml_assertion]
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 = [:web_identity_token]
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.107.0
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-15 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath