aws-partitions 1.1242.0 → 1.1244.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 +8 -1
- 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: dc6950f9cecf7238597336215fc89911f2a8f4a746124dd6de2530a7ab63b5fd
|
|
4
|
+
data.tar.gz: ce3fba6ed22ecb5cd57ace59dda45ee7a2089299115be1a7beb4aad8de81fc53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f52076a4780d294f8835b96958a096f4418a5963e1a56943995c1a80130d73b6d542cfc0c00b8194f09d7296f7d51199bbda8a31b30c12d4b17785ef448487e2
|
|
7
|
+
data.tar.gz: f3aab1cd22454c25b548b0747ccde793759af63ed3b5a9eebdb824a8f3a0ad4024c235a8257c556d5e83b2cc13eea3cc412ea85812b4613bfec876d9f7862c13
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1244.0 (2026-05-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1243.0 (2026-04-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1242.0 (2026-04-29)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1244.0
|
data/partitions.json
CHANGED
|
@@ -27780,6 +27780,7 @@
|
|
|
27780
27780
|
"eu-west-3" : { },
|
|
27781
27781
|
"me-central-1" : { },
|
|
27782
27782
|
"me-south-1" : { },
|
|
27783
|
+
"mx-central-1" : { },
|
|
27783
27784
|
"sa-east-1" : { },
|
|
27784
27785
|
"us-east-1" : { },
|
|
27785
27786
|
"us-east-2" : { },
|
|
@@ -37338,6 +37339,11 @@
|
|
|
37338
37339
|
"us-iso-west-1" : { }
|
|
37339
37340
|
}
|
|
37340
37341
|
},
|
|
37342
|
+
"mq" : {
|
|
37343
|
+
"endpoints" : {
|
|
37344
|
+
"us-iso-east-1" : { }
|
|
37345
|
+
}
|
|
37346
|
+
},
|
|
37341
37347
|
"network-firewall" : {
|
|
37342
37348
|
"endpoints" : {
|
|
37343
37349
|
"us-iso-east-1" : { }
|
|
@@ -38299,7 +38305,8 @@
|
|
|
38299
38305
|
},
|
|
38300
38306
|
"firehose" : {
|
|
38301
38307
|
"endpoints" : {
|
|
38302
|
-
"us-isob-east-1" : { }
|
|
38308
|
+
"us-isob-east-1" : { },
|
|
38309
|
+
"us-isob-west-1" : { }
|
|
38303
38310
|
}
|
|
38304
38311
|
},
|
|
38305
38312
|
"fsx" : {
|