aws-partitions 1.1081.0 → 1.1091.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: c506ef0069475e0e71497dcc131bc2fb6c33530f120a60b97ccfc89a8a5d936a
4
- data.tar.gz: 0a36cdf97f632541f9399a38c30601c07ef5568cfe7ad7991ef01cf2ab7a45ca
3
+ metadata.gz: 6e53bc91c59aa28965864ad789dce124999b53aface390159d880f45a02f58a1
4
+ data.tar.gz: 40d08929e4bef11b4fb7393f95b6f91da4733824a8019d7e828ca4e5ced31b8d
5
5
  SHA512:
6
- metadata.gz: 0012a961d0472b1869e50bb3c6d6e16bcb5a17da7b11204e7b4e16bfb246973280e3eacb8e0f7e142dd2a20ae83129e457daae902613ac97fe880f48f797807d
7
- data.tar.gz: 91235f4d625b09d9006c889ec3e7a433fd7225fa35983c84db77e978dd4a1296565f3c5c605de8407c7376545c688ed37780447740fb0e49fdd25b1813ce05fc
6
+ metadata.gz: af32cce35c459be6ce78c5a17e11fca60ba143e44da6eb23fe4f8d6fc326af549e07c1e3074b275c887d5c39a286159e07dacb55bd9d42982a870f43bd530e48
7
+ data.tar.gz: 7a4981a5bec4893d4ebecf15652da8c86c73c852554f89e77a80081a3ab18e26307cadb1db8e397225a8422a6cf758c62c36c9861cc3ab3a4704f9a276293436
data/CHANGELOG.md CHANGED
@@ -1,6 +1,56 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1091.0 (2025-04-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1090.0 (2025-04-18)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1089.0 (2025-04-17)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1088.0 (2025-04-16)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1087.0 (2025-04-14)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1086.0 (2025-04-11)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1085.0 (2025-04-10)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1084.0 (2025-04-09)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1083.0 (2025-04-08)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1082.0 (2025-04-04)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
4
54
  1.1081.0 (2025-04-03)
5
55
  ------------------
6
56
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1081.0
1
+ 1.1091.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
  }