aws-sdk-kinesis 1.100.0 → 1.101.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: 72db9d692d20af9d71740682f91d09c07b6923964d49efce8d19c4549df17795
4
- data.tar.gz: df0310a3cbc015719dbe4c4c9d44b7ca4ca83c33f24fe9fa2251f68fc8d6a7ef
3
+ metadata.gz: b6f24c3caa1be79a077a7a399c22535518d4961c4172ff7cfda3eac232763ecb
4
+ data.tar.gz: a66a8cab5f5673c61474571806fea8728d32282325f227741e1237c7e3ae6543
5
5
  SHA512:
6
- metadata.gz: 60e3ef06fabb62f4b5637378cbc9605b3cd2908bf2409f08025993fad21e0d95d77d56765eb816fa63f905e5c051b7cc1601a8283274be0d612bd0340cfe3384
7
- data.tar.gz: ce9b9f0a49625b2fb16cb1522533eafa75564fa0ae613571ba5378d203ec5f86cb8cd719c6a303f441dd119aaa1fa692cb6f2c9b6ae14f69a98337291ac6cafb
6
+ metadata.gz: 7613dbc2132a92cdae565d005264ed975f04c4dbecd276454473b1e3ea7f516f05bdd1ede61ffa20d9aed8aba40f1a0b2b0b2e6751c27c85636b393e5d44c4e0
7
+ data.tar.gz: b83cf8bc042a1f5759cfef4328c0fb2a80894e3064eded48e73180ba696e432974d3cbb0f56fba8e8c3e084d6a40f293595f9e1de2e9adf6147942628450e4d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.100.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -168,7 +168,7 @@ module Aws::Kinesis
168
168
  # the required types.
169
169
  #
170
170
  # @option options [Boolean] :correct_clock_skew (true)
171
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
171
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
172
172
  # a clock skew correction and retry requests with skewed client clocks.
173
173
  #
174
174
  # @option options [String] :defaults_mode ("legacy")
@@ -283,17 +283,15 @@ module Aws::Kinesis
283
283
  # @option options [String] :retry_mode ("legacy")
284
284
  # Specifies which retry algorithm to use. Values are:
285
285
  #
286
- # * `legacy` - The pre-existing retry behavior. This is default value if
287
- # no retry mode is provided.
286
+ # * `legacy` - The pre-existing retry behavior. This is the default
287
+ # value if no retry mode is provided.
288
288
  #
289
289
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
290
290
  # This includes support for retry quotas, which limit the number of
291
291
  # unsuccessful retries a client can make.
292
292
  #
293
- # * `adaptive` - An experimental retry mode that includes all the
294
- # functionality of `standard` mode along with automatic client side
295
- # throttling. This is a provisional mode that may change behavior
296
- # in the future.
293
+ # * `adaptive` - A retry mode that includes all the functionality of
294
+ # `standard` mode along with automatic client side throttling.
297
295
  #
298
296
  # @option options [String] :sdk_ua_app_id
299
297
  # A unique and opaque application ID that is appended to the
@@ -749,7 +747,7 @@ module Aws::Kinesis
749
747
  tracer: tracer
750
748
  )
751
749
  context[:gem_name] = 'aws-sdk-kinesis'
752
- context[:gem_version] = '1.100.0'
750
+ context[:gem_version] = '1.101.0'
753
751
  Seahorse::Client::Request.new(handlers, context)
754
752
  end
755
753
 
@@ -201,7 +201,7 @@ module Aws::Kinesis
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -334,17 +334,15 @@ module Aws::Kinesis
334
334
  # @option options [String] :retry_mode ("legacy")
335
335
  # Specifies which retry algorithm to use. Values are:
336
336
  #
337
- # * `legacy` - The pre-existing retry behavior. This is default value if
338
- # no retry mode is provided.
337
+ # * `legacy` - The pre-existing retry behavior. This is the default
338
+ # value if no retry mode is provided.
339
339
  #
340
340
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
341
341
  # This includes support for retry quotas, which limit the number of
342
342
  # unsuccessful retries a client can make.
343
343
  #
344
- # * `adaptive` - An experimental retry mode that includes all the
345
- # functionality of `standard` mode along with automatic client side
346
- # throttling. This is a provisional mode that may change behavior
347
- # in the future.
344
+ # * `adaptive` - A retry mode that includes all the functionality of
345
+ # `standard` mode along with automatic client side throttling.
348
346
  #
349
347
  # @option options [String] :sdk_ua_app_id
350
348
  # A unique and opaque application ID that is appended to the
@@ -3377,7 +3375,7 @@ module Aws::Kinesis
3377
3375
  tracer: tracer
3378
3376
  )
3379
3377
  context[:gem_name] = 'aws-sdk-kinesis'
3380
- context[:gem_version] = '1.100.0'
3378
+ context[:gem_version] = '1.101.0'
3381
3379
  Seahorse::Client::Request.new(handlers, context)
3382
3380
  end
3383
3381
 
@@ -73,7 +73,7 @@ module Aws::Kinesis
73
73
  autoload :AsyncClient, 'aws-sdk-kinesis/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-kinesis/event_streams'
75
75
 
76
- GEM_VERSION = '1.100.0'
76
+ GEM_VERSION = '1.101.0'
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement