aws-sdk-kinesis 1.74.0 → 1.75.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: 1a93a84b75abdbcb78f1639556356df4eb1677e3dccae9a9ccef8f182c1a3b3c
4
- data.tar.gz: 1cd515b989ec927132a8a7dd3bb8c045c7d7735be993da032c883f36550b4f34
3
+ metadata.gz: e47f99b7c1a82ff480d8895ef50f00b9dd4f7c1e70faddac633bdf382277e49d
4
+ data.tar.gz: f3dd3cf9b7baadfeab3f38bf407d57c703a0e36c85d0ab02a75e95f54fe7e732
5
5
  SHA512:
6
- metadata.gz: 1e7d8a9a6d44ca11fe10016c25a64571af9c9b59fe6b3d77a5a383f3850ac3779af1cdd8d08c595f45f13e07bac2db35be1d60e1f704c406bfd541295fc9abbc
7
- data.tar.gz: 6bd312483c337ec4a9f910238604a5dc3945f9bcc1196eda218aef432a1e3eb636c8a95488f3fd68628d17d6c3a845ecd70d294bca13606cc995ec887171dde6
6
+ metadata.gz: 92203b5e1794626856f568dffa0c1e380efc125e0696e0a09969d4908d853fbd57fc3aa3364ae37047a1a8c05479b8352a53742a240ec0337eafe0c2c8a8f5d0
7
+ data.tar.gz: 920e9e1dc694f04e12b77d1fda35df2df3d18462af02daf46909143560e33d08d3f47d7647238ddd8162727e2c9a9f0163190a4e392468ed48645ab6a39a5a1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-03-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.74.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -351,10 +351,10 @@ module Aws::Kinesis
351
351
  # @option options [Integer] :connection_timeout (60)
352
352
  # Connection timeout in seconds, defaults to 60 sec.
353
353
  #
354
- # @option options [Boolean] :enable_alpn (false)
355
- # Set to `true` to enable ALPN in HTTP2 over TLS. Requires Openssl version >= 1.0.2.
356
- # Defaults to false. Note: not all service HTTP2 operations supports ALPN on server
357
- # side, please refer to service documentation.
354
+ # @option options [Boolean] :enable_alpn (true)
355
+ # Set to `false` to disable ALPN in HTTP2 over TLS. ALPN requires Openssl version >= 1.0.2.
356
+ # Note: RFC7540 requires HTTP2 to use ALPN over TLS but some
357
+ # services may not fully support ALPN and require setting this to `false`.
358
358
  #
359
359
  # @option options [Boolean] :http_wire_trace (false)
360
360
  # When `true`, HTTP2 debug output will be sent to the `:logger`.
@@ -713,7 +713,7 @@ module Aws::Kinesis
713
713
  tracer: tracer
714
714
  )
715
715
  context[:gem_name] = 'aws-sdk-kinesis'
716
- context[:gem_version] = '1.74.0'
716
+ context[:gem_version] = '1.75.0'
717
717
  Seahorse::Client::Request.new(handlers, context)
718
718
  end
719
719
 
@@ -2877,7 +2877,7 @@ module Aws::Kinesis
2877
2877
  tracer: tracer
2878
2878
  )
2879
2879
  context[:gem_name] = 'aws-sdk-kinesis'
2880
- context[:gem_version] = '1.74.0'
2880
+ context[:gem_version] = '1.75.0'
2881
2881
  Seahorse::Client::Request.new(handlers, context)
2882
2882
  end
2883
2883
 
@@ -57,7 +57,7 @@ module Aws::Kinesis
57
57
  autoload :AsyncClient, 'aws-sdk-kinesis/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-kinesis/event_streams'
59
59
 
60
- GEM_VERSION = '1.74.0'
60
+ GEM_VERSION = '1.75.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core