Skip to content

Commit 2b4498c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-06-25
1 parent 332d372 commit 2b4498c

16 files changed

+39
-39
lines changed

.changelog/4005b75da6ec4d98bae99ceb8a514ec2.json

-8
This file was deleted.

.changelog/62a4c9b45c374d34842d492467e19301.json

-8
This file was deleted.

.changelog/701e2972697347c98800eab4ff1e00e2.json

-8
This file was deleted.

.changelog/799e70cdbc164fae888609489fb0fc2c.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2024-06-25)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.42.0](service/autoscaling/CHANGELOG.md#v1420-2024-06-25)
5+
* **Feature**: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
6+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.166.0](service/ec2/CHANGELOG.md#v11660-2024-06-25)
7+
* **Feature**: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
8+
* `github.com/aws/aws-sdk-go-v2/service/networkmanager`: [v1.28.0](service/networkmanager/CHANGELOG.md#v1280-2024-06-25)
9+
* **Feature**: This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
10+
* `github.com/aws/aws-sdk-go-v2/service/workspacesthinclient`: [v1.7.0](service/workspacesthinclient/CHANGELOG.md#v170-2024-06-25)
11+
* **Feature**: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.
12+
113
# Release (2024-06-24)
214

315
## Module Highlights

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.35 (2024-06-25)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.34 (2024-06-24)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/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/autoscaling/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.0 (2024-06-25)
2+
3+
* **Feature**: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
4+
15
# v1.41.1 (2024-06-19)
26

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.166.0 (2024-06-25)
2+
3+
* **Feature**: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
4+
15
# v1.165.1 (2024-06-19)
26

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

service/ec2/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
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.25.1
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.35.1
1212
github.com/aws/aws-sdk-go-v2/service/athena v1.43.0
13-
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.41.1
13+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.42.0
1414
github.com/aws/aws-sdk-go-v2/service/batch v1.40.1
1515
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.52.1
1616
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.37.1
@@ -32,7 +32,7 @@ require (
3232
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.26.1
3333
github.com/aws/aws-sdk-go-v2/service/docdb v1.35.1
3434
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.33.2
35-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.165.1
35+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.166.0
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.29.1
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.43.1
3838
github.com/aws/aws-sdk-go-v2/service/efs v1.30.1

service/networkmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2024-06-25)
2+
3+
* **Feature**: This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
4+
15
# v1.27.1 (2024-06-19)
26

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

service/networkmanager/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/workspacesthinclient/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2024-06-25)
2+
3+
* **Feature**: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.
4+
15
# v1.6.1 (2024-06-19)
26

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

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