Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 9, 2024
1 parent 4e9f387 commit b501a7f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased Changes
------------------

3.190.2 (2024-01-09)
------------------

* Issue - Minor performance optimization.

3.190.1 (2023-12-20)
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.190.1
3.190.2
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sso.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
# @!group service
module Aws::SSO

GEM_VERSION = '3.190.1'
GEM_VERSION = '3.190.2'

end
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sso/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-core'
context[:gem_version] = '3.190.1'
context[:gem_version] = '3.190.2'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-ssooidc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
# @!group service
module Aws::SSOOIDC

GEM_VERSION = '3.190.1'
GEM_VERSION = '3.190.2'

end
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-ssooidc/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-core'
context[:gem_version] = '3.190.1'
context[:gem_version] = '3.190.2'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
# @!group service
module Aws::STS

GEM_VERSION = '3.190.1'
GEM_VERSION = '3.190.2'

end
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sts/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-core'
context[:gem_version] = '3.190.1'
context[:gem_version] = '3.190.2'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down

0 comments on commit b501a7f

Please sign in to comment.