aws-partitions 1.1250.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +8 -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: f5d0c1c257e3d6fe65a3d3752b5646ec84ab0fde45dd75b84f02901ff8e7f61a
4
+ data.tar.gz: ff39a7ef75c8349604b5c7cdbf7e447da2af9508d21c68e6078c6c72fa78f228
5
5
  SHA512:
6
- metadata.gz: 150c12b48adb1edc8f8930506442080228d7c095f0f3b113fc865d418f4d1dd77756c624168d6c6fd069d7a8c691ea1ab18ef425d23669ba8728f723cb3a9d67
7
- data.tar.gz: 679fe83c58adc0df44ed52587e82755c39f129ae4f9ea491ce21be570d8ee43f4023477d66db474fffc93508689ae4dde4b1a6046fa7035e3d8d3db09edbcc3c
6
+ metadata.gz: 0ce3d9bc7a53fff92814d3e82870df3ccc4ba6a0ebf37d09a002f1e4b04693b6c0dd313c1f22c247bcb9ac9dc9eeadcec45a23f31393d2e0a261313df6961665
7
+ data.tar.gz: 89a4dcf0d7bb3d4d3fc16bad5b6cd40b6ede922c84f658954f0b237a32543f20980311e810573a16f6bb9ee613c95d87804d2d84b2f9d4bf144dd817f77f9517
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1250.0 (2026-05-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1250.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" : { },
@@ -40372,6 +40375,11 @@
40372
40375
  "eusc-de-east-1" : { }
40373
40376
  }
40374
40377
  },
40378
+ "apigateway" : {
40379
+ "endpoints" : {
40380
+ "eusc-de-east-1" : { }
40381
+ }
40382
+ },
40375
40383
  "appconfig" : {
40376
40384
  "endpoints" : {
40377
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.1250.0
4
+ version: 1.1251.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services