Skip to content

Commit a5686f5

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-03-27
1 parent 78e6f02 commit a5686f5

File tree

70 files changed

+185
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+185
-150
lines changed

.changelog/2086ee3f4f2c4268a1144cbbb2ab1038.json

-8
This file was deleted.

.changelog/3af9896843574ccfb01db7f611e06e28.json

-8
This file was deleted.

.changelog/5ceb0e5adda94e288e39828ef070d78d.json

-8
This file was deleted.

.changelog/858cda076bf240ed89b6023f94abcfd9.json

-8
This file was deleted.

.changelog/a24eab933d244d9a9d4d6599db45817e.json

-8
This file was deleted.

.changelog/b363b19ac46e4ea4b2d8f26262ea8b78.json

-8
This file was deleted.

.changelog/c36ddd114b874f07ae18028f03c9d9b5.json

-8
This file was deleted.

.changelog/cd651c5d5dfd42cfbb39f28598107e6d.json

-8
This file was deleted.

.changelog/d257997a7877474593f2f8c2209c1b33.json

-8
This file was deleted.

.changelog/e8ae1e8fc5274dcc88d3d692a7194b4a.json

-8
This file was deleted.

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Release (2025-03-27)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.52.0](service/batch/CHANGELOG.md#v1520-2025-03-27)
8+
* **Feature**: This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.
9+
* `github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator`: [v1.4.0](service/bcmpricingcalculator/CHANGELOG.md#v140-2025-03-27)
10+
* **Feature**: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.
11+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.41.0](service/bedrockagentruntime/CHANGELOG.md#v1410-2025-03-27)
12+
* **Feature**: bedrock flow now support node action trace.
13+
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.59.0](service/cloudformation/CHANGELOG.md#v1590-2025-03-27)
14+
* **Feature**: Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.
15+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.29.0](service/datazone/CHANGELOG.md#v1290-2025-03-27)
16+
* **Feature**: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
17+
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.62.0](service/eks/CHANGELOG.md#v1620-2025-03-27)
18+
* **Feature**: Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.
19+
* `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.41.0](service/gamelift/CHANGELOG.md#v1410-2025-03-27)
20+
* **Feature**: Amazon GameLift Servers add support for additional instance types.
21+
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.41.0](service/iam/CHANGELOG.md#v1410-2025-03-27)
22+
* **Feature**: Update IAM dual-stack endpoints for BJS, IAD and PDT partitions
23+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.184.0](service/sagemaker/CHANGELOG.md#v11840-2025-03-27)
24+
* **Feature**: add: recovery mode for SageMaker Studio apps
25+
* `github.com/aws/aws-sdk-go-v2/service/ssooidc`: [v1.30.0](service/ssooidc/CHANGELOG.md#v1300-2025-03-27)
26+
* **Feature**: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
27+
128
# Release (2025-03-26)
229

330
## Module Highlights

config/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.12 (2025-03-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.29.11 (2025-03-25)
26

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

config/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0
1212
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17
1313
github.com/aws/smithy-go v1.22.2
1414
)

config/go_module_metadata.go

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

credentials/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.65 (2025-03-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.64 (2025-03-25)
26

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

credentials/go.mod

+1-1
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/feature/ec2/imds v1.16.30
88
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2
9-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2
9+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0
1010
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17
1111
github.com/aws/smithy-go v1.22.2
1212
)

credentials/go_module_metadata.go

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

example/service/dynamodb/createTable/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/config v1.29.11
7+
github.com/aws/aws-sdk-go-v2/config v1.29.12
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.0
99
)
1010

1111
require (
12-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1313
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
@@ -18,7 +18,7 @@ require (
1818
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2323
github.com/aws/smithy-go v1.22.2 // indirect
2424
)

example/service/dynamodb/scanItems/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/config v1.29.11
7+
github.com/aws/aws-sdk-go-v2/config v1.29.12
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.8
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.0
1010
)
1111

1212
require (
13-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
13+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1414
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
@@ -20,7 +20,7 @@ require (
2020
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
23-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
23+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2525
github.com/aws/smithy-go v1.22.2 // indirect
2626
)

example/service/s3/listObjects/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
33
go 1.22
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.29.11
6+
github.com/aws/aws-sdk-go-v2/config v1.29.12
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
1212
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
13-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
13+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1414
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
@@ -21,7 +21,7 @@ require (
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
24-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
24+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2525
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2626
github.com/aws/smithy-go v1.22.2 // indirect
2727
)

example/service/s3/usingPrivateLink/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/config v1.29.11
7+
github.com/aws/aws-sdk-go-v2/config v1.29.12
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.55.0
1010
)
1111

1212
require (
1313
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
14-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
14+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
25-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
25+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2626
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2727
github.com/aws/smithy-go v1.22.2 // indirect
2828
)

feature/ec2/imds/internal/configtesting/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
33
go 1.22
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.29.11
6+
github.com/aws/aws-sdk-go-v2/config v1.29.12
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
12-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1313
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
1616
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
1818
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
19-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
19+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2121
github.com/aws/smithy-go v1.22.2 // indirect
2222
)

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.69 (2025-03-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.68 (2025-03-25)
26

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

feature/s3/manager/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/config v1.29.11
7+
github.com/aws/aws-sdk-go-v2/config v1.29.12
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2
99
github.com/aws/smithy-go v1.22.2
1010
)
1111

1212
require (
1313
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
14-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
14+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
25-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
25+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2626
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2727
)
2828

feature/s3/manager/go_module_metadata.go

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

feature/s3/transfermanager/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/config v1.29.11
7+
github.com/aws/aws-sdk-go-v2/config v1.29.12
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2
99
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17
1010
github.com/aws/smithy-go v1.22.2
1111
)
1212

1313
require (
1414
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
15-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
15+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1616
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
1818
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
2525
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
26-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
26+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2727
)
2828

2929
replace github.com/aws/aws-sdk-go-v2 => ../../../

internal/configsources/configtesting/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
33
go 1.22
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.29.11
6+
github.com/aws/aws-sdk-go-v2/config v1.29.12
77
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
12-
github.com/aws/aws-sdk-go-v2/credentials v1.17.64 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
1313
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
1616
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
1818
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
19-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.2 // indirect
19+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
2121
github.com/aws/smithy-go v1.22.2 // indirect
2222
)

0 commit comments

Comments
 (0)