aws-partitions 1.1248.0 → 1.1250.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 +7 -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: '0228a58ac9081ea7d4a90cbe653bf6890eab3a3487ad7ae5cf99f55218a1ddf2'
|
|
4
|
+
data.tar.gz: 3b0b9bc3b6a293f3fe94aeacf7cbe20efe50d63446b715edbcc1085d94ad4ce7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 150c12b48adb1edc8f8930506442080228d7c095f0f3b113fc865d418f4d1dd77756c624168d6c6fd069d7a8c691ea1ab18ef425d23669ba8728f723cb3a9d67
|
|
7
|
+
data.tar.gz: 679fe83c58adc0df44ed52587e82755c39f129ae4f9ea491ce21be570d8ee43f4023477d66db474fffc93508689ae4dde4b1a6046fa7035e3d8d3db09edbcc3c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1250.0 (2026-05-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1249.0 (2026-05-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1248.0 (2026-05-14)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1250.0
|
data/partitions.json
CHANGED
|
@@ -12903,6 +12903,7 @@
|
|
|
12903
12903
|
"endpoints" : {
|
|
12904
12904
|
"af-south-1" : { },
|
|
12905
12905
|
"ap-east-1" : { },
|
|
12906
|
+
"ap-east-2" : { },
|
|
12906
12907
|
"ap-northeast-1" : { },
|
|
12907
12908
|
"ap-northeast-2" : { },
|
|
12908
12909
|
"ap-northeast-3" : { },
|
|
@@ -36626,6 +36627,12 @@
|
|
|
36626
36627
|
"us-iso-west-1" : { }
|
|
36627
36628
|
}
|
|
36628
36629
|
},
|
|
36630
|
+
"acm-pca" : {
|
|
36631
|
+
"endpoints" : {
|
|
36632
|
+
"us-iso-east-1" : { },
|
|
36633
|
+
"us-iso-west-1" : { }
|
|
36634
|
+
}
|
|
36635
|
+
},
|
|
36629
36636
|
"agreement-marketplace" : {
|
|
36630
36637
|
"endpoints" : {
|
|
36631
36638
|
"fips-us-iso-east-1" : {
|