Skip to content

Commit f82629c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-04
1 parent c4d3d16 commit f82629c

33 files changed

+76
-92
lines changed

.changelog/0036e4fc01cc42b7af6931b310fceba5.json

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

.changelog/044e2c03d70642889627c1eb347916df.json

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

.changelog/181ed12586eb4b02a2636cdbbfeedb51.json

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

.changelog/32ff05ae722847868205c547a7559993.json

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

.changelog/3b28698362b849efbf3e8739fcd86886.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/4ca3bd543fc04445b1e05fde0e55a4f0.json

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

.changelog/5458b253a3454ccd8d1daadc460a195a.json

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

.changelog/8f53cf812f62408a92eed72c7b84c0c6.json

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

.changelog/bfe659095ae34fbbaa6b07274ab3b159.json

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Release (2025-06-04)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.33.1](service/amplify/CHANGELOG.md#v1331-2025-06-04)
5+
* **Documentation**: Update documentation for cacheConfig in CreateApp API
6+
* `github.com/aws/aws-sdk-go-v2/service/evs`: [v1.0.0](service/evs/CHANGELOG.md#v100-2025-06-04)
7+
* **Release**: New AWS service client module
8+
* **Feature**: Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability.
9+
* `github.com/aws/aws-sdk-go-v2/service/invoicing`: [v1.2.0](service/invoicing/CHANGELOG.md#v120-2025-06-04)
10+
* **Feature**: Added new Invoicing ListInvoiceSummaries API Operation
11+
* `github.com/aws/aws-sdk-go-v2/service/mediaconnect`: [v1.40.0](service/mediaconnect/CHANGELOG.md#v1400-2025-06-04)
12+
* **Feature**: This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections.
13+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.74.0](service/mediaconvert/CHANGELOG.md#v1740-2025-06-04)
14+
* **Feature**: This release includes support for embedding and signing C2PA content credentials in MP4 outputs.
15+
* `github.com/aws/aws-sdk-go-v2/service/networkfirewall`: [v1.49.0](service/networkfirewall/CHANGELOG.md#v1490-2025-06-04)
16+
* **Feature**: You can now monitor flow and alert log metrics from the Network Firewall console.
17+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.195.0](service/sagemaker/CHANGELOG.md#v11950-2025-06-04)
18+
* **Feature**: Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans.
19+
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.46.0](service/transcribe/CHANGELOG.md#v1460-2025-06-04)
20+
* **Feature**: AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
21+
* `github.com/aws/aws-sdk-go-v2/service/transcribestreaming`: [v1.26.0](service/transcribestreaming/CHANGELOG.md#v1260-2025-06-04)
22+
* **Feature**: AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
23+
124
# Release (2025-06-03)
225

326
## Module Highlights

service/amplify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.1 (2025-06-04)
2+
3+
* **Documentation**: Update documentation for cacheConfig in CreateApp API
4+
15
# v1.33.0 (2025-05-29)
26

37
* **Feature**: Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.

service/amplify/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/evs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2025-06-04)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability.
5+

service/evs/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
7676
github.com/aws/aws-sdk-go-v2/service/support v1.27.2
7777
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.31.0
78-
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.25.3
78+
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.26.0
7979
github.com/aws/aws-sdk-go-v2/service/waf v1.26.2
8080
github.com/aws/aws-sdk-go-v2/service/wafregional v1.26.2
8181
github.com/aws/aws-sdk-go-v2/service/workspaces v1.57.0

service/invoicing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.0 (2025-06-04)
2+
3+
* **Feature**: Added new Invoicing ListInvoiceSummaries API Operation
4+
15
# v1.1.2 (2025-04-03)
26

37
* No change notes available for this release.

service/invoicing/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/mediaconnect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.40.0 (2025-06-04)
2+
3+
* **Feature**: This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections.
4+
15
# v1.39.1 (2025-04-03)
26

37
* No change notes available for this release.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.74.0 (2025-06-04)
2+
3+
* **Feature**: This release includes support for embedding and signing C2PA content credentials in MP4 outputs.
4+
15
# v1.73.0 (2025-05-14)
26

37
* **Feature**: This update enables cropping for video overlays and adds a new STL to Teletext upconversion toggle to preserve styling.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.49.0 (2025-06-04)
2+
3+
* **Feature**: You can now monitor flow and alert log metrics from the Network Firewall console.
4+
15
# v1.48.0 (2025-05-28)
26

37
* **Feature**: You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.

service/networkfirewall/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/route53profiles/CHANGELOG.md

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

37
* No change notes available for this release.

service/route53profiles/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.195.0 (2025-06-04)
2+
3+
* **Feature**: Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans.
4+
15
# v1.194.0 (2025-05-30)
26

37
* **Feature**: Release new parameter CapacityReservationConfig in ProductionVariant

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/transcribe/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-04)
2+
3+
* **Feature**: AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
4+
15
# v1.45.0 (2025-04-03)
26

37
* **Feature**: This Feature Adds Support for the "zh-HK" Locale for Batch Operations

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.

service/transcribestreaming/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.0 (2025-06-04)
2+
3+
* **Feature**: AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
4+
15
# v1.25.3 (2025-04-03)
26

37
* No change notes available for this release.

service/transcribestreaming/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/transcribestreaming/internal/testing/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/aws/protocol/eventstream v1.6.10
88
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.29
9-
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.25.3
9+
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.26.0
1010
github.com/aws/smithy-go v1.22.2
1111
)
1212

0 commit comments

Comments
 (0)