Skip to content

Commit 14a89bc

Browse files
author
awstools
committedJan 21, 2025
feat(client-emr-serverless): Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
1 parent 7bf529c commit 14a89bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎codegen/sdk-codegen/aws-models/emr-serverless.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@
16461646
"traits": {
16471647
"smithy.api#length": {
16481648
"min": 1,
1649-
"max": 256
1649+
"max": 4096
16501650
},
16511651
"smithy.api#pattern": ".*\\S.*",
16521652
"smithy.api#sensitive": {}

0 commit comments

Comments
 (0)
Please sign in to comment.