Skip to content

Commit f38a5c1

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent dfc4c76 commit f38a5c1

File tree

3 files changed

+95
-82
lines changed

3 files changed

+95
-82
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
5+
46
2.11.287 (2019-06-04)
57
------------------
68

aws-sdk-core/apis/glue/2017-03-31/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3587,7 +3587,8 @@
35873587
"type":"structure",
35883588
"members":{
35893589
"Name":{"shape":"GenericString"},
3590-
"ScriptLocation":{"shape":"ScriptLocationString"}
3590+
"ScriptLocation":{"shape":"ScriptLocationString"},
3591+
"PythonVersion":{"shape":"PythonVersionString"}
35913592
}
35923593
},
35933594
"JobList":{
@@ -4081,6 +4082,10 @@
40814082
}
40824083
},
40834084
"PythonScript":{"type":"string"},
4085+
"PythonVersionString":{
4086+
"type":"string",
4087+
"pattern":"^[2-3]$"
4088+
},
40844089
"ResetJobBookmarkRequest":{
40854090
"type":"structure",
40864091
"required":["JobName"],

0 commit comments

Comments
 (0)