aws-sdk-health 1.87.0 → 1.88.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: d36b192599381c904d17f277728cefce30a548e909fe557cc9e536b4e6f034e8
4
- data.tar.gz: f0fd1e0c2d842dc4510e75c5c8479cb82a003729ab452da19d84d21670d30614
3
+ metadata.gz: d00d7736b500a5bc3f90fe56f57f01c7ed81d77de1eb9251d3fcdd8a7eb3d020
4
+ data.tar.gz: 708d5e604c139df6ae9ed12a2cc17abf2eed37358d666659dc74cb693bd12a52
5
5
  SHA512:
6
- metadata.gz: 6d53d9c756199e8684dde611faa527ac15a854cae107c7a528f44f00f24c2115f3361ef6956d8605809cd907733cf3c6e975455de9471a67415076a6800c19e6
7
- data.tar.gz: 03c96afa11e5e225cd7fb29631aa182a5bcabf8c0150b420dc197df7d849b1d0b8d403f428322cccab239115974a8f61b53e712dcce8a4d6f58d32b6290fa189
6
+ metadata.gz: 75e946cd4f9d900745331260effdd4020252729d04e54c5ee2c9c257e37da7033637a8a4ee6a053519f8b772add55dd02c433b15e1cf3946e7d419da90fcdb5e
7
+ data.tar.gz: 3c03254dcbdd147c7a04f7bbdf66f93998368ef9bda43fc7a7d55c4b82d20f1ff941f610e2706128783f42fa16ba16bda2200e8a76e3914552a24eed62b2d9a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2025-10-31)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.87.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -1553,7 +1553,7 @@ module Aws::Health
1553
1553
  tracer: tracer
1554
1554
  )
1555
1555
  context[:gem_name] = 'aws-sdk-health'
1556
- context[:gem_version] = '1.87.0'
1556
+ context[:gem_version] = '1.88.0'
1557
1557
  Seahorse::Client::Request.new(handlers, context)
1558
1558
  end
1559
1559
 
@@ -13,22 +13,22 @@ module Aws::Health
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::Health
54
54
  autoload :EndpointProvider, 'aws-sdk-health/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-health/endpoints'
56
56
 
57
- GEM_VERSION = '1.87.0'
57
+ GEM_VERSION = '1.88.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-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services