aws-partitions 1.1116.0 → 1.1118.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae7d9f14342cf84234b1c51bc29ab3901597bd0f6a46c6e75c6adc9af142533f
|
4
|
+
data.tar.gz: c4745a8e590cbf20117600fd47ef92a12b176c7db9dfad2dac7f42cb3656a6c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa64e7131e08b614e95a046920e1e466b85f28608f201e83ba54a08f66025cb270c9c5bf300cb97eae6c51a818132e1b00f52feca2d25dcac51b131d193ccdf1
|
7
|
+
data.tar.gz: a6cc507273e9234ecbf71919d021ad52685a8d7f2d53bf6a1ea8eeaeb1c81a0c5958680c8158482917904db478b0b1b1433418f3842edca7cac10f7c6feaedd2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1118.0 (2025-06-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::AIOps`.
|
8
|
+
|
9
|
+
1.1117.0 (2025-06-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::MPA`.
|
13
|
+
|
4
14
|
1.1116.0 (2025-06-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1118.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -247,6 +247,7 @@ module Aws
|
|
247
247
|
{
|
248
248
|
'ACM' => 'acm',
|
249
249
|
'ACMPCA' => 'acm-pca',
|
250
|
+
'AIOps' => 'aiops',
|
250
251
|
'APIGateway' => 'apigateway',
|
251
252
|
'ARCZonalShift' => 'arc-zonal-shift',
|
252
253
|
'AccessAnalyzer' => 'access-analyzer',
|
@@ -473,6 +474,7 @@ module Aws
|
|
473
474
|
'LookoutEquipment' => 'lookoutequipment',
|
474
475
|
'LookoutMetrics' => 'lookoutmetrics',
|
475
476
|
'LookoutforVision' => 'lookoutvision',
|
477
|
+
'MPA' => 'mpa',
|
476
478
|
'MQ' => 'mq',
|
477
479
|
'MTurk' => 'mturk-requester',
|
478
480
|
'MWAA' => 'airflow',
|
data/partitions.json
CHANGED
@@ -39381,6 +39381,12 @@
|
|
39381
39381
|
"us-isof-south-1" : { }
|
39382
39382
|
}
|
39383
39383
|
},
|
39384
|
+
"cloudtrail-data" : {
|
39385
|
+
"endpoints" : {
|
39386
|
+
"us-isof-east-1" : { },
|
39387
|
+
"us-isof-south-1" : { }
|
39388
|
+
}
|
39389
|
+
},
|
39384
39390
|
"codebuild" : {
|
39385
39391
|
"endpoints" : {
|
39386
39392
|
"us-isof-east-1" : { },
|