aws-sdk-health 1.100.0 → 1.101.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: 232af75f04a70a541b772b69c26f376ac52d1826b0b4893afc08a885de39cd45
4
- data.tar.gz: e1941d707afd13110d963e7e62387d29ca8f81f22c06faa6b23fa521d919df8c
3
+ metadata.gz: f30b3719c4ef0b779280a44876603309f38ecc8ba5115e7d70f53baf97e3b892
4
+ data.tar.gz: 4995ea95c4b628da2a3392ef32a55dff356fc0fb88bd5ddaf9cf3e7a87fcf227
5
5
  SHA512:
6
- metadata.gz: b756e5a97c03a8463c839d2dff0162b8b4d7175ac26a8149618fcbc2440fd576ff66f80a0253c428280d767f25d644dfa6892e2e70ec9775bc915592b2a56570
7
- data.tar.gz: 0a329720cdf51a45cfe5444006535298590e2f007c53186fc3b9ac1b4b7c4a0644b6282b9a003ece8bb32ced42eabcbc10fc1bc33064e9a6114f467a8848ae32
6
+ metadata.gz: d1e3c09eb79603d1b789482a7993ef7b6716b70302de9b42a7c035c90f1b20b0ab40380bab67a89f011b9f589176fa11f65a2668d6a6b3f5fcf421a8845f7af9
7
+ data.tar.gz: cf9bb565b9bb555adcac57de46c80b4448f10ab3c8b13ba8980c50dd0ae37a18ab34e7d8a334dff580858a29438a9c6c242ffe8828460d6614b15040b77c3a72
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2026-06-01)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.100.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -1574,7 +1574,7 @@ module Aws::Health
1574
1574
  tracer: tracer
1575
1575
  )
1576
1576
  context[:gem_name] = 'aws-sdk-health'
1577
- context[:gem_version] = '1.100.0'
1577
+ context[:gem_version] = '1.101.0'
1578
1578
  Seahorse::Client::Request.new(handlers, context)
1579
1579
  end
1580
1580
 
@@ -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.100.0'
57
+ GEM_VERSION = '1.101.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.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services