aws-partitions 1.735.0 → 1.819.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 +4 -4
- data/CHANGELOG.md +428 -0
- data/VERSION +1 -1
- data/lib/aws-partitions/partition_list.rb +1 -1
- data/lib/aws-partitions.rb +14 -1
- data/partitions-metadata.json +26 -1
- data/partitions.json +2195 -301
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e966198dd1d433f35e30cb68b571563f1b2b92df25b0583e8ad39277d9310b7d
|
4
|
+
data.tar.gz: fb7969144f46a9c2dbc7dd061f2cd6d0e27246b1ee320a1a0af40475e513e3fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b5a41b9bd04b2ca805d5d3abb0581df03abaf57c6d517a97b46d2df03665bd7ca4bfb16eebbe230156286d373fc1f943f0e333bec80fb52ba4d8dda717764dd
|
7
|
+
data.tar.gz: 30214152ea7637c8e19f6315b815a41ee7f995ec386d127c7735609e53c3645ba8447434c005dff5238f634a03f2aaa7785098d1ba4eda717cb5eb902c72963f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,434 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.819.0 (2023-09-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.818.0 (2023-09-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.817.0 (2023-09-05)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.816.0 (2023-09-01)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.815.0 (2023-08-31)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.814.0 (2023-08-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Added support for enumerating regions for `Aws::PcaConnectorAd`.
|
33
|
+
|
34
|
+
* Feature - Added support for enumerating regions for `Aws::Neptunedata`.
|
35
|
+
|
36
|
+
1.813.0 (2023-08-28)
|
37
|
+
------------------
|
38
|
+
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
40
|
+
|
41
|
+
1.812.0 (2023-08-25)
|
42
|
+
------------------
|
43
|
+
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
45
|
+
|
46
|
+
1.811.0 (2023-08-24)
|
47
|
+
------------------
|
48
|
+
|
49
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
50
|
+
|
51
|
+
1.810.0 (2023-08-23)
|
52
|
+
------------------
|
53
|
+
|
54
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
55
|
+
|
56
|
+
1.809.0 (2023-08-22)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
60
|
+
|
61
|
+
1.808.0 (2023-08-21)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
65
|
+
|
66
|
+
1.807.0 (2023-08-18)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
70
|
+
|
71
|
+
1.806.0 (2023-08-17)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
75
|
+
|
76
|
+
1.805.0 (2023-08-15)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
80
|
+
|
81
|
+
1.804.0 (2023-08-14)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
85
|
+
|
86
|
+
1.803.0 (2023-08-11)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
90
|
+
|
91
|
+
1.802.0 (2023-08-10)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
95
|
+
|
96
|
+
1.801.0 (2023-08-09)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
100
|
+
|
101
|
+
1.800.0 (2023-08-08)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
105
|
+
|
106
|
+
1.799.0 (2023-08-07)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
110
|
+
|
111
|
+
1.798.0 (2023-08-04)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
115
|
+
|
116
|
+
1.797.0 (2023-08-02)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
120
|
+
|
121
|
+
1.796.0 (2023-08-01)
|
122
|
+
------------------
|
123
|
+
|
124
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
125
|
+
|
126
|
+
1.795.0 (2023-07-31)
|
127
|
+
------------------
|
128
|
+
|
129
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
130
|
+
|
131
|
+
1.794.0 (2023-07-28)
|
132
|
+
------------------
|
133
|
+
|
134
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
135
|
+
|
136
|
+
1.793.0 (2023-07-26)
|
137
|
+
------------------
|
138
|
+
|
139
|
+
* Feature - Added support for enumerating regions for `Aws::ManagedBlockchainQuery`.
|
140
|
+
|
141
|
+
* Feature - Added support for enumerating regions for `Aws::EntityResolution`.
|
142
|
+
|
143
|
+
1.792.0 (2023-07-24)
|
144
|
+
------------------
|
145
|
+
|
146
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
147
|
+
|
148
|
+
1.791.0 (2023-07-21)
|
149
|
+
------------------
|
150
|
+
|
151
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
152
|
+
|
153
|
+
1.790.0 (2023-07-20)
|
154
|
+
------------------
|
155
|
+
|
156
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
157
|
+
|
158
|
+
1.789.0 (2023-07-19)
|
159
|
+
------------------
|
160
|
+
|
161
|
+
* Feature - Added support for enumerating regions for `Aws::MedicalImaging`.
|
162
|
+
|
163
|
+
1.788.0 (2023-07-18)
|
164
|
+
------------------
|
165
|
+
|
166
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
167
|
+
|
168
|
+
1.787.0 (2023-07-17)
|
169
|
+
------------------
|
170
|
+
|
171
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
172
|
+
|
173
|
+
1.786.0 (2023-07-13)
|
174
|
+
------------------
|
175
|
+
|
176
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
177
|
+
|
178
|
+
1.785.0 (2023-07-07)
|
179
|
+
------------------
|
180
|
+
|
181
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
182
|
+
|
183
|
+
1.784.0 (2023-07-06)
|
184
|
+
------------------
|
185
|
+
|
186
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
187
|
+
|
188
|
+
1.783.0 (2023-07-03)
|
189
|
+
------------------
|
190
|
+
|
191
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
192
|
+
|
193
|
+
1.782.0 (2023-06-27)
|
194
|
+
------------------
|
195
|
+
|
196
|
+
* Feature - Added support for enumerating regions for `Aws::AppFabric`.
|
197
|
+
|
198
|
+
1.781.0 (2023-06-20)
|
199
|
+
------------------
|
200
|
+
|
201
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
202
|
+
|
203
|
+
1.780.0 (2023-06-15)
|
204
|
+
------------------
|
205
|
+
|
206
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
207
|
+
|
208
|
+
1.779.0 (2023-06-13)
|
209
|
+
------------------
|
210
|
+
|
211
|
+
* Feature - Added support for enumerating regions for `Aws::VerifiedPermissions`.
|
212
|
+
|
213
|
+
* Feature - Added support for enumerating regions for `Aws::CodeGuruSecurity`.
|
214
|
+
|
215
|
+
1.778.0 (2023-06-12)
|
216
|
+
------------------
|
217
|
+
|
218
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
219
|
+
|
220
|
+
1.777.0 (2023-06-08)
|
221
|
+
------------------
|
222
|
+
|
223
|
+
* Feature - Added support for enumerating regions for `Aws::PaymentCryptographyData`.
|
224
|
+
|
225
|
+
* Feature - Added support for enumerating regions for `Aws::PaymentCryptography`.
|
226
|
+
|
227
|
+
1.776.0 (2023-06-06)
|
228
|
+
------------------
|
229
|
+
|
230
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
231
|
+
|
232
|
+
1.775.0 (2023-06-05)
|
233
|
+
------------------
|
234
|
+
|
235
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
236
|
+
|
237
|
+
1.774.0 (2023-06-02)
|
238
|
+
------------------
|
239
|
+
|
240
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
241
|
+
|
242
|
+
1.773.0 (2023-06-01)
|
243
|
+
------------------
|
244
|
+
|
245
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
246
|
+
|
247
|
+
1.772.0 (2023-05-30)
|
248
|
+
------------------
|
249
|
+
|
250
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
251
|
+
|
252
|
+
1.771.0 (2023-05-26)
|
253
|
+
------------------
|
254
|
+
|
255
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
256
|
+
|
257
|
+
1.770.0 (2023-05-25)
|
258
|
+
------------------
|
259
|
+
|
260
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
261
|
+
|
262
|
+
1.769.0 (2023-05-24)
|
263
|
+
------------------
|
264
|
+
|
265
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
266
|
+
|
267
|
+
1.768.0 (2023-05-23)
|
268
|
+
------------------
|
269
|
+
|
270
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
271
|
+
|
272
|
+
1.767.0 (2023-05-19)
|
273
|
+
------------------
|
274
|
+
|
275
|
+
* Feature - Added support for enumerating regions for `Aws::MediaPackageV2`.
|
276
|
+
|
277
|
+
1.766.0 (2023-05-18)
|
278
|
+
------------------
|
279
|
+
|
280
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
281
|
+
|
282
|
+
1.765.0 (2023-05-16)
|
283
|
+
------------------
|
284
|
+
|
285
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
286
|
+
|
287
|
+
1.764.0 (2023-05-15)
|
288
|
+
------------------
|
289
|
+
|
290
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
291
|
+
|
292
|
+
1.763.0 (2023-05-11)
|
293
|
+
------------------
|
294
|
+
|
295
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
296
|
+
|
297
|
+
1.762.0 (2023-05-09)
|
298
|
+
------------------
|
299
|
+
|
300
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
301
|
+
|
302
|
+
1.761.0 (2023-05-08)
|
303
|
+
------------------
|
304
|
+
|
305
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
306
|
+
|
307
|
+
1.760.0 (2023-05-04)
|
308
|
+
------------------
|
309
|
+
|
310
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
311
|
+
|
312
|
+
1.759.0 (2023-05-02)
|
313
|
+
------------------
|
314
|
+
|
315
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
316
|
+
|
317
|
+
1.758.0 (2023-05-01)
|
318
|
+
------------------
|
319
|
+
|
320
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
321
|
+
|
322
|
+
1.757.0 (2023-04-28)
|
323
|
+
------------------
|
324
|
+
|
325
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
326
|
+
|
327
|
+
1.756.0 (2023-04-27)
|
328
|
+
------------------
|
329
|
+
|
330
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
331
|
+
|
332
|
+
1.755.0 (2023-04-26)
|
333
|
+
------------------
|
334
|
+
|
335
|
+
* Feature - Added support for enumerating regions for `Aws::OSIS`.
|
336
|
+
|
337
|
+
1.754.0 (2023-04-25)
|
338
|
+
------------------
|
339
|
+
|
340
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
341
|
+
|
342
|
+
1.753.0 (2023-04-24)
|
343
|
+
------------------
|
344
|
+
|
345
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
346
|
+
|
347
|
+
1.752.0 (2023-04-21)
|
348
|
+
------------------
|
349
|
+
|
350
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
351
|
+
|
352
|
+
1.751.0 (2023-04-20)
|
353
|
+
------------------
|
354
|
+
|
355
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
356
|
+
|
357
|
+
1.750.0 (2023-04-19)
|
358
|
+
------------------
|
359
|
+
|
360
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
361
|
+
|
362
|
+
1.749.0 (2023-04-17)
|
363
|
+
------------------
|
364
|
+
|
365
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
366
|
+
|
367
|
+
1.748.0 (2023-04-14)
|
368
|
+
------------------
|
369
|
+
|
370
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
371
|
+
|
372
|
+
1.747.0 (2023-04-13)
|
373
|
+
------------------
|
374
|
+
|
375
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
376
|
+
|
377
|
+
1.746.0 (2023-04-12)
|
378
|
+
------------------
|
379
|
+
|
380
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
381
|
+
|
382
|
+
1.745.0 (2023-04-11)
|
383
|
+
------------------
|
384
|
+
|
385
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
386
|
+
|
387
|
+
1.744.0 (2023-04-10)
|
388
|
+
------------------
|
389
|
+
|
390
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
391
|
+
|
392
|
+
1.743.0 (2023-04-06)
|
393
|
+
------------------
|
394
|
+
|
395
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
396
|
+
|
397
|
+
1.742.0 (2023-04-05)
|
398
|
+
------------------
|
399
|
+
|
400
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
401
|
+
|
402
|
+
1.741.0 (2023-04-04)
|
403
|
+
------------------
|
404
|
+
|
405
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
406
|
+
|
407
|
+
1.740.0 (2023-04-03)
|
408
|
+
------------------
|
409
|
+
|
410
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
411
|
+
|
412
|
+
1.739.0 (2023-03-31)
|
413
|
+
------------------
|
414
|
+
|
415
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
416
|
+
|
417
|
+
1.738.0 (2023-03-30)
|
418
|
+
------------------
|
419
|
+
|
420
|
+
* Feature - Added support for enumerating regions for `Aws::VPCLattice`.
|
421
|
+
|
422
|
+
1.737.0 (2023-03-29)
|
423
|
+
------------------
|
424
|
+
|
425
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
426
|
+
|
427
|
+
1.736.0 (2023-03-28)
|
428
|
+
------------------
|
429
|
+
|
430
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
431
|
+
|
4
432
|
1.735.0 (2023-03-24)
|
5
433
|
------------------
|
6
434
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.819.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -195,7 +195,7 @@ module Aws
|
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
|
-
# @param [Hash]
|
198
|
+
# @param [Hash] partition_metadata
|
199
199
|
# @api private For Internal use only
|
200
200
|
def merge_metadata(partition_metadata)
|
201
201
|
default_partition_list.merge_metadata(partition_metadata)
|
@@ -258,6 +258,7 @@ module Aws
|
|
258
258
|
'ApiGatewayV2' => 'apigateway',
|
259
259
|
'AppConfig' => 'appconfig',
|
260
260
|
'AppConfigData' => 'appconfigdata',
|
261
|
+
'AppFabric' => 'appfabric',
|
261
262
|
'AppIntegrationsService' => 'app-integrations',
|
262
263
|
'AppMesh' => 'appmesh',
|
263
264
|
'AppRegistry' => 'servicecatalog-appregistry',
|
@@ -310,6 +311,7 @@ module Aws
|
|
310
311
|
'CodeDeploy' => 'codedeploy',
|
311
312
|
'CodeGuruProfiler' => 'codeguru-profiler',
|
312
313
|
'CodeGuruReviewer' => 'codeguru-reviewer',
|
314
|
+
'CodeGuruSecurity' => 'codeguru-security',
|
313
315
|
'CodePipeline' => 'codepipeline',
|
314
316
|
'CodeStar' => 'codestar',
|
315
317
|
'CodeStarNotifications' => 'codestar-notifications',
|
@@ -365,6 +367,7 @@ module Aws
|
|
365
367
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
366
368
|
'ElasticTranscoder' => 'elastictranscoder',
|
367
369
|
'ElasticsearchService' => 'es',
|
370
|
+
'EntityResolution' => 'entityresolution',
|
368
371
|
'EventBridge' => 'events',
|
369
372
|
'FIS' => 'fis',
|
370
373
|
'FMS' => 'fms',
|
@@ -451,6 +454,7 @@ module Aws
|
|
451
454
|
'Macie2' => 'macie2',
|
452
455
|
'MainframeModernization' => 'm2',
|
453
456
|
'ManagedBlockchain' => 'managedblockchain',
|
457
|
+
'ManagedBlockchainQuery' => 'managedblockchain-query',
|
454
458
|
'ManagedGrafana' => 'grafana',
|
455
459
|
'MarketplaceCatalog' => 'catalog.marketplace',
|
456
460
|
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
|
@@ -460,10 +464,12 @@ module Aws
|
|
460
464
|
'MediaConvert' => 'mediaconvert',
|
461
465
|
'MediaLive' => 'medialive',
|
462
466
|
'MediaPackage' => 'mediapackage',
|
467
|
+
'MediaPackageV2' => 'mediapackagev2',
|
463
468
|
'MediaPackageVod' => 'mediapackage-vod',
|
464
469
|
'MediaStore' => 'mediastore',
|
465
470
|
'MediaStoreData' => 'data.mediastore',
|
466
471
|
'MediaTailor' => 'api.mediatailor',
|
472
|
+
'MedicalImaging' => 'medical-imaging',
|
467
473
|
'MemoryDB' => 'memory-db',
|
468
474
|
'Mgn' => 'mgn',
|
469
475
|
'MigrationHub' => 'mgh',
|
@@ -473,10 +479,12 @@ module Aws
|
|
473
479
|
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
474
480
|
'Mobile' => 'mobile',
|
475
481
|
'Neptune' => 'rds',
|
482
|
+
'Neptunedata' => 'neptune-db',
|
476
483
|
'NetworkFirewall' => 'network-firewall',
|
477
484
|
'NetworkManager' => 'networkmanager',
|
478
485
|
'NimbleStudio' => 'nimble',
|
479
486
|
'OAM' => 'oam',
|
487
|
+
'OSIS' => 'osis',
|
480
488
|
'Omics' => 'omics',
|
481
489
|
'OpenSearchServerless' => 'aoss',
|
482
490
|
'OpenSearchService' => 'es',
|
@@ -486,6 +494,9 @@ module Aws
|
|
486
494
|
'Outposts' => 'outposts',
|
487
495
|
'PI' => 'pi',
|
488
496
|
'Panorama' => 'panorama',
|
497
|
+
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
498
|
+
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
499
|
+
'PcaConnectorAd' => 'pca-connector-ad',
|
489
500
|
'Personalize' => 'personalize',
|
490
501
|
'PersonalizeEvents' => 'personalize-events',
|
491
502
|
'PersonalizeRuntime' => 'personalize-runtime',
|
@@ -574,6 +585,8 @@ module Aws
|
|
574
585
|
'TranscribeStreamingService' => 'transcribestreaming',
|
575
586
|
'Transfer' => 'transfer',
|
576
587
|
'Translate' => 'translate',
|
588
|
+
'VPCLattice' => 'vpc-lattice',
|
589
|
+
'VerifiedPermissions' => 'verifiedpermissions',
|
577
590
|
'VoiceID' => 'voiceid',
|
578
591
|
'WAF' => 'waf',
|
579
592
|
'WAFRegional' => 'waf-regional',
|
data/partitions-metadata.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"supportsDualStack" : true,
|
9
9
|
"supportsFIPS" : true
|
10
10
|
},
|
11
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
11
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
12
12
|
"regions" : {
|
13
13
|
"af-south-1" : {
|
14
14
|
"description" : "Africa (Cape Town)"
|
@@ -73,6 +73,9 @@
|
|
73
73
|
"eu-west-3" : {
|
74
74
|
"description" : "Europe (Paris)"
|
75
75
|
},
|
76
|
+
"il-central-1" : {
|
77
|
+
"description" : "Israel (Tel Aviv)"
|
78
|
+
},
|
76
79
|
"me-central-1" : {
|
77
80
|
"description" : "Middle East (UAE)"
|
78
81
|
},
|
@@ -176,6 +179,28 @@
|
|
176
179
|
"description" : "US ISOB East (Ohio)"
|
177
180
|
}
|
178
181
|
}
|
182
|
+
}, {
|
183
|
+
"id" : "aws-iso-e",
|
184
|
+
"outputs" : {
|
185
|
+
"dnsSuffix" : "cloud.adc-e.uk",
|
186
|
+
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
187
|
+
"name" : "aws-iso-e",
|
188
|
+
"supportsDualStack" : false,
|
189
|
+
"supportsFIPS" : true
|
190
|
+
},
|
191
|
+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
192
|
+
"regions" : { }
|
193
|
+
}, {
|
194
|
+
"id" : "aws-iso-f",
|
195
|
+
"outputs" : {
|
196
|
+
"dnsSuffix" : "csp.hci.ic.gov",
|
197
|
+
"dualStackDnsSuffix" : "csp.hci.ic.gov",
|
198
|
+
"name" : "aws-iso-f",
|
199
|
+
"supportsDualStack" : false,
|
200
|
+
"supportsFIPS" : true
|
201
|
+
},
|
202
|
+
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
203
|
+
"regions" : { }
|
179
204
|
} ],
|
180
205
|
"version" : "1.1"
|
181
206
|
}
|