aws-partitions 1.1076.0 → 1.1086.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: 4d67ee4f49efbb0f2a421bdd1ba6dabaa81d7d6bb18ac6bf7c7b976fd12b11e1
4
- data.tar.gz: c4e8336a92286098c7f3b2fb2b1d78b4e89b5386ca416b2a07ffd00aa42c10ca
3
+ metadata.gz: 3ed1bfdadc336e013b12962bd084d9b4fba814517ce970efa42a61c73a6ef8e4
4
+ data.tar.gz: 9903f718733b750248bbaa7eaf06df5071cee08545db24b618773493c5f7b502
5
5
  SHA512:
6
- metadata.gz: 6e74e7373610983670eaa34dba9b498c124a8f53a16389203019c3ad9af177eec1f14799a43fc13e6427e85e2b0f01e182a061ae006d433332940de278d51923
7
- data.tar.gz: ec38edb7378883526a8284f02d731985435ac4c82627884ab9248eec4e5fb9376783864b0141d59480a573d6d99d0c2b2def393f71a71aed56065368f92b57be
6
+ metadata.gz: 1e156c805d00226c6b647a1a7cbdd37d2b608d72531906858bef31711cc50f4d3c554d1e240ba84f8f7d868149d911c369c79e7b4cbde8a12c4230818f759dec
7
+ data.tar.gz: c6eefe84710337c0ec408f4bba0159a79c4ff11d7386ba16e2189bdf2bda7aa3d96f266f1b98d158ad005ac28e3077ea3238c5c91d96ac872d9c3567f9f90f83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,56 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1086.0 (2025-04-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1085.0 (2025-04-10)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1084.0 (2025-04-09)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1083.0 (2025-04-08)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1082.0 (2025-04-04)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1081.0 (2025-04-03)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1080.0 (2025-04-02)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1079.0 (2025-04-01)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1078.0 (2025-03-31)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1077.0 (2025-03-28)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
4
54
  1.1076.0 (2025-03-27)
5
55
  ------------------
6
56
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1076.0
1
+ 1.1086.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
  }