aws-partitions 1.1251.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +2 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5d0c1c257e3d6fe65a3d3752b5646ec84ab0fde45dd75b84f02901ff8e7f61a
4
- data.tar.gz: ff39a7ef75c8349604b5c7cdbf7e447da2af9508d21c68e6078c6c72fa78f228
3
+ metadata.gz: 23552e9fddc2e9554f95f7a1cd2ca4282b0e14069f5f8afa790366b9aafc1338
4
+ data.tar.gz: 57f44277627e73464ed80b636dca7227ad2dcc441e82ebd68068968cf5b1bf21
5
5
  SHA512:
6
- metadata.gz: 0ce3d9bc7a53fff92814d3e82870df3ccc4ba6a0ebf37d09a002f1e4b04693b6c0dd313c1f22c247bcb9ac9dc9eeadcec45a23f31393d2e0a261313df6961665
7
- data.tar.gz: 89a4dcf0d7bb3d4d3fc16bad5b6cd40b6ede922c84f658954f0b237a32543f20980311e810573a16f6bb9ee613c95d87804d2d84b2f9d4bf144dd817f77f9517
6
+ metadata.gz: 3c7367967eca3f43b94b55fdb3b9305746064890fe876c5a06b38d877e1360c55422c3437afe503aa841dabc322a13c95292a03ce8b664774dc729ca923604b8
7
+ data.tar.gz: 0f53eb8826315b3791b7c89c5baded125a33d9fb77613f83a8905da19f0483017cc270533b6d999b0adf62b124f12095718908b8afa07a2fbd153a38f5296b18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1251.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1251.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" : { },
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.1251.0
4
+ version: 1.1252.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services