aws-sdk-cloudwatch 1.123.0 → 1.124.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: b0a877bfd99443272bb87ed370f1b7aa6caf5581f5653985ebc7bc8a0d00c5e0
4
- data.tar.gz: e1eaa6fa786447f27e393a4e05cc44cede0dd4b992efef67391d3630a0ed67fe
3
+ metadata.gz: d4302032e44bdf5b0af512501a7b216d209c9c14a476f4ee0df7e5ca6f615167
4
+ data.tar.gz: da3dc980509120078edbe90a11ac886406decfe9a2ce8755850bbbf74b4420a1
5
5
  SHA512:
6
- metadata.gz: c6e4b3f467b77c4893c2062f833dcfa8e620bb9997272b5b450dc2413f65d13a1157dd36b3813460f3bec336f79ac7dae32c7e8ef35f1576a4f84c773d84ce4b
7
- data.tar.gz: ee69963d1bd43243fb7a38fc7813b49c082c91c979a89bbc757fe20f2fa50c3b4f52c6da8ee07e6989b86f481b9919f46862a900a912fcb5d21b56c0abd1be7d
6
+ metadata.gz: e800660660eb3e9bcf3788b0b105d86a366fd79ebc96fe7689cd70f4c359116d62dff87a5ea7c0a9e47d763d9038452026489667c81c49ae3b52e55d0dc02bb8
7
+ data.tar.gz: ea24318a9249ead3fb6964d55c02a457215452f438579606e69e76ad02aad2db99afa4c995c8a8d774b1c336f0220d21a8cdcc837504fda62b290b5831be6ec4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.123.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -4395,7 +4395,7 @@ module Aws::CloudWatch
4395
4395
  tracer: tracer
4396
4396
  )
4397
4397
  context[:gem_name] = 'aws-sdk-cloudwatch'
4398
- context[:gem_version] = '1.123.0'
4398
+ context[:gem_version] = '1.124.0'
4399
4399
  Seahorse::Client::Request.new(handlers, context)
4400
4400
  end
4401
4401
 
@@ -13,22 +13,22 @@ module Aws::CloudWatch
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
@@ -58,7 +58,7 @@ module Aws::CloudWatch
58
58
  autoload :CompositeAlarm, 'aws-sdk-cloudwatch/composite_alarm'
59
59
  autoload :Metric, 'aws-sdk-cloudwatch/metric'
60
60
 
61
- GEM_VERSION = '1.123.0'
61
+ GEM_VERSION = '1.124.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.123.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services