aws-partitions 1.1192.0 → 1.1193.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 +11 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 260d74ae3a0760107652db6cd2e916375ad4d263e6004acd4d4de5e2d9737075
4
- data.tar.gz: 1b9dd4a59a2902fcbdf4cc82a08a8a3d82ffc217b8cf8f7b7656833a628c81ac
3
+ metadata.gz: e4d9a5dd175ac26558eef734dd55cce4688cebbcb862cba0ae1a88f50a9b46bf
4
+ data.tar.gz: bc7cd0ececd26fa73907f692519bdfee0565eb9cf8598e1c3cebdce79c52cd2c
5
5
  SHA512:
6
- metadata.gz: 3e4d876098250894b0bda3dde19c96ab9631cf4ec382d652a10fb250d881ec47ebbf92d6baed9cd37b19e816d15eb00de910c5fd7b736178efe0f85f502b60db
7
- data.tar.gz: 135fe7f37e5ff9a6e99ea673b208b873bf7b9500b722f69565f0dc1a81b9b259527463499226cc54b0db08987078a12ae6736a9e7696aa94fa4aa34bcba221ac
6
+ metadata.gz: 21ef37ceb3fde125b0f32e3c06b4dea7d65924c642e43594151bd495b8fcf9cec35b47606694e98ac5676ccd5311757d4cdbf4ca47556f31037e6a53efa23253
7
+ data.tar.gz: c37c54b249a604bc73a8f21f8fb27d1e1ae7ab0ea1f822a30e58fcba1b2e467d7f0c9da4cb9374f28c2b3280e77a2d824391d8362c399bcfc12976aa4ce319da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1193.0 (2025-12-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1192.0 (2025-12-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1192.0
1
+ 1.1193.0
data/partitions.json CHANGED
@@ -39959,6 +39959,12 @@
39959
39959
  "us-isof-south-1" : { }
39960
39960
  }
39961
39961
  },
39962
+ "rolesanywhere" : {
39963
+ "endpoints" : {
39964
+ "us-isof-east-1" : { },
39965
+ "us-isof-south-1" : { }
39966
+ }
39967
+ },
39962
39968
  "route53" : {
39963
39969
  "endpoints" : {
39964
39970
  "aws-iso-f-global" : {
@@ -40588,6 +40594,11 @@
40588
40594
  "eusc-de-east-1" : { }
40589
40595
  }
40590
40596
  },
40597
+ "securityhub" : {
40598
+ "endpoints" : {
40599
+ "eusc-de-east-1" : { }
40600
+ }
40601
+ },
40591
40602
  "servicediscovery" : {
40592
40603
  "endpoints" : {
40593
40604
  "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.1192.0
4
+ version: 1.1193.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services