Skip to content

Commit 67a3bbf

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-04-29
1 parent cf43fe6 commit 67a3bbf

35 files changed

+82
-94
lines changed

.changelog/2c94dec3b34d43b19b7bb68afe07fc1c.json

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

.changelog/2e75f566e67f4bd8be9f9a9421fed9d8.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/5ee85bc118d3427e9a8ccb348188539a.json

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

.changelog/7196f27b36854d06baab16a9cd52ddce.json

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

.changelog/7e33a4f18e0a48a3ad9ef977a53d8747.json

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

.changelog/91197bab66dd4ce39b4096fed0ee8207.json

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

.changelog/9d4cee740fd54a22ac383fade48eba23.json

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

.changelog/a0eb488274fa41dab82a08898134e5ca.json

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

.changelog/d95aa2c182cc45bab7efdb839e5c3a4c.json

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Release (2025-04-29)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/connectcases`: [v1.25.0](service/connectcases/CHANGELOG.md#v1250-2025-04-29)
5+
* **Feature**: Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.
6+
* `github.com/aws/aws-sdk-go-v2/service/dataexchange`: [v1.34.3](service/dataexchange/CHANGELOG.md#v1343-2025-04-29)
7+
* **Bug Fix**: **BREAKING CHANGE**: The type of Dataexchange#UpdateRevision$Finalized has been changed from `bool` to `*bool`. efore this change, the field was incorrectly marked as having a default value of false by the service, which made it functionally impossible for users to set this value to false
8+
* `github.com/aws/aws-sdk-go-v2/service/kinesis`: [v1.34.0](service/kinesis/CHANGELOG.md#v1340-2025-04-29)
9+
* **Feature**: Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.
10+
* `github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2`: [v1.20.0](service/pinpointsmsvoicev2/CHANGELOG.md#v1200-2025-04-29)
11+
* **Feature**: AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.
12+
* `github.com/aws/aws-sdk-go-v2/service/qbusiness`: [v1.26.0](service/qbusiness/CHANGELOG.md#v1260-2025-04-29)
13+
* **Feature**: Add support for anonymous user access for Q Business applications
14+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.189.0](service/sagemaker/CHANGELOG.md#v11890-2025-04-29)
15+
* **Feature**: Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
16+
* `github.com/aws/aws-sdk-go-v2/service/sagemakermetrics`: [v1.14.0](service/sagemakermetrics/CHANGELOG.md#v1140-2025-04-29)
17+
* **Feature**: SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.
18+
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.59.0](service/ssm/CHANGELOG.md#v1590-2025-04-29)
19+
* **Feature**: This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
20+
* `github.com/aws/aws-sdk-go-v2/service/ssmguiconnect`: [v1.0.0](service/ssmguiconnect/CHANGELOG.md#v100-2025-04-29)
21+
* **Release**: New AWS service client module
22+
* **Feature**: This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager
23+
124
# Release (2025-04-28)
225

326
## General Highlights

service/connectcases/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.0 (2025-04-29)
2+
3+
* **Feature**: Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.
4+
15
# v1.24.0 (2025-04-16)
26

37
* **Feature**: This feature provides capabilities to help track and meet service level agreements (SLAs) on cases programmatically. It allows configuring a new related item of type `Sla` on a case using CreateRelatedItem API and provides the ability to search for this new related item using SearchRelatedItems API.

service/connectcases/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/dataexchange/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.3 (2025-04-29)
2+
3+
* **Bug Fix**: **BREAKING CHANGE**: The type of Dataexchange#UpdateRevision$Finalized has been changed from `bool` to `*bool`. efore this change, the field was incorrectly marked as having a default value of false by the service, which made it functionally impossible for users to set this value to false
4+
15
# v1.34.2 (2025-04-03)
26

37
* No change notes available for this release.

service/dataexchange/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/datasync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.2 (2025-04-29)
2+
3+
* No change notes available for this release.
4+
15
# v1.47.1 (2025-04-03)
26

37
* No change notes available for this release.

service/datasync/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.41.1
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.26.2
5050
github.com/aws/aws-sdk-go-v2/service/iot v1.64.2
51-
github.com/aws/aws-sdk-go-v2/service/kinesis v1.33.3
51+
github.com/aws/aws-sdk-go-v2/service/kinesis v1.34.0
5252
github.com/aws/aws-sdk-go-v2/service/kms v1.38.3
5353
github.com/aws/aws-sdk-go-v2/service/lambda v1.71.2
5454
github.com/aws/aws-sdk-go-v2/service/lightsail v1.43.2
@@ -72,7 +72,7 @@ require (
7272
github.com/aws/aws-sdk-go-v2/service/snowball v1.31.3
7373
github.com/aws/aws-sdk-go-v2/service/sns v1.34.4
7474
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.5
75-
github.com/aws/aws-sdk-go-v2/service/ssm v1.58.2
75+
github.com/aws/aws-sdk-go-v2/service/ssm v1.59.0
7676
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
7777
github.com/aws/aws-sdk-go-v2/service/support v1.27.2
7878
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.30.2

service/kinesis/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2025-04-29)
2+
3+
* **Feature**: Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.
4+
15
# v1.33.3 (2025-04-16)
26

37
* No change notes available for this release.

service/kinesis/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/kinesis/internal/testing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10
88
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.29
9-
github.com/aws/aws-sdk-go-v2/service/kinesis v1.33.3
9+
github.com/aws/aws-sdk-go-v2/service/kinesis v1.34.0
1010
github.com/aws/smithy-go v1.22.2
1111
)
1212

service/pinpointsmsvoicev2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2025-04-29)
2+
3+
* **Feature**: AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.
4+
15
# v1.19.4 (2025-04-03)
26

37
* No change notes available for this release.

service/pinpointsmsvoicev2/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/qbusiness/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.0 (2025-04-29)
2+
3+
* **Feature**: Add support for anonymous user access for Q Business applications
4+
15
# v1.25.0 (2025-04-21)
26

37
* **Feature**: The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations.

service/qbusiness/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.189.0 (2025-04-29)
2+
3+
* **Feature**: Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
4+
15
# v1.188.0 (2025-04-18)
26

37
* **Feature**: This release adds a new Neuron driver option in InferenceAmiVersion parameter for ProductionVariant. Additionally, it adds support for fetching model lifecycle status in the ListModelPackages API. Users can now use this API to view the lifecycle stage of models that have been shared with them.

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/sagemakermetrics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.0 (2025-04-29)
2+
3+
* **Feature**: SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.
4+
15
# v1.13.3 (2025-04-03)
26

37
* No change notes available for this release.

service/sagemakermetrics/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/ssm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.59.0 (2025-04-29)
2+
3+
* **Feature**: This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
4+
15
# v1.58.2 (2025-04-10)
26

37
* No change notes available for this release.

service/ssm/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/ssmguiconnect/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2025-04-29)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager
5+

service/ssmguiconnect/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/storagegateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.37.1 (2025-04-29)
2+
3+
* No change notes available for this release.
4+
15
# v1.37.0 (2025-04-08)
26

37
* **Feature**: Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.

service/storagegateway/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)