aws-partitions 1.1241.0 → 1.1243.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 +9 -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: 04167fe41602734b2b6bcaf5d07eeba449d5909eca75cc43e3d65094a1a10783
|
|
4
|
+
data.tar.gz: 5beb71048bcb287b4f176a0a4bf51c13102f5c4b411820464cc57706e14083cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ba24c4ec6b4ec659f04ddaa91ffe35f933774c83a68e2d50200e29c551564e42798b2a1424c39e4f26eb4a87441da22786604fc3032e00865f6738fbf64c75e
|
|
7
|
+
data.tar.gz: e5a89a1607f86cc92d202ebebe7f8aef6756f7f5a6acb7b7d352c6663a66706a4d272d2a795dffe08fc7117dd0eb6722a34a50d029ec9adc0181da0552095a23
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1243.0 (2026-04-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1242.0 (2026-04-29)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1241.0 (2026-04-24)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1243.0
|
data/partitions.json
CHANGED
|
@@ -20173,6 +20173,7 @@
|
|
|
20173
20173
|
"ap-southeast-1" : { },
|
|
20174
20174
|
"ap-southeast-2" : { },
|
|
20175
20175
|
"ap-southeast-3" : { },
|
|
20176
|
+
"ap-southeast-4" : { },
|
|
20176
20177
|
"ap-southeast-5" : { },
|
|
20177
20178
|
"ap-southeast-6" : { },
|
|
20178
20179
|
"ap-southeast-7" : { },
|
|
@@ -20182,6 +20183,7 @@
|
|
|
20182
20183
|
"tags" : [ "fips" ]
|
|
20183
20184
|
} ]
|
|
20184
20185
|
},
|
|
20186
|
+
"ca-west-1" : { },
|
|
20185
20187
|
"eu-central-1" : { },
|
|
20186
20188
|
"eu-central-2" : { },
|
|
20187
20189
|
"eu-north-1" : { },
|
|
@@ -37336,6 +37338,11 @@
|
|
|
37336
37338
|
"us-iso-west-1" : { }
|
|
37337
37339
|
}
|
|
37338
37340
|
},
|
|
37341
|
+
"mq" : {
|
|
37342
|
+
"endpoints" : {
|
|
37343
|
+
"us-iso-east-1" : { }
|
|
37344
|
+
}
|
|
37345
|
+
},
|
|
37339
37346
|
"network-firewall" : {
|
|
37340
37347
|
"endpoints" : {
|
|
37341
37348
|
"us-iso-east-1" : { }
|
|
@@ -38297,7 +38304,8 @@
|
|
|
38297
38304
|
},
|
|
38298
38305
|
"firehose" : {
|
|
38299
38306
|
"endpoints" : {
|
|
38300
|
-
"us-isob-east-1" : { }
|
|
38307
|
+
"us-isob-east-1" : { },
|
|
38308
|
+
"us-isob-west-1" : { }
|
|
38301
38309
|
}
|
|
38302
38310
|
},
|
|
38303
38311
|
"fsx" : {
|