Skip to content

Commit

Permalink
feat(client-emr-containers): This release increases the number of sup…
Browse files Browse the repository at this point in the history
…ported job template parameters from 20 to 100.
  • Loading branch information
awstools committed Mar 25, 2024
1 parent 98c8bf8 commit 4901f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/emr-containers.json
Expand Up @@ -4030,7 +4030,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 20
"max": 100
}
}
},
Expand Down Expand Up @@ -4062,7 +4062,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 20
"max": 100
}
}
},
Expand Down

0 comments on commit 4901f59

Please sign in to comment.