Skip to content

Commit

Permalink
Release v1.43.21 (2022-03-18) (#4321)
Browse files Browse the repository at this point in the history
Release v1.43.21 (2022-03-18)
===

### Service Client Updates
* `service/glue`: Updates service API, documentation, and paginators
  * Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
  • Loading branch information
aws-sdk-go-automation authored Mar 18, 2022
1 parent 4b1994d commit 9c5944c
Show file tree
Hide file tree
Showing 8 changed files with 3,308 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.43.21 (2022-03-18)
===

### Service Client Updates
* `service/glue`: Updates service API, documentation, and paginators
* Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement

Release v1.43.20 (2022-03-16)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.20"
const SDKVersion = "1.43.21"
Loading

0 comments on commit 9c5944c

Please sign in to comment.