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 for Ruby authored and Nobody committed Jun 16, 2022
1 parent 6957319 commit e9b64bb
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 12 deletions.
5 changes: 5 additions & 0 deletions gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.21.0 (2022-06-16)
------------------

* Feature - This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups.

1.20.0 (2022-06-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-redshiftdataapiservice/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0
1.21.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::RedshiftDataAPIService

GEM_VERSION = '1.20.0'
GEM_VERSION = '1.21.0'

end
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-redshiftdataapiservice'
context[:gem_version] = '1.20.0'
context[:gem_version] = '1.21.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-redshiftserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.1.0 (2022-06-16)
------------------

* Feature - Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more.

* Issue - Re-release of previously yanked version with new API changes.

1.0.0 (2022-06-16)
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-redshiftserverless/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::RedshiftServerless

GEM_VERSION = '1.0.0'
GEM_VERSION = '1.1.0'

end
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-redshiftserverless'
context[:gem_version] = '1.0.0'
context[:gem_version] = '1.1.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.64.0 (2022-06-16)
------------------

* Feature - Documentation updates for Secrets Manager

1.63.0 (2022-06-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-secretsmanager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.63.0
1.64.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::SecretsManager

GEM_VERSION = '1.63.0'
GEM_VERSION = '1.64.0'

end
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-secretsmanager'
context[:gem_version] = '1.63.0'
context[:gem_version] = '1.64.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-securityhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.67.0 (2022-06-16)
------------------

* Feature - Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules

1.66.0 (2022-06-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-securityhub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66.0
1.67.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-securityhub/lib/aws-sdk-securityhub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::SecurityHub

GEM_VERSION = '1.66.0'
GEM_VERSION = '1.67.0'

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

Expand Down

0 comments on commit e9b64bb

Please sign in to comment.