Skip to content

Commit

Permalink
Release v1.44.35 (2022-06-15) (#4443)
Browse files Browse the repository at this point in the history
Release v1.44.35 (2022-06-15)
===

### Service Client Updates
* `service/finspace-data`: Updates service API and documentation
* `service/guardduty`: Updates service API and documentation
  * 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.
* `service/servicecatalog-appregistry`: Updates service API, documentation, and paginators
* `service/workspaces`: Updates service API and documentation
  * Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.
  • Loading branch information
aws-sdk-go-automation committed Jun 15, 2022
1 parent cd35fd4 commit 4cd19ee
Show file tree
Hide file tree
Showing 19 changed files with 3,845 additions and 282 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.35 (2022-06-15)
===

### Service Client Updates
* `service/finspace-data`: Updates service API and documentation
* `service/guardduty`: Updates service API and documentation
* 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.
* `service/servicecatalog-appregistry`: Updates service API, documentation, and paginators
* `service/workspaces`: Updates service API and documentation
* Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.

Release v1.44.34 (2022-06-14)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.34"
const SDKVersion = "1.44.35"

0 comments on commit 4cd19ee

Please sign in to comment.