aws-partitions 1.1068.0 → 1.1081.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: 1867ae3f6f70790b9d45dd045d5cd61ce15f8d471e4cab6e9104a52b6f32f649
4
- data.tar.gz: 47c0845a6b958dcdb61bc75f3c0baa86e7f47b164af06540f2112948681842f8
3
+ metadata.gz: c506ef0069475e0e71497dcc131bc2fb6c33530f120a60b97ccfc89a8a5d936a
4
+ data.tar.gz: 0a36cdf97f632541f9399a38c30601c07ef5568cfe7ad7991ef01cf2ab7a45ca
5
5
  SHA512:
6
- metadata.gz: 42dc538e04b169fe1fa14f184c4d7a758c08b52a39fe9f849732294c3267d8678bc0bf3f4e0fa4974bec1d2bc092837160af19af352df422c84a0e377da43cae
7
- data.tar.gz: cd3bfe19f137af63eb64ef124184bce295c0b31d42b5da2c37b0f708887cca3dce66bf9209f38e54479acd56c9c9fb3538b374478abb5eeccf92728b185992d0
6
+ metadata.gz: 0012a961d0472b1869e50bb3c6d6e16bcb5a17da7b11204e7b4e16bfb246973280e3eacb8e0f7e142dd2a20ae83129e457daae902613ac97fe880f48f797807d
7
+ data.tar.gz: 91235f4d625b09d9006c889ec3e7a433fd7225fa35983c84db77e978dd4a1296565f3c5c605de8407c7376545c688ed37780447740fb0e49fdd25b1813ce05fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,71 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1081.0 (2025-04-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1080.0 (2025-04-02)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1079.0 (2025-04-01)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1078.0 (2025-03-31)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1077.0 (2025-03-28)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1076.0 (2025-03-27)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1075.0 (2025-03-26)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1074.0 (2025-03-25)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1073.0 (2025-03-24)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1072.0 (2025-03-21)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.1071.0 (2025-03-20)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.1070.0 (2025-03-19)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.1069.0 (2025-03-18)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
4
69
  1.1068.0 (2025-03-17)
5
70
  ------------------
6
71
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1068.0
1
+ 1.1081.0
@@ -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
  }