aws-sdk-core 3.189.0 → 3.190.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d31e3056417287225e7e768fcc5e0b74e8529240ca9a35072a235950b325353
4
- data.tar.gz: 986ab2973fd413c2928beab42e5811e9ae6b190e4dd27b1747cf0852b3ae1a5d
3
+ metadata.gz: 4fda9f68ef0e3314ab364fb268675ded2239b81a636acd4dc54215b6e6ca7c83
4
+ data.tar.gz: afe9386ae7bd49f5ada1f6e6a5fbad9ff81b07043d8ddc94bf7535f679163279
5
5
  SHA512:
6
- metadata.gz: ea8a8cb3551e0ea979f39d4d4209208395d2bd86fad147ae4af82265c2e72c709057dcfdcfb047612486d01492521b6a83669221e30ff819fbe30734d8f969c2
7
- data.tar.gz: 87475be62f02da7a68d6e5e01e8c46215383aedd1d86b56ef588ec9f8d48318b8f0d38ed73ec932f4a6eacbdf1a05d3373db24e8563cfc4a8b7a43887945641e
6
+ metadata.gz: 06540b6d496653c29f7738166e2cc8c0b94ff5d68a9deb6ed0d9673c1ba15b4f6f9bf8929f37d7168535b13af2723894ff89c1a412bc2a833544363173ad6c9f
7
+ data.tar.gz: b81ddf77de05fea162875f9b218878a551e6325c16faa65562b942b919d457298e19c7c2389fc9c55a8b7f8c5a953afef67a0af5d6ae08066eeccc7dbcc169cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.190.1 (2023-12-20)
5
+ ------------------
6
+
7
+ * Issue - Add mutex around stub api_requests.
8
+
9
+ 3.190.0 (2023-11-29)
10
+ ------------------
11
+
12
+ * Feature - Updated Aws::STS::Client with the latest API changes.
13
+
4
14
  3.189.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.189.0
1
+ 3.190.1
@@ -27,12 +27,15 @@ module Aws
27
27
  @api_requests = []
28
28
 
29
29
  requests = @api_requests
30
+ requests_mutex = Mutex.new
30
31
  self.handle do |context|
31
- requests << {
32
- operation_name: context.operation_name,
33
- params: context.params,
34
- context: context
35
- }
32
+ requests_mutex.synchronize do
33
+ requests << {
34
+ operation_name: context.operation_name,
35
+ params: context.params,
36
+ context: context
37
+ }
38
+ end
36
39
  @handler.call(context)
37
40
  end
38
41
  end
@@ -605,7 +605,7 @@ module Aws::SSO
605
605
  params: params,
606
606
  config: config)
607
607
  context[:gem_name] = 'aws-sdk-core'
608
- context[:gem_version] = '3.189.0'
608
+ context[:gem_version] = '3.190.1'
609
609
  Seahorse::Client::Request.new(handlers, context)
610
610
  end
611
611
 
data/lib/aws-sdk-sso.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sso/customizations'
54
54
  # @!group service
55
55
  module Aws::SSO
56
56
 
57
- GEM_VERSION = '3.189.0'
57
+ GEM_VERSION = '3.190.1'
58
58
 
59
59
  end
@@ -910,7 +910,7 @@ module Aws::SSOOIDC
910
910
  params: params,
911
911
  config: config)
912
912
  context[:gem_name] = 'aws-sdk-core'
913
- context[:gem_version] = '3.189.0'
913
+ context[:gem_version] = '3.190.1'
914
914
  Seahorse::Client::Request.new(handlers, context)
915
915
  end
916
916
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-ssooidc/customizations'
54
54
  # @!group service
55
55
  module Aws::SSOOIDC
56
56
 
57
- GEM_VERSION = '3.189.0'
57
+ GEM_VERSION = '3.190.1'
58
58
 
59
59
  end
@@ -775,7 +775,7 @@ module Aws::STS
775
775
  # a single trusted context assertion and the ARN of the context provider
776
776
  # from which the trusted context assertion was generated.
777
777
  #
778
- # `[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/identitycenter","ContextAssertion":"trusted-context-assertion"\}]`
778
+ # `[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]`
779
779
  #
780
780
  # @return [Types::AssumeRoleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
781
781
  #
@@ -2352,7 +2352,7 @@ module Aws::STS
2352
2352
  params: params,
2353
2353
  config: config)
2354
2354
  context[:gem_name] = 'aws-sdk-core'
2355
- context[:gem_version] = '3.189.0'
2355
+ context[:gem_version] = '3.190.1'
2356
2356
  Seahorse::Client::Request.new(handlers, context)
2357
2357
  end
2358
2358
 
@@ -297,7 +297,7 @@ module Aws::STS
297
297
  # context provider from which the trusted context assertion was
298
298
  # generated.
299
299
  #
300
- # `[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/identitycenter","ContextAssertion":"trusted-context-assertion"\}]`
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
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sts/customizations'
54
54
  # @!group service
55
55
  module Aws::STS
56
56
 
57
- GEM_VERSION = '3.189.0'
57
+ GEM_VERSION = '3.190.1'
58
58
 
59
59
  end
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.189.0
4
+ version: 3.190.1
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: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath