aws-partitions 1.1167.0 → 1.1169.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 +4 -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: 147adf6b7ba49684d13c6f8ed79510bdaa522be44f0ff8680d7ea544d81a74dc
|
4
|
+
data.tar.gz: d6bfc6ed729d2b0fbde7a080c94146ea93865b98270f74f7a4a9f80fec40f05b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a54f573ac0654a25d672df6b0ee88845c7ca748cf258fbd6342c5b5af060f80c109e524fa7feead04cc8bae97e3dbc9f196295c86c88d05ceb4169ca5ab3c6ac
|
7
|
+
data.tar.gz: 4ac8a76d151fd1b7ab5ed15ed794f72158220c1455b104002a60fb923ed0ed2ff114d35125131f791c774de08ca5f7e6405d6c4618eca1facdccf5544713de19
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1169.0 (2025-10-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1168.0 (2025-09-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1167.0 (2025-09-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1169.0
|
data/partitions.json
CHANGED
@@ -3658,6 +3658,7 @@
|
|
3658
3658
|
"ap-southeast-3" : { },
|
3659
3659
|
"ap-southeast-4" : { },
|
3660
3660
|
"ap-southeast-5" : { },
|
3661
|
+
"ap-southeast-6" : { },
|
3661
3662
|
"ap-southeast-7" : { },
|
3662
3663
|
"ca-central-1" : { },
|
3663
3664
|
"ca-west-1" : { },
|
@@ -16973,6 +16974,7 @@
|
|
16973
16974
|
"ap-southeast-3" : { },
|
16974
16975
|
"ap-southeast-4" : { },
|
16975
16976
|
"ap-southeast-5" : { },
|
16977
|
+
"ap-southeast-6" : { },
|
16976
16978
|
"ap-southeast-7" : { },
|
16977
16979
|
"ca-central-1" : {
|
16978
16980
|
"variants" : [ {
|
@@ -26043,6 +26045,7 @@
|
|
26043
26045
|
"ap-southeast-3" : { },
|
26044
26046
|
"ap-southeast-4" : { },
|
26045
26047
|
"ap-southeast-5" : { },
|
26048
|
+
"ap-southeast-7" : { },
|
26046
26049
|
"ca-central-1" : { },
|
26047
26050
|
"ca-west-1" : { },
|
26048
26051
|
"eu-central-1" : { },
|
@@ -26056,6 +26059,7 @@
|
|
26056
26059
|
"il-central-1" : { },
|
26057
26060
|
"me-central-1" : { },
|
26058
26061
|
"me-south-1" : { },
|
26062
|
+
"mx-central-1" : { },
|
26059
26063
|
"sa-east-1" : { },
|
26060
26064
|
"us-east-1" : { },
|
26061
26065
|
"us-east-2" : { },
|