Skip to content

Commit 4cd19ee

Browse files
Release v1.44.35 (2022-06-15) (#4443)
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.
1 parent cd35fd4 commit 4cd19ee

File tree

19 files changed

+3845
-282
lines changed

19 files changed

+3845
-282
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.44.35 (2022-06-15)
2+
===
3+
4+
### Service Client Updates
5+
* `service/finspace-data`: Updates service API and documentation
6+
* `service/guardduty`: Updates service API and documentation
7+
* 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+
* `service/servicecatalog-appregistry`: Updates service API, documentation, and paginators
9+
* `service/workspaces`: Updates service API and documentation
10+
* Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.
11+
112
Release v1.44.34 (2022-06-14)
213
===
314

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.34"
8+
const SDKVersion = "1.44.35"

0 commit comments

Comments
 (0)