Skip to content

Commit 3ab9cb3

Browse files
Doc only update for the Amazon Keyspaces Streams API.
1 parent 9328383 commit 3ab9cb3

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

generator/ServiceModels/keyspacesstreams/keyspacesstreams-2024-09-09.docs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"GetRecordsInputMaxResultsInteger": {
4141
"base": null,
4242
"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>"
4444
}
4545
},
4646
"GetRecordsOutput": {
@@ -66,7 +66,7 @@
6666
"GetStreamInputMaxResultsInteger": {
6767
"base": null,
6868
"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>"
7070
}
7171
},
7272
"GetStreamOutput": {
@@ -167,7 +167,7 @@
167167
"ListStreamsInputMaxResultsInteger": {
168168
"base": null,
169169
"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>"
171171
}
172172
},
173173
"ListStreamsOutput": {
@@ -262,9 +262,9 @@
262262
"ShardIterator": {
263263
"base": null,
264264
"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>",
266266
"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>"
268268
}
269269
},
270270
"ShardIteratorType": {

generator/ServiceModels/keyspacesstreams/keyspacesstreams-2024-09-09.normal.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",

sdk/src/Services/KeyspacesStreams/Generated/Model/GetRecordsRequest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public partial class GetRecordsRequest : AmazonKeyspacesStreamsRequest
4646
/// Gets and sets the property MaxResults.
4747
/// <para>
4848
/// The maximum number of records to return in a single <c>GetRecords</c> request. Default
49-
/// value is 1000. You can specify a limit between 1 and 10000, but the actual number
50-
/// returned might be less than the specified maximum if the size of the data for the
51-
/// returned records exceeds the internal size limit.
49+
/// value is 1000. You can specify a limit between 1 and 1000, but the actual number returned
50+
/// might be less than the specified maximum if the size of the data for the returned
51+
/// records exceeds the internal size limit.
5252
/// </para>
5353
/// </summary>
5454
[AWSProperty(Min=1, Max=1000)]
@@ -70,7 +70,7 @@ internal bool IsSetMaxResults()
7070
/// The unique identifier of the shard iterator. A shard iterator specifies the position
7171
/// in the shard from which you want to start reading data records sequentially. You obtain
7272
/// this value by calling the <c>GetShardIterator</c> operation. Each shard iterator is
73-
/// valid for 5 minutes after creation.
73+
/// valid for 15 minutes after creation.
7474
/// </para>
7575
/// </summary>
7676
[AWSProperty(Required=true, Min=1, Max=4096)]

sdk/src/Services/KeyspacesStreams/Generated/Model/GetShardIteratorResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public partial class GetShardIteratorResponse : AmazonWebServiceResponse
4141
/// <para>
4242
/// The unique identifier for the shard iterator. This value is used in the <c>GetRecords</c>
4343
/// operation to retrieve data records from the specified shard. Each shard iterator expires
44-
/// 5 minutes after it is returned to the requester.
44+
/// 15 minutes after it is returned to the requester.
4545
/// </para>
4646
/// </summary>
4747
[AWSProperty(Min=1, Max=4096)]

sdk/src/Services/KeyspacesStreams/Generated/Model/GetStreamRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public partial class GetStreamRequest : AmazonKeyspacesStreamsRequest
4848
/// Gets and sets the property MaxResults.
4949
/// <para>
5050
/// The maximum number of shard objects to return in a single <c>GetStream</c> request.
51-
/// Default value is 100. The minimum value is 1 and the maximum value is 1000.
51+
/// Default value is 100. The minimum value is 1 and the maximum value is 100.
5252
/// </para>
5353
/// </summary>
5454
[AWSProperty(Min=1, Max=100)]

sdk/src/Services/KeyspacesStreams/Generated/Model/ListStreamsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ internal bool IsSetKeyspaceName()
6868
/// Gets and sets the property MaxResults.
6969
/// <para>
7070
/// The maximum number of streams to return in a single <c>ListStreams</c> request. Default
71-
/// value is 100. The minimum value is 1 and the maximum value is 1000.
71+
/// value is 100. The minimum value is 1 and the maximum value is 100.
7272
/// </para>
7373
/// </summary>
7474
[AWSProperty(Min=1, Max=100)]

0 commit comments

Comments
 (0)