Skip to content

Commit 2ea4bf8

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-03-13
1 parent b6f2b7c commit 2ea4bf8

20 files changed

+47
-49
lines changed

.changelog/7f44fbe5ae7f498f80ce5c0eec642a7d.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/b463332bb6c9404280d01bde6652aed3.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/cb76dacc6f434df780819fa3447ab8a6.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/cc575d907c664771a36b40e4108f8889.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/e3add287454e470aa52caad729fe9442.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2023-03-13)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/appintegrations`: [v1.15.0](service/appintegrations/CHANGELOG.md#v1150-2023-03-13)
5+
* **Feature**: Adds FileConfiguration to Amazon AppIntegrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.
6+
* `github.com/aws/aws-sdk-go-v2/service/lakeformation`: [v1.20.2](service/lakeformation/CHANGELOG.md#v1202-2023-03-13)
7+
* **Documentation**: This release updates the documentation regarding Get/Update DataCellsFilter
8+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.30.0](service/s3control/CHANGELOG.md#v1300-2023-03-13)
9+
* **Feature**: Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.
10+
* `github.com/aws/aws-sdk-go-v2/service/tnb`: [v1.1.0](service/tnb/CHANGELOG.md#v110-2023-03-13)
11+
* **Feature**: This release adds tagging support to the following Network Instance APIs : Instantiate, Update, Terminate.
12+
* `github.com/aws/aws-sdk-go-v2/service/wisdom`: [v1.13.0](service/wisdom/CHANGELOG.md#v1130-2023-03-13)
13+
* **Feature**: This release extends Wisdom CreateKnowledgeBase API to support SharePoint connector type by removing the @required trait for objectField
14+
115
# Release (2023-03-10)
216

317
## General Highlights

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.17.6
77
github.com/aws/aws-sdk-go-v2/config v1.18.16
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.5
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
1010
)
1111

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

service/appintegrations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2023-03-13)
2+
3+
* **Feature**: Adds FileConfiguration to Amazon AppIntegrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.
4+
15
# v1.14.5 (2023-03-10)
26

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

service/appintegrations/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ require (
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.5
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.27.4
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.5
68-
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.1
68+
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.2
6969
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6
70-
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.5
70+
github.com/aws/aws-sdk-go-v2/service/s3control v1.30.0
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.0
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.6
7373
github.com/aws/aws-sdk-go-v2/service/ses v1.15.4

0 commit comments

Comments
 (0)