Skip to content

Commit

Permalink
AWS Glue Update: Added 9 new APIs for AWS Glue Interactive Sessions: …
Browse files Browse the repository at this point in the history
…ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement
  • Loading branch information
AWS committed Mar 18, 2022
1 parent 7121f4f commit 8c3f26b
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSGlue-ea02fd8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement"
}
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
"output_token": "NextToken",
"result_key": "Schemas"
},
"ListSessions": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken"
},
"ListTriggers": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
Loading

0 comments on commit 8c3f26b

Please sign in to comment.