aws-partitions 1.1137.0 → 1.1138.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 +12 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54c58888bbafe56513404f94f3331c9dcada6fed22d28ac90749b75f08f4969c
4
- data.tar.gz: a836b58936ad3b3d27e62ee4990b5f5b1db6d99e00ff90a55c9c4e8b458af872
3
+ metadata.gz: 3e0e7c9f80715aac33858e75d92d49aa37bfab402dbcc8765c1ca7c5abed39df
4
+ data.tar.gz: 171cbcb8ff7cf06a875e39fa3fe050754ddc90582352f0935ea948c2e3b556af
5
5
  SHA512:
6
- metadata.gz: 0e40178ee1f87b537d5464a0d43232c678c00fc72868c4656ecd39c02f3be6a11ea8cb6688e15e79f71cf2f3b8127ac763eb4bed116fe537f75ab809bcef4a88
7
- data.tar.gz: a8518b82839731816acf8eb31d37dd934e17863afe683b94a92a82b8aa200bd21b5352c500066abb1c2d9f492e099498017db3e88c2f8de0eb9b59a51945daef
6
+ metadata.gz: 5561ffe9a5280980726e0100b90164f7ec6d524e53a8e35d463385e6f877caa5aa3389921eab20f876bfec6b700b20e48b36d28bcbbcaf6f307d12c0c32bab7f
7
+ data.tar.gz: 11ad9baeff5eb5a2195f35df523f17e526d6399fa5d53f0eb3b2a0b2f5fe0fc3e97d0f01fbc00ca4440de88aaf2d960974df39c2e7f5018e63a6c4318490044c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1138.0 (2025-07-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1137.0 (2025-07-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1137.0
1
+ 1.1138.0
data/partitions.json CHANGED
@@ -17437,6 +17437,7 @@
17437
17437
  "endpoints" : {
17438
17438
  "af-south-1" : { },
17439
17439
  "ap-east-1" : { },
17440
+ "ap-east-2" : { },
17440
17441
  "ap-northeast-1" : { },
17441
17442
  "ap-northeast-2" : { },
17442
17443
  "ap-northeast-3" : { },
@@ -37625,6 +37626,12 @@
37625
37626
  "us-iso-west-1" : { }
37626
37627
  }
37627
37628
  },
37629
+ "servicequotas" : {
37630
+ "endpoints" : {
37631
+ "us-iso-east-1" : { },
37632
+ "us-iso-west-1" : { }
37633
+ }
37634
+ },
37628
37635
  "snowball" : {
37629
37636
  "endpoints" : {
37630
37637
  "us-iso-east-1" : { },
@@ -38573,6 +38580,11 @@
38573
38580
  "us-isob-east-1" : { }
38574
38581
  }
38575
38582
  },
38583
+ "servicequotas" : {
38584
+ "endpoints" : {
38585
+ "us-isob-east-1" : { }
38586
+ }
38587
+ },
38576
38588
  "snowball" : {
38577
38589
  "endpoints" : {
38578
38590
  "us-isob-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.1137.0
4
+ version: 1.1138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services