Skip to content

Commit 2baf73b

Browse files
author
awstools
committed
feat(client-glue): Add support for Python 3.9 AWS Glue Python Shell jobs
1 parent fcb4ba1 commit 2baf73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/sdk-codegen/aws-models/glue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20202,7 +20202,7 @@
2020220202
"com.amazonaws.glue#PythonVersionString": {
2020320203
"type": "string",
2020420204
"traits": {
20205-
"smithy.api#pattern": "^[2-3]$"
20205+
"smithy.api#pattern": "^([2-3]|3[.]9)$"
2020620206
}
2020720207
},
2020820208
"com.amazonaws.glue#QuerySchemaVersionMetadata": {

0 commit comments

Comments
 (0)