Skip to content

Commit

Permalink
Release 2022-08-18
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 18, 2022
1 parent 0c3106e commit 8c989d2
Show file tree
Hide file tree
Showing 32 changed files with 76 additions and 69 deletions.
8 changes: 0 additions & 8 deletions .changelog/3d28213bd3b7461684f8a4d9aff7fcac.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/572de1e90cda43128f24bd2e9175cd88.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/95b47ffe284043c8b82f292b4c4eaded.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/ae06c8f1749a428e9b95ba184aaf0484.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/c004f934212c4494adea1effef715b16.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f8a60b2548b047b4835337e2fff22525.json

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
# Release (2022-08-18)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines`: [v1.1.0](service/chimesdkmediapipelines/CHANGELOG.md#v110-2022-08-18)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.21.0](service/cloudwatch/CHANGELOG.md#v1210-2022-08-18)
* **Feature**: Add support for managed Contributor Insights Rules
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.18.4](service/cognitoidentityprovider/CHANGELOG.md#v1184-2022-08-18)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.16.0](service/dynamodb/CHANGELOG.md#v1160-2022-08-18)
* **Feature**: This release adds support for importing data from S3 into a new DynamoDB table
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.53.0](service/ec2/CHANGELOG.md#v1530-2022-08-18)
* **Feature**: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
* `github.com/aws/aws-sdk-go-v2/service/networkmanager`: [v1.15.0](service/networkmanager/CHANGELOG.md#v1150-2022-08-18)
* **Feature**: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model

# Release (2022-08-17)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.11
github.com/aws/aws-sdk-go-v2/config v1.17.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/scanItems/go.mod
Expand Up @@ -5,8 +5,8 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.11
github.com/aws/aws-sdk-go-v2/config v1.17.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.12 (2022-08-18)

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

# v1.9.11 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.14
github.com/aws/smithy-go v1.12.1
github.com/google/go-cmp v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodb/expression/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.4.18 (2022-08-18)

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

# v1.4.17 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodb/expression/go.mod
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.12
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
github.com/google/go-cmp v0.5.8
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.9.12 (2022-08-18)

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

# v1.9.11 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.14
github.com/aws/smithy-go v1.12.1
github.com/google/go-cmp v0.5.8
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/chimesdkmediapipelines/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.1.0 (2022-08-18)

* **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.

# v1.0.9 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkmediapipelines/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/cloudwatch/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.21.0 (2022-08-18)

* **Feature**: Add support for managed Contributor Insights Rules

# v1.20.1 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudwatch/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/cognitoidentityprovider/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.4 (2022-08-18)

* **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.

# v1.18.3 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cognitoidentityprovider/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/dynamodb/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-08-18)

* **Feature**: This release adds support for importing data from S3 into a new DynamoDB table

# v1.15.13 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.53.0 (2022-08-18)

* **Feature**: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs

# v1.52.1 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.16.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.5
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.12
Expand Down
8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Expand Up @@ -16,22 +16,22 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.13
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.12
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.8
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.20.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.12
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.12
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.12
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.12
github.com/aws/aws-sdk-go-v2/service/codestar v1.11.12
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.18.3
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.18.4
github.com/aws/aws-sdk-go-v2/service/configservice v1.24.3
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.12
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.6
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.12
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.12
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.6
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
github.com/aws/aws-sdk-go-v2/service/ec2 v1.52.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.53.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.12
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.15
github.com/aws/aws-sdk-go-v2/service/efs v1.17.10
Expand Down
4 changes: 4 additions & 0 deletions service/networkmanager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.15.0 (2022-08-18)

* **Feature**: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model

# v1.14.4 (2022-08-11)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/networkmanager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c989d2

Please sign in to comment.