Skip to content

Commit

Permalink
Release 2023-03-13
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 13, 2023
1 parent b6f2b7c commit 2ea4bf8
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 49 deletions.
8 changes: 0 additions & 8 deletions .changelog/7f44fbe5ae7f498f80ce5c0eec642a7d.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release (2023-03-13)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appintegrations`: [v1.15.0](service/appintegrations/CHANGELOG.md#v1150-2023-03-13)
* **Feature**: Adds FileConfiguration to Amazon AppIntegrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.
* `github.com/aws/aws-sdk-go-v2/service/lakeformation`: [v1.20.2](service/lakeformation/CHANGELOG.md#v1202-2023-03-13)
* **Documentation**: This release updates the documentation regarding Get/Update DataCellsFilter
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.30.0](service/s3control/CHANGELOG.md#v1300-2023-03-13)
* **Feature**: Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.
* `github.com/aws/aws-sdk-go-v2/service/tnb`: [v1.1.0](service/tnb/CHANGELOG.md#v110-2023-03-13)
* **Feature**: This release adds tagging support to the following Network Instance APIs : Instantiate, Update, Terminate.
* `github.com/aws/aws-sdk-go-v2/service/wisdom`: [v1.13.0](service/wisdom/CHANGELOG.md#v1130-2023-03-13)
* **Feature**: This release extends Wisdom CreateKnowledgeBase API to support SharePoint connector type by removing the @required trait for objectField

# Release (2023-03-10)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.17.6
github.com/aws/aws-sdk-go-v2/config v1.18.16
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions service/appintegrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.0 (2023-03-13)

* **Feature**: Adds FileConfiguration to Amazon AppIntegrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.

# v1.14.5 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/appintegrations/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 @@ -65,9 +65,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.5
github.com/aws/aws-sdk-go-v2/service/route53 v1.27.4
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.5
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.1
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.0
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.6
github.com/aws/aws-sdk-go-v2/service/ses v1.15.4
Expand Down
4 changes: 4 additions & 0 deletions service/lakeformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.2 (2023-03-13)

* **Documentation**: This release updates the documentation regarding Get/Update DataCellsFilter

# v1.20.1 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lakeformation/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/route53resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.2 (2023-03-13)

* No change notes available for this release.

# v1.17.1 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/route53resolver/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/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2023-03-13)

* **Feature**: Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.

# v1.29.5 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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/tnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0 (2023-03-13)

* **Feature**: This release adds tagging support to the following Network Instance APIs : Instantiate, Update, Terminate.

# v1.0.2 (2023-03-10)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/tnb/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/wisdom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.0 (2023-03-13)

* **Feature**: This release extends Wisdom CreateKnowledgeBase API to support SharePoint connector type by removing the @required trait for objectField

# v1.12.5 (2023-03-10)

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

Please sign in to comment.