Skip to content

Commit d96b002

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-03-21
1 parent 1915c4b commit d96b002

30 files changed

+75
-47
lines changed

.changelog/0c023433110c47ab8b27deefb2952ad8.json

-8
This file was deleted.

.changelog/8e00ee303643425ba0377c823e7a5efd.json

-8
This file was deleted.

.changelog/9f4866e9f16d41aca6ded0f2bfb6cb2b.json

-8
This file was deleted.

.changelog/ce1f85556e9d4c26b0279033021b66e5.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2025-03-21)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.30.0](service/bedrock/CHANGELOG.md#v1300-2025-03-21)
5+
* **Feature**: A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's.
6+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.28.0](service/datazone/CHANGELOG.md#v1280-2025-03-21)
7+
* **Feature**: Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
8+
* `github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig`: [v1.27.0](service/route53recoverycontrolconfig/CHANGELOG.md#v1270-2025-03-21)
9+
* **Feature**: Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack.
10+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.182.0](service/sagemaker/CHANGELOG.md#v11820-2025-03-21)
11+
* **Feature**: This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs.
12+
113
# Release (2025-03-20)
214

315
## Module Highlights

service/bedrock/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2025-03-21)
2+
3+
* **Feature**: A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's.
4+
15
# v1.29.0 (2025-03-20)
26

37
* **Feature**: With this release, Bedrock Evaluation will now support bring your own inference responses.

service/bedrock/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cleanrooms/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.23.1 (2025-03-19)
26

37
* No change notes available for this release.

service/cleanrooms/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/datazone/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2025-03-21)
2+
3+
* **Feature**: Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
4+
15
# v1.27.1 (2025-03-20)
26

37
* No change notes available for this release.

service/datazone/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/directoryservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.31.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/directoryservice/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/dlm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.30.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/dlm/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/iam/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.40.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.40.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/iam/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.51.1
2727
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.30.1
2828
github.com/aws/aws-sdk-go-v2/service/directconnect v1.31.1
29-
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.1
29+
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.2
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.1
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.0
3232
github.com/aws/aws-sdk-go-v2/service/ec2 v1.210.1
@@ -45,7 +45,7 @@ require (
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.1
4646
github.com/aws/aws-sdk-go-v2/service/glue v1.107.0
4747
github.com/aws/aws-sdk-go-v2/service/health v1.30.1
48-
github.com/aws/aws-sdk-go-v2/service/iam v1.40.1
48+
github.com/aws/aws-sdk-go-v2/service/iam v1.40.2
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.26.1
5050
github.com/aws/aws-sdk-go-v2/service/iot v1.64.1
5151
github.com/aws/aws-sdk-go-v2/service/kinesis v1.33.1
@@ -69,7 +69,7 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/ses v1.30.1
7070
github.com/aws/aws-sdk-go-v2/service/sfn v1.35.2
7171
github.com/aws/aws-sdk-go-v2/service/shield v1.30.1
72-
github.com/aws/aws-sdk-go-v2/service/snowball v1.31.1
72+
github.com/aws/aws-sdk-go-v2/service/snowball v1.31.2
7373
github.com/aws/aws-sdk-go-v2/service/sns v1.34.2
7474
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.1
7575
github.com/aws/aws-sdk-go-v2/service/ssm v1.57.2

service/marketplaceentitlementservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.26.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/marketplaceentitlementservice/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/oam/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.17.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/oam/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/route53profiles/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.5.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.5.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/route53profiles/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/route53recoverycontrolconfig/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2025-03-21)
2+
3+
* **Feature**: Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack.
4+
15
# v1.26.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/route53recoverycontrolconfig/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.182.0 (2025-03-21)
2+
3+
* **Feature**: This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs.
4+
15
# v1.181.0 (2025-03-19)
26

37
* **Feature**: Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs.

service/sagemaker/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/snowball/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.31.2 (2025-03-21)
2+
3+
* No change notes available for this release.
4+
15
# v1.31.1 (2025-03-04.2)
26

37
* **Bug Fix**: Add assurance test for operation order.

service/snowball/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)