aws-partitions 1.1072.0 → 1.1083.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 +55 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +16 -0
- data/partitions.json +1575 -299
- 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: eba4a2a02f3416e68a6d138d0437942dc04774df3f3f94f4d9dd3321e5b4afce
|
4
|
+
data.tar.gz: d46ccdf120419446444825fdbeb5c8d961eedfc9d1655f7df4f6b9d085e790f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 373ab1613f3aee3e4e88a875a71748a609f4f77558b49e2072d947e20d8146d75417157aa07b7134a47da3dd932be9689c2da7a227935420c0c1687b3754261e
|
7
|
+
data.tar.gz: 10ca784af7a80842aa78dd272e5fad20a0d0f576581e991fb7b3a05df9edcd69bce5b7fa3384538a86e983a3cece30d6f824a077953fa978d92b4969cbced041
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,61 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1083.0 (2025-04-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1082.0 (2025-04-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1081.0 (2025-04-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1080.0 (2025-04-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1079.0 (2025-04-01)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1078.0 (2025-03-31)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1077.0 (2025-03-28)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1076.0 (2025-03-27)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.1075.0 (2025-03-26)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.1074.0 (2025-03-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.1073.0 (2025-03-24)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
4
59
|
1.1072.0 (2025-03-21)
|
5
60
|
------------------
|
6
61
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1083.0
|
data/partitions-metadata.json
CHANGED
@@ -234,6 +234,22 @@
|
|
234
234
|
"description" : "US ISOF SOUTH"
|
235
235
|
}
|
236
236
|
}
|
237
|
+
}, {
|
238
|
+
"id" : "aws-eusc",
|
239
|
+
"outputs" : {
|
240
|
+
"dnsSuffix" : "amazonaws.eu",
|
241
|
+
"dualStackDnsSuffix" : "amazonaws.eu",
|
242
|
+
"implicitGlobalRegion" : "eusc-de-east-1",
|
243
|
+
"name" : "aws-eusc",
|
244
|
+
"supportsDualStack" : false,
|
245
|
+
"supportsFIPS" : true
|
246
|
+
},
|
247
|
+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
248
|
+
"regions" : {
|
249
|
+
"eusc-de-east-1" : {
|
250
|
+
"description" : "EU (Germany)"
|
251
|
+
}
|
252
|
+
}
|
237
253
|
} ],
|
238
254
|
"version" : "1.1"
|
239
255
|
}
|