Skip to content

Commit 8ca412d

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-06-27
1 parent 6505a14 commit 8ca412d

37 files changed

+88
-104
lines changed

.changelog/3b75635004da4e5ebe620b860e4e2069.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/4d7a0a7695a2477698c187ae0e6467d5.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/526cc87269a44f65aed784be042c024e.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/574c56149ab047d7a5d978be96a9b0dd.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/60155914cc3248bb9485ea513575c91c.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/8391c0e2a5764df4a4a2cabc5a9f367d.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a714ec1c38f54e868c32101a33917873.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a78cfc5c19b6411685c4106f659ad4b6.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a833b82bd596462584bc8f7ed622cdef.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/c25a45a4c2e34f05bbb7cf5a758e4242.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/e9d96ca01e7b44868668701f868ccbee.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release (2024-06-27)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling`: [v1.30.0](service/applicationautoscaling/CHANGELOG.md#v1300-2024-06-27)
5+
* **Feature**: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
6+
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines`: [v1.18.0](service/chimesdkmediapipelines/CHANGELOG.md#v1180-2024-06-27)
7+
* **Feature**: Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics
8+
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.38.1](service/cloudfront/CHANGELOG.md#v1381-2024-06-27)
9+
* **Documentation**: Doc only update for CloudFront that fixes customer-reported issue
10+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.12.0](service/datazone/CHANGELOG.md#v1120-2024-06-27)
11+
* **Feature**: This release supports the data lineage feature of business data catalog in Amazon DataZone.
12+
* `github.com/aws/aws-sdk-go-v2/service/mq`: [v1.25.0](service/mq/CHANGELOG.md#v1250-2024-06-27)
13+
* **Feature**: This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
14+
* `github.com/aws/aws-sdk-go-v2/service/qconnect`: [v1.9.0](service/qconnect/CHANGELOG.md#v190-2024-06-27)
15+
* **Feature**: Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
16+
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.67.0](service/quicksight/CHANGELOG.md#v1670-2024-06-27)
17+
* **Feature**: Adding support for Repeating Sections, Nested Filters
18+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.81.1](service/rds/CHANGELOG.md#v1811-2024-06-27)
19+
* **Documentation**: Updates Amazon RDS documentation for TAZ export to S3.
20+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.149.0](service/sagemaker/CHANGELOG.md#v11490-2024-06-27)
21+
* **Feature**: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
22+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.42.0](service/workspaces/CHANGELOG.md#v1420-2024-06-27)
23+
* **Feature**: Added support for WorkSpaces Pools.
24+
125
# Release (2024-06-26)
226

327
## General Highlights

feature/dynamodbstreams/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.37 (2024-06-27)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.36 (2024-06-26)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

feature/dynamodbstreams/attributevalue/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/applicationautoscaling/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2024-06-27)
2+
3+
* **Feature**: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
4+
15
# v1.29.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/applicationautoscaling/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/chimesdkmediapipelines/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2024-06-27)
2+
3+
* **Feature**: Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics
4+
15
# v1.17.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/chimesdkmediapipelines/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/chimesdkmeetings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.1 (2024-06-27)
2+
3+
* No change notes available for this release.
4+
15
# v1.25.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/chimesdkmeetings/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudfront/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.1 (2024-06-27)
2+
3+
* **Documentation**: Doc only update for CloudFront that fixes customer-reported issue
4+
15
# v1.38.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/cloudfront/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/datazone/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2024-06-27)
2+
3+
* **Feature**: This release supports the data lineage feature of business data catalog in Amazon DataZone.
4+
15
# v1.11.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/datazone/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ require (
66
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.2
77
github.com/aws/aws-sdk-go-v2/service/acm v1.28.0
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.0
9-
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.29.0
9+
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.30.0
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.26.0
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.36.0
1212
github.com/aws/aws-sdk-go-v2/service/athena v1.44.0
1313
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.0
1414
github.com/aws/aws-sdk-go-v2/service/batch v1.41.0
1515
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.53.0
16-
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.38.0
16+
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.38.1
1717
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.24.0
1818
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.24.0
1919
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.42.0
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/neptune v1.33.0
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.0
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.42.0
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.81.0
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.81.1
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.46.0
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.42.0
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.42.0
@@ -84,7 +84,7 @@ require (
8484
github.com/aws/aws-sdk-go-v2/service/waf v1.23.0
8585
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.0
8686
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.0
87-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.41.0
87+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.42.0
8888
github.com/aws/smithy-go v1.20.2
8989
)
9090

service/mq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.0 (2024-06-27)
2+
3+
* **Feature**: This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
4+
15
# v1.24.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/mq/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/qconnect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.9.0 (2024-06-27)
2+
3+
* **Feature**: Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
4+
15
# v1.8.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/qconnect/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/quicksight/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.67.0 (2024-06-27)
2+
3+
* **Feature**: Adding support for Repeating Sections, Nested Filters
4+
15
# v1.66.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/quicksight/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/rds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.81.1 (2024-06-27)
2+
3+
* **Documentation**: Updates Amazon RDS documentation for TAZ export to S3.
4+
15
# v1.81.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/rds/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sagemaker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.149.0 (2024-06-27)
2+
3+
* **Feature**: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
4+
15
# v1.148.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/sagemaker/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/workspaces/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.0 (2024-06-27)
2+
3+
* **Feature**: Added support for WorkSpaces Pools.
4+
15
# v1.41.0 (2024-06-26)
26

37
* **Feature**: Support list-of-string endpoint parameter.

service/workspaces/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)