Skip to content

Commit 8c989d2

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-08-18
1 parent 0c3106e commit 8c989d2

32 files changed

+76
-69
lines changed

.changelog/3d28213bd3b7461684f8a4d9aff7fcac.json

-8
This file was deleted.

.changelog/572de1e90cda43128f24bd2e9175cd88.json

-8
This file was deleted.

.changelog/95b47ffe284043c8b82f292b4c4eaded.json

-8
This file was deleted.

.changelog/ae06c8f1749a428e9b95ba184aaf0484.json

-8
This file was deleted.

.changelog/c004f934212c4494adea1effef715b16.json

-8
This file was deleted.

.changelog/f8a60b2548b047b4835337e2fff22525.json

-8
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2022-08-18)
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/chimesdkmediapipelines`: [v1.1.0](service/chimesdkmediapipelines/CHANGELOG.md#v110-2022-08-18)
8+
* **Feature**: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
9+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.21.0](service/cloudwatch/CHANGELOG.md#v1210-2022-08-18)
10+
* **Feature**: Add support for managed Contributor Insights Rules
11+
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.18.4](service/cognitoidentityprovider/CHANGELOG.md#v1184-2022-08-18)
12+
* **Documentation**: This change is being made simply to fix the public documentation based on the models. We have included the PasswordChange and ResendCode events, along with the Pass, Fail and InProgress status. We have removed the Success and Failure status which are never returned by our APIs.
13+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.16.0](service/dynamodb/CHANGELOG.md#v1160-2022-08-18)
14+
* **Feature**: This release adds support for importing data from S3 into a new DynamoDB table
15+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.53.0](service/ec2/CHANGELOG.md#v1530-2022-08-18)
16+
* **Feature**: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
17+
* `github.com/aws/aws-sdk-go-v2/service/networkmanager`: [v1.15.0](service/networkmanager/CHANGELOG.md#v1150-2022-08-18)
18+
* **Feature**: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model
19+
120
# Release (2022-08-17)
221

322
## Module Highlights

example/service/dynamodb/createTable/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.11
77
github.com/aws/aws-sdk-go-v2/config v1.17.1
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
99
)
1010

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

example/service/dynamodb/scanItems/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.11
77
github.com/aws/aws-sdk-go-v2/config v1.17.1
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.11
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.12
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
1010
)
1111

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

feature/dynamodb/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.9.12 (2022-08-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.9.11 (2022-08-11)
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
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.11
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.14
99
github.com/aws/smithy-go v1.12.1
1010
github.com/google/go-cmp v0.5.8

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.18 (2022-08-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.4.17 (2022-08-11)
26

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

feature/dynamodb/expression/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.11
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.11
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.12
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
99
github.com/google/go-cmp v0.5.8
1010
)
1111

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.12 (2022-08-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.9.11 (2022-08-11)
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
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.11
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.14
99
github.com/aws/smithy-go v1.12.1
1010
github.com/google/go-cmp v0.5.8

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.1.0 (2022-08-18)
2+
3+
* **Feature**: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
4+
15
# v1.0.9 (2022-08-11)
26

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

service/chimesdkmediapipelines/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/cloudwatch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2022-08-18)
2+
3+
* **Feature**: Add support for managed Contributor Insights Rules
4+
15
# v1.20.1 (2022-08-11)
26

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

service/cloudwatch/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/cognitoidentityprovider/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.4 (2022-08-18)
2+
3+
* **Documentation**: This change is being made simply to fix the public documentation based on the models. We have included the PasswordChange and ResendCode events, along with the Pass, Fail and InProgress status. We have removed the Success and Failure status which are never returned by our APIs.
4+
15
# v1.18.3 (2022-08-11)
26

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

service/cognitoidentityprovider/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/dynamodb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2022-08-18)
2+
3+
* **Feature**: This release adds support for importing data from S3 into a new DynamoDB table
4+
15
# v1.15.13 (2022-08-11)
26

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

service/dynamodb/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.53.0 (2022-08-18)
2+
3+
* **Feature**: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
4+
15
# v1.52.1 (2022-08-11)
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/benchmark/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 v1.44.28
77
github.com/aws/aws-sdk-go-v2 v1.16.11
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.12
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.5
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.12

service/internal/integrationtest/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ require (
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.13
1717
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.12
1818
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.8
19-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.20.1
19+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.0
2020
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.12
2121
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.12
2222
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.12
2323
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.12
2424
github.com/aws/aws-sdk-go-v2/service/codestar v1.11.12
25-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.18.3
25+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.18.4
2626
github.com/aws/aws-sdk-go-v2/service/configservice v1.24.3
2727
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.12
2828
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.6
2929
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.12
3030
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.12
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.6
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.4
33-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.52.1
33+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.53.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.12
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.15
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.17.10

service/networkmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2022-08-18)
2+
3+
* **Feature**: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model
4+
15
# v1.14.4 (2022-08-11)
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.

0 commit comments

Comments
 (0)