aws-partitions 1.1193.0 → 1.1194.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4d9a5dd175ac26558eef734dd55cce4688cebbcb862cba0ae1a88f50a9b46bf
4
- data.tar.gz: bc7cd0ececd26fa73907f692519bdfee0565eb9cf8598e1c3cebdce79c52cd2c
3
+ metadata.gz: df32529dd6c5c396203665fcefacbd7a4987c5431464e0860d7a5fb6838029c4
4
+ data.tar.gz: 7bb1e8a868d7767eb11c68ae1c7d3ea63db6c9a99bae72eb119627bafa55077f
5
5
  SHA512:
6
- metadata.gz: 21ef37ceb3fde125b0f32e3c06b4dea7d65924c642e43594151bd495b8fcf9cec35b47606694e98ac5676ccd5311757d4cdbf4ca47556f31037e6a53efa23253
7
- data.tar.gz: c37c54b249a604bc73a8f21f8fb27d1e1ae7ab0ea1f822a30e58fcba1b2e467d7f0c9da4cb9374f28c2b3280e77a2d824391d8362c399bcfc12976aa4ce319da
6
+ metadata.gz: 1d632a6c346742249dcc63f70c23d02d3ca72719057874bde35d4408dccf312a8b5028f9c898b56a52ee559c6c3e744289251196e6539232c0bcb0400efd2313
7
+ data.tar.gz: 20084f023fdda21635baf09565f534d425c849fb513540289d4e90b676681091fbae6f5ff336c27688c9e3a16f35f51edd733a19cf792d244477eadd81cb9ad2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1194.0 (2025-12-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1193.0 (2025-12-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1193.0
1
+ 1.1194.0
data/partitions.json CHANGED
@@ -14324,6 +14324,7 @@
14324
14324
  "ap-southeast-3" : { },
14325
14325
  "ap-southeast-4" : { },
14326
14326
  "ap-southeast-5" : { },
14327
+ "ap-southeast-6" : { },
14327
14328
  "ap-southeast-7" : { },
14328
14329
  "ca-central-1" : {
14329
14330
  "variants" : [ {
@@ -40442,6 +40443,11 @@
40442
40443
  "eusc-de-east-1" : { }
40443
40444
  }
40444
40445
  },
40446
+ "guardduty" : {
40447
+ "endpoints" : {
40448
+ "eusc-de-east-1" : { }
40449
+ }
40450
+ },
40445
40451
  "health" : {
40446
40452
  "endpoints" : {
40447
40453
  "eusc-de-east-1" : {
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.1193.0
4
+ version: 1.1194.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services