aws-partitions 1.1221.0 → 1.1222.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: 2eb2f1a90d16aa745ab4fe815c49a11ec7424bafb6795d1204d98ea8e6b3e38f
4
- data.tar.gz: a681428d08c693c8cde22cd1f346c7dc9925ae8b8513c44c97458a9ca6cebbe7
3
+ metadata.gz: 2ccc563853ccdb914f7531fcf0cd42c228fdd554372bde36988da6038e94f2d3
4
+ data.tar.gz: 1c18ea3559e484a5a93db7bf138a49a1b1a0817d639f2cedb7bf23e1f745c502
5
5
  SHA512:
6
- metadata.gz: 4ce4b9cb064d88cc0b59e9613447d968e0e746fefcf9e4e035dd0bb385b6b95bdb872165d90c9788e1f4212703e07dd13784b3276b4d799a86fe2e8efd78fa4c
7
- data.tar.gz: 3dfa58476b885a0526688371cc0ef2abefd7fb50940705a2af35e131f9c7aa01d0eabdfe3e2ad0dc55e3bed900cf33750417e9743c327ded6267dee9fd3c1bdd
6
+ metadata.gz: ca7f322e342152dafddf914abbb6f8af6b7db4caab9c78661d7249c8ff6048f831b4c4fca684e9dfd41fbfd51272fce3810a396ae7966fcea8e301d8680b3bd6
7
+ data.tar.gz: 3f097d5232462057bed19fc8ba12665351a9d2f2ae0955364f740836791f029449792cac076f304c84b9f06b033c6568cb6fc2894e7043362c3e0cfa5be0b897
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1222.0 (2026-03-05)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ConnectHealth`.
8
+
4
9
  1.1221.0 (2026-03-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1221.0
1
+ 1.1222.0
@@ -349,6 +349,7 @@ module Aws
349
349
  'ConnectCampaignsV2' => 'connect-campaigns',
350
350
  'ConnectCases' => 'cases',
351
351
  'ConnectContactLens' => 'contact-lens',
352
+ 'ConnectHealth' => 'health-agent',
352
353
  'ConnectParticipant' => 'participant.connect',
353
354
  'ConnectWisdomService' => 'wisdom',
354
355
  'ControlCatalog' => 'controlcatalog',
data/partitions.json CHANGED
@@ -11171,6 +11171,7 @@
11171
11171
  "ap-southeast-3" : { },
11172
11172
  "ap-southeast-4" : { },
11173
11173
  "ap-southeast-5" : { },
11174
+ "ap-southeast-6" : { },
11174
11175
  "ap-southeast-7" : { },
11175
11176
  "ca-central-1" : {
11176
11177
  "variants" : [ {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1221.0
4
+ version: 1.1222.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services