aws-partitions 1.1044.0 → 1.1049.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 +25 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +11 -1
- data/partitions.json +1042 -199
- 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: 2d58d95c011495f544417415f11979b76f855b71d1ea080ce29ec2e380994ce4
|
4
|
+
data.tar.gz: 4a03df3b067723158eaa0f9f7db8357fe119cb988bff2889b87939dcb38a558e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8777377cf2f56c53d66d3ac2ed6ed27630ea5b7f497f7b935b4ef59245efa5f34e5f591d86f19110d8b0f029e3a8700b0345d35edbabd72ac8f64ab20f42f572
|
7
|
+
data.tar.gz: 90a90a7adacc5d3fbb99af617efeecaef87514a50bcd5adfcb3e7bf4131c79184a228cea435960596624855114efb61bd2d1a01879c5279ca89e70a81b42e731
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,31 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1049.0 (2025-02-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1048.0 (2025-02-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1047.0 (2025-02-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1046.0 (2025-02-05)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1045.0 (2025-02-04)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
4
29
|
1.1044.0 (2025-01-30)
|
5
30
|
------------------
|
6
31
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1049.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
|
}
|