Skip to content

Commit e0fa621

Browse files
author
AWS SDK for Go v2 automation user
committedFeb 28, 2025
Release 2025-02-28
1 parent 15dbd77 commit e0fa621

26 files changed

+60
-74
lines changed
 

‎.changelog/22d574b2e23a4b18b9ebaf7408298f9f.json

-8
This file was deleted.

‎.changelog/26ffa0820fc74b1d80e776eebdf2ac4a.json

-8
This file was deleted.

‎.changelog/39c055ca097d4e3d9861374bdbdad3c8.json

-8
This file was deleted.

‎.changelog/9cf74b55418447b596cae49cfedd1395.json

-8
This file was deleted.

‎.changelog/9f5e8d296eef4e5d8d2f64d2f0bedaae.json

-8
This file was deleted.

‎.changelog/e42559b30cb24ac3b47776272dcf22cc.json

-8
This file was deleted.

‎.changelog/f314ef36e652427a8ea68b1ad5dc6b5c.json

-8
This file was deleted.

‎.changelog/f71091050ef847d9b696a450a7351ab0.json

-8
This file was deleted.

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release (2025-02-28)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation`: [v1.2.0](service/bedrockdataautomation/CHANGELOG.md#v120-2025-02-28)
5+
* **Feature**: Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime`: [v1.2.0](service/bedrockdataautomationruntime/CHANGELOG.md#v120-2025-02-28)
7+
* **Feature**: Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
8+
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.51.0](service/databasemigrationservice/CHANGELOG.md#v1510-2025-02-28)
9+
* **Feature**: Add skipped status to the Result Statistics of an Assessment Run
10+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.60.0](service/eks/CHANGELOG.md#v1600-2025-02-28)
11+
* **Feature**: Adding licenses to EKS Anywhere Subscription operations response.
12+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.69.0](service/mediaconvert/CHANGELOG.md#v1690-2025-02-28)
13+
* **Feature**: The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
14+
* `github.com/aws/aws-sdk-go-v2/service/pricing`: [v1.34.0](service/pricing/CHANGELOG.md#v1340-2025-02-28)
15+
* **Feature**: Update GetProducts and DescribeServices API request input validations.
16+
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.57.1](service/ssm/CHANGELOG.md#v1571-2025-02-28)
17+
* **Documentation**: Systems Manager doc-only updates for Feb. 2025.
18+
119
# Release (2025-02-27)
220

321
## General Highlights

‎service/bedrockdataautomation/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.0 (2025-02-28)
2+
3+
* **Feature**: Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
4+
15
# v1.1.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

‎service/bedrockdataautomation/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/bedrockdataautomationruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.0 (2025-02-28)
2+
3+
* **Feature**: Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
4+
15
# v1.1.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

‎service/bedrockdataautomationruntime/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/databasemigrationservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.51.0 (2025-02-28)
2+
3+
* **Feature**: Add skipped status to the Result Statistics of an Assessment Run
4+
15
# v1.50.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

‎service/databasemigrationservice/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/eks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.60.0 (2025-02-28)
2+
3+
* **Feature**: Adding licenses to EKS Anywhere Subscription operations response.
4+
15
# v1.59.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

‎service/eks/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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.50.0
2424
github.com/aws/aws-sdk-go-v2/service/configservice v1.52.0
2525
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.29.0
26-
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.50.0
26+
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.51.0
2727
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.30.0
2828
github.com/aws/aws-sdk-go-v2/service/directconnect v1.31.0
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.0
@@ -72,7 +72,7 @@ require (
7272
github.com/aws/aws-sdk-go-v2/service/snowball v1.31.0
7373
github.com/aws/aws-sdk-go-v2/service/sns v1.34.0
7474
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.0
75-
github.com/aws/aws-sdk-go-v2/service/ssm v1.57.0
75+
github.com/aws/aws-sdk-go-v2/service/ssm v1.57.1
7676
github.com/aws/aws-sdk-go-v2/service/sts v1.33.16
7777
github.com/aws/aws-sdk-go-v2/service/support v1.27.0
7878
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.30.0

‎service/mediaconvert/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.69.0 (2025-02-28)
2+
3+
* **Feature**: The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
4+
15
# v1.68.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

‎service/mediaconvert/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/pricing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2025-02-28)
2+
3+
* **Feature**: Update GetProducts and DescribeServices API request input validations.
4+
15
# v1.33.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.1 (2025-02-28)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.57.1 (2025-02-28)
2+
3+
* **Documentation**: Systems Manager doc-only updates for Feb. 2025.
4+
15
# v1.57.0 (2025-02-27)
26

37
* **Feature**: Track credential providers via User-Agent Feature ids

‎service/ssm/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)
Failed to load comments.