aws-sdk-kinesisanalytics 1.75.0 → 1.76.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: 78eaf8807a64f362f9e1c45d7d19044cf0f344b7fd95bff2d4126d2b82ebfd1f
4
- data.tar.gz: c6553c0e2301728126f3d1de4f3e6469354fcd2b8cda94aeb4071c444e37f251
3
+ metadata.gz: 9a3164f3d85a573eb14cf6f25528d164513e0d615b73f8af7960de8a9a87ed73
4
+ data.tar.gz: f4f6e140a7de123db161b0a9ab2a9fb9f46f7360b294b4f38c63d014e781fbaf
5
5
  SHA512:
6
- metadata.gz: 3150009a26ff2f23b0ca9ad80e4c45b18e7f771c8918d80416e3c3627ff50910b967c78a454ead63db1b0ff6436e87a7f0e76c1ec665471313b5674318f52964
7
- data.tar.gz: 11436f2597944157125ea02d2e9bd9d4306750b84da7cb563f2f83566d14254b1bed014a89a63e005b90dc2db26ddc18cec1c5c3f23155414e329239753a532c
6
+ metadata.gz: 5cad3ae90e5e6b0650a0d4fa2e02d1c5e9b0c997c9399cf6a327c35aa88dbe2e968801a803ca490feb18e9284545332647ba4ac6ad56710e4b0ee336926afb23
7
+ data.tar.gz: fe99838651ab11c16f4c1f68162015fd237dac010f251af2b9c13d096395a17b7d94920640204221f851fd7253ed383067ff3ba9cbed4ac58866ef5dcb7b2ab0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.75.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -2081,7 +2081,7 @@ module Aws::KinesisAnalytics
2081
2081
  tracer: tracer
2082
2082
  )
2083
2083
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
2084
- context[:gem_version] = '1.75.0'
2084
+ context[:gem_version] = '1.76.0'
2085
2085
  Seahorse::Client::Request.new(handlers, context)
2086
2086
  end
2087
2087
 
@@ -28,7 +28,7 @@ module Aws::KinesisAnalytics
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://kinesisanalytics-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::KinesisAnalytics
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisanalytics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisanalytics/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.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-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services