diff --git a/.changelog/584e1a6b542b488ea37f036de87315e7.json b/.changelog/584e1a6b542b488ea37f036de87315e7.json deleted file mode 100644 index 9a36eb1cf1b..00000000000 --- a/.changelog/584e1a6b542b488ea37f036de87315e7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "584e1a6b-542b-488e-a37f-036de87315e7", - "type": "feature", - "description": "This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.", - "modules": [ - "service/mediatailor" - ] -} \ No newline at end of file diff --git a/.changelog/63429701dae641eba2db41a8a3be0113.json b/.changelog/63429701dae641eba2db41a8a3be0113.json deleted file mode 100644 index d05eb555a40..00000000000 --- a/.changelog/63429701dae641eba2db41a8a3be0113.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "63429701-dae6-41eb-a2db-41a8a3be0113", - "type": "feature", - "description": "Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated.", - "modules": [ - "service/inspector2" - ] -} \ No newline at end of file diff --git a/.changelog/853ece0f3a9a4674b72187e7d84ebbc9.json b/.changelog/853ece0f3a9a4674b72187e7d84ebbc9.json deleted file mode 100644 index 919a8b40570..00000000000 --- a/.changelog/853ece0f3a9a4674b72187e7d84ebbc9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "853ece0f-3a9a-4674-b721-87e7d84ebbc9", - "type": "feature", - "description": "This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/a35e94310ea64de4b43e2eea663c211a.json b/.changelog/a35e94310ea64de4b43e2eea663c211a.json deleted file mode 100644 index a3781ee70e0..00000000000 --- a/.changelog/a35e94310ea64de4b43e2eea663c211a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a35e9431-0ea6-4de4-b43e-2eea663c211a", - "type": "feature", - "description": "Revert previous SQS protocol change.", - "modules": [ - "service/sqs" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 592f1558de5..ca5a233da2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2023-05-05) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.97.0](service/ec2/CHANGELOG.md#v1970-2023-05-05) + * **Feature**: This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances. +* `github.com/aws/aws-sdk-go-v2/service/inspector2`: [v1.13.0](service/inspector2/CHANGELOG.md#v1130-2023-05-05) + * **Feature**: Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated. +* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.23.0](service/mediatailor/CHANGELOG.md#v1230-2023-05-05) + * **Feature**: This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled. +* `github.com/aws/aws-sdk-go-v2/service/sqs`: [v1.22.0](service/sqs/CHANGELOG.md#v1220-2023-05-05) + * **Feature**: Revert previous SQS protocol change. + # Release (2023-05-04) ## General Highlights diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 89a1b4bb04e..da39a1d18a2 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.97.0 (2023-05-05) + +* **Feature**: This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances. + # v1.96.1 (2023-05-04) * No change notes available for this release. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 69227ffddb7..c005e55ba0e 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.96.1" +const goModuleVersion = "1.97.0" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index 5286b8813bc..59ba5d52d31 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2023-05-05) + +* **Feature**: Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated. + # v1.12.1 (2023-05-04) * No change notes available for this release. diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index 236aa08c482..7ecf1fc481d 100644 --- a/service/inspector2/go_module_metadata.go +++ b/service/inspector2/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.1" +const goModuleVersion = "1.13.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 8054a700b3b..86b4fd3f90c 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.17.1 github.com/aws/aws-sdk-go-v2/service/docdb v1.21.3 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.96.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.97.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.18.11 github.com/aws/aws-sdk-go-v2/service/ecs v1.27.0 github.com/aws/aws-sdk-go-v2/service/efs v1.20.1 @@ -76,7 +76,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sms v1.13.10 github.com/aws/aws-sdk-go-v2/service/snowball v1.19.2 github.com/aws/aws-sdk-go-v2/service/sns v1.20.10 - github.com/aws/aws-sdk-go-v2/service/sqs v1.21.0 + github.com/aws/aws-sdk-go-v2/service/sqs v1.22.0 github.com/aws/aws-sdk-go-v2/service/ssm v1.36.4 github.com/aws/aws-sdk-go-v2/service/sts v1.18.11 github.com/aws/aws-sdk-go-v2/service/support v1.14.11 diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index e967b41744d..deb4ba76114 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.0 (2023-05-05) + +* **Feature**: This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled. + # v1.22.10 (2023-05-04) * No change notes available for this release. diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index b9bbc1ea6c8..0be80a7cddc 100644 --- a/service/mediatailor/go_module_metadata.go +++ b/service/mediatailor/go_module_metadata.go @@ -3,4 +3,4 @@ package mediatailor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.10" +const goModuleVersion = "1.23.0" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index dd0f6e2338e..0d104e10fb3 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2023-05-05) + +* **Feature**: Revert previous SQS protocol change. + # v1.21.0 (2023-05-04) * **Feature**: This release enables customers to call SQS using AWS JSON-1.0 protocol. diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index 991df0c7ac0..f344dfbe08a 100644 --- a/service/sqs/go_module_metadata.go +++ b/service/sqs/go_module_metadata.go @@ -3,4 +3,4 @@ package sqs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.0" +const goModuleVersion = "1.22.0"