Skip to content

Commit

Permalink
Release 2022-08-03
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 3, 2022
1 parent 3680704 commit e31eba9
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changelog/278e586b8f134e9da30409ae4708e47b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4bbd9851c6f24780abcf439b29057323.json

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release (2022-08-03)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.18.0](service/cognitoidentityprovider/CHANGELOG.md#v1180-2022-08-03)
* **Feature**: Add a new exception type, ForbiddenException, that is returned when request is not allowed
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.22.0](service/wafv2/CHANGELOG.md#v1220-2022-08-03)
* **Feature**: You can now associate an AWS WAF web ACL with an Amazon Cognito user pool.

# Release (2022-08-02)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cognitoidentityprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-08-03)

* **Feature**: Add a new exception type, ForbiddenException, that is returned when request is not allowed

# v1.17.4 (2022-08-01)

* **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: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.9
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.9
github.com/aws/aws-sdk-go-v2/service/codestar v1.11.9
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.4
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.18.0
github.com/aws/aws-sdk-go-v2/service/configservice v1.23.1
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.9
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.2
Expand Down Expand Up @@ -84,7 +84,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.11
github.com/aws/aws-sdk-go-v2/service/waf v1.11.9
github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.10
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.21.1
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.0
github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.0
github.com/aws/smithy-go v1.12.0
github.com/google/go-cmp v0.5.8
Expand Down
4 changes: 4 additions & 0 deletions service/wafv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.0 (2022-08-03)

* **Feature**: You can now associate an AWS WAF web ACL with an Amazon Cognito user pool.

# v1.21.1 (2022-08-01)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/wafv2/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 e31eba9

Please sign in to comment.