Skip to content

Commit 76d8820

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-09-26
1 parent 8d20099 commit 76d8820

File tree

21 files changed

+53
-51
lines changed

21 files changed

+53
-51
lines changed

.changelog/0b534fae8e8844a4bed482bd1cc613d9.json

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

.changelog/2c0d6d15927a4ec3a3201216f8ad5933.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/650c97d6b9d049a7999af194864ec9f4.json

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

.changelog/7c9818d778fe4b3888d6c5dd62d70aad.json

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release (2022-09-26)
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/feature/dynamodb/attributevalue`: [v1.10.0](feature/dynamodb/attributevalue/CHANGELOG.md#v1100-2022-09-26)
8+
* **Feature**: Adds a String method to UnixTime, so that when structs with this field get logged it prints a human readable time.
9+
* `github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue`: [v1.10.0](feature/dynamodbstreams/attributevalue/CHANGELOG.md#v1100-2022-09-26)
10+
* **Feature**: Adds a String method to UnixTime, so that when structs with this field get logged it prints a human readable time.
11+
* `github.com/aws/aws-sdk-go-v2/service/costandusagereportservice`: [v1.14.0](service/costandusagereportservice/CHANGELOG.md#v1140-2022-09-26)
12+
* **Feature**: This release adds two new support regions(me-central-1/eu-south-2) for OSG.
13+
* `github.com/aws/aws-sdk-go-v2/service/iotfleetwise`: [v1.0.0](service/iotfleetwise/CHANGELOG.md#v100-2022-09-26)
14+
* **Release**: New AWS service client module
15+
* **Feature**: General availability (GA) for AWS IoT Fleetwise. It adds AWS IoT Fleetwise to AWS SDK. For more information, see https://docs.aws.amazon.com/iot-fleetwise/latest/APIReference/Welcome.html.
16+
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.30.0](service/ssm/CHANGELOG.md#v1300-2022-09-26)
17+
* **Feature**: This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows.
18+
119
# Release (2022-09-23)
220

321
## 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.16
77
github.com/aws/aws-sdk-go-v2/config v1.17.7
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.19
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.0
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
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.10.0 (2022-09-26)
2+
3+
* **Feature**: Adds a String method to UnixTime, so that when structs with this field get logged it prints a human readable time.
4+
15
# v1.9.19 (2022-09-20)
26

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

feature/dynamodb/attributevalue/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.

feature/dynamodb/expression/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)