aws-partitions 1.1113.0 → 1.1116.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 +15 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +3 -0
- 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: 4ce2b9237a29a903e984379d31e21bea3045e4b42335fcbab2ca0b35999c871e
|
4
|
+
data.tar.gz: 81169064a403abe2a8d099c308285fc357a55d4c2ff602fbef580897c8e11536
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea85dff72263962c267e920f974751b01eb8147a3a8e3691d1bb3a91a7136031586893d2a05110e5670b29574f9766dad1370597f8def86dd7f4e45ce5457bdb
|
7
|
+
data.tar.gz: 2b91b42a23dcd5be05019c2e37a9ae156bf386ed13cf5c238af7c1fdfeef9a912e3e4c3fb85028b39762c9f4f011bbac483b25a8bc8791ceab02496e6b2871c1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1116.0 (2025-06-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1115.0 (2025-06-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1114.0 (2025-06-09)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.1113.0 (2025-06-06)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1116.0
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -11969,6 +11969,7 @@
|
|
11969
11969
|
"tags" : [ "dualstack" ]
|
11970
11970
|
} ]
|
11971
11971
|
},
|
11972
|
+
"ap-east-2" : { },
|
11972
11973
|
"ap-northeast-1" : {
|
11973
11974
|
"variants" : [ {
|
11974
11975
|
"hostname" : "glue.ap-northeast-1.api.aws",
|
@@ -12674,6 +12675,7 @@
|
|
12674
12675
|
"il-central-1" : { },
|
12675
12676
|
"me-central-1" : { },
|
12676
12677
|
"me-south-1" : { },
|
12678
|
+
"mx-central-1" : { },
|
12677
12679
|
"sa-east-1" : { },
|
12678
12680
|
"us-east-1" : { },
|
12679
12681
|
"us-east-2" : { },
|
@@ -16816,6 +16818,7 @@
|
|
16816
16818
|
"endpoints" : {
|
16817
16819
|
"af-south-1" : { },
|
16818
16820
|
"ap-east-1" : { },
|
16821
|
+
"ap-east-2" : { },
|
16819
16822
|
"ap-northeast-1" : { },
|
16820
16823
|
"ap-northeast-2" : { },
|
16821
16824
|
"ap-northeast-3" : { },
|
@@ -26015,6 +26018,7 @@
|
|
26015
26018
|
"endpoints" : {
|
26016
26019
|
"af-south-1" : { },
|
26017
26020
|
"ap-east-1" : { },
|
26021
|
+
"ap-east-2" : { },
|
26018
26022
|
"ap-northeast-1" : { },
|
26019
26023
|
"ap-northeast-2" : { },
|
26020
26024
|
"ap-northeast-3" : { },
|