aws-sdk-cloudwatchevents 1.97.0 → 1.98.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: b04279fb6110223840daab594a317842f1e00a0296748f154e466d80782ee526
4
- data.tar.gz: 1416a7b70b6ae9527b586f477db8c66733e117812814d2f6e37c229de888fb1f
3
+ metadata.gz: b5c0f395a5aa6961a4bb0948f8d1cd3abffedce2f6bc66f2f9a3fc172c022b9a
4
+ data.tar.gz: 8852bed236ec35596ffc53809d32fab9afa58a0bf8a63d01398d3d9c93ce1f7e
5
5
  SHA512:
6
- metadata.gz: 430eb54d36d63a4731631d433d4bf21e548300b6d4f6aebe655aff8b56eb0603a7ed5e531fce61cfe90ebb633cfcb4d354f195e08369463b2dc4a5facb0a7497
7
- data.tar.gz: 23939681fddb9c1288174e86f5f3c0cb16fb09c9d97540220a26c387d3b6f4f97e933c6e53327d4acbb88e825a510e53edfdd0e1ddcab76ae85c7d63d74cdb3e
6
+ metadata.gz: 97eb641518423906434ff745e8a59b156a68bc3031da3a33059f2174b21dab8f839419e1efe2d618c6bb9d7791d621f72ecd2177fe1294002b1c04ee316c91f0
7
+ data.tar.gz: f9798085a63225ed5e64049219b3286dc4283d52115f6359d65ac421d49e74d9666da4c5fe80aa6c5fdebd62166063059d42c51e542acfa0bb6319e505016e5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.97.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.98.0
@@ -3464,7 +3464,7 @@ module Aws::CloudWatchEvents
3464
3464
  tracer: tracer
3465
3465
  )
3466
3466
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3467
- context[:gem_version] = '1.97.0'
3467
+ context[:gem_version] = '1.98.0'
3468
3468
  Seahorse::Client::Request.new(handlers, context)
3469
3469
  end
3470
3470
 
@@ -13,22 +13,22 @@ module Aws::CloudWatchEvents
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::CloudWatchEvents
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevents/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevents/endpoints'
56
56
 
57
- GEM_VERSION = '1.97.0'
57
+ GEM_VERSION = '1.98.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-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.98.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services