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

-8
This file was deleted.

.changelog/4b830516756d49c6ae8a8d002f0df3b9.json

-8
This file was deleted.

.changelog/4f4284e6e72a454eb2852e52cabf6e00.json

-8
This file was deleted.

.changelog/d94853b20ccd4fcd851a12e1b7f1167b.json

-8
This file was deleted.

.changelog/de9e3639661c4c8e870e6da95add8ab5.json

-8
This file was deleted.

.changelog/e2faa0e795cd4d2087d96c7601afbcc0.json

-8
This file was deleted.

CHANGELOG.md

+19
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

+1-1
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

+4
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

+1-1
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
)

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

feature/dynamodb/expression/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.13 (2022-07-22)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.4.12 (2022-07-05)
26

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

feature/dynamodb/expression/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.7
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.6
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.7
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9
99
github.com/google/go-cmp v0.5.8
1010
)

feature/dynamodb/expression/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
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/dynamodbstreams/attributevalue/go.mod

+1-1
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
)

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/account/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2022-07-22)
2+
3+
* **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
4+
15
# v1.6.8 (2022-07-05)
26

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

service/account/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/dynamodbstreams/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.10 (2022-07-22)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.9 (2022-07-05)
26

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

service/dynamodbstreams/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.50.0 (2022-07-22)
2+
3+
* **Feature**: Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
4+
15
# v1.49.1 (2022-07-18)
26

37
* **Documentation**: Documentation updates for Amazon EC2.

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
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.2
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.0
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.49.1
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.50.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.8
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.11
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.17.6
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.8
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.9
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.16.2
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.22.1
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.23.0
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.0
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.5
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.21.3

service/iotdeviceadvisor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2022-07-22)
2+
3+
* **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.
4+
15
# v1.14.8 (2022-07-05)
26

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

service/iotdeviceadvisor/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/medialive/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2022-07-22)
2+
3+
* **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.
4+
15
# v1.21.1 (2022-07-05)
26

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

service/medialive/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/pi/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.10 (2022-07-22)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.9 (2022-07-05)
26

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

service/pi/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/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.0 (2022-07-22)
2+
3+
* **Feature**: This release adds the "ModifyActivityStream" API with support for audit policy state locking and unlocking.
4+
15
# v1.22.1 (2022-07-21)
26

37
* **Documentation**: Adds support for creating an RDS Proxy for an RDS for MariaDB database.

service/rds/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/transcribe/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2022-07-22)
2+
3+
* **Feature**: Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary
4+
15
# v1.20.3 (2022-07-05)
26

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

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