From 171151bb0fd10e63bdab73254a8f925a82d62498 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 13 Sep 2024 18:24:58 +0000 Subject: [PATCH] Release 2024-09-13 --- .changelog/60fdae4d2c5f47ba98971427b7a05a05.json | 8 -------- .changelog/80e55271ccd145dcb889eef6069ff83d.json | 8 -------- .changelog/cec33daa1d0c41dc9c26c5a83c511a70.json | 8 -------- CHANGELOG.md | 10 ++++++++++ feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/amplify/CHANGELOG.md | 4 ++++ service/amplify/go_module_metadata.go | 2 +- service/ivs/CHANGELOG.md | 4 ++++ service/ivs/go_module_metadata.go | 2 +- service/ivschat/CHANGELOG.md | 4 ++++ service/ivschat/go_module_metadata.go | 2 +- service/redshiftserverless/CHANGELOG.md | 4 ++++ service/redshiftserverless/go_module_metadata.go | 2 +- 14 files changed, 35 insertions(+), 29 deletions(-) delete mode 100644 .changelog/60fdae4d2c5f47ba98971427b7a05a05.json delete mode 100644 .changelog/80e55271ccd145dcb889eef6069ff83d.json delete mode 100644 .changelog/cec33daa1d0c41dc9c26c5a83c511a70.json diff --git a/.changelog/60fdae4d2c5f47ba98971427b7a05a05.json b/.changelog/60fdae4d2c5f47ba98971427b7a05a05.json deleted file mode 100644 index 90aff694193..00000000000 --- a/.changelog/60fdae4d2c5f47ba98971427b7a05a05.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "60fdae4d-2c5f-47ba-9897-1427b7a05a05", - "type": "documentation", - "description": "Updates to all tags descriptions.", - "modules": [ - "service/ivschat" - ] -} \ No newline at end of file diff --git a/.changelog/80e55271ccd145dcb889eef6069ff83d.json b/.changelog/80e55271ccd145dcb889eef6069ff83d.json deleted file mode 100644 index 1b6c8014013..00000000000 --- a/.changelog/80e55271ccd145dcb889eef6069ff83d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "80e55271-ccd1-45dc-b889-eef6069ff83d", - "type": "documentation", - "description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications", - "modules": [ - "service/amplify" - ] -} \ No newline at end of file diff --git a/.changelog/cec33daa1d0c41dc9c26c5a83c511a70.json b/.changelog/cec33daa1d0c41dc9c26c5a83c511a70.json deleted file mode 100644 index c44410b8edf..00000000000 --- a/.changelog/cec33daa1d0c41dc9c26c5a83c511a70.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "cec33daa-1d0c-41dc-9c26-c5a83c511a70", - "type": "documentation", - "description": "Updates to all tags descriptions.", - "modules": [ - "service/ivs" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e965b63626..8e647aa4c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2024-09-13) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.24.4](service/amplify/CHANGELOG.md#v1244-2024-09-13) + * **Documentation**: Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications +* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.38.4](service/ivs/CHANGELOG.md#v1384-2024-09-13) + * **Documentation**: Updates to all tags descriptions. +* `github.com/aws/aws-sdk-go-v2/service/ivschat`: [v1.14.8](service/ivschat/CHANGELOG.md#v1148-2024-09-13) + * **Documentation**: Updates to all tags descriptions. + # Release (2024-09-12) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 4c94bdabca9..e3173ac1521 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.13 (2024-09-13) + +* No change notes available for this release. + # v1.14.12 (2024-09-12) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 03e82996405..55f7d10dead 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.3" +const goModuleVersion = "1.14.13" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index b9f3d056d69..0e4d116fd8f 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.4 (2024-09-13) + +* **Documentation**: Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications + # v1.24.3 (2024-09-04) * No change notes available for this release. diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index dd1ac6fc296..2cf24cd2a0d 100644 --- a/service/amplify/go_module_metadata.go +++ b/service/amplify/go_module_metadata.go @@ -3,4 +3,4 @@ package amplify // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.3" +const goModuleVersion = "1.24.4" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 9247dca3a47..feca3dd3d53 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.4 (2024-09-13) + +* **Documentation**: Updates to all tags descriptions. + # v1.38.3 (2024-09-04) * No change notes available for this release. diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 9d1d0b56299..2ee71b8ffd1 100644 --- a/service/ivs/go_module_metadata.go +++ b/service/ivs/go_module_metadata.go @@ -3,4 +3,4 @@ package ivs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.3" +const goModuleVersion = "1.38.4" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 14171de1cc8..538a5101452 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-09-13) + +* **Documentation**: Updates to all tags descriptions. + # v1.14.7 (2024-09-04) * No change notes available for this release. diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index 0d2d7ee545c..ae26ea16a1a 100644 --- a/service/ivschat/go_module_metadata.go +++ b/service/ivschat/go_module_metadata.go @@ -3,4 +3,4 @@ package ivschat // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.7" +const goModuleVersion = "1.14.8" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 4d85b697ccd..7badfd15039 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.5 (2024-09-13) + +* No change notes available for this release. + # v1.21.4 (2024-09-04) * No change notes available for this release. diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index af216a6ee00..b7d75b7fc18 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.4" +const goModuleVersion = "1.21.5"