aws-partitions 1.1116.0 → 1.1126.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 +50 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +5 -0
- data/partitions.json +73 -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: 2a16699fd84884ccb0fe9904d09cbb09e695a8b0f21654d89f334ebf0d64a992
|
4
|
+
data.tar.gz: fa39670435cd840b8d869c048c10526a053095435344f48de4f5623d10cd2d4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76d149b7117f8f916acf19a632cf0015bee4ae740559fc658cfadb48b4c54ed7eb2dda0b90bb8b6749efbb9a62972b8fecab5ea625bb49bd1b790bc30c767ab2
|
7
|
+
data.tar.gz: bd2c126192c5887a3a0437881b9d9dba5054b3d729f75735ff0464f64d12ce07bb87998f20cde165c434dbb1e858993512b9e4743c5497d08f5fff19b280ee97
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,56 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1126.0 (2025-07-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1125.0 (2025-07-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1124.0 (2025-07-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Odb`.
|
18
|
+
|
19
|
+
1.1123.0 (2025-06-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1122.0 (2025-06-27)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1121.0 (2025-06-26)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
|
33
|
+
|
34
|
+
1.1120.0 (2025-06-23)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
|
38
|
+
|
39
|
+
1.1119.0 (2025-06-20)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.1118.0 (2025-06-18)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Added support for enumerating regions for `Aws::AIOps`.
|
48
|
+
|
49
|
+
1.1117.0 (2025-06-17)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Added support for enumerating regions for `Aws::MPA`.
|
53
|
+
|
4
54
|
1.1116.0 (2025-06-11)
|
5
55
|
------------------
|
6
56
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1126.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',
|
@@ -450,6 +451,7 @@ module Aws
|
|
450
451
|
'Kendra' => 'kendra',
|
451
452
|
'KendraRanking' => 'kendra-ranking',
|
452
453
|
'Keyspaces' => 'cassandra',
|
454
|
+
'KeyspacesStreams' => 'cassandra-streams',
|
453
455
|
'Kinesis' => 'kinesis',
|
454
456
|
'KinesisAnalytics' => 'kinesisanalytics',
|
455
457
|
'KinesisAnalyticsV2' => 'kinesisanalytics',
|
@@ -473,6 +475,7 @@ module Aws
|
|
473
475
|
'LookoutEquipment' => 'lookoutequipment',
|
474
476
|
'LookoutMetrics' => 'lookoutmetrics',
|
475
477
|
'LookoutforVision' => 'lookoutvision',
|
478
|
+
'MPA' => 'mpa',
|
476
479
|
'MQ' => 'mq',
|
477
480
|
'MTurk' => 'mturk-requester',
|
478
481
|
'MWAA' => 'airflow',
|
@@ -519,6 +522,7 @@ module Aws
|
|
519
522
|
'OAM' => 'oam',
|
520
523
|
'OSIS' => 'osis',
|
521
524
|
'ObservabilityAdmin' => 'observabilityadmin',
|
525
|
+
'Odb' => 'odb',
|
522
526
|
'Omics' => 'omics',
|
523
527
|
'OpenSearchServerless' => 'aoss',
|
524
528
|
'OpenSearchService' => 'es',
|
@@ -648,6 +652,7 @@ module Aws
|
|
648
652
|
'WorkSpaces' => 'workspaces',
|
649
653
|
'WorkSpacesThinClient' => 'thinclient',
|
650
654
|
'WorkSpacesWeb' => 'workspaces-web',
|
655
|
+
'WorkspacesInstances' => 'workspaces-instances',
|
651
656
|
'XRay' => 'xray',
|
652
657
|
}
|
653
658
|
# end service ids
|
data/partitions.json
CHANGED
@@ -1625,6 +1625,7 @@
|
|
1625
1625
|
"endpoints" : {
|
1626
1626
|
"af-south-1" : { },
|
1627
1627
|
"ap-east-1" : { },
|
1628
|
+
"ap-east-2" : { },
|
1628
1629
|
"ap-northeast-1" : { },
|
1629
1630
|
"ap-northeast-2" : { },
|
1630
1631
|
"ap-northeast-3" : { },
|
@@ -2881,12 +2882,15 @@
|
|
2881
2882
|
"tags" : [ "dualstack" ]
|
2882
2883
|
} ]
|
2883
2884
|
},
|
2885
|
+
"ap-southeast-5" : { },
|
2886
|
+
"ap-southeast-7" : { },
|
2884
2887
|
"ca-central-1" : {
|
2885
2888
|
"variants" : [ {
|
2886
2889
|
"hostname" : "appsync.ca-central-1.api.aws",
|
2887
2890
|
"tags" : [ "dualstack" ]
|
2888
2891
|
} ]
|
2889
2892
|
},
|
2893
|
+
"ca-west-1" : { },
|
2890
2894
|
"eu-central-1" : {
|
2891
2895
|
"variants" : [ {
|
2892
2896
|
"hostname" : "appsync.eu-central-1.api.aws",
|
@@ -3157,6 +3161,7 @@
|
|
3157
3161
|
"tags" : [ "dualstack" ]
|
3158
3162
|
} ]
|
3159
3163
|
},
|
3164
|
+
"ap-east-2" : { },
|
3160
3165
|
"ap-northeast-1" : {
|
3161
3166
|
"variants" : [ {
|
3162
3167
|
"hostname" : "athena.ap-northeast-1.api.aws",
|
@@ -5018,6 +5023,7 @@
|
|
5018
5023
|
"tags" : [ "dualstack" ]
|
5019
5024
|
} ]
|
5020
5025
|
},
|
5026
|
+
"eu-south-2" : { },
|
5021
5027
|
"eu-west-1" : {
|
5022
5028
|
"variants" : [ {
|
5023
5029
|
"hostname" : "cloudhsmv2.eu-west-1.api.aws",
|
@@ -6636,6 +6642,9 @@
|
|
6636
6642
|
"connect-campaigns" : {
|
6637
6643
|
"endpoints" : {
|
6638
6644
|
"af-south-1" : { },
|
6645
|
+
"ap-northeast-1" : { },
|
6646
|
+
"ap-northeast-2" : { },
|
6647
|
+
"ap-southeast-1" : { },
|
6639
6648
|
"ap-southeast-2" : { },
|
6640
6649
|
"ca-central-1" : { },
|
6641
6650
|
"eu-central-1" : { },
|
@@ -9330,6 +9339,7 @@
|
|
9330
9339
|
"tags" : [ "dualstack" ]
|
9331
9340
|
} ]
|
9332
9341
|
},
|
9342
|
+
"me-central-1" : { },
|
9333
9343
|
"me-south-1" : {
|
9334
9344
|
"variants" : [ {
|
9335
9345
|
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
@@ -10039,6 +10049,7 @@
|
|
10039
10049
|
"ap-northeast-2" : { },
|
10040
10050
|
"ap-northeast-3" : { },
|
10041
10051
|
"ap-south-1" : { },
|
10052
|
+
"ap-south-2" : { },
|
10042
10053
|
"ap-southeast-1" : { },
|
10043
10054
|
"ap-southeast-2" : { },
|
10044
10055
|
"ap-southeast-3" : { },
|
@@ -10049,6 +10060,7 @@
|
|
10049
10060
|
} ]
|
10050
10061
|
},
|
10051
10062
|
"eu-central-1" : { },
|
10063
|
+
"eu-central-2" : { },
|
10052
10064
|
"eu-north-1" : { },
|
10053
10065
|
"eu-south-1" : { },
|
10054
10066
|
"eu-west-1" : { },
|
@@ -10090,6 +10102,7 @@
|
|
10090
10102
|
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
10091
10103
|
},
|
10092
10104
|
"il-central-1" : { },
|
10105
|
+
"me-central-1" : { },
|
10093
10106
|
"me-south-1" : { },
|
10094
10107
|
"sa-east-1" : { },
|
10095
10108
|
"us-east-1" : {
|
@@ -11713,6 +11726,8 @@
|
|
11713
11726
|
"ap-south-1" : { },
|
11714
11727
|
"ap-southeast-1" : { },
|
11715
11728
|
"ap-southeast-2" : { },
|
11729
|
+
"ap-southeast-5" : { },
|
11730
|
+
"ap-southeast-7" : { },
|
11716
11731
|
"ca-central-1" : { },
|
11717
11732
|
"eu-central-1" : { },
|
11718
11733
|
"eu-north-1" : { },
|
@@ -12832,14 +12847,20 @@
|
|
12832
12847
|
"ap-northeast-2" : { },
|
12833
12848
|
"ap-northeast-3" : { },
|
12834
12849
|
"ap-south-1" : { },
|
12850
|
+
"ap-south-2" : { },
|
12835
12851
|
"ap-southeast-1" : { },
|
12836
12852
|
"ap-southeast-2" : { },
|
12837
12853
|
"ap-southeast-3" : { },
|
12854
|
+
"ap-southeast-4" : { },
|
12855
|
+
"ap-southeast-5" : { },
|
12856
|
+
"ap-southeast-7" : { },
|
12838
12857
|
"ca-central-1" : { },
|
12858
|
+
"ca-west-1" : { },
|
12839
12859
|
"eu-central-1" : { },
|
12840
12860
|
"eu-central-2" : { },
|
12841
12861
|
"eu-north-1" : { },
|
12842
12862
|
"eu-south-1" : { },
|
12863
|
+
"eu-south-2" : { },
|
12843
12864
|
"eu-west-1" : { },
|
12844
12865
|
"eu-west-2" : { },
|
12845
12866
|
"eu-west-3" : { },
|
@@ -12871,7 +12892,10 @@
|
|
12871
12892
|
"deprecated" : true,
|
12872
12893
|
"hostname" : "inspector2-fips.us-west-2.amazonaws.com"
|
12873
12894
|
},
|
12895
|
+
"il-central-1" : { },
|
12896
|
+
"me-central-1" : { },
|
12874
12897
|
"me-south-1" : { },
|
12898
|
+
"mx-central-1" : { },
|
12875
12899
|
"sa-east-1" : { },
|
12876
12900
|
"us-east-1" : {
|
12877
12901
|
"variants" : [ {
|
@@ -14229,6 +14253,7 @@
|
|
14229
14253
|
"endpoints" : {
|
14230
14254
|
"af-south-1" : { },
|
14231
14255
|
"ap-east-1" : { },
|
14256
|
+
"ap-east-2" : { },
|
14232
14257
|
"ap-northeast-1" : { },
|
14233
14258
|
"ap-northeast-2" : { },
|
14234
14259
|
"ap-northeast-3" : { },
|
@@ -14795,6 +14820,7 @@
|
|
14795
14820
|
"tags" : [ "dualstack" ]
|
14796
14821
|
} ]
|
14797
14822
|
},
|
14823
|
+
"ap-east-2" : { },
|
14798
14824
|
"ap-northeast-1" : {
|
14799
14825
|
"variants" : [ {
|
14800
14826
|
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
@@ -22481,6 +22507,7 @@
|
|
22481
22507
|
"endpoints" : {
|
22482
22508
|
"af-south-1" : { },
|
22483
22509
|
"ap-east-1" : { },
|
22510
|
+
"ap-east-2" : { },
|
22484
22511
|
"ap-northeast-1" : { },
|
22485
22512
|
"ap-northeast-2" : { },
|
22486
22513
|
"ap-northeast-3" : { },
|
@@ -22490,6 +22517,8 @@
|
|
22490
22517
|
"ap-southeast-2" : { },
|
22491
22518
|
"ap-southeast-3" : { },
|
22492
22519
|
"ap-southeast-4" : { },
|
22520
|
+
"ap-southeast-5" : { },
|
22521
|
+
"ap-southeast-7" : { },
|
22493
22522
|
"ca-central-1" : { },
|
22494
22523
|
"ca-west-1" : { },
|
22495
22524
|
"eu-central-1" : { },
|
@@ -22503,6 +22532,7 @@
|
|
22503
22532
|
"il-central-1" : { },
|
22504
22533
|
"me-central-1" : { },
|
22505
22534
|
"me-south-1" : { },
|
22535
|
+
"mx-central-1" : { },
|
22506
22536
|
"sa-east-1" : { },
|
22507
22537
|
"us-east-1" : { },
|
22508
22538
|
"us-east-2" : { },
|
@@ -35327,6 +35357,12 @@
|
|
35327
35357
|
}
|
35328
35358
|
}
|
35329
35359
|
},
|
35360
|
+
"scheduler" : {
|
35361
|
+
"endpoints" : {
|
35362
|
+
"us-gov-east-1" : { },
|
35363
|
+
"us-gov-west-1" : { }
|
35364
|
+
}
|
35365
|
+
},
|
35330
35366
|
"schemas" : {
|
35331
35367
|
"endpoints" : {
|
35332
35368
|
"us-gov-east-1" : { },
|
@@ -36646,6 +36682,12 @@
|
|
36646
36682
|
"us-iso-west-1" : { }
|
36647
36683
|
}
|
36648
36684
|
},
|
36685
|
+
"backup" : {
|
36686
|
+
"endpoints" : {
|
36687
|
+
"us-iso-east-1" : { },
|
36688
|
+
"us-iso-west-1" : { }
|
36689
|
+
}
|
36690
|
+
},
|
36649
36691
|
"batch" : {
|
36650
36692
|
"endpoints" : {
|
36651
36693
|
"us-iso-east-1" : { }
|
@@ -37204,6 +37246,11 @@
|
|
37204
37246
|
}
|
37205
37247
|
}
|
37206
37248
|
},
|
37249
|
+
"lakeformation" : {
|
37250
|
+
"endpoints" : {
|
37251
|
+
"us-iso-east-1" : { }
|
37252
|
+
}
|
37253
|
+
},
|
37207
37254
|
"lambda" : {
|
37208
37255
|
"endpoints" : {
|
37209
37256
|
"us-iso-east-1" : { },
|
@@ -37769,6 +37816,11 @@
|
|
37769
37816
|
}
|
37770
37817
|
}
|
37771
37818
|
},
|
37819
|
+
"wafv2" : {
|
37820
|
+
"endpoints" : {
|
37821
|
+
"us-iso-east-1" : { }
|
37822
|
+
}
|
37823
|
+
},
|
37772
37824
|
"workspaces" : {
|
37773
37825
|
"endpoints" : {
|
37774
37826
|
"fips-us-iso-east-1" : {
|
@@ -37893,6 +37945,11 @@
|
|
37893
37945
|
"us-isob-east-1" : { }
|
37894
37946
|
}
|
37895
37947
|
},
|
37948
|
+
"backup" : {
|
37949
|
+
"endpoints" : {
|
37950
|
+
"us-isob-east-1" : { }
|
37951
|
+
}
|
37952
|
+
},
|
37896
37953
|
"batch" : {
|
37897
37954
|
"endpoints" : {
|
37898
37955
|
"us-isob-east-1" : { }
|
@@ -38634,6 +38691,11 @@
|
|
38634
38691
|
"us-isob-east-1" : { }
|
38635
38692
|
}
|
38636
38693
|
},
|
38694
|
+
"wafv2" : {
|
38695
|
+
"endpoints" : {
|
38696
|
+
"us-isob-east-1" : { }
|
38697
|
+
}
|
38698
|
+
},
|
38637
38699
|
"workspaces" : {
|
38638
38700
|
"endpoints" : {
|
38639
38701
|
"fips-us-isob-east-1" : {
|
@@ -39105,6 +39167,11 @@
|
|
39105
39167
|
"eu-isoe-west-1" : { }
|
39106
39168
|
}
|
39107
39169
|
},
|
39170
|
+
"schemas" : {
|
39171
|
+
"endpoints" : {
|
39172
|
+
"eu-isoe-west-1" : { }
|
39173
|
+
}
|
39174
|
+
},
|
39108
39175
|
"secretsmanager" : {
|
39109
39176
|
"endpoints" : {
|
39110
39177
|
"eu-isoe-west-1" : { }
|
@@ -39381,6 +39448,12 @@
|
|
39381
39448
|
"us-isof-south-1" : { }
|
39382
39449
|
}
|
39383
39450
|
},
|
39451
|
+
"cloudtrail-data" : {
|
39452
|
+
"endpoints" : {
|
39453
|
+
"us-isof-east-1" : { },
|
39454
|
+
"us-isof-south-1" : { }
|
39455
|
+
}
|
39456
|
+
},
|
39384
39457
|
"codebuild" : {
|
39385
39458
|
"endpoints" : {
|
39386
39459
|
"us-isof-east-1" : { },
|