Skip to content

Commit

Permalink
Release 2022-04-06
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 6, 2022
1 parent ddae41b commit 889e1da
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 40 deletions.
8 changes: 0 additions & 8 deletions .changelog/130d6e04d39f49d5ba2553875c1e947d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4411aa09ba274826bd161649cef2ed7c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7a886d0da9f042658c53220493472bc8.json

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release (2022-04-06)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.21.0](service/configservice/CHANGELOG.md#v1210-2022-04-06)
* **Feature**: Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository
* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.24.0](service/kendra/CHANGELOG.md#v1240-2022-04-06)
* **Feature**: Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.22.0](service/lambda/CHANGELOG.md#v1220-2022-04-06)
* **Feature**: This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
* `github.com/aws/aws-sdk-go-v2/service/panorama`: [v1.7.0](service/panorama/CHANGELOG.md#v170-2022-04-06)
* **Feature**: Added Brand field to device listings.

# Release (2022-04-05)

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

* **Feature**: Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository

# v1.20.1 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/configservice/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 @@ -23,7 +23,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.3
github.com/aws/aws-sdk-go-v2/service/codestar v1.11.3
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.15.3
github.com/aws/aws-sdk-go-v2/service/configservice v1.20.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.21.0
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.3
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.18.3
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.3
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/iot v1.24.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.3
github.com/aws/aws-sdk-go-v2/service/kms v1.16.3
github.com/aws/aws-sdk-go-v2/service/lambda v1.21.1
github.com/aws/aws-sdk-go-v2/service/lambda v1.22.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.18.3
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.3
github.com/aws/aws-sdk-go-v2/service/neptune v1.16.3
Expand Down
4 changes: 4 additions & 0 deletions service/iotsitewise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.4 (2022-04-06)

* No change notes available for this release.

# v1.20.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/iotsitewise/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/kendra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2022-04-06)

* **Feature**: Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html

# v1.23.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/kendra/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/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.0 (2022-04-06)

* **Feature**: This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.

# v1.21.1 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lambda/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/panorama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.0 (2022-04-06)

* **Feature**: Added Brand field to device listings.

# v1.6.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/panorama/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/ram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.5 (2022-04-06)

* No change notes available for this release.

# v1.16.4 (2022-03-30)

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

Please sign in to comment.