aws-partitions 1.1249.0 → 1.1251.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 +14 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba55851cdcb8583f922e92e3ebdf437bf47e38cf594659dfa4e0d3d1b38b141c
4
- data.tar.gz: c2bb7d700498e1b63ec1a2ad989a48a61b7dbb1e0d07fb455ea488bba7361083
3
+ metadata.gz: f5d0c1c257e3d6fe65a3d3752b5646ec84ab0fde45dd75b84f02901ff8e7f61a
4
+ data.tar.gz: ff39a7ef75c8349604b5c7cdbf7e447da2af9508d21c68e6078c6c72fa78f228
5
5
  SHA512:
6
- metadata.gz: 11cc13a975cda2eb01f952781ac6b50f7e81de54f463833eef542c525caf2dd7c42db1cf952cc311fe54305a431144118769074f5e428eaaea773d5883547260
7
- data.tar.gz: d699b62a899df26df4f535ef5d5c1a5fb5c8191c27affdb121b9b81316a1ca826427aa89e7c0df1136e5a0783b5e47c8d869fb24d18b14fe9d5973d27af0dc1f
6
+ metadata.gz: 0ce3d9bc7a53fff92814d3e82870df3ccc4ba6a0ebf37d09a002f1e4b04693b6c0dd313c1f22c247bcb9ac9dc9eeadcec45a23f31393d2e0a261313df6961665
7
+ data.tar.gz: 89a4dcf0d7bb3d4d3fc16bad5b6cd40b6ede922c84f658954f0b237a32543f20980311e810573a16f6bb9ee613c95d87804d2d84b2f9d4bf144dd817f77f9517
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1251.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1250.0 (2026-05-18)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1249.0 (2026-05-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1249.0
1
+ 1.1251.0
data/partitions.json CHANGED
@@ -5230,6 +5230,9 @@
5230
5230
  "ap-southeast-2" : { },
5231
5231
  "ap-southeast-3" : { },
5232
5232
  "ap-southeast-4" : { },
5233
+ "ap-southeast-5" : { },
5234
+ "ap-southeast-6" : { },
5235
+ "ap-southeast-7" : { },
5233
5236
  "ca-central-1" : { },
5234
5237
  "eu-central-1" : { },
5235
5238
  "eu-central-2" : { },
@@ -36627,6 +36630,12 @@
36627
36630
  "us-iso-west-1" : { }
36628
36631
  }
36629
36632
  },
36633
+ "acm-pca" : {
36634
+ "endpoints" : {
36635
+ "us-iso-east-1" : { },
36636
+ "us-iso-west-1" : { }
36637
+ }
36638
+ },
36630
36639
  "agreement-marketplace" : {
36631
36640
  "endpoints" : {
36632
36641
  "fips-us-iso-east-1" : {
@@ -40366,6 +40375,11 @@
40366
40375
  "eusc-de-east-1" : { }
40367
40376
  }
40368
40377
  },
40378
+ "apigateway" : {
40379
+ "endpoints" : {
40380
+ "eusc-de-east-1" : { }
40381
+ }
40382
+ },
40369
40383
  "appconfig" : {
40370
40384
  "endpoints" : {
40371
40385
  "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.1249.0
4
+ version: 1.1251.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services