aws-sdk-cloudwatchevidently 1.46.0 → 1.47.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: 8c206e89d36f057ce358bc186ec6ca5665e81d78d5fe835c64a266a5e972457d
4
- data.tar.gz: 65fadfe23c666ac6f4e7bcb366d8cef08a5e1278bcc9904821d888d4e675405f
3
+ metadata.gz: 32dd4191e2a8b6d1ae49bd6dd9b86db831a9ab93e1eab37ddc66cbf63ea8e9b8
4
+ data.tar.gz: 34bddb6076ef7a4b054c77567f6cb411aa3460a11b9c089619169efd69975d85
5
5
  SHA512:
6
- metadata.gz: 4165ccf5b4cd955e837fc9ba9b7312d4045d14d51cd89724b7974357a7def9b35d0f6da397f53675fd0b5a7f8bef780ca3f3335a29f5d2967bf35fd9615e730c
7
- data.tar.gz: 7ab5c352f228a75069e5bc3483556ea51e9fc75138fc344d338c2deada43e7b5bcc06814676a6d2953544e4c16e17e160442c31e64a1b10910c81d0849776c12
6
+ metadata.gz: a4b8698875f99500f60843fd67d1d4ee70b9d0bb6b122b5f6aa1fc5f2652ab9e79ca3ea7a444b6ca17f7a73269083de4ec275ac276f30ea271db087a9310ea76
7
+ data.tar.gz: ced7858b557bd3894954835d0619af7961d1836081e7b193613e80320d1dc0b4dcf83b723c9cdc4aa487684b4a0be8467088c5e7a4ef1726308726242375f51c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.46.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -3232,7 +3232,7 @@ module Aws::CloudWatchEvidently
3232
3232
  tracer: tracer
3233
3233
  )
3234
3234
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3235
- context[:gem_version] = '1.46.0'
3235
+ context[:gem_version] = '1.47.0'
3236
3236
  Seahorse::Client::Request.new(handlers, context)
3237
3237
  end
3238
3238
 
@@ -13,22 +13,22 @@ module Aws::CloudWatchEvidently
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::CloudWatchEvidently
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevidently/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevidently/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.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-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services