aws-partitions 1.1116.0 → 1.1119.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +10 -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: 6b0bee3c10d03a153524e38bcf483c53b0231fc55ab8b392d0995cc0dbbd25bf
|
4
|
+
data.tar.gz: 8ef889a0ecf02e06e9ccdbe34af5d4727217c2a7b6a060c328969d4e42232cf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7843b9b1da92ec3103ec79c944fcb62467b0d5e8ceb4e4e6a6b2b15d9b83c7f248d4d7de98bcd651482c06d4ec12985f68385c3ba675436baa6d498c9c32e465
|
7
|
+
data.tar.gz: 5e71ba6ee2b243d9e0d8e562acf8a18ffcda3b57500c72ffe0b3bf2569423bc45baafaa2c9edad7afb346cfba987d52dd6845b2688e634de134b0da9b9564efa
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1119.0 (2025-06-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1118.0 (2025-06-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::AIOps`.
|
13
|
+
|
14
|
+
1.1117.0 (2025-06-17)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::MPA`.
|
18
|
+
|
4
19
|
1.1116.0 (2025-06-11)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1119.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
@@ -2881,12 +2881,15 @@
|
|
2881
2881
|
"tags" : [ "dualstack" ]
|
2882
2882
|
} ]
|
2883
2883
|
},
|
2884
|
+
"ap-southeast-5" : { },
|
2885
|
+
"ap-southeast-7" : { },
|
2884
2886
|
"ca-central-1" : {
|
2885
2887
|
"variants" : [ {
|
2886
2888
|
"hostname" : "appsync.ca-central-1.api.aws",
|
2887
2889
|
"tags" : [ "dualstack" ]
|
2888
2890
|
} ]
|
2889
2891
|
},
|
2892
|
+
"ca-west-1" : { },
|
2890
2893
|
"eu-central-1" : {
|
2891
2894
|
"variants" : [ {
|
2892
2895
|
"hostname" : "appsync.eu-central-1.api.aws",
|
@@ -14795,6 +14798,7 @@
|
|
14795
14798
|
"tags" : [ "dualstack" ]
|
14796
14799
|
} ]
|
14797
14800
|
},
|
14801
|
+
"ap-east-2" : { },
|
14798
14802
|
"ap-northeast-1" : {
|
14799
14803
|
"variants" : [ {
|
14800
14804
|
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
@@ -39381,6 +39385,12 @@
|
|
39381
39385
|
"us-isof-south-1" : { }
|
39382
39386
|
}
|
39383
39387
|
},
|
39388
|
+
"cloudtrail-data" : {
|
39389
|
+
"endpoints" : {
|
39390
|
+
"us-isof-east-1" : { },
|
39391
|
+
"us-isof-south-1" : { }
|
39392
|
+
}
|
39393
|
+
},
|
39384
39394
|
"codebuild" : {
|
39385
39395
|
"endpoints" : {
|
39386
39396
|
"us-isof-east-1" : { },
|