Skip to content

Commit 6368fad

Browse files
author
awstools
committed
feat(client-kinesis-video): Increasing NextToken parameter length restriction for List APIs from 512 to 1024.
1 parent 96fb359 commit 6368fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/sdk-codegen/aws-models/kinesis-video.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@
33943394
"traits": {
33953395
"smithy.api#length": {
33963396
"min": 0,
3397-
"max": 512
3397+
"max": 1024
33983398
},
33993399
"smithy.api#pattern": "^[a-zA-Z0-9+/=]*$"
34003400
}

0 commit comments

Comments
 (0)