aws-partitions 1.794.0 → 1.796.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/partitions-metadata.json +1 -1
- data/partitions.json +189 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a417f534bbfd48795236cc7b343a0978af439f8bd344e140ba50383f4e48d61
|
4
|
+
data.tar.gz: b4a897f15a3d0415fa062b243f5800c10cd846de8220415ae464d62c2f1c028d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4bb6d0fa6b90567fb4482b07a7ecf4c529c42fb996a5427978e0c41a83dc7924a4dfaa026eef2c9748fe396085381ad157a5c349c86b2e9b53423c960753c6a
|
7
|
+
data.tar.gz: b6348d40387288904ecbff214c32b7b6d96361887e4caa2fad5f8444f38d19b2ce1a84d0cb165c6ff0ca6bbd3c6d751eb983a7960b1a66af0def7c701f441c16
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.796.0 (2023-08-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.795.0 (2023-07-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.794.0 (2023-07-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.796.0
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
"dnsSuffix" : "amazonaws.com",
|
22
22
|
"partition" : "aws",
|
23
23
|
"partitionName" : "AWS Standard",
|
24
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
24
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
25
25
|
"regions" : {
|
26
26
|
"af-south-1" : {
|
27
27
|
"description" : "Africa (Cape Town)"
|
@@ -83,6 +83,9 @@
|
|
83
83
|
"eu-west-3" : {
|
84
84
|
"description" : "Europe (Paris)"
|
85
85
|
},
|
86
|
+
"il-central-1" : {
|
87
|
+
"description" : "Israel (Tel Aviv)"
|
88
|
+
},
|
86
89
|
"me-central-1" : {
|
87
90
|
"description" : "Middle East (UAE)"
|
88
91
|
},
|
@@ -173,6 +176,7 @@
|
|
173
176
|
"deprecated" : true,
|
174
177
|
"hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
|
175
178
|
},
|
179
|
+
"il-central-1" : { },
|
176
180
|
"me-central-1" : { },
|
177
181
|
"me-south-1" : { },
|
178
182
|
"sa-east-1" : { },
|
@@ -248,6 +252,7 @@
|
|
248
252
|
"eu-west-1" : { },
|
249
253
|
"eu-west-2" : { },
|
250
254
|
"eu-west-3" : { },
|
255
|
+
"il-central-1" : { },
|
251
256
|
"me-central-1" : { },
|
252
257
|
"me-south-1" : { },
|
253
258
|
"sa-east-1" : { },
|
@@ -796,6 +801,12 @@
|
|
796
801
|
"deprecated" : true,
|
797
802
|
"hostname" : "ecr-fips.us-west-2.amazonaws.com"
|
798
803
|
},
|
804
|
+
"il-central-1" : {
|
805
|
+
"credentialScope" : {
|
806
|
+
"region" : "il-central-1"
|
807
|
+
},
|
808
|
+
"hostname" : "api.ecr.il-central-1.amazonaws.com"
|
809
|
+
},
|
799
810
|
"me-central-1" : {
|
800
811
|
"credentialScope" : {
|
801
812
|
"region" : "me-central-1"
|
@@ -1086,6 +1097,7 @@
|
|
1086
1097
|
"eu-west-1" : { },
|
1087
1098
|
"eu-west-2" : { },
|
1088
1099
|
"eu-west-3" : { },
|
1100
|
+
"il-central-1" : { },
|
1089
1101
|
"me-central-1" : { },
|
1090
1102
|
"me-south-1" : { },
|
1091
1103
|
"sa-east-1" : { },
|
@@ -1294,6 +1306,7 @@
|
|
1294
1306
|
"deprecated" : true,
|
1295
1307
|
"hostname" : "apigateway-fips.us-west-2.amazonaws.com"
|
1296
1308
|
},
|
1309
|
+
"il-central-1" : { },
|
1297
1310
|
"me-central-1" : { },
|
1298
1311
|
"me-south-1" : { },
|
1299
1312
|
"sa-east-1" : { },
|
@@ -1359,6 +1372,7 @@
|
|
1359
1372
|
"eu-west-1" : { },
|
1360
1373
|
"eu-west-2" : { },
|
1361
1374
|
"eu-west-3" : { },
|
1375
|
+
"il-central-1" : { },
|
1362
1376
|
"me-central-1" : { },
|
1363
1377
|
"me-south-1" : { },
|
1364
1378
|
"sa-east-1" : { },
|
@@ -1390,6 +1404,7 @@
|
|
1390
1404
|
"eu-west-1" : { },
|
1391
1405
|
"eu-west-2" : { },
|
1392
1406
|
"eu-west-3" : { },
|
1407
|
+
"il-central-1" : { },
|
1393
1408
|
"me-central-1" : { },
|
1394
1409
|
"me-south-1" : { },
|
1395
1410
|
"sa-east-1" : { },
|
@@ -1444,6 +1459,7 @@
|
|
1444
1459
|
"eu-west-1" : { },
|
1445
1460
|
"eu-west-2" : { },
|
1446
1461
|
"eu-west-3" : { },
|
1462
|
+
"il-central-1" : { },
|
1447
1463
|
"me-central-1" : { },
|
1448
1464
|
"me-south-1" : { },
|
1449
1465
|
"sa-east-1" : { },
|
@@ -1859,6 +1875,7 @@
|
|
1859
1875
|
"eu-west-1" : { },
|
1860
1876
|
"eu-west-2" : { },
|
1861
1877
|
"eu-west-3" : { },
|
1878
|
+
"il-central-1" : { },
|
1862
1879
|
"me-central-1" : { },
|
1863
1880
|
"me-south-1" : { },
|
1864
1881
|
"sa-east-1" : { },
|
@@ -1906,6 +1923,12 @@
|
|
1906
1923
|
"tags" : [ "dualstack" ]
|
1907
1924
|
} ]
|
1908
1925
|
},
|
1926
|
+
"ap-south-2" : {
|
1927
|
+
"variants" : [ {
|
1928
|
+
"hostname" : "athena.ap-south-2.api.aws",
|
1929
|
+
"tags" : [ "dualstack" ]
|
1930
|
+
} ]
|
1931
|
+
},
|
1909
1932
|
"ap-southeast-1" : {
|
1910
1933
|
"variants" : [ {
|
1911
1934
|
"hostname" : "athena.ap-southeast-1.api.aws",
|
@@ -1924,6 +1947,12 @@
|
|
1924
1947
|
"tags" : [ "dualstack" ]
|
1925
1948
|
} ]
|
1926
1949
|
},
|
1950
|
+
"ap-southeast-4" : {
|
1951
|
+
"variants" : [ {
|
1952
|
+
"hostname" : "athena.ap-southeast-4.api.aws",
|
1953
|
+
"tags" : [ "dualstack" ]
|
1954
|
+
} ]
|
1955
|
+
},
|
1927
1956
|
"ca-central-1" : {
|
1928
1957
|
"variants" : [ {
|
1929
1958
|
"hostname" : "athena.ca-central-1.api.aws",
|
@@ -1936,6 +1965,12 @@
|
|
1936
1965
|
"tags" : [ "dualstack" ]
|
1937
1966
|
} ]
|
1938
1967
|
},
|
1968
|
+
"eu-central-2" : {
|
1969
|
+
"variants" : [ {
|
1970
|
+
"hostname" : "athena.eu-central-2.api.aws",
|
1971
|
+
"tags" : [ "dualstack" ]
|
1972
|
+
} ]
|
1973
|
+
},
|
1939
1974
|
"eu-north-1" : {
|
1940
1975
|
"variants" : [ {
|
1941
1976
|
"hostname" : "athena.eu-north-1.api.aws",
|
@@ -1948,6 +1983,12 @@
|
|
1948
1983
|
"tags" : [ "dualstack" ]
|
1949
1984
|
} ]
|
1950
1985
|
},
|
1986
|
+
"eu-south-2" : {
|
1987
|
+
"variants" : [ {
|
1988
|
+
"hostname" : "athena.eu-south-2.api.aws",
|
1989
|
+
"tags" : [ "dualstack" ]
|
1990
|
+
} ]
|
1991
|
+
},
|
1951
1992
|
"eu-west-1" : {
|
1952
1993
|
"variants" : [ {
|
1953
1994
|
"hostname" : "athena.eu-west-1.api.aws",
|
@@ -2103,6 +2144,7 @@
|
|
2103
2144
|
"eu-west-1" : { },
|
2104
2145
|
"eu-west-2" : { },
|
2105
2146
|
"eu-west-3" : { },
|
2147
|
+
"il-central-1" : { },
|
2106
2148
|
"me-central-1" : { },
|
2107
2149
|
"me-south-1" : { },
|
2108
2150
|
"sa-east-1" : { },
|
@@ -2551,6 +2593,7 @@
|
|
2551
2593
|
"deprecated" : true,
|
2552
2594
|
"hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
|
2553
2595
|
},
|
2596
|
+
"il-central-1" : { },
|
2554
2597
|
"me-central-1" : { },
|
2555
2598
|
"me-south-1" : { },
|
2556
2599
|
"sa-east-1" : { },
|
@@ -2615,6 +2658,7 @@
|
|
2615
2658
|
"eu-west-1" : { },
|
2616
2659
|
"eu-west-2" : { },
|
2617
2660
|
"eu-west-3" : { },
|
2661
|
+
"il-central-1" : { },
|
2618
2662
|
"me-central-1" : { },
|
2619
2663
|
"me-south-1" : { },
|
2620
2664
|
"sa-east-1" : { },
|
@@ -2714,6 +2758,7 @@
|
|
2714
2758
|
"eu-west-1" : { },
|
2715
2759
|
"eu-west-2" : { },
|
2716
2760
|
"eu-west-3" : { },
|
2761
|
+
"il-central-1" : { },
|
2717
2762
|
"me-central-1" : { },
|
2718
2763
|
"me-south-1" : { },
|
2719
2764
|
"sa-east-1" : { },
|
@@ -2787,6 +2832,7 @@
|
|
2787
2832
|
"deprecated" : true,
|
2788
2833
|
"hostname" : "cloudtrail-fips.us-west-2.amazonaws.com"
|
2789
2834
|
},
|
2835
|
+
"il-central-1" : { },
|
2790
2836
|
"me-central-1" : { },
|
2791
2837
|
"me-south-1" : { },
|
2792
2838
|
"sa-east-1" : { },
|
@@ -2881,6 +2927,7 @@
|
|
2881
2927
|
"eu-west-1" : { },
|
2882
2928
|
"eu-west-2" : { },
|
2883
2929
|
"eu-west-3" : { },
|
2930
|
+
"il-central-1" : { },
|
2884
2931
|
"me-central-1" : { },
|
2885
2932
|
"me-south-1" : { },
|
2886
2933
|
"sa-east-1" : { },
|
@@ -3064,6 +3111,7 @@
|
|
3064
3111
|
"eu-west-1" : { },
|
3065
3112
|
"eu-west-2" : { },
|
3066
3113
|
"eu-west-3" : { },
|
3114
|
+
"il-central-1" : { },
|
3067
3115
|
"me-central-1" : { },
|
3068
3116
|
"me-south-1" : { },
|
3069
3117
|
"sa-east-1" : { },
|
@@ -3717,6 +3765,7 @@
|
|
3717
3765
|
"deprecated" : true,
|
3718
3766
|
"hostname" : "config-fips.us-west-2.amazonaws.com"
|
3719
3767
|
},
|
3768
|
+
"il-central-1" : { },
|
3720
3769
|
"me-central-1" : { },
|
3721
3770
|
"me-south-1" : { },
|
3722
3771
|
"sa-east-1" : { },
|
@@ -3821,6 +3870,8 @@
|
|
3821
3870
|
"endpoints" : {
|
3822
3871
|
"ap-northeast-1" : { },
|
3823
3872
|
"ap-northeast-2" : { },
|
3873
|
+
"ap-south-1" : { },
|
3874
|
+
"ap-southeast-1" : { },
|
3824
3875
|
"ap-southeast-2" : { },
|
3825
3876
|
"ca-central-1" : { },
|
3826
3877
|
"eu-central-1" : { },
|
@@ -4533,6 +4584,7 @@
|
|
4533
4584
|
"deprecated" : true,
|
4534
4585
|
"hostname" : "directconnect-fips.us-west-2.amazonaws.com"
|
4535
4586
|
},
|
4587
|
+
"il-central-1" : { },
|
4536
4588
|
"me-central-1" : { },
|
4537
4589
|
"me-south-1" : { },
|
4538
4590
|
"sa-east-1" : { },
|
@@ -4581,6 +4633,7 @@
|
|
4581
4633
|
"ap-northeast-2" : { },
|
4582
4634
|
"ap-northeast-3" : { },
|
4583
4635
|
"ap-south-1" : { },
|
4636
|
+
"ap-south-2" : { },
|
4584
4637
|
"ap-southeast-1" : { },
|
4585
4638
|
"ap-southeast-2" : { },
|
4586
4639
|
"ap-southeast-3" : { },
|
@@ -4642,6 +4695,7 @@
|
|
4642
4695
|
"eu-west-1" : { },
|
4643
4696
|
"eu-west-2" : { },
|
4644
4697
|
"eu-west-3" : { },
|
4698
|
+
"il-central-1" : { },
|
4645
4699
|
"me-central-1" : { },
|
4646
4700
|
"me-south-1" : { },
|
4647
4701
|
"sa-east-1" : { },
|
@@ -4880,6 +4934,7 @@
|
|
4880
4934
|
"deprecated" : true,
|
4881
4935
|
"hostname" : "ds-fips.us-west-2.amazonaws.com"
|
4882
4936
|
},
|
4937
|
+
"il-central-1" : { },
|
4883
4938
|
"me-central-1" : { },
|
4884
4939
|
"me-south-1" : { },
|
4885
4940
|
"sa-east-1" : { },
|
@@ -4946,6 +5001,7 @@
|
|
4946
5001
|
"eu-west-1" : { },
|
4947
5002
|
"eu-west-2" : { },
|
4948
5003
|
"eu-west-3" : { },
|
5004
|
+
"il-central-1" : { },
|
4949
5005
|
"local" : {
|
4950
5006
|
"credentialScope" : {
|
4951
5007
|
"region" : "us-east-1"
|
@@ -5072,6 +5128,7 @@
|
|
5072
5128
|
"deprecated" : true,
|
5073
5129
|
"hostname" : "ebs-fips.us-west-2.amazonaws.com"
|
5074
5130
|
},
|
5131
|
+
"il-central-1" : { },
|
5075
5132
|
"me-central-1" : { },
|
5076
5133
|
"me-south-1" : { },
|
5077
5134
|
"sa-east-1" : { },
|
@@ -5176,6 +5233,7 @@
|
|
5176
5233
|
"deprecated" : true,
|
5177
5234
|
"hostname" : "ec2-fips.us-west-2.amazonaws.com"
|
5178
5235
|
},
|
5236
|
+
"il-central-1" : { },
|
5179
5237
|
"me-central-1" : { },
|
5180
5238
|
"me-south-1" : { },
|
5181
5239
|
"sa-east-1" : {
|
@@ -5269,6 +5327,7 @@
|
|
5269
5327
|
"deprecated" : true,
|
5270
5328
|
"hostname" : "ecs-fips.us-west-2.amazonaws.com"
|
5271
5329
|
},
|
5330
|
+
"il-central-1" : { },
|
5272
5331
|
"me-central-1" : { },
|
5273
5332
|
"me-south-1" : { },
|
5274
5333
|
"sa-east-1" : { },
|
@@ -5365,6 +5424,7 @@
|
|
5365
5424
|
"deprecated" : true,
|
5366
5425
|
"hostname" : "fips.eks.us-west-2.amazonaws.com"
|
5367
5426
|
},
|
5427
|
+
"il-central-1" : { },
|
5368
5428
|
"me-central-1" : { },
|
5369
5429
|
"me-south-1" : { },
|
5370
5430
|
"sa-east-1" : { },
|
@@ -5423,6 +5483,7 @@
|
|
5423
5483
|
"deprecated" : true,
|
5424
5484
|
"hostname" : "elasticache-fips.us-west-1.amazonaws.com"
|
5425
5485
|
},
|
5486
|
+
"il-central-1" : { },
|
5426
5487
|
"me-central-1" : { },
|
5427
5488
|
"me-south-1" : { },
|
5428
5489
|
"sa-east-1" : { },
|
@@ -5526,6 +5587,7 @@
|
|
5526
5587
|
"deprecated" : true,
|
5527
5588
|
"hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com"
|
5528
5589
|
},
|
5590
|
+
"il-central-1" : { },
|
5529
5591
|
"me-south-1" : { },
|
5530
5592
|
"sa-east-1" : { },
|
5531
5593
|
"us-east-1" : {
|
@@ -5962,6 +6024,7 @@
|
|
5962
6024
|
"deprecated" : true,
|
5963
6025
|
"hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com"
|
5964
6026
|
},
|
6027
|
+
"il-central-1" : { },
|
5965
6028
|
"me-central-1" : { },
|
5966
6029
|
"me-south-1" : { },
|
5967
6030
|
"sa-east-1" : { },
|
@@ -6059,6 +6122,7 @@
|
|
6059
6122
|
"deprecated" : true,
|
6060
6123
|
"hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com"
|
6061
6124
|
},
|
6125
|
+
"il-central-1" : { },
|
6062
6126
|
"me-central-1" : { },
|
6063
6127
|
"me-south-1" : { },
|
6064
6128
|
"sa-east-1" : { },
|
@@ -6152,6 +6216,7 @@
|
|
6152
6216
|
},
|
6153
6217
|
"emr-containers" : {
|
6154
6218
|
"endpoints" : {
|
6219
|
+
"af-south-1" : { },
|
6155
6220
|
"ap-east-1" : { },
|
6156
6221
|
"ap-northeast-1" : { },
|
6157
6222
|
"ap-northeast-2" : { },
|
@@ -6166,6 +6231,7 @@
|
|
6166
6231
|
},
|
6167
6232
|
"eu-central-1" : { },
|
6168
6233
|
"eu-north-1" : { },
|
6234
|
+
"eu-south-1" : { },
|
6169
6235
|
"eu-west-1" : { },
|
6170
6236
|
"eu-west-2" : { },
|
6171
6237
|
"eu-west-3" : { },
|
@@ -6353,6 +6419,7 @@
|
|
6353
6419
|
"deprecated" : true,
|
6354
6420
|
"hostname" : "es-fips.us-west-1.amazonaws.com"
|
6355
6421
|
},
|
6422
|
+
"il-central-1" : { },
|
6356
6423
|
"me-central-1" : { },
|
6357
6424
|
"me-south-1" : { },
|
6358
6425
|
"sa-east-1" : { },
|
@@ -6460,6 +6527,7 @@
|
|
6460
6527
|
"deprecated" : true,
|
6461
6528
|
"hostname" : "events-fips.us-west-2.amazonaws.com"
|
6462
6529
|
},
|
6530
|
+
"il-central-1" : { },
|
6463
6531
|
"me-central-1" : { },
|
6464
6532
|
"me-south-1" : { },
|
6465
6533
|
"sa-east-1" : { },
|
@@ -6588,6 +6656,7 @@
|
|
6588
6656
|
"deprecated" : true,
|
6589
6657
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com"
|
6590
6658
|
},
|
6659
|
+
"il-central-1" : { },
|
6591
6660
|
"me-central-1" : { },
|
6592
6661
|
"me-south-1" : { },
|
6593
6662
|
"sa-east-1" : { },
|
@@ -7352,6 +7421,7 @@
|
|
7352
7421
|
"deprecated" : true,
|
7353
7422
|
"hostname" : "glue-fips.us-west-2.amazonaws.com"
|
7354
7423
|
},
|
7424
|
+
"il-central-1" : { },
|
7355
7425
|
"me-central-1" : { },
|
7356
7426
|
"me-south-1" : { },
|
7357
7427
|
"sa-east-1" : { },
|
@@ -7985,7 +8055,11 @@
|
|
7985
8055
|
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
7986
8056
|
},
|
7987
8057
|
"ca-central-1" : {
|
7988
|
-
"hostname" : "internetmonitor.ca-central-1.api.aws"
|
8058
|
+
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
8059
|
+
"variants" : [ {
|
8060
|
+
"hostname" : "internetmonitor-fips.ca-central-1.api.aws",
|
8061
|
+
"tags" : [ "fips" ]
|
8062
|
+
} ]
|
7989
8063
|
},
|
7990
8064
|
"eu-central-1" : {
|
7991
8065
|
"hostname" : "internetmonitor.eu-central-1.api.aws"
|
@@ -8011,6 +8085,9 @@
|
|
8011
8085
|
"eu-west-3" : {
|
8012
8086
|
"hostname" : "internetmonitor.eu-west-3.api.aws"
|
8013
8087
|
},
|
8088
|
+
"il-central-1" : {
|
8089
|
+
"hostname" : "internetmonitor.il-central-1.api.aws"
|
8090
|
+
},
|
8014
8091
|
"me-central-1" : {
|
8015
8092
|
"hostname" : "internetmonitor.me-central-1.api.aws"
|
8016
8093
|
},
|
@@ -8021,16 +8098,32 @@
|
|
8021
8098
|
"hostname" : "internetmonitor.sa-east-1.api.aws"
|
8022
8099
|
},
|
8023
8100
|
"us-east-1" : {
|
8024
|
-
"hostname" : "internetmonitor.us-east-1.api.aws"
|
8101
|
+
"hostname" : "internetmonitor.us-east-1.api.aws",
|
8102
|
+
"variants" : [ {
|
8103
|
+
"hostname" : "internetmonitor-fips.us-east-1.api.aws",
|
8104
|
+
"tags" : [ "fips" ]
|
8105
|
+
} ]
|
8025
8106
|
},
|
8026
8107
|
"us-east-2" : {
|
8027
|
-
"hostname" : "internetmonitor.us-east-2.api.aws"
|
8108
|
+
"hostname" : "internetmonitor.us-east-2.api.aws",
|
8109
|
+
"variants" : [ {
|
8110
|
+
"hostname" : "internetmonitor-fips.us-east-2.api.aws",
|
8111
|
+
"tags" : [ "fips" ]
|
8112
|
+
} ]
|
8028
8113
|
},
|
8029
8114
|
"us-west-1" : {
|
8030
|
-
"hostname" : "internetmonitor.us-west-1.api.aws"
|
8115
|
+
"hostname" : "internetmonitor.us-west-1.api.aws",
|
8116
|
+
"variants" : [ {
|
8117
|
+
"hostname" : "internetmonitor-fips.us-west-1.api.aws",
|
8118
|
+
"tags" : [ "fips" ]
|
8119
|
+
} ]
|
8031
8120
|
},
|
8032
8121
|
"us-west-2" : {
|
8033
|
-
"hostname" : "internetmonitor.us-west-2.api.aws"
|
8122
|
+
"hostname" : "internetmonitor.us-west-2.api.aws",
|
8123
|
+
"variants" : [ {
|
8124
|
+
"hostname" : "internetmonitor-fips.us-west-2.api.aws",
|
8125
|
+
"tags" : [ "fips" ]
|
8126
|
+
} ]
|
8034
8127
|
}
|
8035
8128
|
}
|
8036
8129
|
},
|
@@ -8902,6 +8995,9 @@
|
|
8902
8995
|
"eu-west-3" : {
|
8903
8996
|
"hostname" : "kendra-ranking.eu-west-3.api.aws"
|
8904
8997
|
},
|
8998
|
+
"il-central-1" : {
|
8999
|
+
"hostname" : "kendra-ranking.il-central-1.api.aws"
|
9000
|
+
},
|
8905
9001
|
"me-central-1" : {
|
8906
9002
|
"hostname" : "kendra-ranking.me-central-1.api.aws"
|
8907
9003
|
},
|
@@ -8987,6 +9083,7 @@
|
|
8987
9083
|
"deprecated" : true,
|
8988
9084
|
"hostname" : "kinesis-fips.us-west-2.amazonaws.com"
|
8989
9085
|
},
|
9086
|
+
"il-central-1" : { },
|
8990
9087
|
"me-central-1" : { },
|
8991
9088
|
"me-south-1" : { },
|
8992
9089
|
"sa-east-1" : { },
|
@@ -9336,10 +9433,17 @@
|
|
9336
9433
|
"deprecated" : true,
|
9337
9434
|
"hostname" : "kms-fips.eu-west-3.amazonaws.com"
|
9338
9435
|
},
|
9436
|
+
"il-central-1" : {
|
9437
|
+
"variants" : [ {
|
9438
|
+
"hostname" : "kms-fips.il-central-1.amazonaws.com",
|
9439
|
+
"tags" : [ "fips" ]
|
9440
|
+
} ]
|
9441
|
+
},
|
9339
9442
|
"il-central-1-fips" : {
|
9340
9443
|
"credentialScope" : {
|
9341
9444
|
"region" : "il-central-1"
|
9342
9445
|
},
|
9446
|
+
"deprecated" : true,
|
9343
9447
|
"hostname" : "kms-fips.il-central-1.amazonaws.com"
|
9344
9448
|
},
|
9345
9449
|
"me-central-1" : {
|
@@ -9662,6 +9766,12 @@
|
|
9662
9766
|
"deprecated" : true,
|
9663
9767
|
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
|
9664
9768
|
},
|
9769
|
+
"il-central-1" : {
|
9770
|
+
"variants" : [ {
|
9771
|
+
"hostname" : "lambda.il-central-1.api.aws",
|
9772
|
+
"tags" : [ "dualstack" ]
|
9773
|
+
} ]
|
9774
|
+
},
|
9665
9775
|
"me-central-1" : {
|
9666
9776
|
"variants" : [ {
|
9667
9777
|
"hostname" : "lambda.me-central-1.api.aws",
|
@@ -10012,6 +10122,7 @@
|
|
10012
10122
|
"deprecated" : true,
|
10013
10123
|
"hostname" : "logs-fips.us-west-2.amazonaws.com"
|
10014
10124
|
},
|
10125
|
+
"il-central-1" : { },
|
10015
10126
|
"me-central-1" : { },
|
10016
10127
|
"me-south-1" : { },
|
10017
10128
|
"sa-east-1" : { },
|
@@ -10618,6 +10729,7 @@
|
|
10618
10729
|
"eu-west-1" : { },
|
10619
10730
|
"eu-west-2" : { },
|
10620
10731
|
"eu-west-3" : { },
|
10732
|
+
"il-central-1" : { },
|
10621
10733
|
"me-central-1" : { },
|
10622
10734
|
"me-south-1" : { },
|
10623
10735
|
"sa-east-1" : { },
|
@@ -10649,6 +10761,7 @@
|
|
10649
10761
|
"eu-west-1" : { },
|
10650
10762
|
"eu-west-2" : { },
|
10651
10763
|
"eu-west-3" : { },
|
10764
|
+
"il-central-1" : { },
|
10652
10765
|
"me-central-1" : { },
|
10653
10766
|
"me-south-1" : { },
|
10654
10767
|
"sa-east-1" : { },
|
@@ -10888,6 +11001,7 @@
|
|
10888
11001
|
"deprecated" : true,
|
10889
11002
|
"hostname" : "monitoring-fips.us-west-2.amazonaws.com"
|
10890
11003
|
},
|
11004
|
+
"il-central-1" : { },
|
10891
11005
|
"me-central-1" : { },
|
10892
11006
|
"me-south-1" : { },
|
10893
11007
|
"sa-east-1" : { },
|
@@ -11257,6 +11371,7 @@
|
|
11257
11371
|
"eu-west-1" : { },
|
11258
11372
|
"eu-west-2" : { },
|
11259
11373
|
"eu-west-3" : { },
|
11374
|
+
"il-central-1" : { },
|
11260
11375
|
"me-central-1" : { },
|
11261
11376
|
"me-south-1" : { },
|
11262
11377
|
"sa-east-1" : { },
|
@@ -11694,6 +11809,7 @@
|
|
11694
11809
|
"eu-west-1" : { },
|
11695
11810
|
"eu-west-2" : { },
|
11696
11811
|
"eu-west-3" : { },
|
11812
|
+
"il-central-1" : { },
|
11697
11813
|
"me-central-1" : { },
|
11698
11814
|
"me-south-1" : { },
|
11699
11815
|
"sa-east-1" : { },
|
@@ -12243,6 +12359,7 @@
|
|
12243
12359
|
"deprecated" : true,
|
12244
12360
|
"hostname" : "ram-fips.us-west-2.amazonaws.com"
|
12245
12361
|
},
|
12362
|
+
"il-central-1" : { },
|
12246
12363
|
"me-central-1" : { },
|
12247
12364
|
"me-south-1" : { },
|
12248
12365
|
"sa-east-1" : { },
|
@@ -12334,6 +12451,7 @@
|
|
12334
12451
|
"deprecated" : true,
|
12335
12452
|
"hostname" : "rbin-fips.us-west-2.amazonaws.com"
|
12336
12453
|
},
|
12454
|
+
"il-central-1" : { },
|
12337
12455
|
"me-central-1" : { },
|
12338
12456
|
"me-south-1" : { },
|
12339
12457
|
"sa-east-1" : { },
|
@@ -12397,6 +12515,7 @@
|
|
12397
12515
|
"eu-west-1" : { },
|
12398
12516
|
"eu-west-2" : { },
|
12399
12517
|
"eu-west-3" : { },
|
12518
|
+
"il-central-1" : { },
|
12400
12519
|
"me-central-1" : { },
|
12401
12520
|
"me-south-1" : { },
|
12402
12521
|
"rds-fips.ca-central-1" : {
|
@@ -12668,6 +12787,7 @@
|
|
12668
12787
|
"deprecated" : true,
|
12669
12788
|
"hostname" : "redshift-fips.us-west-2.amazonaws.com"
|
12670
12789
|
},
|
12790
|
+
"il-central-1" : { },
|
12671
12791
|
"me-central-1" : { },
|
12672
12792
|
"me-south-1" : { },
|
12673
12793
|
"sa-east-1" : { },
|
@@ -12957,6 +13077,9 @@
|
|
12957
13077
|
"eu-west-3" : {
|
12958
13078
|
"hostname" : "resource-explorer-2.eu-west-3.api.aws"
|
12959
13079
|
},
|
13080
|
+
"il-central-1" : {
|
13081
|
+
"hostname" : "resource-explorer-2.il-central-1.api.aws"
|
13082
|
+
},
|
12960
13083
|
"sa-east-1" : {
|
12961
13084
|
"hostname" : "resource-explorer-2.sa-east-1.api.aws"
|
12962
13085
|
},
|
@@ -13024,6 +13147,7 @@
|
|
13024
13147
|
"deprecated" : true,
|
13025
13148
|
"hostname" : "resource-groups-fips.us-west-2.amazonaws.com"
|
13026
13149
|
},
|
13150
|
+
"il-central-1" : { },
|
13027
13151
|
"me-central-1" : { },
|
13028
13152
|
"me-south-1" : { },
|
13029
13153
|
"sa-east-1" : { },
|
@@ -13264,6 +13388,7 @@
|
|
13264
13388
|
"eu-west-1" : { },
|
13265
13389
|
"eu-west-2" : { },
|
13266
13390
|
"eu-west-3" : { },
|
13391
|
+
"il-central-1" : { },
|
13267
13392
|
"me-central-1" : { },
|
13268
13393
|
"me-south-1" : { },
|
13269
13394
|
"sa-east-1" : { },
|
@@ -13512,6 +13637,12 @@
|
|
13512
13637
|
"deprecated" : true,
|
13513
13638
|
"hostname" : "s3-fips.us-west-2.amazonaws.com"
|
13514
13639
|
},
|
13640
|
+
"il-central-1" : {
|
13641
|
+
"variants" : [ {
|
13642
|
+
"hostname" : "s3.dualstack.il-central-1.amazonaws.com",
|
13643
|
+
"tags" : [ "dualstack" ]
|
13644
|
+
} ]
|
13645
|
+
},
|
13515
13646
|
"me-central-1" : {
|
13516
13647
|
"variants" : [ {
|
13517
13648
|
"hostname" : "s3.dualstack.me-central-1.amazonaws.com",
|
@@ -14053,6 +14184,7 @@
|
|
14053
14184
|
"eu-west-1" : { },
|
14054
14185
|
"eu-west-2" : { },
|
14055
14186
|
"eu-west-3" : { },
|
14187
|
+
"il-central-1" : { },
|
14056
14188
|
"me-central-1" : { },
|
14057
14189
|
"me-south-1" : { },
|
14058
14190
|
"sa-east-1" : { },
|
@@ -14568,6 +14700,12 @@
|
|
14568
14700
|
"tags" : [ "dualstack" ]
|
14569
14701
|
} ]
|
14570
14702
|
},
|
14703
|
+
"il-central-1" : {
|
14704
|
+
"variants" : [ {
|
14705
|
+
"hostname" : "servicediscovery.il-central-1.api.aws",
|
14706
|
+
"tags" : [ "dualstack" ]
|
14707
|
+
} ]
|
14708
|
+
},
|
14571
14709
|
"me-central-1" : {
|
14572
14710
|
"variants" : [ {
|
14573
14711
|
"hostname" : "servicediscovery.me-central-1.api.aws",
|
@@ -15198,6 +15336,7 @@
|
|
15198
15336
|
"deprecated" : true,
|
15199
15337
|
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
15200
15338
|
},
|
15339
|
+
"il-central-1" : { },
|
15201
15340
|
"me-central-1" : { },
|
15202
15341
|
"me-south-1" : { },
|
15203
15342
|
"sa-east-1" : { },
|
@@ -15281,6 +15420,7 @@
|
|
15281
15420
|
"deprecated" : true,
|
15282
15421
|
"hostname" : "sqs-fips.us-west-2.amazonaws.com"
|
15283
15422
|
},
|
15423
|
+
"il-central-1" : { },
|
15284
15424
|
"me-central-1" : { },
|
15285
15425
|
"me-south-1" : { },
|
15286
15426
|
"sa-east-1" : { },
|
@@ -15373,6 +15513,7 @@
|
|
15373
15513
|
"deprecated" : true,
|
15374
15514
|
"hostname" : "ssm-fips.us-west-2.amazonaws.com"
|
15375
15515
|
},
|
15516
|
+
"il-central-1" : { },
|
15376
15517
|
"me-central-1" : { },
|
15377
15518
|
"me-south-1" : { },
|
15378
15519
|
"sa-east-1" : { },
|
@@ -15712,6 +15853,7 @@
|
|
15712
15853
|
"deprecated" : true,
|
15713
15854
|
"hostname" : "states-fips.us-west-2.amazonaws.com"
|
15714
15855
|
},
|
15856
|
+
"il-central-1" : { },
|
15715
15857
|
"me-central-1" : { },
|
15716
15858
|
"me-south-1" : { },
|
15717
15859
|
"sa-east-1" : { },
|
@@ -15860,6 +16002,7 @@
|
|
15860
16002
|
"eu-west-1" : { },
|
15861
16003
|
"eu-west-2" : { },
|
15862
16004
|
"eu-west-3" : { },
|
16005
|
+
"il-central-1" : { },
|
15863
16006
|
"local" : {
|
15864
16007
|
"credentialScope" : {
|
15865
16008
|
"region" : "us-east-1"
|
@@ -15904,6 +16047,7 @@
|
|
15904
16047
|
"eu-west-1" : { },
|
15905
16048
|
"eu-west-2" : { },
|
15906
16049
|
"eu-west-3" : { },
|
16050
|
+
"il-central-1" : { },
|
15907
16051
|
"me-central-1" : { },
|
15908
16052
|
"me-south-1" : { },
|
15909
16053
|
"sa-east-1" : { },
|
@@ -16030,6 +16174,7 @@
|
|
16030
16174
|
"deprecated" : true,
|
16031
16175
|
"hostname" : "swf-fips.us-west-2.amazonaws.com"
|
16032
16176
|
},
|
16177
|
+
"il-central-1" : { },
|
16033
16178
|
"me-central-1" : { },
|
16034
16179
|
"me-south-1" : { },
|
16035
16180
|
"sa-east-1" : { },
|
@@ -16109,6 +16254,7 @@
|
|
16109
16254
|
"deprecated" : true,
|
16110
16255
|
"hostname" : "synthetics-fips.us-west-2.amazonaws.com"
|
16111
16256
|
},
|
16257
|
+
"il-central-1" : { },
|
16112
16258
|
"me-central-1" : { },
|
16113
16259
|
"me-south-1" : { },
|
16114
16260
|
"sa-east-1" : { },
|
@@ -16160,6 +16306,7 @@
|
|
16160
16306
|
"eu-west-1" : { },
|
16161
16307
|
"eu-west-2" : { },
|
16162
16308
|
"eu-west-3" : { },
|
16309
|
+
"il-central-1" : { },
|
16163
16310
|
"me-central-1" : { },
|
16164
16311
|
"me-south-1" : { },
|
16165
16312
|
"sa-east-1" : { },
|
@@ -17097,6 +17244,7 @@
|
|
17097
17244
|
"credentialScope" : {
|
17098
17245
|
"region" : "il-central-1"
|
17099
17246
|
},
|
17247
|
+
"deprecated" : true,
|
17100
17248
|
"hostname" : "waf-regional-fips.il-central-1.amazonaws.com"
|
17101
17249
|
},
|
17102
17250
|
"fips-me-central-1" : {
|
@@ -17148,6 +17296,16 @@
|
|
17148
17296
|
"deprecated" : true,
|
17149
17297
|
"hostname" : "waf-regional-fips.us-west-2.amazonaws.com"
|
17150
17298
|
},
|
17299
|
+
"il-central-1" : {
|
17300
|
+
"credentialScope" : {
|
17301
|
+
"region" : "il-central-1"
|
17302
|
+
},
|
17303
|
+
"hostname" : "waf-regional.il-central-1.amazonaws.com",
|
17304
|
+
"variants" : [ {
|
17305
|
+
"hostname" : "waf-regional-fips.il-central-1.amazonaws.com",
|
17306
|
+
"tags" : [ "fips" ]
|
17307
|
+
} ]
|
17308
|
+
},
|
17151
17309
|
"me-central-1" : {
|
17152
17310
|
"credentialScope" : {
|
17153
17311
|
"region" : "me-central-1"
|
@@ -17566,6 +17724,7 @@
|
|
17566
17724
|
"credentialScope" : {
|
17567
17725
|
"region" : "il-central-1"
|
17568
17726
|
},
|
17727
|
+
"deprecated" : true,
|
17569
17728
|
"hostname" : "wafv2-fips.il-central-1.amazonaws.com"
|
17570
17729
|
},
|
17571
17730
|
"fips-me-central-1" : {
|
@@ -17617,6 +17776,16 @@
|
|
17617
17776
|
"deprecated" : true,
|
17618
17777
|
"hostname" : "wafv2-fips.us-west-2.amazonaws.com"
|
17619
17778
|
},
|
17779
|
+
"il-central-1" : {
|
17780
|
+
"credentialScope" : {
|
17781
|
+
"region" : "il-central-1"
|
17782
|
+
},
|
17783
|
+
"hostname" : "wafv2.il-central-1.amazonaws.com",
|
17784
|
+
"variants" : [ {
|
17785
|
+
"hostname" : "wafv2-fips.il-central-1.amazonaws.com",
|
17786
|
+
"tags" : [ "fips" ]
|
17787
|
+
} ]
|
17788
|
+
},
|
17620
17789
|
"me-central-1" : {
|
17621
17790
|
"credentialScope" : {
|
17622
17791
|
"region" : "me-central-1"
|
@@ -17890,6 +18059,7 @@
|
|
17890
18059
|
"deprecated" : true,
|
17891
18060
|
"hostname" : "xray-fips.us-west-2.amazonaws.com"
|
17892
18061
|
},
|
18062
|
+
"il-central-1" : { },
|
17893
18063
|
"me-central-1" : { },
|
17894
18064
|
"me-south-1" : { },
|
17895
18065
|
"sa-east-1" : { },
|
@@ -24040,11 +24210,24 @@
|
|
24040
24210
|
"deprecated" : true,
|
24041
24211
|
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov"
|
24042
24212
|
},
|
24213
|
+
"fips-us-iso-west-1" : {
|
24214
|
+
"credentialScope" : {
|
24215
|
+
"region" : "us-iso-west-1"
|
24216
|
+
},
|
24217
|
+
"deprecated" : true,
|
24218
|
+
"hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov"
|
24219
|
+
},
|
24043
24220
|
"us-iso-east-1" : {
|
24044
24221
|
"variants" : [ {
|
24045
24222
|
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov",
|
24046
24223
|
"tags" : [ "fips" ]
|
24047
24224
|
} ]
|
24225
|
+
},
|
24226
|
+
"us-iso-west-1" : {
|
24227
|
+
"variants" : [ {
|
24228
|
+
"hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov",
|
24229
|
+
"tags" : [ "fips" ]
|
24230
|
+
} ]
|
24048
24231
|
}
|
24049
24232
|
}
|
24050
24233
|
},
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.796.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|