|
40 | 40 | "GetRecordsInputMaxResultsInteger": {
|
41 | 41 | "base": null,
|
42 | 42 | "refs": {
|
43 |
| - "GetRecordsInput$maxResults": "<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>" |
| 43 | + "GetRecordsInput$maxResults": "<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>" |
44 | 44 | }
|
45 | 45 | },
|
46 | 46 | "GetRecordsOutput": {
|
|
66 | 66 | "GetStreamInputMaxResultsInteger": {
|
67 | 67 | "base": null,
|
68 | 68 | "refs": {
|
69 |
| - "GetStreamInput$maxResults": "<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>" |
| 69 | + "GetStreamInput$maxResults": "<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>" |
70 | 70 | }
|
71 | 71 | },
|
72 | 72 | "GetStreamOutput": {
|
|
167 | 167 | "ListStreamsInputMaxResultsInteger": {
|
168 | 168 | "base": null,
|
169 | 169 | "refs": {
|
170 |
| - "ListStreamsInput$maxResults": "<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>" |
| 170 | + "ListStreamsInput$maxResults": "<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>" |
171 | 171 | }
|
172 | 172 | },
|
173 | 173 | "ListStreamsOutput": {
|
|
262 | 262 | "ShardIterator": {
|
263 | 263 | "base": null,
|
264 | 264 | "refs": {
|
265 |
| - "GetRecordsInput$shardIterator": "<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>", |
| 265 | + "GetRecordsInput$shardIterator": "<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>", |
266 | 266 | "GetRecordsOutput$nextShardIterator": "<p> The next position in the shard from which to start sequentially reading data records. If null, the shard has been closed and the requested iterator doesn't return any more data. </p>",
|
267 |
| - "GetShardIteratorOutput$shardIterator": "<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>" |
| 267 | + "GetShardIteratorOutput$shardIterator": "<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>" |
268 | 268 | }
|
269 | 269 | },
|
270 | 270 | "ShardIteratorType": {
|
|
0 commit comments