aws-partitions 1.1192.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +17 -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: df32529dd6c5c396203665fcefacbd7a4987c5431464e0860d7a5fb6838029c4
4
+ data.tar.gz: 7bb1e8a868d7767eb11c68ae1c7d3ea63db6c9a99bae72eb119627bafa55077f
5
5
  SHA512:
6
- metadata.gz: 3e4d876098250894b0bda3dde19c96ab9631cf4ec382d652a10fb250d881ec47ebbf92d6baed9cd37b19e816d15eb00de910c5fd7b736178efe0f85f502b60db
7
- data.tar.gz: 135fe7f37e5ff9a6e99ea673b208b873bf7b9500b722f69565f0dc1a81b9b259527463499226cc54b0db08987078a12ae6736a9e7696aa94fa4aa34bcba221ac
6
+ metadata.gz: 1d632a6c346742249dcc63f70c23d02d3ca72719057874bde35d4408dccf312a8b5028f9c898b56a52ee559c6c3e744289251196e6539232c0bcb0400efd2313
7
+ data.tar.gz: 20084f023fdda21635baf09565f534d425c849fb513540289d4e90b676681091fbae6f5ff336c27688c9e3a16f35f51edd733a19cf792d244477eadd81cb9ad2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.1193.0 (2025-12-11)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1192.0 (2025-12-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1192.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" : [ {
@@ -39959,6 +39960,12 @@
39959
39960
  "us-isof-south-1" : { }
39960
39961
  }
39961
39962
  },
39963
+ "rolesanywhere" : {
39964
+ "endpoints" : {
39965
+ "us-isof-east-1" : { },
39966
+ "us-isof-south-1" : { }
39967
+ }
39968
+ },
39962
39969
  "route53" : {
39963
39970
  "endpoints" : {
39964
39971
  "aws-iso-f-global" : {
@@ -40436,6 +40443,11 @@
40436
40443
  "eusc-de-east-1" : { }
40437
40444
  }
40438
40445
  },
40446
+ "guardduty" : {
40447
+ "endpoints" : {
40448
+ "eusc-de-east-1" : { }
40449
+ }
40450
+ },
40439
40451
  "health" : {
40440
40452
  "endpoints" : {
40441
40453
  "eusc-de-east-1" : {
@@ -40588,6 +40600,11 @@
40588
40600
  "eusc-de-east-1" : { }
40589
40601
  }
40590
40602
  },
40603
+ "securityhub" : {
40604
+ "endpoints" : {
40605
+ "eusc-de-east-1" : { }
40606
+ }
40607
+ },
40591
40608
  "servicediscovery" : {
40592
40609
  "endpoints" : {
40593
40610
  "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.1194.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services