aws-sdk-core 3.251.0 → 3.252.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.
@@ -1079,7 +1079,7 @@ module Aws::SSOOIDC
1079
1079
  tracer: tracer
1080
1080
  )
1081
1081
  context[:gem_name] = 'aws-sdk-core'
1082
- context[:gem_version] = '3.251.0'
1082
+ context[:gem_version] = '3.252.0'
1083
1083
  Seahorse::Client::Request.new(handlers, context)
1084
1084
  end
1085
1085
 
@@ -56,7 +56,7 @@ module Aws::SSOOIDC
56
56
  autoload :EndpointProvider, 'aws-sdk-ssooidc/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-ssooidc/endpoints'
58
58
 
59
- GEM_VERSION = '3.251.0'
59
+ GEM_VERSION = '3.252.0'
60
60
 
61
61
  end
62
62
 
@@ -2723,7 +2723,7 @@ module Aws::STS
2723
2723
  tracer: tracer
2724
2724
  )
2725
2725
  context[:gem_name] = 'aws-sdk-core'
2726
- context[:gem_version] = '3.251.0'
2726
+ context[:gem_version] = '3.252.0'
2727
2727
  Seahorse::Client::Request.new(handlers, context)
2728
2728
  end
2729
2729
 
data/lib/aws-sdk-sts.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::STS
56
56
  autoload :EndpointProvider, 'aws-sdk-sts/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sts/endpoints'
58
58
 
59
- GEM_VERSION = '3.251.0'
59
+ GEM_VERSION = '3.252.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.251.0
4
+ version: 3.252.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services