aws-partitions 1.1079.0 → 1.1087.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34ca9c7ea79ca4df66fbd70bce7c808c4dc129071891a8206309e6771c12dcbd
4
- data.tar.gz: acf1b788e906f602bdee11740dacb5fa0e8631d5d7d6473323b90edc031bc709
3
+ metadata.gz: bc4429476b05be24d2116844b0d38f73d01ea2599e288571e3a35f3d7be0ae1e
4
+ data.tar.gz: 635bb9d8df0c2515a34d86a2fa2aae1ed9a70a1f250eeeca003888a2952b18f2
5
5
  SHA512:
6
- metadata.gz: b7c73a5bd8d8f6035da5d2596391582310b9a923833dd886389fd09bf069fd966bc787310a4e0ba3ed1503e56fa5cf668a440d9abac4a758f6f27aa06512ed6c
7
- data.tar.gz: 189e3694dc03508d1bc7a7b3a165cfffead51f269cdce58758e9d45053a78bf2506426e5cf436f3568242dd15296e4f11ae959bc840be06a399393e4f826c8f8
6
+ metadata.gz: 17587ea70c67253898f115615e03017112701a4e4c2b8dbfa175029c96dc546969515a641467f20288dc0298ddb31c3969deac94020ce46b38ebc6f610c16781
7
+ data.tar.gz: cc15192f94727829493573fdfc5a37f14070489ba00e30ba43bb7c65e5c20425c43c4f6779b011a12751a12c16188a59fd0ccb1a479281c7a3020dbd1692bd0f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,46 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1087.0 (2025-04-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1086.0 (2025-04-11)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1085.0 (2025-04-10)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1084.0 (2025-04-09)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1083.0 (2025-04-08)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1082.0 (2025-04-04)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1081.0 (2025-04-03)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1080.0 (2025-04-02)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
4
44
  1.1079.0 (2025-04-01)
5
45
  ------------------
6
46
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1079.0
1
+ 1.1087.0
@@ -208,6 +208,9 @@
208
208
  },
209
209
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
210
210
  "regions" : {
211
+ "aws-iso-e-global" : {
212
+ "description" : "AWS ISOE (Europe) global region"
213
+ },
211
214
  "eu-isoe-west-1" : {
212
215
  "description" : "EU ISOE West"
213
216
  }
@@ -234,6 +237,22 @@
234
237
  "description" : "US ISOF SOUTH"
235
238
  }
236
239
  }
240
+ }, {
241
+ "id" : "aws-eusc",
242
+ "outputs" : {
243
+ "dnsSuffix" : "amazonaws.eu",
244
+ "dualStackDnsSuffix" : "amazonaws.eu",
245
+ "implicitGlobalRegion" : "eusc-de-east-1",
246
+ "name" : "aws-eusc",
247
+ "supportsDualStack" : false,
248
+ "supportsFIPS" : true
249
+ },
250
+ "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
251
+ "regions" : {
252
+ "eusc-de-east-1" : {
253
+ "description" : "EU (Germany)"
254
+ }
255
+ }
237
256
  } ],
238
257
  "version" : "1.1"
239
258
  }