diff --git a/.changelog/2fdabcd8e7d343df9e995fd25b44833f.json b/.changelog/2fdabcd8e7d343df9e995fd25b44833f.json deleted file mode 100644 index 5aced0bd450..00000000000 --- a/.changelog/2fdabcd8e7d343df9e995fd25b44833f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2fdabcd8-e7d3-43df-9e99-5fd25b44833f", - "type": "feature", - "description": "Adds sensitive trait to various shapes in Jetstream Connections API model.", - "modules": [ - "service/eventbridge" - ] -} \ No newline at end of file diff --git a/.changelog/aa033833dd1348e58213f77c5c7fc5c3.json b/.changelog/aa033833dd1348e58213f77c5c7fc5c3.json deleted file mode 100644 index 74be5de9438..00000000000 --- a/.changelog/aa033833dd1348e58213f77c5c7fc5c3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "aa033833-dd13-48e5-8213-f77c5c7fc5c3", - "type": "feature", - "description": "This release adds support for restricting public sharing of AMIs through AMI Block Public Access", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/c0302ed6924e4c62a0730815f9726cfd.json b/.changelog/c0302ed6924e4c62a0730815f9726cfd.json deleted file mode 100644 index 1b482d276f5..00000000000 --- a/.changelog/c0302ed6924e4c62a0730815f9726cfd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c0302ed6-924e-4c62-a073-0815f9726cfd", - "type": "feature", - "description": "Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.", - "modules": [ - "service/kendra" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff92d8ae209..e10e9855c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-09-12) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.118.0](service/ec2/CHANGELOG.md#v11180-2023-09-12) + * **Feature**: This release adds support for restricting public sharing of AMIs through AMI Block Public Access +* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.22.0](service/eventbridge/CHANGELOG.md#v1220-2023-09-12) + * **Feature**: Adds sensitive trait to various shapes in Jetstream Connections API model. +* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.43.0](service/kendra/CHANGELOG.md#v1430-2023-09-12) + * **Feature**: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API. + # Release (2023-09-11) ## Module Highlights diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 7b5b114efcc..9dcd3f55271 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.118.0 (2023-09-12) + +* **Feature**: This release adds support for restricting public sharing of AMIs through AMI Block Public Access + # v1.117.0 (2023-09-06) * **Feature**: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 012a1ae7e49..8d64804bef3 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.117.0" +const goModuleVersion = "1.118.0" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 126f7da59af..17d9e6e091e 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.6 (2023-09-12) + +* No change notes available for this release. + # v1.28.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index 4b955edc5dd..e30075ec640 100644 --- a/service/emr/go_module_metadata.go +++ b/service/emr/go_module_metadata.go @@ -3,4 +3,4 @@ package emr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.5" +const goModuleVersion = "1.28.6" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index c6f7c562f79..e54be108de8 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2023-09-12) + +* **Feature**: Adds sensitive trait to various shapes in Jetstream Connections API model. + # v1.21.0 (2023-09-05) * **Feature**: Improve Endpoint Ruleset test coverage. diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 043209d9724..0149926530b 100644 --- a/service/eventbridge/go_module_metadata.go +++ b/service/eventbridge/go_module_metadata.go @@ -3,4 +3,4 @@ package eventbridge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.0" +const goModuleVersion = "1.22.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 31ab13cbc8c..c7153491821 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.18.5 github.com/aws/aws-sdk-go-v2/service/docdb v1.23.5 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.117.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.118.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.20.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.30.1 github.com/aws/aws-sdk-go-v2/service/efs v1.21.6 @@ -41,8 +41,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.21.4 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.20.6 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.15.5 - github.com/aws/aws-sdk-go-v2/service/emr v1.28.5 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.21.0 + github.com/aws/aws-sdk-go-v2/service/emr v1.28.6 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.22.0 github.com/aws/aws-sdk-go-v2/service/firehose v1.17.5 github.com/aws/aws-sdk-go-v2/service/gamelift v1.22.2 github.com/aws/aws-sdk-go-v2/service/glacier v1.15.5 diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 73cf0a7bfc3..c6c2119b47c 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2023-09-12) + +* **Feature**: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API. + # v1.42.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 5415f6107ef..98f2ff677cb 100644 --- a/service/kendra/go_module_metadata.go +++ b/service/kendra/go_module_metadata.go @@ -3,4 +3,4 @@ package kendra // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.5" +const goModuleVersion = "1.43.0"