aws-sdk-cloudwatchlogs 1.128.0 → 1.129.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: 4e2b52ffb6f7003142598236fe48c98627eb05e34083a9d1c920955d0fd4f510
4
- data.tar.gz: 1ba0cd12bc52666f338ba814dc5bacc0f6e8117a478bccd52a17c67d36c9b90a
3
+ metadata.gz: f1a04e4091a31adeacec853ee6526bb0c15e275a852e1c925d1c2895f8b7ef4c
4
+ data.tar.gz: b836e126e00a462df37cd4c02356ddee36f21c1a2a1d952af3d0da09f6311891
5
5
  SHA512:
6
- metadata.gz: aef39d975934a1154879c092b02012d2f03f6c9b3482b69f5d13859ba53b16676c6f5ede834ce20e6f41dd058c815989adb2a101066c0d943d4e9057cf9a6512
7
- data.tar.gz: 76bdf23ac67f5ef22399692de28991ac702bbb436e1ddae83ebada58d0e4b760664ca35dd389b889b29c08ba62ed33992b2d8fa436df186267383fceb86dbfce
6
+ metadata.gz: 8c8428418aae6f51cb673325a4e6a166743e8c25b4b3c6b5f0b31c76e03ce0b425738b02706a78b67e15c2595edcc7af17d6c6ae9943e1178b5ff15d6aa6d9e1
7
+ data.tar.gz: aac4847d622f7df651b4acf6bafefb10f67041e2c4509c80f430e7161dd842150b12e3a0fa456c8264baf02a24b365f058d49ac18b4def47c1ede91e34dfed5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.128.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.129.0
@@ -7609,7 +7609,7 @@ module Aws::CloudWatchLogs
7609
7609
  tracer: tracer
7610
7610
  )
7611
7611
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
7612
- context[:gem_version] = '1.128.0'
7612
+ context[:gem_version] = '1.129.0'
7613
7613
  Seahorse::Client::Request.new(handlers, context)
7614
7614
  end
7615
7615
 
@@ -13,22 +13,22 @@ module Aws::CloudWatchLogs
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,
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.128.0'
58
+ GEM_VERSION = '1.129.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.128.0
4
+ version: 1.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services