aws-sdk-kinesisanalyticsv2 1.82.0 → 1.83.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: c106b6e1a16f0d559266e3e7a8781e314c856f6ae11a53b5c524f4ff83d4791d
4
- data.tar.gz: 2332b415f8936a17ae1fd94897319d1eabd95bc621988cc9b163ba848b10ef13
3
+ metadata.gz: c564324ce81902a649530220737232803595c03e226a892e073dae001a8f695d
4
+ data.tar.gz: 1690d3f38bf775bdac5d20ff671c060789c7a445d525d69688868f9b21061be8
5
5
  SHA512:
6
- metadata.gz: 70f9bd9816841d22f137c64c5a95f10bc8d7229e5c8d9b29c2f4376076897d5789432cf5087efcbd3edd09b97377dffd5143a6c0b0b318159e6336394fee49b3
7
- data.tar.gz: adf93fcd6085c370aaf0bd713af21edd50e24a045852df51807c9895ea1f0b9a2d29697ffd23bd3fb74d4ac446d9ca6bcc166b016b86e7a6f630e253e90cce95
6
+ metadata.gz: 04f5d55f441b9ad76de0a2b9d2941f0d63dc2fa90b430df6fa48558b804c45c9190f35331951fe713efb345a18509c7b54bdba692831c96a668ea3b63b290199
7
+ data.tar.gz: 3efbd95ac09535bd7db3f7d9ebe7a6bfff12110f7e3568e72f1838bb15a2584d310f9f2bd2cc029a3788033250e72e7f03e230d605a0f1f0aef2eac16f663d4f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.82.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -3315,7 +3315,7 @@ module Aws::KinesisAnalyticsV2
3315
3315
  tracer: tracer
3316
3316
  )
3317
3317
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
3318
- context[:gem_version] = '1.82.0'
3318
+ context[:gem_version] = '1.83.0'
3319
3319
  Seahorse::Client::Request.new(handlers, context)
3320
3320
  end
3321
3321
 
@@ -13,22 +13,22 @@ module Aws::KinesisAnalyticsV2
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
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::KinesisAnalyticsV2
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisanalyticsv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisanalyticsv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.82.0'
57
+ GEM_VERSION = '1.83.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-kinesisanalyticsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services