aws-partitions 1.1114.0 → 1.1120.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions-metadata.json +3 -0
- data/partitions.json +13 -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: ccd86d8813594769bb0b46a2f0b40e6518d1d0c0698c30e47cd20cff42f6850a
|
4
|
+
data.tar.gz: ddcbc831c681acc9c41f95e81556d5497582702426808e093001c8b6cd31e647
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4eba7ffc1bcc8c75a2fb65c4b71cf646a25b6bd187637c1ec521939e43986b2416826593aceb9e05ff965698c4c7260f7f78ba46e410c1e45122077602755dce
|
7
|
+
data.tar.gz: 0affbd79063bbe8f9241c62667800ae17f3f86537bff1aeb93a6de98aadcf44fd4d20d3eca00869620d5aca45329a9cbd0334574b72bb2027dc50c111e19ba81
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1120.0 (2025-06-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
|
8
|
+
|
9
|
+
1.1119.0 (2025-06-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1118.0 (2025-06-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::AIOps`.
|
18
|
+
|
19
|
+
1.1117.0 (2025-06-17)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::MPA`.
|
23
|
+
|
24
|
+
1.1116.0 (2025-06-11)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1115.0 (2025-06-10)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.1114.0 (2025-06-09)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1120.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',
|
@@ -648,6 +650,7 @@ module Aws
|
|
648
650
|
'WorkSpaces' => 'workspaces',
|
649
651
|
'WorkSpacesThinClient' => 'thinclient',
|
650
652
|
'WorkSpacesWeb' => 'workspaces-web',
|
653
|
+
'WorkspacesInstances' => 'workspaces-instances',
|
651
654
|
'XRay' => 'xray',
|
652
655
|
}
|
653
656
|
# end service ids
|
data/partitions-metadata.json
CHANGED
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",
|
@@ -11969,6 +11972,7 @@
|
|
11969
11972
|
"tags" : [ "dualstack" ]
|
11970
11973
|
} ]
|
11971
11974
|
},
|
11975
|
+
"ap-east-2" : { },
|
11972
11976
|
"ap-northeast-1" : {
|
11973
11977
|
"variants" : [ {
|
11974
11978
|
"hostname" : "glue.ap-northeast-1.api.aws",
|
@@ -12674,6 +12678,7 @@
|
|
12674
12678
|
"il-central-1" : { },
|
12675
12679
|
"me-central-1" : { },
|
12676
12680
|
"me-south-1" : { },
|
12681
|
+
"mx-central-1" : { },
|
12677
12682
|
"sa-east-1" : { },
|
12678
12683
|
"us-east-1" : { },
|
12679
12684
|
"us-east-2" : { },
|
@@ -14793,6 +14798,7 @@
|
|
14793
14798
|
"tags" : [ "dualstack" ]
|
14794
14799
|
} ]
|
14795
14800
|
},
|
14801
|
+
"ap-east-2" : { },
|
14796
14802
|
"ap-northeast-1" : {
|
14797
14803
|
"variants" : [ {
|
14798
14804
|
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
@@ -26016,6 +26022,7 @@
|
|
26016
26022
|
"endpoints" : {
|
26017
26023
|
"af-south-1" : { },
|
26018
26024
|
"ap-east-1" : { },
|
26025
|
+
"ap-east-2" : { },
|
26019
26026
|
"ap-northeast-1" : { },
|
26020
26027
|
"ap-northeast-2" : { },
|
26021
26028
|
"ap-northeast-3" : { },
|
@@ -39378,6 +39385,12 @@
|
|
39378
39385
|
"us-isof-south-1" : { }
|
39379
39386
|
}
|
39380
39387
|
},
|
39388
|
+
"cloudtrail-data" : {
|
39389
|
+
"endpoints" : {
|
39390
|
+
"us-isof-east-1" : { },
|
39391
|
+
"us-isof-south-1" : { }
|
39392
|
+
}
|
39393
|
+
},
|
39381
39394
|
"codebuild" : {
|
39382
39395
|
"endpoints" : {
|
39383
39396
|
"us-isof-east-1" : { },
|