aws-sdk-keyspacesstreams 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-keyspacesstreams/client.rb +5 -5
- data/lib/aws-sdk-keyspacesstreams/types.rb +6 -6
- data/lib/aws-sdk-keyspacesstreams.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19ee7e89319a855f9dd83955c98dd8b0f7dd27dce32e5a0287d33776653ef2d8
|
4
|
+
data.tar.gz: '0997411603387cf8626b15cfd99939fccb07735e0680a567bdad753969fd2224'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a5e6d7036ed653c0223501e0d4d9873c7070200cb316f6add607be93b1a746ae7dfdaad9c94dbc77b4a32cf715d181cdc406643291427c0f99cbb3c113d2a5b
|
7
|
+
data.tar.gz: c3f5e06845aed442ab37feeaf7438acd8d0bfc2f7965987c06b4f08bfd2fe70b9b57e3a34b9456e29d48c53cfabe3c72be697670c1eb8b1a1b11c46b06ae2064
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|
@@ -487,13 +487,13 @@ module Aws::KeyspacesStreams
|
|
487
487
|
# The unique identifier of the shard iterator. A shard iterator
|
488
488
|
# specifies the position in the shard from which you want to start
|
489
489
|
# reading data records sequentially. You obtain this value by calling
|
490
|
-
# the `GetShardIterator` operation. Each shard iterator is valid for
|
490
|
+
# the `GetShardIterator` operation. Each shard iterator is valid for 15
|
491
491
|
# minutes after creation.
|
492
492
|
#
|
493
493
|
# @option params [Integer] :max_results
|
494
494
|
# The maximum number of records to return in a single `GetRecords`
|
495
495
|
# request. Default value is 1000. You can specify a limit between 1 and
|
496
|
-
#
|
496
|
+
# 1000, but the actual number returned might be less than the specified
|
497
497
|
# maximum if the size of the data for the returned records exceeds the
|
498
498
|
# internal size limit.
|
499
499
|
#
|
@@ -839,7 +839,7 @@ module Aws::KeyspacesStreams
|
|
839
839
|
# @option params [Integer] :max_results
|
840
840
|
# The maximum number of shard objects to return in a single `GetStream`
|
841
841
|
# request. Default value is 100. The minimum value is 1 and the maximum
|
842
|
-
# value is
|
842
|
+
# value is 100.
|
843
843
|
#
|
844
844
|
# @option params [Types::ShardFilter] :shard_filter
|
845
845
|
# Optional filter criteria to apply when retrieving shards. You can
|
@@ -922,7 +922,7 @@ module Aws::KeyspacesStreams
|
|
922
922
|
# @option params [Integer] :max_results
|
923
923
|
# The maximum number of streams to return in a single `ListStreams`
|
924
924
|
# request. Default value is 100. The minimum value is 1 and the maximum
|
925
|
-
# value is
|
925
|
+
# value is 100.
|
926
926
|
#
|
927
927
|
# @option params [String] :next_token
|
928
928
|
# An optional pagination token provided by a previous `ListStreams`
|
@@ -981,7 +981,7 @@ module Aws::KeyspacesStreams
|
|
981
981
|
tracer: tracer
|
982
982
|
)
|
983
983
|
context[:gem_name] = 'aws-sdk-keyspacesstreams'
|
984
|
-
context[:gem_version] = '1.
|
984
|
+
context[:gem_version] = '1.1.0'
|
985
985
|
Seahorse::Client::Request.new(handlers, context)
|
986
986
|
end
|
987
987
|
|
@@ -34,14 +34,14 @@ module Aws::KeyspacesStreams
|
|
34
34
|
# The unique identifier of the shard iterator. A shard iterator
|
35
35
|
# specifies the position in the shard from which you want to start
|
36
36
|
# reading data records sequentially. You obtain this value by calling
|
37
|
-
# the `GetShardIterator` operation. Each shard iterator is valid for
|
38
|
-
# minutes after creation.
|
37
|
+
# the `GetShardIterator` operation. Each shard iterator is valid for
|
38
|
+
# 15 minutes after creation.
|
39
39
|
# @return [String]
|
40
40
|
#
|
41
41
|
# @!attribute [rw] max_results
|
42
42
|
# The maximum number of records to return in a single `GetRecords`
|
43
43
|
# request. Default value is 1000. You can specify a limit between 1
|
44
|
-
# and
|
44
|
+
# and 1000, but the actual number returned might be less than the
|
45
45
|
# specified maximum if the size of the data for the returned records
|
46
46
|
# exceeds the internal size limit.
|
47
47
|
# @return [Integer]
|
@@ -128,7 +128,7 @@ module Aws::KeyspacesStreams
|
|
128
128
|
# @!attribute [rw] shard_iterator
|
129
129
|
# The unique identifier for the shard iterator. This value is used in
|
130
130
|
# the `GetRecords` operation to retrieve data records from the
|
131
|
-
# specified shard. Each shard iterator expires
|
131
|
+
# specified shard. Each shard iterator expires 15 minutes after it is
|
132
132
|
# returned to the requester.
|
133
133
|
# @return [String]
|
134
134
|
#
|
@@ -149,7 +149,7 @@ module Aws::KeyspacesStreams
|
|
149
149
|
# @!attribute [rw] max_results
|
150
150
|
# The maximum number of shard objects to return in a single
|
151
151
|
# `GetStream` request. Default value is 100. The minimum value is 1
|
152
|
-
# and the maximum value is
|
152
|
+
# and the maximum value is 100.
|
153
153
|
# @return [Integer]
|
154
154
|
#
|
155
155
|
# @!attribute [rw] shard_filter
|
@@ -560,7 +560,7 @@ module Aws::KeyspacesStreams
|
|
560
560
|
# @!attribute [rw] max_results
|
561
561
|
# The maximum number of streams to return in a single `ListStreams`
|
562
562
|
# request. Default value is 100. The minimum value is 1 and the
|
563
|
-
# maximum value is
|
563
|
+
# maximum value is 100.
|
564
564
|
# @return [Integer]
|
565
565
|
#
|
566
566
|
# @!attribute [rw] next_token
|