Skip to content

Commit eac6867

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-24
1 parent 2df111c commit eac6867

33 files changed

+80
-105
lines changed

.changelog/04afc52869f647d788a7976efcec7d64.json

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

.changelog/13e1965b6ecd4b9ea4ed635d5cc0e565.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/63869785a9eb453e9c242fe70eb972d2.json

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

.changelog/95a479a41dfc4369a52bca6ceb070298.json

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

.changelog/a8286aa31be54046a00dbae164d11f17.json

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

.changelog/ad436ba650b446d2acfda29d9bf3223a.json

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

.changelog/cf595f30d4f148a789267b1631db4553.json

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

.changelog/e6b6194b97064f9c961f4006fb945dda.json

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

.changelog/f31c7daa2040439b98c74e4908dacd24.json

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

.changelog/f3a0678306ca4542bdf51bc49f6e283a.json

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

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release (2025-06-24)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/aiops`: [v1.1.0](service/aiops/CHANGELOG.md#v110-2025-06-24)
5+
* **Feature**: Adds support for cross account investigations for CloudWatch investigations AI Operations (AIOps).
6+
* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.53.0](service/batch/CHANGELOG.md#v1530-2025-06-24)
7+
* **Feature**: Add userdataType to LaunchTemplateSpecification and LaunchTemplateSpecificationOverride.
8+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.37.0](service/bedrock/CHANGELOG.md#v1370-2025-06-24)
9+
* **Feature**: We are making ListFoundationModelAgreementOffers, DeleteFoundationModelAgreement, CreateFoundationModelAgreement, GetFoundationModelAvailability, PutUseCaseForModelAccess and GetUseCaseForModelAccess APIs public, previously they were console.
10+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.226.0](service/ec2/CHANGELOG.md#v12260-2025-06-24)
11+
* **Feature**: This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones.
12+
* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.46.0](service/elasticloadbalancingv2/CHANGELOG.md#v1460-2025-06-24)
13+
* **Feature**: Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores
14+
* `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.42.0](service/gamelift/CHANGELOG.md#v1420-2025-06-24)
15+
* **Feature**: Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games.
16+
* `github.com/aws/aws-sdk-go-v2/service/licensemanager`: [v1.32.0](service/licensemanager/CHANGELOG.md#v1320-2025-06-24)
17+
* **Feature**: AWS License Manager now supports license type conversions for AWS Marketplace products. Customers can provide Marketplace codes in the source license context or destination license context in the CreateLicenseConversionTaskForResource requests.
18+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.98.0](service/rds/CHANGELOG.md#v1980-2025-06-24)
19+
* **Feature**: Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target
20+
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.36.0](service/route53resolver/CHANGELOG.md#v1360-2025-06-24)
21+
* **Feature**: Add support for iterative DNS queries through the new INBOUND_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules.
22+
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.47.0](service/transcribe/CHANGELOG.md#v1470-2025-06-24)
23+
* **Feature**: This Feature Adds Support for the "et-EE" Locale for Batch Operations
24+
125
# Release (2025-06-23)
226

327
## Module Highlights

service/aiops/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.1.0 (2025-06-24)
2+
3+
* **Feature**: Adds support for cross account investigations for CloudWatch investigations AI Operations (AIOps).
4+
15
# v1.0.0 (2025-06-18)
26

37
* **Release**: New AWS service client module

service/aiops/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/batch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.53.0 (2025-06-24)
2+
3+
* **Feature**: Add userdataType to LaunchTemplateSpecification and LaunchTemplateSpecificationOverride.
4+
15
# v1.52.6 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/batch/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/bedrock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.37.0 (2025-06-24)
2+
3+
* **Feature**: We are making ListFoundationModelAgreementOffers, DeleteFoundationModelAgreement, CreateFoundationModelAgreement, GetFoundationModelAvailability, PutUseCaseForModelAccess and GetUseCaseForModelAccess APIs public, previously they were console.
4+
15
# v1.36.0 (2025-06-20)
26

37
* **Feature**: Add support for tiers in Content Filters and Denied Topics for Amazon Bedrock Guardrails.

service/bedrock/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.226.0 (2025-06-24)
2+
3+
* **Feature**: This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones.
4+
15
# v1.225.2 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.46.0 (2025-06-24)
2+
3+
* **Feature**: Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores
4+
15
# v1.45.5 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/elasticloadbalancingv2/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/gamelift/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-06-24)
2+
3+
* **Feature**: Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games.
4+
15
# v1.41.3 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/gamelift/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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.30.4
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.45.5
1212
github.com/aws/aws-sdk-go-v2/service/athena v1.51.2
13-
github.com/aws/aws-sdk-go-v2/service/batch v1.52.6
13+
github.com/aws/aws-sdk-go-v2/service/batch v1.53.0
1414
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.60.3
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.46.3
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.30.4
@@ -29,19 +29,19 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.31.7
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.41.6
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.4
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.225.2
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.226.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.45.1
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.58.0
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.36.2
3636
github.com/aws/aws-sdk-go-v2/service/elasticache v1.46.3
3737
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.29.4
3838
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.29.6
39-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.45.5
39+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.46.0
4040
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.33.6
4141
github.com/aws/aws-sdk-go-v2/service/emr v1.49.3
4242
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.39.3
4343
github.com/aws/aws-sdk-go-v2/service/firehose v1.37.7
44-
github.com/aws/aws-sdk-go-v2/service/gamelift v1.41.3
44+
github.com/aws/aws-sdk-go-v2/service/gamelift v1.42.0
4545
github.com/aws/aws-sdk-go-v2/service/glacier v1.27.5
4646
github.com/aws/aws-sdk-go-v2/service/glue v1.115.0
4747
github.com/aws/aws-sdk-go-v2/service/health v1.30.4
@@ -55,12 +55,12 @@ require (
5555
github.com/aws/aws-sdk-go-v2/service/neptune v1.37.3
5656
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.24.4
5757
github.com/aws/aws-sdk-go-v2/service/polly v1.48.4
58-
github.com/aws/aws-sdk-go-v2/service/rds v1.97.3
58+
github.com/aws/aws-sdk-go-v2/service/rds v1.98.0
5959
github.com/aws/aws-sdk-go-v2/service/redshift v1.54.6
6060
github.com/aws/aws-sdk-go-v2/service/rekognition v1.47.2
6161
github.com/aws/aws-sdk-go-v2/service/route53 v1.52.2
6262
github.com/aws/aws-sdk-go-v2/service/route53domains v1.29.4
63-
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.35.6
63+
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.36.0
6464
github.com/aws/aws-sdk-go-v2/service/s3 v1.81.0
6565
github.com/aws/aws-sdk-go-v2/service/s3control v1.58.3
6666
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.7

service/licensemanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.0 (2025-06-24)
2+
3+
* **Feature**: AWS License Manager now supports license type conversions for AWS Marketplace products. Customers can provide Marketplace codes in the source license context or destination license context in the CreateLicenseConversionTaskForResource requests.
4+
15
# v1.31.3 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/licensemanager/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/rds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.98.0 (2025-06-24)
2+
3+
* **Feature**: Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target
4+
15
# v1.97.3 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/rds/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/route53resolver/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2025-06-24)
2+
3+
* **Feature**: Add support for iterative DNS queries through the new INBOUND_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules.
4+
15
# v1.35.6 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

service/route53resolver/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/transcribe/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2025-06-24)
2+
3+
* **Feature**: This Feature Adds Support for the "et-EE" Locale for Batch Operations
4+
15
# v1.46.2 (2025-06-17)
26

37
* **Dependency Update**: Update to smithy-go v1.22.4.

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