Skip to content

Commit 9546f64

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-05-12
1 parent 6bb48f7 commit 9546f64

31 files changed

+74
-78
lines changed

.changelog/2272f47dd876492b99a0bb1f30c1aa8b.json

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

.changelog/8bae8f1069a14bc682bc9f49dd06618b.json

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

.changelog/95ae14734b8f42da999c63eb52cc06f5.json

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

.changelog/ac4f5d51bea943c991054abd1c6bb7c2.json

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

.changelog/bf148790901b49209b2fc6a53aeec9d0.json

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

.changelog/d2ad0a14bf4e423a8d8b7e5aa7b6e7fb.json

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

.changelog/e805b442f7ee4754a55ee226352a1666.json

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

.changelog/f55a9a8261e9482083cc563130792bf6.json

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Release (2025-05-12)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/deadline`: [v1.12.0](service/deadline/CHANGELOG.md#v1120-2025-05-12)
5+
* **Feature**: AWS Deadline Cloud service-managed fleets now support configuration scripts. Configuration scripts make it easy to install additional software, like plugins and packages, onto a worker.
6+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.218.0](service/ec2/CHANGELOG.md#v12180-2025-05-12)
7+
* **Feature**: EC2 - Adding support for AvailabilityZoneId
8+
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.42.0](service/iam/CHANGELOG.md#v1420-2025-05-12)
9+
* **Feature**: Updating the endpoint list for the Identity and access management (IAM) service
10+
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.76.0](service/medialive/CHANGELOG.md#v1760-2025-05-12)
11+
* **Feature**: Add support to the AV1 rate control mode
12+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.48.0](service/mediatailor/CHANGELOG.md#v1480-2025-05-12)
13+
* **Feature**: Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
14+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.58.0](service/s3control/CHANGELOG.md#v1580-2025-05-12)
15+
* **Feature**: Updates to support S3 Express zonal endpoints for directory buckets in AWS CLI
16+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.192.0](service/sagemaker/CHANGELOG.md#v11920-2025-05-12)
17+
* **Feature**: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
18+
* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.13.0](service/supplychain/CHANGELOG.md#v1130-2025-05-12)
19+
* **Feature**: Launch new AWS Supply Chain public APIs for DataIntegrationEvent, DataIntegrationFlowExecution and DatasetNamespace. Also add more capabilities to existing public APIs to support direct dataset event publish, data deduplication in DataIntegrationFlow, partition specification of custom datasets.
20+
121
# Release (2025-05-09)
222

323
## Module Highlights

example/service/s3/usingPrivateLink/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/config v1.29.14
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.57.0
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.0
1010
)
1111

1212
require (

service/deadline/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2025-05-12)
2+
3+
* **Feature**: AWS Deadline Cloud service-managed fleets now support configuration scripts. Configuration scripts make it easy to install additional software, like plugins and packages, onto a worker.
4+
15
# v1.11.0 (2025-04-30)
26

37
* **Feature**: Adds support for tag management on workers and tag inheritance from fleets to their associated workers.

service/deadline/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/ec2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.218.0 (2025-05-12)
2+
3+
* **Feature**: EC2 - Adding support for AvailabilityZoneId
4+
15
# v1.217.0 (2025-05-08)
26

37
* **Feature**: Launching the feature to support ENA queues offering flexibility to support multiple queues per Enhanced Network Interface (ENI)

service/ec2/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/iam/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.0 (2025-05-12)
2+
3+
* **Feature**: Updating the endpoint list for the Identity and access management (IAM) service
4+
15
# v1.41.1 (2025-04-03)
26

37
* No change notes available for this release.

service/iam/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/identitystore/CHANGELOG.md

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

37
* No change notes available for this release.

service/identitystore/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.5
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.3
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.1
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.217.0
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.218.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.56.3
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.35.3
@@ -45,7 +45,7 @@ require (
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.3
4646
github.com/aws/aws-sdk-go-v2/service/glue v1.110.0
4747
github.com/aws/aws-sdk-go-v2/service/health v1.30.2
48-
github.com/aws/aws-sdk-go-v2/service/iam v1.41.1
48+
github.com/aws/aws-sdk-go-v2/service/iam v1.42.0
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
5151
github.com/aws/aws-sdk-go-v2/service/kinesis v1.35.0
@@ -63,7 +63,7 @@ require (
6363
github.com/aws/aws-sdk-go-v2/service/route53domains v1.29.2
6464
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.35.3
6565
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
66-
github.com/aws/aws-sdk-go-v2/service/s3control v1.57.0
66+
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.0
6767
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.4
6868
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.34.0
6969
github.com/aws/aws-sdk-go-v2/service/ses v1.30.2

service/medialive/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.76.0 (2025-05-12)
2+
3+
* **Feature**: Add support to the AV1 rate control mode
4+
15
# v1.75.0 (2025-05-07)
26

37
* **Feature**: Enables Updating Anywhere Settings on a MediaLive Anywhere Channel.

service/medialive/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/mediatailor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.48.0 (2025-05-12)
2+
3+
* **Feature**: Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
4+
15
# v1.47.0 (2025-04-21)
26

37
* **Feature**: Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.

service/mediatailor/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/s3control/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.58.0 (2025-05-12)
2+
3+
* **Feature**: Updates to support S3 Express zonal endpoints for directory buckets in AWS CLI
4+
15
# v1.57.0 (2025-04-22)
26

37
* **Feature**: Fix endpoint resolution test cases

service/s3control/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.192.0 (2025-05-12)
2+
3+
* **Feature**: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
4+
15
# v1.191.0 (2025-05-07)
26

37
* **Feature**: SageMaker AI Studio users can now migrate to SageMaker Unified Studio, which offers a unified web-based development experience that integrates AWS data, analytics, artificial intelligence (AI), and machine learning (ML) services, as well as additional tools and resource

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.57.4 (2025-05-12)
2+
3+
* No change notes available for this release.
4+
15
# v1.57.3 (2025-05-02)
26

37
* No change notes available for this release.

service/securityhub/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/supplychain/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2025-05-12)
2+
3+
* **Feature**: Launch new AWS Supply Chain public APIs for DataIntegrationEvent, DataIntegrationFlowExecution and DatasetNamespace. Also add more capabilities to existing public APIs to support direct dataset event publish, data deduplication in DataIntegrationFlow, partition specification of custom datasets.
4+
15
# v1.12.2 (2025-04-03)
26

37
* No change notes available for this release.

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