aws-partitions 1.1044.0 → 1.1058.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: e5b3f0ec547e29392ab8eb701651dfd31bca71a1ca0de1d2edec446c7cb11df3
4
- data.tar.gz: 54baacda0fb0c02bc9a40716977357a454bd4d7cc90756304e144304bb3db642
3
+ metadata.gz: 42bccbf77df0f3e482044051d206242bc8f5e3b5a3bfaa7bb286a3214de5d5e2
4
+ data.tar.gz: 59cea6b69f4b3d09945da0422a8b808994926c44b4c44afd78c24ccc6c4d342f
5
5
  SHA512:
6
- metadata.gz: 77e9aefdc37690b1c06dd27cdc7172259de695d5094eedbab64f8e7f835cdeeb9b256ae6e80b2ae42014de4d6b54f6ab56f0c6c79d7bffd6891bdca68db1bb88
7
- data.tar.gz: 9c0f4656cc3defb5ce85db9fa7cff53607eca3d0c17a4b535a63cc5add7a9e2730825c680f31850c1395527958612171e339c5e5c064177f44ba192b324dc22e
6
+ metadata.gz: b77e195937a9e7e08b11f89de6cfe0173f9f929e347c68b946f8f8d5b64e7f380a1791666a9ba33cd6abefbb8d95efdc2c418b655281fed383e70eeaf1c33ea0
7
+ data.tar.gz: e1926caf147c49714218a7159b497fb5e38d4fc91e68de281ae48a72f255c76a43b922a898ad8c8d01d81b0fbd6e8d83618b7408a10f6924218a82d8e9d2fecb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,76 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1058.0 (2025-02-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1057.0 (2025-02-27)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1056.0 (2025-02-26)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1055.0 (2025-02-25)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1054.0 (2025-02-21)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1053.0 (2025-02-20)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1052.0 (2025-02-18)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1051.0 (2025-02-17)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1050.0 (2025-02-11)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1049.0 (2025-02-10)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.1048.0 (2025-02-07)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.1047.0 (2025-02-06)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.1046.0 (2025-02-05)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
69
+ 1.1045.0 (2025-02-04)
70
+ ------------------
71
+
72
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
73
+
4
74
  1.1044.0 (2025-01-30)
5
75
  ------------------
6
76
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1044.0
1
+ 1.1058.0
@@ -386,7 +386,6 @@ module Aws
386
386
  'EMRServerless' => 'emr-serverless',
387
387
  'ElastiCache' => 'elasticache',
388
388
  'ElasticBeanstalk' => 'elasticbeanstalk',
389
- 'ElasticInference' => 'api.elastic-inference',
390
389
  'ElasticLoadBalancing' => 'elasticloadbalancing',
391
390
  'ElasticLoadBalancingV2' => 'elasticloadbalancing',
392
391
  'ElasticTranscoder' => 'elastictranscoder',
@@ -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
  }