aws-partitions 1.1251.0 → 1.1253.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 +3 -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: 0d27817428e506f938a93348a68e5586dab3aebd23bf0a1630ab738b301ed714
4
+ data.tar.gz: 1e18504ef4c0054022f5b1148e6cf328e960a17550e964c100e932d9023990ad
5
5
  SHA512:
6
- metadata.gz: 0ce3d9bc7a53fff92814d3e82870df3ccc4ba6a0ebf37d09a002f1e4b04693b6c0dd313c1f22c247bcb9ac9dc9eeadcec45a23f31393d2e0a261313df6961665
7
- data.tar.gz: 89a4dcf0d7bb3d4d3fc16bad5b6cd40b6ede922c84f658954f0b237a32543f20980311e810573a16f6bb9ee613c95d87804d2d84b2f9d4bf144dd817f77f9517
6
+ metadata.gz: 7f15652db3a413c3bc08ebcfe372b3c89dd9c99f89507ae3ff19d38d0d792af2229ab52150808c771de9ea4c9a0eac9a3742092c6dc85b35e6bdd0d4111c88f8
7
+ data.tar.gz: 36697a9f1c41da3cb7bc8ff4dd5d20eee7657d3cfedae5cee6c3ad2ae9adb7e24411f1004152b67bd1de16adae97bb0be77a4896d46ccf54537a4f1cf7899b90
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1253.0 (2026-05-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1252.0 (2026-05-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1251.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1251.0
1
+ 1.1253.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" : { },
@@ -18723,6 +18725,7 @@
18723
18725
  "tags" : [ "dualstack" ]
18724
18726
  } ]
18725
18727
  },
18728
+ "ap-southeast-7" : { },
18726
18729
  "ca-central-1" : {
18727
18730
  "variants" : [ {
18728
18731
  "hostname" : "polly-fips.ca-central-1.amazonaws.com",
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.1253.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services