aws-partitions 1.1283.0 → 1.1285.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 +7 -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: f74cc0c86858425a616efb04120d21c6901e462f656b07b985406314cab67ebc
|
|
4
|
+
data.tar.gz: 0eec867f93af463a3f71b31d13326ce9aaeafeb2bd8e353da471b8ce95c510cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c13845834f2961e960f8e2073be7be2b9a4a5ef10935d9a873a8a0731a9fd8e2ce1ba4c230b2a5aa48b45b8ab47e9a1ff4f356b2bafc417bb156e8abe9f3727
|
|
7
|
+
data.tar.gz: 11e92a98ddb5300637442e0b5e90aad51734c5454e81f352bf0e6ae420f3a829bf55bc3204bc185f04138139ee3e6f66059e34dda86e88221793e8c3b13b10c2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1285.0 (2026-09-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1284.0 (2026-09-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1283.0 (2026-09-01)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1285.0
|
data/partitions.json
CHANGED
|
@@ -7603,12 +7603,19 @@
|
|
|
7603
7603
|
},
|
|
7604
7604
|
"dax" : {
|
|
7605
7605
|
"endpoints" : {
|
|
7606
|
+
"af-south-1" : { },
|
|
7607
|
+
"ap-east-1" : { },
|
|
7606
7608
|
"ap-northeast-1" : { },
|
|
7609
|
+
"ap-northeast-2" : { },
|
|
7610
|
+
"ap-northeast-3" : { },
|
|
7607
7611
|
"ap-south-1" : { },
|
|
7612
|
+
"ap-south-2" : { },
|
|
7608
7613
|
"ap-southeast-1" : { },
|
|
7609
7614
|
"ap-southeast-2" : { },
|
|
7615
|
+
"ca-central-1" : { },
|
|
7610
7616
|
"eu-central-1" : { },
|
|
7611
7617
|
"eu-north-1" : { },
|
|
7618
|
+
"eu-south-1" : { },
|
|
7612
7619
|
"eu-south-2" : { },
|
|
7613
7620
|
"eu-west-1" : { },
|
|
7614
7621
|
"eu-west-2" : { },
|