aws-partitions 1.795.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 +5 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +1 -1
- data/partitions.json +150 -1
- 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
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" : { },
|
@@ -6167,6 +6231,7 @@
|
|
6167
6231
|
},
|
6168
6232
|
"eu-central-1" : { },
|
6169
6233
|
"eu-north-1" : { },
|
6234
|
+
"eu-south-1" : { },
|
6170
6235
|
"eu-west-1" : { },
|
6171
6236
|
"eu-west-2" : { },
|
6172
6237
|
"eu-west-3" : { },
|
@@ -6354,6 +6419,7 @@
|
|
6354
6419
|
"deprecated" : true,
|
6355
6420
|
"hostname" : "es-fips.us-west-1.amazonaws.com"
|
6356
6421
|
},
|
6422
|
+
"il-central-1" : { },
|
6357
6423
|
"me-central-1" : { },
|
6358
6424
|
"me-south-1" : { },
|
6359
6425
|
"sa-east-1" : { },
|
@@ -6461,6 +6527,7 @@
|
|
6461
6527
|
"deprecated" : true,
|
6462
6528
|
"hostname" : "events-fips.us-west-2.amazonaws.com"
|
6463
6529
|
},
|
6530
|
+
"il-central-1" : { },
|
6464
6531
|
"me-central-1" : { },
|
6465
6532
|
"me-south-1" : { },
|
6466
6533
|
"sa-east-1" : { },
|
@@ -6589,6 +6656,7 @@
|
|
6589
6656
|
"deprecated" : true,
|
6590
6657
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com"
|
6591
6658
|
},
|
6659
|
+
"il-central-1" : { },
|
6592
6660
|
"me-central-1" : { },
|
6593
6661
|
"me-south-1" : { },
|
6594
6662
|
"sa-east-1" : { },
|
@@ -7353,6 +7421,7 @@
|
|
7353
7421
|
"deprecated" : true,
|
7354
7422
|
"hostname" : "glue-fips.us-west-2.amazonaws.com"
|
7355
7423
|
},
|
7424
|
+
"il-central-1" : { },
|
7356
7425
|
"me-central-1" : { },
|
7357
7426
|
"me-south-1" : { },
|
7358
7427
|
"sa-east-1" : { },
|
@@ -8016,6 +8085,9 @@
|
|
8016
8085
|
"eu-west-3" : {
|
8017
8086
|
"hostname" : "internetmonitor.eu-west-3.api.aws"
|
8018
8087
|
},
|
8088
|
+
"il-central-1" : {
|
8089
|
+
"hostname" : "internetmonitor.il-central-1.api.aws"
|
8090
|
+
},
|
8019
8091
|
"me-central-1" : {
|
8020
8092
|
"hostname" : "internetmonitor.me-central-1.api.aws"
|
8021
8093
|
},
|
@@ -8923,6 +8995,9 @@
|
|
8923
8995
|
"eu-west-3" : {
|
8924
8996
|
"hostname" : "kendra-ranking.eu-west-3.api.aws"
|
8925
8997
|
},
|
8998
|
+
"il-central-1" : {
|
8999
|
+
"hostname" : "kendra-ranking.il-central-1.api.aws"
|
9000
|
+
},
|
8926
9001
|
"me-central-1" : {
|
8927
9002
|
"hostname" : "kendra-ranking.me-central-1.api.aws"
|
8928
9003
|
},
|
@@ -9008,6 +9083,7 @@
|
|
9008
9083
|
"deprecated" : true,
|
9009
9084
|
"hostname" : "kinesis-fips.us-west-2.amazonaws.com"
|
9010
9085
|
},
|
9086
|
+
"il-central-1" : { },
|
9011
9087
|
"me-central-1" : { },
|
9012
9088
|
"me-south-1" : { },
|
9013
9089
|
"sa-east-1" : { },
|
@@ -9357,10 +9433,17 @@
|
|
9357
9433
|
"deprecated" : true,
|
9358
9434
|
"hostname" : "kms-fips.eu-west-3.amazonaws.com"
|
9359
9435
|
},
|
9436
|
+
"il-central-1" : {
|
9437
|
+
"variants" : [ {
|
9438
|
+
"hostname" : "kms-fips.il-central-1.amazonaws.com",
|
9439
|
+
"tags" : [ "fips" ]
|
9440
|
+
} ]
|
9441
|
+
},
|
9360
9442
|
"il-central-1-fips" : {
|
9361
9443
|
"credentialScope" : {
|
9362
9444
|
"region" : "il-central-1"
|
9363
9445
|
},
|
9446
|
+
"deprecated" : true,
|
9364
9447
|
"hostname" : "kms-fips.il-central-1.amazonaws.com"
|
9365
9448
|
},
|
9366
9449
|
"me-central-1" : {
|
@@ -9683,6 +9766,12 @@
|
|
9683
9766
|
"deprecated" : true,
|
9684
9767
|
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
|
9685
9768
|
},
|
9769
|
+
"il-central-1" : {
|
9770
|
+
"variants" : [ {
|
9771
|
+
"hostname" : "lambda.il-central-1.api.aws",
|
9772
|
+
"tags" : [ "dualstack" ]
|
9773
|
+
} ]
|
9774
|
+
},
|
9686
9775
|
"me-central-1" : {
|
9687
9776
|
"variants" : [ {
|
9688
9777
|
"hostname" : "lambda.me-central-1.api.aws",
|
@@ -10033,6 +10122,7 @@
|
|
10033
10122
|
"deprecated" : true,
|
10034
10123
|
"hostname" : "logs-fips.us-west-2.amazonaws.com"
|
10035
10124
|
},
|
10125
|
+
"il-central-1" : { },
|
10036
10126
|
"me-central-1" : { },
|
10037
10127
|
"me-south-1" : { },
|
10038
10128
|
"sa-east-1" : { },
|
@@ -10639,6 +10729,7 @@
|
|
10639
10729
|
"eu-west-1" : { },
|
10640
10730
|
"eu-west-2" : { },
|
10641
10731
|
"eu-west-3" : { },
|
10732
|
+
"il-central-1" : { },
|
10642
10733
|
"me-central-1" : { },
|
10643
10734
|
"me-south-1" : { },
|
10644
10735
|
"sa-east-1" : { },
|
@@ -10670,6 +10761,7 @@
|
|
10670
10761
|
"eu-west-1" : { },
|
10671
10762
|
"eu-west-2" : { },
|
10672
10763
|
"eu-west-3" : { },
|
10764
|
+
"il-central-1" : { },
|
10673
10765
|
"me-central-1" : { },
|
10674
10766
|
"me-south-1" : { },
|
10675
10767
|
"sa-east-1" : { },
|
@@ -10909,6 +11001,7 @@
|
|
10909
11001
|
"deprecated" : true,
|
10910
11002
|
"hostname" : "monitoring-fips.us-west-2.amazonaws.com"
|
10911
11003
|
},
|
11004
|
+
"il-central-1" : { },
|
10912
11005
|
"me-central-1" : { },
|
10913
11006
|
"me-south-1" : { },
|
10914
11007
|
"sa-east-1" : { },
|
@@ -11278,6 +11371,7 @@
|
|
11278
11371
|
"eu-west-1" : { },
|
11279
11372
|
"eu-west-2" : { },
|
11280
11373
|
"eu-west-3" : { },
|
11374
|
+
"il-central-1" : { },
|
11281
11375
|
"me-central-1" : { },
|
11282
11376
|
"me-south-1" : { },
|
11283
11377
|
"sa-east-1" : { },
|
@@ -11715,6 +11809,7 @@
|
|
11715
11809
|
"eu-west-1" : { },
|
11716
11810
|
"eu-west-2" : { },
|
11717
11811
|
"eu-west-3" : { },
|
11812
|
+
"il-central-1" : { },
|
11718
11813
|
"me-central-1" : { },
|
11719
11814
|
"me-south-1" : { },
|
11720
11815
|
"sa-east-1" : { },
|
@@ -12264,6 +12359,7 @@
|
|
12264
12359
|
"deprecated" : true,
|
12265
12360
|
"hostname" : "ram-fips.us-west-2.amazonaws.com"
|
12266
12361
|
},
|
12362
|
+
"il-central-1" : { },
|
12267
12363
|
"me-central-1" : { },
|
12268
12364
|
"me-south-1" : { },
|
12269
12365
|
"sa-east-1" : { },
|
@@ -12355,6 +12451,7 @@
|
|
12355
12451
|
"deprecated" : true,
|
12356
12452
|
"hostname" : "rbin-fips.us-west-2.amazonaws.com"
|
12357
12453
|
},
|
12454
|
+
"il-central-1" : { },
|
12358
12455
|
"me-central-1" : { },
|
12359
12456
|
"me-south-1" : { },
|
12360
12457
|
"sa-east-1" : { },
|
@@ -12418,6 +12515,7 @@
|
|
12418
12515
|
"eu-west-1" : { },
|
12419
12516
|
"eu-west-2" : { },
|
12420
12517
|
"eu-west-3" : { },
|
12518
|
+
"il-central-1" : { },
|
12421
12519
|
"me-central-1" : { },
|
12422
12520
|
"me-south-1" : { },
|
12423
12521
|
"rds-fips.ca-central-1" : {
|
@@ -12689,6 +12787,7 @@
|
|
12689
12787
|
"deprecated" : true,
|
12690
12788
|
"hostname" : "redshift-fips.us-west-2.amazonaws.com"
|
12691
12789
|
},
|
12790
|
+
"il-central-1" : { },
|
12692
12791
|
"me-central-1" : { },
|
12693
12792
|
"me-south-1" : { },
|
12694
12793
|
"sa-east-1" : { },
|
@@ -12978,6 +13077,9 @@
|
|
12978
13077
|
"eu-west-3" : {
|
12979
13078
|
"hostname" : "resource-explorer-2.eu-west-3.api.aws"
|
12980
13079
|
},
|
13080
|
+
"il-central-1" : {
|
13081
|
+
"hostname" : "resource-explorer-2.il-central-1.api.aws"
|
13082
|
+
},
|
12981
13083
|
"sa-east-1" : {
|
12982
13084
|
"hostname" : "resource-explorer-2.sa-east-1.api.aws"
|
12983
13085
|
},
|
@@ -13045,6 +13147,7 @@
|
|
13045
13147
|
"deprecated" : true,
|
13046
13148
|
"hostname" : "resource-groups-fips.us-west-2.amazonaws.com"
|
13047
13149
|
},
|
13150
|
+
"il-central-1" : { },
|
13048
13151
|
"me-central-1" : { },
|
13049
13152
|
"me-south-1" : { },
|
13050
13153
|
"sa-east-1" : { },
|
@@ -13285,6 +13388,7 @@
|
|
13285
13388
|
"eu-west-1" : { },
|
13286
13389
|
"eu-west-2" : { },
|
13287
13390
|
"eu-west-3" : { },
|
13391
|
+
"il-central-1" : { },
|
13288
13392
|
"me-central-1" : { },
|
13289
13393
|
"me-south-1" : { },
|
13290
13394
|
"sa-east-1" : { },
|
@@ -13533,6 +13637,12 @@
|
|
13533
13637
|
"deprecated" : true,
|
13534
13638
|
"hostname" : "s3-fips.us-west-2.amazonaws.com"
|
13535
13639
|
},
|
13640
|
+
"il-central-1" : {
|
13641
|
+
"variants" : [ {
|
13642
|
+
"hostname" : "s3.dualstack.il-central-1.amazonaws.com",
|
13643
|
+
"tags" : [ "dualstack" ]
|
13644
|
+
} ]
|
13645
|
+
},
|
13536
13646
|
"me-central-1" : {
|
13537
13647
|
"variants" : [ {
|
13538
13648
|
"hostname" : "s3.dualstack.me-central-1.amazonaws.com",
|
@@ -14074,6 +14184,7 @@
|
|
14074
14184
|
"eu-west-1" : { },
|
14075
14185
|
"eu-west-2" : { },
|
14076
14186
|
"eu-west-3" : { },
|
14187
|
+
"il-central-1" : { },
|
14077
14188
|
"me-central-1" : { },
|
14078
14189
|
"me-south-1" : { },
|
14079
14190
|
"sa-east-1" : { },
|
@@ -14589,6 +14700,12 @@
|
|
14589
14700
|
"tags" : [ "dualstack" ]
|
14590
14701
|
} ]
|
14591
14702
|
},
|
14703
|
+
"il-central-1" : {
|
14704
|
+
"variants" : [ {
|
14705
|
+
"hostname" : "servicediscovery.il-central-1.api.aws",
|
14706
|
+
"tags" : [ "dualstack" ]
|
14707
|
+
} ]
|
14708
|
+
},
|
14592
14709
|
"me-central-1" : {
|
14593
14710
|
"variants" : [ {
|
14594
14711
|
"hostname" : "servicediscovery.me-central-1.api.aws",
|
@@ -15219,6 +15336,7 @@
|
|
15219
15336
|
"deprecated" : true,
|
15220
15337
|
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
15221
15338
|
},
|
15339
|
+
"il-central-1" : { },
|
15222
15340
|
"me-central-1" : { },
|
15223
15341
|
"me-south-1" : { },
|
15224
15342
|
"sa-east-1" : { },
|
@@ -15302,6 +15420,7 @@
|
|
15302
15420
|
"deprecated" : true,
|
15303
15421
|
"hostname" : "sqs-fips.us-west-2.amazonaws.com"
|
15304
15422
|
},
|
15423
|
+
"il-central-1" : { },
|
15305
15424
|
"me-central-1" : { },
|
15306
15425
|
"me-south-1" : { },
|
15307
15426
|
"sa-east-1" : { },
|
@@ -15394,6 +15513,7 @@
|
|
15394
15513
|
"deprecated" : true,
|
15395
15514
|
"hostname" : "ssm-fips.us-west-2.amazonaws.com"
|
15396
15515
|
},
|
15516
|
+
"il-central-1" : { },
|
15397
15517
|
"me-central-1" : { },
|
15398
15518
|
"me-south-1" : { },
|
15399
15519
|
"sa-east-1" : { },
|
@@ -15733,6 +15853,7 @@
|
|
15733
15853
|
"deprecated" : true,
|
15734
15854
|
"hostname" : "states-fips.us-west-2.amazonaws.com"
|
15735
15855
|
},
|
15856
|
+
"il-central-1" : { },
|
15736
15857
|
"me-central-1" : { },
|
15737
15858
|
"me-south-1" : { },
|
15738
15859
|
"sa-east-1" : { },
|
@@ -15881,6 +16002,7 @@
|
|
15881
16002
|
"eu-west-1" : { },
|
15882
16003
|
"eu-west-2" : { },
|
15883
16004
|
"eu-west-3" : { },
|
16005
|
+
"il-central-1" : { },
|
15884
16006
|
"local" : {
|
15885
16007
|
"credentialScope" : {
|
15886
16008
|
"region" : "us-east-1"
|
@@ -15925,6 +16047,7 @@
|
|
15925
16047
|
"eu-west-1" : { },
|
15926
16048
|
"eu-west-2" : { },
|
15927
16049
|
"eu-west-3" : { },
|
16050
|
+
"il-central-1" : { },
|
15928
16051
|
"me-central-1" : { },
|
15929
16052
|
"me-south-1" : { },
|
15930
16053
|
"sa-east-1" : { },
|
@@ -16051,6 +16174,7 @@
|
|
16051
16174
|
"deprecated" : true,
|
16052
16175
|
"hostname" : "swf-fips.us-west-2.amazonaws.com"
|
16053
16176
|
},
|
16177
|
+
"il-central-1" : { },
|
16054
16178
|
"me-central-1" : { },
|
16055
16179
|
"me-south-1" : { },
|
16056
16180
|
"sa-east-1" : { },
|
@@ -16130,6 +16254,7 @@
|
|
16130
16254
|
"deprecated" : true,
|
16131
16255
|
"hostname" : "synthetics-fips.us-west-2.amazonaws.com"
|
16132
16256
|
},
|
16257
|
+
"il-central-1" : { },
|
16133
16258
|
"me-central-1" : { },
|
16134
16259
|
"me-south-1" : { },
|
16135
16260
|
"sa-east-1" : { },
|
@@ -16181,6 +16306,7 @@
|
|
16181
16306
|
"eu-west-1" : { },
|
16182
16307
|
"eu-west-2" : { },
|
16183
16308
|
"eu-west-3" : { },
|
16309
|
+
"il-central-1" : { },
|
16184
16310
|
"me-central-1" : { },
|
16185
16311
|
"me-south-1" : { },
|
16186
16312
|
"sa-east-1" : { },
|
@@ -17118,6 +17244,7 @@
|
|
17118
17244
|
"credentialScope" : {
|
17119
17245
|
"region" : "il-central-1"
|
17120
17246
|
},
|
17247
|
+
"deprecated" : true,
|
17121
17248
|
"hostname" : "waf-regional-fips.il-central-1.amazonaws.com"
|
17122
17249
|
},
|
17123
17250
|
"fips-me-central-1" : {
|
@@ -17169,6 +17296,16 @@
|
|
17169
17296
|
"deprecated" : true,
|
17170
17297
|
"hostname" : "waf-regional-fips.us-west-2.amazonaws.com"
|
17171
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
|
+
},
|
17172
17309
|
"me-central-1" : {
|
17173
17310
|
"credentialScope" : {
|
17174
17311
|
"region" : "me-central-1"
|
@@ -17587,6 +17724,7 @@
|
|
17587
17724
|
"credentialScope" : {
|
17588
17725
|
"region" : "il-central-1"
|
17589
17726
|
},
|
17727
|
+
"deprecated" : true,
|
17590
17728
|
"hostname" : "wafv2-fips.il-central-1.amazonaws.com"
|
17591
17729
|
},
|
17592
17730
|
"fips-me-central-1" : {
|
@@ -17638,6 +17776,16 @@
|
|
17638
17776
|
"deprecated" : true,
|
17639
17777
|
"hostname" : "wafv2-fips.us-west-2.amazonaws.com"
|
17640
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
|
+
},
|
17641
17789
|
"me-central-1" : {
|
17642
17790
|
"credentialScope" : {
|
17643
17791
|
"region" : "me-central-1"
|
@@ -17911,6 +18059,7 @@
|
|
17911
18059
|
"deprecated" : true,
|
17912
18060
|
"hostname" : "xray-fips.us-west-2.amazonaws.com"
|
17913
18061
|
},
|
18062
|
+
"il-central-1" : { },
|
17914
18063
|
"me-central-1" : { },
|
17915
18064
|
"me-south-1" : { },
|
17916
18065
|
"sa-east-1" : { },
|
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:
|