aws-partitions 1.1117.0 → 1.1125.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 +40 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -0
- data/partitions.json +66 -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: e1b2ae0b9d958bd6970a9fe15c7102042187cd35dd27368e2467cf8b93edb6d6
|
4
|
+
data.tar.gz: a353915d3d1f9e1f1370712f15f9150dbadfb9c2f96da423cfa80ff0649837f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 536ea5ac808387c53cfc58e60717ec1e4f1a2fdc422063a34b46bd94ffe813c0e229e6f00c3a5e4fb9255e6a41b1ade7b1cc105d649f55da7dcd4025189eb47d
|
7
|
+
data.tar.gz: d695e9ee3783327b562901cfe5e1d829140b07c1bc0ac1bd29520c206a2a0834c6eddde219426c97e9585dbad5fd5627b8e2bff350f2253538f4dc768d79518a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,46 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1125.0 (2025-07-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1124.0 (2025-07-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Odb`.
|
13
|
+
|
14
|
+
1.1123.0 (2025-06-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1122.0 (2025-06-27)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1121.0 (2025-06-26)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
|
28
|
+
|
29
|
+
1.1120.0 (2025-06-23)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
|
33
|
+
|
34
|
+
1.1119.0 (2025-06-20)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1118.0 (2025-06-18)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Added support for enumerating regions for `Aws::AIOps`.
|
43
|
+
|
4
44
|
1.1117.0 (2025-06-17)
|
5
45
|
------------------
|
6
46
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1125.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',
|
@@ -520,6 +522,7 @@ module Aws
|
|
520
522
|
'OAM' => 'oam',
|
521
523
|
'OSIS' => 'osis',
|
522
524
|
'ObservabilityAdmin' => 'observabilityadmin',
|
525
|
+
'Odb' => 'odb',
|
523
526
|
'Omics' => 'omics',
|
524
527
|
'OpenSearchServerless' => 'aoss',
|
525
528
|
'OpenSearchService' => 'es',
|
@@ -649,6 +652,7 @@ module Aws
|
|
649
652
|
'WorkSpaces' => 'workspaces',
|
650
653
|
'WorkSpacesThinClient' => 'thinclient',
|
651
654
|
'WorkSpacesWeb' => 'workspaces-web',
|
655
|
+
'WorkspacesInstances' => 'workspaces-instances',
|
652
656
|
'XRay' => 'xray',
|
653
657
|
}
|
654
658
|
# end service ids
|
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",
|
@@ -3157,6 +3160,7 @@
|
|
3157
3160
|
"tags" : [ "dualstack" ]
|
3158
3161
|
} ]
|
3159
3162
|
},
|
3163
|
+
"ap-east-2" : { },
|
3160
3164
|
"ap-northeast-1" : {
|
3161
3165
|
"variants" : [ {
|
3162
3166
|
"hostname" : "athena.ap-northeast-1.api.aws",
|
@@ -5018,6 +5022,7 @@
|
|
5018
5022
|
"tags" : [ "dualstack" ]
|
5019
5023
|
} ]
|
5020
5024
|
},
|
5025
|
+
"eu-south-2" : { },
|
5021
5026
|
"eu-west-1" : {
|
5022
5027
|
"variants" : [ {
|
5023
5028
|
"hostname" : "cloudhsmv2.eu-west-1.api.aws",
|
@@ -6636,6 +6641,9 @@
|
|
6636
6641
|
"connect-campaigns" : {
|
6637
6642
|
"endpoints" : {
|
6638
6643
|
"af-south-1" : { },
|
6644
|
+
"ap-northeast-1" : { },
|
6645
|
+
"ap-northeast-2" : { },
|
6646
|
+
"ap-southeast-1" : { },
|
6639
6647
|
"ap-southeast-2" : { },
|
6640
6648
|
"ca-central-1" : { },
|
6641
6649
|
"eu-central-1" : { },
|
@@ -10039,6 +10047,7 @@
|
|
10039
10047
|
"ap-northeast-2" : { },
|
10040
10048
|
"ap-northeast-3" : { },
|
10041
10049
|
"ap-south-1" : { },
|
10050
|
+
"ap-south-2" : { },
|
10042
10051
|
"ap-southeast-1" : { },
|
10043
10052
|
"ap-southeast-2" : { },
|
10044
10053
|
"ap-southeast-3" : { },
|
@@ -10049,6 +10058,7 @@
|
|
10049
10058
|
} ]
|
10050
10059
|
},
|
10051
10060
|
"eu-central-1" : { },
|
10061
|
+
"eu-central-2" : { },
|
10052
10062
|
"eu-north-1" : { },
|
10053
10063
|
"eu-south-1" : { },
|
10054
10064
|
"eu-west-1" : { },
|
@@ -10090,6 +10100,7 @@
|
|
10090
10100
|
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
10091
10101
|
},
|
10092
10102
|
"il-central-1" : { },
|
10103
|
+
"me-central-1" : { },
|
10093
10104
|
"me-south-1" : { },
|
10094
10105
|
"sa-east-1" : { },
|
10095
10106
|
"us-east-1" : {
|
@@ -11713,6 +11724,8 @@
|
|
11713
11724
|
"ap-south-1" : { },
|
11714
11725
|
"ap-southeast-1" : { },
|
11715
11726
|
"ap-southeast-2" : { },
|
11727
|
+
"ap-southeast-5" : { },
|
11728
|
+
"ap-southeast-7" : { },
|
11716
11729
|
"ca-central-1" : { },
|
11717
11730
|
"eu-central-1" : { },
|
11718
11731
|
"eu-north-1" : { },
|
@@ -12832,14 +12845,20 @@
|
|
12832
12845
|
"ap-northeast-2" : { },
|
12833
12846
|
"ap-northeast-3" : { },
|
12834
12847
|
"ap-south-1" : { },
|
12848
|
+
"ap-south-2" : { },
|
12835
12849
|
"ap-southeast-1" : { },
|
12836
12850
|
"ap-southeast-2" : { },
|
12837
12851
|
"ap-southeast-3" : { },
|
12852
|
+
"ap-southeast-4" : { },
|
12853
|
+
"ap-southeast-5" : { },
|
12854
|
+
"ap-southeast-7" : { },
|
12838
12855
|
"ca-central-1" : { },
|
12856
|
+
"ca-west-1" : { },
|
12839
12857
|
"eu-central-1" : { },
|
12840
12858
|
"eu-central-2" : { },
|
12841
12859
|
"eu-north-1" : { },
|
12842
12860
|
"eu-south-1" : { },
|
12861
|
+
"eu-south-2" : { },
|
12843
12862
|
"eu-west-1" : { },
|
12844
12863
|
"eu-west-2" : { },
|
12845
12864
|
"eu-west-3" : { },
|
@@ -12871,7 +12890,10 @@
|
|
12871
12890
|
"deprecated" : true,
|
12872
12891
|
"hostname" : "inspector2-fips.us-west-2.amazonaws.com"
|
12873
12892
|
},
|
12893
|
+
"il-central-1" : { },
|
12894
|
+
"me-central-1" : { },
|
12874
12895
|
"me-south-1" : { },
|
12896
|
+
"mx-central-1" : { },
|
12875
12897
|
"sa-east-1" : { },
|
12876
12898
|
"us-east-1" : {
|
12877
12899
|
"variants" : [ {
|
@@ -14795,6 +14817,7 @@
|
|
14795
14817
|
"tags" : [ "dualstack" ]
|
14796
14818
|
} ]
|
14797
14819
|
},
|
14820
|
+
"ap-east-2" : { },
|
14798
14821
|
"ap-northeast-1" : {
|
14799
14822
|
"variants" : [ {
|
14800
14823
|
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
@@ -35327,6 +35350,12 @@
|
|
35327
35350
|
}
|
35328
35351
|
}
|
35329
35352
|
},
|
35353
|
+
"scheduler" : {
|
35354
|
+
"endpoints" : {
|
35355
|
+
"us-gov-east-1" : { },
|
35356
|
+
"us-gov-west-1" : { }
|
35357
|
+
}
|
35358
|
+
},
|
35330
35359
|
"schemas" : {
|
35331
35360
|
"endpoints" : {
|
35332
35361
|
"us-gov-east-1" : { },
|
@@ -36646,6 +36675,12 @@
|
|
36646
36675
|
"us-iso-west-1" : { }
|
36647
36676
|
}
|
36648
36677
|
},
|
36678
|
+
"backup" : {
|
36679
|
+
"endpoints" : {
|
36680
|
+
"us-iso-east-1" : { },
|
36681
|
+
"us-iso-west-1" : { }
|
36682
|
+
}
|
36683
|
+
},
|
36649
36684
|
"batch" : {
|
36650
36685
|
"endpoints" : {
|
36651
36686
|
"us-iso-east-1" : { }
|
@@ -37204,6 +37239,11 @@
|
|
37204
37239
|
}
|
37205
37240
|
}
|
37206
37241
|
},
|
37242
|
+
"lakeformation" : {
|
37243
|
+
"endpoints" : {
|
37244
|
+
"us-iso-east-1" : { }
|
37245
|
+
}
|
37246
|
+
},
|
37207
37247
|
"lambda" : {
|
37208
37248
|
"endpoints" : {
|
37209
37249
|
"us-iso-east-1" : { },
|
@@ -37769,6 +37809,11 @@
|
|
37769
37809
|
}
|
37770
37810
|
}
|
37771
37811
|
},
|
37812
|
+
"wafv2" : {
|
37813
|
+
"endpoints" : {
|
37814
|
+
"us-iso-east-1" : { }
|
37815
|
+
}
|
37816
|
+
},
|
37772
37817
|
"workspaces" : {
|
37773
37818
|
"endpoints" : {
|
37774
37819
|
"fips-us-iso-east-1" : {
|
@@ -37893,6 +37938,11 @@
|
|
37893
37938
|
"us-isob-east-1" : { }
|
37894
37939
|
}
|
37895
37940
|
},
|
37941
|
+
"backup" : {
|
37942
|
+
"endpoints" : {
|
37943
|
+
"us-isob-east-1" : { }
|
37944
|
+
}
|
37945
|
+
},
|
37896
37946
|
"batch" : {
|
37897
37947
|
"endpoints" : {
|
37898
37948
|
"us-isob-east-1" : { }
|
@@ -38634,6 +38684,11 @@
|
|
38634
38684
|
"us-isob-east-1" : { }
|
38635
38685
|
}
|
38636
38686
|
},
|
38687
|
+
"wafv2" : {
|
38688
|
+
"endpoints" : {
|
38689
|
+
"us-isob-east-1" : { }
|
38690
|
+
}
|
38691
|
+
},
|
38637
38692
|
"workspaces" : {
|
38638
38693
|
"endpoints" : {
|
38639
38694
|
"fips-us-isob-east-1" : {
|
@@ -39105,6 +39160,11 @@
|
|
39105
39160
|
"eu-isoe-west-1" : { }
|
39106
39161
|
}
|
39107
39162
|
},
|
39163
|
+
"schemas" : {
|
39164
|
+
"endpoints" : {
|
39165
|
+
"eu-isoe-west-1" : { }
|
39166
|
+
}
|
39167
|
+
},
|
39108
39168
|
"secretsmanager" : {
|
39109
39169
|
"endpoints" : {
|
39110
39170
|
"eu-isoe-west-1" : { }
|
@@ -39381,6 +39441,12 @@
|
|
39381
39441
|
"us-isof-south-1" : { }
|
39382
39442
|
}
|
39383
39443
|
},
|
39444
|
+
"cloudtrail-data" : {
|
39445
|
+
"endpoints" : {
|
39446
|
+
"us-isof-east-1" : { },
|
39447
|
+
"us-isof-south-1" : { }
|
39448
|
+
}
|
39449
|
+
},
|
39384
39450
|
"codebuild" : {
|
39385
39451
|
"endpoints" : {
|
39386
39452
|
"us-isof-east-1" : { },
|