aws-partitions 1.1250.0 → 1.1252.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 +10 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0228a58ac9081ea7d4a90cbe653bf6890eab3a3487ad7ae5cf99f55218a1ddf2'
4
- data.tar.gz: 3b0b9bc3b6a293f3fe94aeacf7cbe20efe50d63446b715edbcc1085d94ad4ce7
3
+ metadata.gz: 23552e9fddc2e9554f95f7a1cd2ca4282b0e14069f5f8afa790366b9aafc1338
4
+ data.tar.gz: 57f44277627e73464ed80b636dca7227ad2dcc441e82ebd68068968cf5b1bf21
5
5
  SHA512:
6
- metadata.gz: 150c12b48adb1edc8f8930506442080228d7c095f0f3b113fc865d418f4d1dd77756c624168d6c6fd069d7a8c691ea1ab18ef425d23669ba8728f723cb3a9d67
7
- data.tar.gz: 679fe83c58adc0df44ed52587e82755c39f129ae4f9ea491ce21be570d8ee43f4023477d66db474fffc93508689ae4dde4b1a6046fa7035e3d8d3db09edbcc3c
6
+ metadata.gz: 3c7367967eca3f43b94b55fdb3b9305746064890fe876c5a06b38d877e1360c55422c3437afe503aa841dabc322a13c95292a03ce8b664774dc729ca923604b8
7
+ data.tar.gz: 0f53eb8826315b3791b7c89c5baded125a33d9fb77613f83a8905da19f0483017cc270533b6d999b0adf62b124f12095718908b8afa07a2fbd153a38f5296b18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1252.0 (2026-05-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1251.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1250.0 (2026-05-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1250.0
1
+ 1.1252.0
data/partitions.json CHANGED
@@ -4149,6 +4149,8 @@
4149
4149
  "ap-south-1" : { },
4150
4150
  "ap-southeast-1" : { },
4151
4151
  "ap-southeast-2" : { },
4152
+ "ap-southeast-5" : { },
4153
+ "ap-southeast-7" : { },
4152
4154
  "ca-central-1" : { },
4153
4155
  "eu-central-1" : { },
4154
4156
  "eu-north-1" : { },
@@ -5230,6 +5232,9 @@
5230
5232
  "ap-southeast-2" : { },
5231
5233
  "ap-southeast-3" : { },
5232
5234
  "ap-southeast-4" : { },
5235
+ "ap-southeast-5" : { },
5236
+ "ap-southeast-6" : { },
5237
+ "ap-southeast-7" : { },
5233
5238
  "ca-central-1" : { },
5234
5239
  "eu-central-1" : { },
5235
5240
  "eu-central-2" : { },
@@ -40372,6 +40377,11 @@
40372
40377
  "eusc-de-east-1" : { }
40373
40378
  }
40374
40379
  },
40380
+ "apigateway" : {
40381
+ "endpoints" : {
40382
+ "eusc-de-east-1" : { }
40383
+ }
40384
+ },
40375
40385
  "appconfig" : {
40376
40386
  "endpoints" : {
40377
40387
  "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.1250.0
4
+ version: 1.1252.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services