Skip to content

Commit 0559b99

Browse files
author
AWS
committed
Amazon Keyspaces Streams Update: Doc only update for the Amazon Keyspaces Streams API.
1 parent dd4722b commit 0559b99

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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 Keyspaces Streams",
4+
"contributor": "",
5+
"description": "Doc only update for the Amazon Keyspaces Streams API."
6+
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@
108108
"members":{
109109
"shardIterator":{
110110
"shape":"ShardIterator",
111-
"documentation":"<p> The unique identifier of the shard iterator. A shard iterator specifies the position in the shard from which you want to start reading data records sequentially. You obtain this value by calling the <code>GetShardIterator</code> operation. Each shard iterator is valid for 5 minutes after creation. </p>"
111+
"documentation":"<p> The unique identifier of the shard iterator. A shard iterator specifies the position in the shard from which you want to start reading data records sequentially. You obtain this value by calling the <code>GetShardIterator</code> operation. Each shard iterator is valid for 15 minutes after creation. </p>"
112112
},
113113
"maxResults":{
114114
"shape":"GetRecordsInputMaxResultsInteger",
115-
"documentation":"<p> The maximum number of records to return in a single <code>GetRecords</code> request. Default value is 1000. You can specify a limit between 1 and 10000, but the actual number returned might be less than the specified maximum if the size of the data for the returned records exceeds the internal size limit. </p>"
115+
"documentation":"<p> The maximum number of records to return in a single <code>GetRecords</code> request. Default value is 1000. You can specify a limit between 1 and 1000, but the actual number returned might be less than the specified maximum if the size of the data for the returned records exceeds the internal size limit. </p>"
116116
}
117117
}
118118
},
@@ -166,7 +166,7 @@
166166
"members":{
167167
"shardIterator":{
168168
"shape":"ShardIterator",
169-
"documentation":"<p> The unique identifier for the shard iterator. This value is used in the <code>GetRecords</code> operation to retrieve data records from the specified shard. Each shard iterator expires 5 minutes after it is returned to the requester. </p>"
169+
"documentation":"<p> The unique identifier for the shard iterator. This value is used in the <code>GetRecords</code> operation to retrieve data records from the specified shard. Each shard iterator expires 15 minutes after it is returned to the requester. </p>"
170170
}
171171
}
172172
},
@@ -180,7 +180,7 @@
180180
},
181181
"maxResults":{
182182
"shape":"GetStreamInputMaxResultsInteger",
183-
"documentation":"<p> The maximum number of shard objects to return in a single <code>GetStream</code> request. Default value is 100. The minimum value is 1 and the maximum value is 1000. </p>"
183+
"documentation":"<p> The maximum number of shard objects to return in a single <code>GetStream</code> request. Default value is 100. The minimum value is 1 and the maximum value is 100. </p>"
184184
},
185185
"shardFilter":{
186186
"shape":"ShardFilter",
@@ -473,7 +473,7 @@
473473
},
474474
"maxResults":{
475475
"shape":"ListStreamsInputMaxResultsInteger",
476-
"documentation":"<p> The maximum number of streams to return in a single <code>ListStreams</code> request. Default value is 100. The minimum value is 1 and the maximum value is 1000. </p>"
476+
"documentation":"<p> The maximum number of streams to return in a single <code>ListStreams</code> request. Default value is 100. The minimum value is 1 and the maximum value is 100. </p>"
477477
},
478478
"nextToken":{
479479
"shape":"StreamArnToken",

0 commit comments

Comments
 (0)