Skip to content

Commit 299bd9d

Browse files
author
awstools
committed
docs(client-keyspacesstreams): Doc only update for the Amazon Keyspaces Streams API.
1 parent d0c6611 commit 299bd9d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

clients/client-keyspacesstreams/src/models/models_0.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export class AccessDeniedException extends __BaseException {
2828
*/
2929
export interface GetRecordsInput {
3030
/**
31-
* <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>
31+
* <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>
3232
* @public
3333
*/
3434
shardIterator: string | undefined;
3535

3636
/**
37-
* <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>
37+
* <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>
3838
* @public
3939
*/
4040
maxResults?: number | undefined;
@@ -226,7 +226,7 @@ export interface GetShardIteratorInput {
226226
*/
227227
export interface GetShardIteratorOutput {
228228
/**
229-
* <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>
229+
* <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>
230230
* @public
231231
*/
232232
shardIterator?: string | undefined;
@@ -274,7 +274,7 @@ export interface GetStreamInput {
274274
streamArn: string | undefined;
275275

276276
/**
277-
* <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>
277+
* <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>
278278
* @public
279279
*/
280280
maxResults?: number | undefined;
@@ -442,7 +442,7 @@ export interface ListStreamsInput {
442442
tableName?: string | undefined;
443443

444444
/**
445-
* <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>
445+
* <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>
446446
* @public
447447
*/
448448
maxResults?: number | undefined;

codegen/sdk-codegen/aws-models/keyspacesstreams.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
"shardIterator": {
6060
"target": "com.amazonaws.keyspacesstreams#ShardIterator",
6161
"traits": {
62-
"smithy.api#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>",
62+
"smithy.api#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>",
6363
"smithy.api#required": {}
6464
}
6565
},
6666
"maxResults": {
6767
"target": "smithy.api#Integer",
6868
"traits": {
69-
"smithy.api#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>",
69+
"smithy.api#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>",
7070
"smithy.api#range": {
7171
"min": 1,
7272
"max": 1000
@@ -168,7 +168,7 @@
168168
"shardIterator": {
169169
"target": "com.amazonaws.keyspacesstreams#ShardIterator",
170170
"traits": {
171-
"smithy.api#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>"
171+
"smithy.api#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>"
172172
}
173173
}
174174
},
@@ -224,7 +224,7 @@
224224
"maxResults": {
225225
"target": "smithy.api#Integer",
226226
"traits": {
227-
"smithy.api#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>",
227+
"smithy.api#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>",
228228
"smithy.api#range": {
229229
"min": 1,
230230
"max": 100
@@ -1074,7 +1074,7 @@
10741074
"maxResults": {
10751075
"target": "smithy.api#Integer",
10761076
"traits": {
1077-
"smithy.api#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>",
1077+
"smithy.api#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>",
10781078
"smithy.api#range": {
10791079
"min": 1,
10801080
"max": 100

0 commit comments

Comments
 (0)