Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Mar 18, 2022
1 parent eb03128 commit 62e0113
Show file tree
Hide file tree
Showing 10 changed files with 2,254 additions and 15 deletions.
453 changes: 449 additions & 4 deletions apis/glue/2017-03-31/api-2.json

Large diffs are not rendered by default.

292 changes: 286 additions & 6 deletions apis/glue/2017-03-31/docs-2.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/glue/2017-03-31/paginators-1.json
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
5 changes: 5 additions & 0 deletions gems/aws-sdk-glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.108.0 (2022-03-18)
------------------

* Feature - Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement

1.107.0 (2022-02-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-glue/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.107.0
1.108.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-glue/lib/aws-sdk-glue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::Glue

GEM_VERSION = '1.107.0'
GEM_VERSION = '1.108.0'

end
Loading

0 comments on commit 62e0113

Please sign in to comment.