aws-partitions 1.1168.0 → 1.1170.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 +2 -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: e56c6a288d65cf838d904a3f5f7288bf9cef0fc360a9ca23f506ebdfcac35115
|
4
|
+
data.tar.gz: 913c42511f4043c356c1a4d14df1b61ef3489e36166ee02273435427dbe0fb9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc83d9294d86bff0fa6497f451329ca2e8df5c5abfb7368e9d4bf993e9bef89a669248c4546b2d3c50c8a0e3128a35c5e95982817b7a8fff8da64ce02e1f4ee1
|
7
|
+
data.tar.gz: dfb6a71155a85c02ecaad0489274162b4fcac858012fc8420453de0d6b5f798b11a0551ea5bba7cfb35d3188951eebc0dcc76fe95aaa9a07988fa3c7c8a3da64
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1170.0 (2025-10-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1169.0 (2025-10-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1168.0 (2025-09-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1170.0
|
data/partitions.json
CHANGED
@@ -5474,6 +5474,7 @@
|
|
5474
5474
|
"ap-southeast-3" : { },
|
5475
5475
|
"ap-southeast-4" : { },
|
5476
5476
|
"ap-southeast-5" : { },
|
5477
|
+
"ap-southeast-6" : { },
|
5477
5478
|
"ap-southeast-7" : { },
|
5478
5479
|
"ca-central-1" : { },
|
5479
5480
|
"ca-west-1" : { },
|
@@ -16974,6 +16975,7 @@
|
|
16974
16975
|
"ap-southeast-3" : { },
|
16975
16976
|
"ap-southeast-4" : { },
|
16976
16977
|
"ap-southeast-5" : { },
|
16978
|
+
"ap-southeast-6" : { },
|
16977
16979
|
"ap-southeast-7" : { },
|
16978
16980
|
"ca-central-1" : {
|
16979
16981
|
"variants" : [ {
|