aws-partitions 1.1115.0 → 1.1117.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/lib/aws-partitions.rb +1 -0
- data/partitions-metadata.json +3 -0
- 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: 0a11da5666e93a4c215eb52ac8fa482a7d85d0f760da5c018114cbdba52dad85
|
4
|
+
data.tar.gz: edd8b99aab65f67e88024b61db01ad7e90426341fca6646c2507a075bd925a1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 667e73e540e35f2af66767181bb282304939b2a780f57f4dbfa28ce1d3e0a74c2b68b8df77f232493bc979eaddd5ad488f972a635b920007e9d86ca9a2b61e3c
|
7
|
+
data.tar.gz: 0505e76dc2952735562442ae0d8e6fef7b30f7472f6b6c36cbf74d2ad2e2a54155eb539084c9115a3073eb4b652a40e1dfc9f76f287905ca4aed8de4928bbe19
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1117.0 (2025-06-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::MPA`.
|
8
|
+
|
9
|
+
1.1116.0 (2025-06-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1115.0 (2025-06-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1117.0
|
data/lib/aws-partitions.rb
CHANGED
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" : { },
|