Skip to content

Commit 606ba91

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-07-18
1 parent 47ec0ec commit 606ba91

30 files changed

+70
-70
lines changed

.changelog/44b53b848ae94622913cc541ceaba328.json

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

.changelog/65f49ea99a234bf790f83aa4450331d7.json

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

.changelog/782a3bed21dc4ef89ac2ca5d1a811f8e.json

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

.changelog/7d7abc7d30ca40ae928f716fcfa6d811.json

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

.changelog/a2f893b79de54dacb39b0be176a7e699.json

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

.changelog/cd8fd72744d94b22ae2c7e40c834f4db.json

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

.changelog/f9f3987320714d37877c8d1ce4cbb736.json

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release (2023-07-18)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/codegurusecurity`: [v1.0.3](service/codegurusecurity/CHANGELOG.md#v103-2023-07-18)
5+
* **Documentation**: Documentation updates for CodeGuru Security.
6+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.61.1](service/connect/CHANGELOG.md#v1611-2023-07-18)
7+
* **Documentation**: GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics
8+
* `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2`: [v1.30.0](service/lexmodelsv2/CHANGELOG.md#v1300-2023-07-18)
9+
* **Feature**: This release adds support for Lex Developers to view analytics for their bots.
10+
* `github.com/aws/aws-sdk-go-v2/service/m2`: [v1.6.0](service/m2/CHANGELOG.md#v160-2023-07-18)
11+
* **Feature**: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
12+
* `github.com/aws/aws-sdk-go-v2/service/snowball`: [v1.20.0](service/snowball/CHANGELOG.md#v1200-2023-07-18)
13+
* **Feature**: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
14+
* `github.com/aws/aws-sdk-go-v2/service/translate`: [v1.18.4](service/translate/CHANGELOG.md#v1184-2023-07-18)
15+
* **Documentation**: Added DOCX word document support to TranslateDocument API
16+
117
# Release (2023-07-17)
218

319
## 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.19.0
77
github.com/aws/aws-sdk-go-v2/config v1.18.28
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.37.0
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.8
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.9
1010
)
1111

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

service/codegurusecurity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.3 (2023-07-18)
2+
3+
* **Documentation**: Documentation updates for CodeGuru Security.
4+
15
# v1.0.2 (2023-07-13)
26

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

0 commit comments

Comments
 (0)