aws-partitions 1.1043.0 → 1.1050.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +35 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +11 -1
- data/partitions.json +1260 -242
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e7126832f0b005d002c28b2e6394242ac3fceb39e04ab0c5ac0d1c1020e850a
|
4
|
+
data.tar.gz: 67a9248855e5730a7388c3ba8e2ad6d374a25891b578bb1703d9933f5326ee80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 413cd6ef7f107abe0b8d039fd3f7400f7b6235ae414a136d9f3929085312eb056ab664cd2bb308421f0091e03cf6a06a37b14addb51b38d1fb5efb54e538d3cc
|
7
|
+
data.tar.gz: 06cf465a1b606409dc08cd085aa91e4ac2cc6fe78fbd2373a2a929ec1a2bcaf934fd8713435921d277265f6d494feaaefa72d1ea2c0e3e8abb6f5194cd26b3c9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1050.0 (2025-02-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1049.0 (2025-02-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1048.0 (2025-02-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1047.0 (2025-02-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1046.0 (2025-02-05)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1045.0 (2025-02-04)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1044.0 (2025-01-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
4
39
|
1.1043.0 (2025-01-27)
|
5
40
|
------------------
|
6
41
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1050.0
|
data/partitions-metadata.json
CHANGED
@@ -223,7 +223,17 @@
|
|
223
223
|
"supportsFIPS" : true
|
224
224
|
},
|
225
225
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
226
|
-
"regions" : {
|
226
|
+
"regions" : {
|
227
|
+
"aws-iso-f-global" : {
|
228
|
+
"description" : "AWS ISOF global region"
|
229
|
+
},
|
230
|
+
"us-isof-east-1" : {
|
231
|
+
"description" : "US ISOF EAST"
|
232
|
+
},
|
233
|
+
"us-isof-south-1" : {
|
234
|
+
"description" : "US ISOF SOUTH"
|
235
|
+
}
|
236
|
+
}
|
227
237
|
} ],
|
228
238
|
"version" : "1.1"
|
229
239
|
}
|