Skip to content

Commit

Permalink
feat(client-kinesis-video): Increasing NextToken parameter length res…
Browse files Browse the repository at this point in the history
…triction for List APIs from 512 to 1024.
  • Loading branch information
awstools committed Feb 22, 2024
1 parent 96fb359 commit 6368fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/kinesis-video.json
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
"max": 1024
},
"smithy.api#pattern": "^[a-zA-Z0-9+/=]*$"
}
Expand Down

0 comments on commit 6368fad

Please sign in to comment.