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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d27817428e506f938a93348a68e5586dab3aebd23bf0a1630ab738b301ed714
|
|
4
|
+
data.tar.gz: 1e18504ef4c0054022f5b1148e6cf328e960a17550e964c100e932d9023990ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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",
|