diff --git a/.changelog/06476708ec15434d95c9fc3e1da9aa36.json b/.changelog/06476708ec15434d95c9fc3e1da9aa36.json deleted file mode 100644 index aa74ec09cac..00000000000 --- a/.changelog/06476708ec15434d95c9fc3e1da9aa36.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "06476708-ec15-434d-95c9-fc3e1da9aa36", - "type": "feature", - "description": "Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.", - "modules": [ - "service/chimesdkmeetings" - ] -} \ No newline at end of file diff --git a/.changelog/08b5d09135a84b75b86baeb3f688e068.json b/.changelog/08b5d09135a84b75b86baeb3f688e068.json deleted file mode 100644 index 1136305cb23..00000000000 --- a/.changelog/08b5d09135a84b75b86baeb3f688e068.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "08b5d091-35a8-4b75-b86b-aeb3f688e068", - "type": "feature", - "description": "Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/8090668667ea46c1a6f368c5995c102b.json b/.changelog/8090668667ea46c1a6f368c5995c102b.json deleted file mode 100644 index b036f9dfdd1..00000000000 --- a/.changelog/8090668667ea46c1a6f368c5995c102b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "80906686-67ea-46c1-a6f3-68c5995c102b", - "type": "feature", - "description": "Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.", - "modules": [ - "service/fsx" - ] -} \ No newline at end of file diff --git a/.changelog/949a00345f15433cb1c86ddba6a76f8d.json b/.changelog/949a00345f15433cb1c86ddba6a76f8d.json deleted file mode 100644 index b920dfce9ae..00000000000 --- a/.changelog/949a00345f15433cb1c86ddba6a76f8d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "949a0034-5f15-433c-b1c8-6ddba6a76f8d", - "type": "feature", - "description": "This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection", - "modules": [ - "service/appsync" - ] -} \ No newline at end of file diff --git a/.changelog/b400bf4509bc4090ae2173cca132ff40.json b/.changelog/b400bf4509bc4090ae2173cca132ff40.json deleted file mode 100644 index b8e77a39f04..00000000000 --- a/.changelog/b400bf4509bc4090ae2173cca132ff40.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b400bf45-09bc-4090-ae21-73cca132ff40", - "type": "feature", - "description": "RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/ecee807bbef541b4897f8467dedc8f85.json b/.changelog/ecee807bbef541b4897f8467dedc8f85.json deleted file mode 100644 index 6886b47f9b2..00000000000 --- a/.changelog/ecee807bbef541b4897f8467dedc8f85.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ecee807b-bef5-41b4-897f-8467dedc8f85", - "type": "feature", - "description": "AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.", - "modules": [ - "service/marketplacecatalog" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 31212c59318..48853065360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Release (2023-12-19) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.27.0](service/appsync/CHANGELOG.md#v1270-2023-12-19) + * **Feature**: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection +* `github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings`: [v1.21.0](service/chimesdkmeetings/CHANGELOG.md#v1210-2023-12-19) + * **Feature**: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.142.0](service/ec2/CHANGELOG.md#v11420-2023-12-19) + * **Feature**: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones. +* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.40.0](service/fsx/CHANGELOG.md#v1400-2023-12-19) + * **Feature**: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration. +* `github.com/aws/aws-sdk-go-v2/service/marketplacecatalog`: [v1.23.0](service/marketplacecatalog/CHANGELOG.md#v1230-2023-12-19) + * **Feature**: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities. +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.65.0](service/rds/CHANGELOG.md#v1650-2023-12-19) + * **Feature**: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation + # Release (2023-12-18) ## General Highlights diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 5a36ed0b1fb..276513802ba 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2023-12-19) + +* **Feature**: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection + # v1.26.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 122e089276b..76cf8ced9e0 100644 --- a/service/appsync/go_module_metadata.go +++ b/service/appsync/go_module_metadata.go @@ -3,4 +3,4 @@ package appsync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.5" +const goModuleVersion = "1.27.0" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 3598dfb8b30..a0133fbdf96 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2023-12-19) + +* **Feature**: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting. + # v1.20.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index d3df6229e41..2898e9f36b4 100644 --- a/service/chimesdkmeetings/go_module_metadata.go +++ b/service/chimesdkmeetings/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmeetings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.5" +const goModuleVersion = "1.21.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index f82a3fecb61..110a3df565e 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.142.0 (2023-12-19) + +* **Feature**: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones. + # v1.141.0 (2023-12-08) * **Feature**: M2 Mac instances are built on Apple M2 Mac mini computers. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index a6e431dc555..d20e5bab915 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.141.0" +const goModuleVersion = "1.142.0" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 89aea67ffd7..f4160416266 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.0 (2023-12-19) + +* **Feature**: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration. + # v1.39.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index e82c6e78589..521e35d5505 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.5" +const goModuleVersion = "1.40.0" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index ba951f74de3..b44a7d66e1b 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.7 (2023-12-19) + +* No change notes available for this release. + # v1.21.6 (2023-12-18) * No change notes available for this release. diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 777e21f48a1..2ee78923b6b 100644 --- a/service/identitystore/go_module_metadata.go +++ b/service/identitystore/go_module_metadata.go @@ -3,4 +3,4 @@ package identitystore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.6" +const goModuleVersion = "1.21.7" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 443ffd77d19..129f0cc3eb3 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -32,7 +32,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.5 github.com/aws/aws-sdk-go-v2/service/docdb v1.29.5 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.6 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.141.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.142.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.24.5 github.com/aws/aws-sdk-go-v2/service/ecs v1.35.5 github.com/aws/aws-sdk-go-v2/service/efs v1.26.5 @@ -61,7 +61,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.5 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.17.5 github.com/aws/aws-sdk-go-v2/service/polly v1.36.5 - github.com/aws/aws-sdk-go-v2/service/rds v1.64.6 + github.com/aws/aws-sdk-go-v2/service/rds v1.65.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.39.6 github.com/aws/aws-sdk-go-v2/service/rekognition v1.35.5 github.com/aws/aws-sdk-go-v2/service/route53 v1.35.5 diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 0f0a4b71610..ce6253cb7d5 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.0 (2023-12-19) + +* **Feature**: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities. + # v1.22.4 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 24d21f345ae..880aaba7436 100644 --- a/service/marketplacecatalog/go_module_metadata.go +++ b/service/marketplacecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.4" +const goModuleVersion = "1.23.0" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 7eea49f1cd3..5c0ce05f784 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.6 (2023-12-19) + +* No change notes available for this release. + # v1.24.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/mediaconnect/go_module_metadata.go b/service/mediaconnect/go_module_metadata.go index faffc901fd0..d2f1c8cba1d 100644 --- a/service/mediaconnect/go_module_metadata.go +++ b/service/mediaconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.5" +const goModuleVersion = "1.24.6" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 64cb7648fd8..3fe4e021053 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.65.0 (2023-12-19) + +* **Feature**: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation + # v1.64.6 (2023-12-15) * **Documentation**: Updates Amazon RDS documentation by adding code examples diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 27635d9c042..fd490399b58 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.64.6" +const goModuleVersion = "1.65.0"