aws-partitions 1.1078.0 → 1.1095.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: 8fd50287c415813d1f8eff93a542c613c82e903aa52cffcb675a5747cefc4764
4
- data.tar.gz: 6fadb0762da0aa75218f287ef763214a76aebead0f53b138bd47deb6f2ada8bf
3
+ metadata.gz: 7fa47f72b23fb91432d88667668ef1c53dd5e8d9f700de206d19c6c9c50a269f
4
+ data.tar.gz: '01178c852047a2c21a5e4ffd4a3709eaf2572a78418d352878f2af62ecc9d207'
5
5
  SHA512:
6
- metadata.gz: dd861f036652eaa6cc25cbc34cd10cf813c9660c9572f3d665ddd955bab47cc543f93260d951530923594b1950a1ebb05fdc47fc14f67ea930060d54293de31e
7
- data.tar.gz: ebc8bcd981f375b688a334f19d0456cde3d4779bf0ff9e6a6fac7b143144f9ecd5023e7230326d605daae96af559998a41d85b8a127ae9ec37df2db87c88018e
6
+ metadata.gz: 6a7492fb70051b14af3cbfa9ddf1e67f9f01cc76966f4069ef48b846782e3641dfa91818416ce7e58a154d6a150397c1196db9cb1c155a943fefd43f5cab0f7a
7
+ data.tar.gz: d38ab1a049a9cb1cf8134e0d7dcc0a0ad872f2cdd89ca1ded57238cbea7affcf3de5a8f47e21db1e421e6bf46e8fd8c34d6aa29e4a3d540cbd6263f22d5150d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,91 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1095.0 (2025-04-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1094.0 (2025-04-29)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
13
+
14
+ 1.1093.0 (2025-04-28)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1092.0 (2025-04-25)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1091.0 (2025-04-23)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1090.0 (2025-04-18)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1089.0 (2025-04-17)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1088.0 (2025-04-16)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1087.0 (2025-04-14)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1086.0 (2025-04-11)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.1085.0 (2025-04-10)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.1084.0 (2025-04-09)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.1083.0 (2025-04-08)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
69
+ 1.1082.0 (2025-04-04)
70
+ ------------------
71
+
72
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
73
+
74
+ 1.1081.0 (2025-04-03)
75
+ ------------------
76
+
77
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
78
+
79
+ 1.1080.0 (2025-04-02)
80
+ ------------------
81
+
82
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
83
+
84
+ 1.1079.0 (2025-04-01)
85
+ ------------------
86
+
87
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
88
+
4
89
  1.1078.0 (2025-03-31)
5
90
  ------------------
6
91
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1078.0
1
+ 1.1095.0
@@ -585,6 +585,7 @@ module Aws
585
585
  'SQS' => 'sqs',
586
586
  'SSM' => 'ssm',
587
587
  'SSMContacts' => 'ssm-contacts',
588
+ 'SSMGuiConnect' => 'ssm-guiconnect',
588
589
  'SSMIncidents' => 'ssm-incidents',
589
590
  'SSMQuickSetup' => 'ssm-quicksetup',
590
591
  'SSO' => 'portal.sso',
@@ -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
  }