aws-partitions 1.1135.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +14 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e7725180b91b26017d38f164d87c8cb524764927ac472ea569015015f859d1e
4
- data.tar.gz: 2f4a2adde3111f4f4130325d973e14505fcd5fee2229d35cff6d6d2b7feab9e9
3
+ metadata.gz: 3e0e7c9f80715aac33858e75d92d49aa37bfab402dbcc8765c1ca7c5abed39df
4
+ data.tar.gz: 171cbcb8ff7cf06a875e39fa3fe050754ddc90582352f0935ea948c2e3b556af
5
5
  SHA512:
6
- metadata.gz: cdfeae7e94e8b22606dbfbed0789fd0238dc4729140af3ce07fac0607f38461bb808e42a29cfa17a4caf5bb816c258c6468a761d5e9bf723465df679528357c1
7
- data.tar.gz: 857f1cfe62ac61b9cf57a0d5c817cc2e57ea4c233abcc78bd524a2f9377a9fc9d7a91fa9fb013ad1468d568006b996f75e10a8b9878501ac505f837a8c171da0
6
+ metadata.gz: 5561ffe9a5280980726e0100b90164f7ec6d524e53a8e35d463385e6f877caa5aa3389921eab20f876bfec6b700b20e48b36d28bcbbcaf6f307d12c0c32bab7f
7
+ data.tar.gz: 11ad9baeff5eb5a2195f35df523f17e526d6399fa5d53f0eb3b2a0b2f5fe0fc3e97d0f01fbc00ca4440de88aaf2d960974df39c2e7f5018e63a6c4318490044c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.1137.0 (2025-07-29)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1136.0 (2025-07-28)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1135.0 (2025-07-24)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1135.0
1
+ 1.1138.0
data/partitions.json CHANGED
@@ -4079,6 +4079,7 @@
4079
4079
  "sa-east-1" : { },
4080
4080
  "us-east-1" : { },
4081
4081
  "us-east-2" : { },
4082
+ "us-west-1" : { },
4082
4083
  "us-west-2" : { }
4083
4084
  }
4084
4085
  },
@@ -13975,6 +13976,7 @@
13975
13976
  "ap-northeast-1" : { },
13976
13977
  "ap-northeast-2" : { },
13977
13978
  "ap-south-1" : { },
13979
+ "ap-south-2" : { },
13978
13980
  "ap-southeast-1" : { },
13979
13981
  "ap-southeast-2" : { },
13980
13982
  "ca-central-1" : { },
@@ -17435,6 +17437,7 @@
17435
17437
  "endpoints" : {
17436
17438
  "af-south-1" : { },
17437
17439
  "ap-east-1" : { },
17440
+ "ap-east-2" : { },
17438
17441
  "ap-northeast-1" : { },
17439
17442
  "ap-northeast-2" : { },
17440
17443
  "ap-northeast-3" : { },
@@ -37623,6 +37626,12 @@
37623
37626
  "us-iso-west-1" : { }
37624
37627
  }
37625
37628
  },
37629
+ "servicequotas" : {
37630
+ "endpoints" : {
37631
+ "us-iso-east-1" : { },
37632
+ "us-iso-west-1" : { }
37633
+ }
37634
+ },
37626
37635
  "snowball" : {
37627
37636
  "endpoints" : {
37628
37637
  "us-iso-east-1" : { },
@@ -38571,6 +38580,11 @@
38571
38580
  "us-isob-east-1" : { }
38572
38581
  }
38573
38582
  },
38583
+ "servicequotas" : {
38584
+ "endpoints" : {
38585
+ "us-isob-east-1" : { }
38586
+ }
38587
+ },
38574
38588
  "snowball" : {
38575
38589
  "endpoints" : {
38576
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.1135.0
4
+ version: 1.1138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services