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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac8659886eb87ece7e91df61d0ee482005eb89eb7838a2429bede7073d2fb2b3
4
- data.tar.gz: 6ef6c4c4f24aaf7a44a4cf041ad7bb0de23eebfad852f48eb349b74cfaa174af
3
+ metadata.gz: 19ee7e89319a855f9dd83955c98dd8b0f7dd27dce32e5a0287d33776653ef2d8
4
+ data.tar.gz: '0997411603387cf8626b15cfd99939fccb07735e0680a567bdad753969fd2224'
5
5
  SHA512:
6
- metadata.gz: 5290fba7bca4f24d0a27a2b82d98440e45c97b56f85108185309641997c8dc2a9ff3cf7b7be329db77612af71f79c9adffce5f087103a67d8712ce6bdadee5bd
7
- data.tar.gz: 579341a16f303f11ec94c36224519bed00bdb1ee3377ba1de86857e139e059d337a355df7f586dd8a5add99c8d7f2d1edd40b4be99da3a387cd5749987e33bb3
6
+ metadata.gz: 3a5e6d7036ed653c0223501e0d4d9873c7070200cb316f6add607be93b1a746ae7dfdaad9c94dbc77b4a32cf715d181cdc406643291427c0f99cbb3c113d2a5b
7
+ data.tar.gz: c3f5e06845aed442ab37feeaf7438acd8d0bfc2f7965987c06b4f08bfd2fe70b9b57e3a34b9456e29d48c53cfabe3c72be697670c1eb8b1a1b11c46b06ae2064
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2025-07-17)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for the Amazon Keyspaces Streams API.
8
+
4
9
  1.0.0 (2025-06-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
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 5
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
- # 10000, but the actual number returned might be less than the specified
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 1000.
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 1000.
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.0.0'
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 5
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 10000, but the actual number returned might be less than the
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 5 minutes after it is
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 1000.
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 1000.
563
+ # maximum value is 100.
564
564
  # @return [Integer]
565
565
  #
566
566
  # @!attribute [rw] next_token
@@ -54,7 +54,7 @@ module Aws::KeyspacesStreams
54
54
  autoload :EndpointProvider, 'aws-sdk-keyspacesstreams/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-keyspacesstreams/endpoints'
56
56
 
57
- GEM_VERSION = '1.0.0'
57
+ GEM_VERSION = '1.1.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-keyspacesstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services