Skip to content

Commit d51df61

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-07-22
1 parent 07a7454 commit d51df61

34 files changed

+80
-65
lines changed

.changelog/465952e1d08e436bb5e8a578ac44855e.json

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

.changelog/4b830516756d49c6ae8a8d002f0df3b9.json

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

.changelog/4f4284e6e72a454eb2852e52cabf6e00.json

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

.changelog/d94853b20ccd4fcd851a12e1b7f1167b.json

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

.changelog/de9e3639661c4c8e870e6da95add8ab5.json

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

.changelog/e2faa0e795cd4d2087d96c7601afbcc0.json

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2022-07-22)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/account`: [v1.7.0](service/account/CHANGELOG.md#v170-2022-07-22)
8+
* **Feature**: This release enables customers to manage the primary contact information for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/API_Operations.html
9+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.50.0](service/ec2/CHANGELOG.md#v1500-2022-07-22)
10+
* **Feature**: Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
11+
* `github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor`: [v1.15.0](service/iotdeviceadvisor/CHANGELOG.md#v1150-2022-07-22)
12+
* **Feature**: Added new service feature (Early access only) - Long Duration Test, where customers can test the IoT device to observe how it behaves when the device is in operation for longer period.
13+
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.22.0](service/medialive/CHANGELOG.md#v1220-2022-07-22)
14+
* **Feature**: Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.
15+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.23.0](service/rds/CHANGELOG.md#v1230-2022-07-22)
16+
* **Feature**: This release adds the "ModifyActivityStream" API with support for audit policy state locking and unlocking.
17+
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.21.0](service/transcribe/CHANGELOG.md#v1210-2022-07-22)
18+
* **Feature**: Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary
19+
120
# Release (2022-07-21)
221

322
## Module Highlights

example/service/dynamodb/scanItems/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.7
77
github.com/aws/aws-sdk-go-v2/config v1.15.14
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.6
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.7
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9
1010
)
1111

feature/dynamodb/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.9.7 (2022-07-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.9.6 (2022-07-05)
26

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

feature/dynamodb/attributevalue/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.7
77
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9
8-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.9
8+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.10
99
github.com/aws/smithy-go v1.12.0
1010
github.com/google/go-cmp v0.5.8
1111
)

0 commit comments

Comments
 (0)