aws-partitions 1.1042.0 → 1.1048.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae596d4688c6138eb2817afb6221a968381ffc3d7c637f27b11ea7aff61e3480
4
- data.tar.gz: a3c1f7c87a35924ae903f25cc88dce6a5fe1add8b649db6d2e96b1da58f74b23
3
+ metadata.gz: 1de0ef68d2fb986b29d480dea68b76c0e301369b7bed9c0beaa134928e020bda
4
+ data.tar.gz: 38911c0ad6f2b1679a58b7dac57f3b284619eca26eaecc9bcc44ae7bb21c3374
5
5
  SHA512:
6
- metadata.gz: beb8568fcae65a5e436e6d942bf60237ed7e1621829fff979cfc1b4a5965d9afe91bcc5b2a2b66cd02956780714af86c1f0fe40f89d6334870642ad8d7711916
7
- data.tar.gz: 96cc2845ef024bd9a6108227cf3b19c668edf4c75b843fc23680f0084216f7f126d9b0694f7b1f83ab1f4095b8c28fae84b7b1681240b20ac480433ef7abecdd
6
+ metadata.gz: b243f217f8c48a12969207965e843d0a49f619c9c81ae319556db3cf32329eb56d87aea37b3e6858ebcc1c44e4a6954a6baa191cd2efb9c04b1fc3bfbc32a80c
7
+ data.tar.gz: 25d87b37a471a00ec5fd1330cf90e07356373a06868ea2c9f742f675399fe2864d027a190d8a0e4dde6515b696e32c5376c3aacce431864d3d17f9773eaad45e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1048.0 (2025-02-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1047.0 (2025-02-06)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1046.0 (2025-02-05)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1045.0 (2025-02-04)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1044.0 (2025-01-30)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1043.0 (2025-01-27)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.1042.0 (2025-01-22)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1042.0
1
+ 1.1048.0
@@ -223,7 +223,17 @@
223
223
  "supportsFIPS" : true
224
224
  },
225
225
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
226
- "regions" : { }
226
+ "regions" : {
227
+ "aws-iso-f-global" : {
228
+ "description" : "AWS ISOF global region"
229
+ },
230
+ "us-isof-east-1" : {
231
+ "description" : "US ISOF EAST"
232
+ },
233
+ "us-isof-south-1" : {
234
+ "description" : "US ISOF SOUTH"
235
+ }
236
+ }
227
237
  } ],
228
238
  "version" : "1.1"
229
239
  }