Skip to content

Commit c4c3714

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-06-15
1 parent c1816d1 commit c4c3714

File tree

14 files changed

+33
-37
lines changed

14 files changed

+33
-37
lines changed

.changelog/5be92db7bc7d4de2a2916a226bc620e8.json

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

.changelog/82dd0dcdad944857ad7259b075ead66d.json

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

.changelog/851324adb925497a942e0c12cdd53d4b.json

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

.changelog/a121b85e792f437c9d971d95cb153d82.json

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2022-06-15)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/finspacedata`: [v1.11.0](service/finspacedata/CHANGELOG.md#v1110-2022-06-15)
5+
* **Feature**: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.
6+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.14.0](service/guardduty/CHANGELOG.md#v1140-2022-06-15)
7+
* **Feature**: Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts.
8+
* `github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry`: [v1.13.0](service/servicecatalogappregistry/CHANGELOG.md#v1130-2022-06-15)
9+
* **Feature**: This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute.
10+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.19.0](service/workspaces/CHANGELOG.md#v1190-2022-06-15)
11+
* **Feature**: Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.
12+
113
# Release (2022-06-14)
214

315
## Module Highlights

service/finspacedata/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2022-06-15)
2+
3+
* **Feature**: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.
4+
15
# v1.10.7 (2022-06-07)
26

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

service/finspacedata/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/guardduty/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.0 (2022-06-15)
2+
3+
* **Feature**: Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts.
4+
15
# v1.13.7 (2022-06-07)
26

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

service/guardduty/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
github.com/aws/aws-sdk-go-v2/service/waf v1.11.6
8686
github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.7
8787
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.20.2
88-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.18.4
88+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.19.0
8989
github.com/aws/smithy-go v1.11.3
9090
github.com/google/go-cmp v0.5.8
9191
)

0 commit comments

Comments
 (0)