aws-sdk-kinesis 1.89.0 → 1.90.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: 23065c6c22fcefb2407c125f4cc7fe0528c9704fd9f41551857161b988ebf460
4
- data.tar.gz: 28448df4fd9e94a626104f292b759fc17e7f390c14d7b8d56d1750bab4b891ad
3
+ metadata.gz: a6736085f516ca2510d94734bac5c542f0df5de503df98f8fe48484d9e3d9ebd
4
+ data.tar.gz: d7ca22b1bd87600d8194c9f3f356ab567995abe145494773a5d4c1d7e45b3c1f
5
5
  SHA512:
6
- metadata.gz: b33cf9ce3de2a2221092afd1987911267b6380710d76eb65540e34c7b1f635fae0a845d33b6cccfa465e0d0210545ac8a7ecb01518238cf2523b707a67a7bda7
7
- data.tar.gz: 714523030befffbdcedb7e166c21780c59e3ac98f71a86d67b970a65cd46c7248939b72ff3adae33761de656ff895df07a23c2633b8cd3e4d9edbb9652a716dc
6
+ metadata.gz: b0d5d077174ecee435925a7f8a79cb0ca0636442302af64fdb122b9ff7005e56bed32cc5b51555373aa62901c547a5fa0942b1ab67ec8d400c4ab0e5a523a83d
7
+ data.tar.gz: 6e31b996883744ea63af66267f26cc7ad879ac1dca7d59625bd73b4bd9c534e7993b39f94e44d9e8aea8042fb17fc6fd99c05c5f90b53f4252753f599f06e920
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.89.0 (2025-10-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -745,7 +745,7 @@ module Aws::Kinesis
745
745
  tracer: tracer
746
746
  )
747
747
  context[:gem_name] = 'aws-sdk-kinesis'
748
- context[:gem_version] = '1.89.0'
748
+ context[:gem_version] = '1.90.0'
749
749
  Seahorse::Client::Request.new(handlers, context)
750
750
  end
751
751
 
@@ -3049,7 +3049,7 @@ module Aws::Kinesis
3049
3049
  tracer: tracer
3050
3050
  )
3051
3051
  context[:gem_name] = 'aws-sdk-kinesis'
3052
- context[:gem_version] = '1.89.0'
3052
+ context[:gem_version] = '1.90.0'
3053
3053
  Seahorse::Client::Request.new(handlers, context)
3054
3054
  end
3055
3055
 
@@ -13,42 +13,42 @@ module Aws::Kinesis
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  # @!attribute stream_arn
34
34
  # The ARN of the Kinesis stream
35
35
  #
36
- # @return [String]
36
+ # @return [string]
37
37
  #
38
38
  # @!attribute operation_type
39
39
  # Internal parameter to distinguish between Control/Data plane API and accordingly generate control/data plane endpoint
40
40
  #
41
- # @return [String]
41
+ # @return [string]
42
42
  #
43
43
  # @!attribute consumer_arn
44
44
  # The ARN of the Kinesis consumer
45
45
  #
46
- # @return [String]
46
+ # @return [string]
47
47
  #
48
48
  # @!attribute resource_arn
49
49
  # The ARN of the Kinesis resource
50
50
  #
51
- # @return [String]
51
+ # @return [string]
52
52
  #
53
53
  EndpointParameters = Struct.new(
54
54
  :region,
@@ -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.89.0'
60
+ GEM_VERSION = '1.90.0'
61
61
 
62
62
  end
63
63
 
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.89.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services