Skip to content

Commit 0ae6f3a

Browse files
author
AWS
committed
Amazon Kinesis Video Streams Update: Increasing NextToken parameter length restriction for List APIs from 512 to 1024.
1 parent 9bdbfaa commit 0ae6f3a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Kinesis Video Streams",
4+
"contributor": "",
5+
"description": "Increasing NextToken parameter length restriction for List APIs from 512 to 1024."
6+
}

services/kinesisvideo/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@
16301630
},
16311631
"NextToken":{
16321632
"type":"string",
1633-
"max":512,
1633+
"max":1024,
16341634
"min":0,
16351635
"pattern":"[a-zA-Z0-9+/=]*"
16361636
},

0 commit comments

Comments
 (0)