aws-partitions 1.1104.0 → 1.1106.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: 6d1a82a2407e7841b4f6928bfa53d5891b0c6d66f15796b084a9775d06fffb5a
|
4
|
+
data.tar.gz: 61a3e7096ee27b7c67e68cc753056a189b5100d203f55995198e3600ff0c6182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 958024bc805efc9cbd59f611296602f3ce43b83b86faa38de216f4c7e2457132e91a7b6ca6e9af9dad1cb7b4e249bc19f6c2b6d2c3597fdfffde0dc1b55b0de1
|
7
|
+
data.tar.gz: e9e1ad75e5ec0a07f744a3d58da25c3251fbd77acda5b01dad9cb0609bdfde8b79445e05b0697fbe09acc788f5ef8f19079e7a1c6c1e7524c772fb30e506209d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1106.0 (2025-05-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1105.0 (2025-05-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1104.0 (2025-05-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1106.0
|
data/partitions.json
CHANGED
@@ -746,6 +746,7 @@
|
|
746
746
|
"ap-northeast-2" : { },
|
747
747
|
"ap-northeast-3" : { },
|
748
748
|
"ap-south-1" : { },
|
749
|
+
"ap-south-2" : { },
|
749
750
|
"ap-southeast-1" : { },
|
750
751
|
"ap-southeast-2" : { },
|
751
752
|
"ca-central-1" : { },
|
@@ -22432,6 +22433,7 @@
|
|
22432
22433
|
"eu-west-1" : { },
|
22433
22434
|
"eu-west-2" : { },
|
22434
22435
|
"eu-west-3" : { },
|
22436
|
+
"il-central-1" : { },
|
22435
22437
|
"me-central-1" : { },
|
22436
22438
|
"me-south-1" : { },
|
22437
22439
|
"sa-east-1" : { },
|