aws-sdk-health 1.95.0 → 1.96.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: 72d6fae0328a21a499de39ed7505ecf1b43406861c715e2f3d883a9a586f3528
4
- data.tar.gz: 29a5575a7cbd55a70a3624b6d388c7bfd85a1986a92a315531ee6d3b0ae372ba
3
+ metadata.gz: 7947e0e31ba27b7f91fb9b8804eea04b002196dc3e1ef1838f9ccade59545e93
4
+ data.tar.gz: 6d342076c981bd62862741b5ef05b5f10244a1e7eb92d92f5fa4d691fab8c2bb
5
5
  SHA512:
6
- metadata.gz: bc658664bb5a95fd41f7e30a6050aa76bca2d1b573d7cdb2544ecd63315d1d373900d284c9cbc7791b6cdb9c8626c3588ce3176e94ae271dc1bbad8105a7b45c
7
- data.tar.gz: 4d8dbea6b74285d07226b21beaf2892a017024f089d42acb1bdbc1fa5e52e07999c275e743bbcdcbbe9f28a72bf5e98bc0c084c4c31c7fa7c79ccb3441797f46
6
+ metadata.gz: 28a25b6a1e1f2bef473ef97ad8c0741dc237b6dc50b240eada6a12102088653d510ae0e4c524ec6c01952570506ae06f6bc04ab4de874ea67dc22812c4410c1b
7
+ data.tar.gz: 3df3cd512f4b87598aee84d408bc6aa16eccfb42e26739fc18ecd77484f7ecab3c26fc5cc3f899084ab311c0571b2932bacd00bb9998db6ded0cc9cf8649ae6a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2026-02-27)
5
+ ------------------
6
+
7
+ * Feature - Updates the regex for validating availabilityZone strings used in the describe events filters.
8
+
4
9
  1.95.0 (2026-01-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -1576,7 +1576,7 @@ module Aws::Health
1576
1576
  tracer: tracer
1577
1577
  )
1578
1578
  context[:gem_name] = 'aws-sdk-health'
1579
- context[:gem_version] = '1.95.0'
1579
+ context[:gem_version] = '1.96.0'
1580
1580
  Seahorse::Client::Request.new(handlers, context)
1581
1581
  end
1582
1582
 
@@ -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.95.0'
57
+ GEM_VERSION = '1.96.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.95.0
4
+ version: 1.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services