aws-partitions 1.809.0 → 1.818.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 +47 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +247 -31
- 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: 4e77841484dc47711dd166c5a167471f2f73a4b0b2296af6daba0a3d09707c5f
|
4
|
+
data.tar.gz: bdf43503ba54284bf213550ff89e38ef2ea842ee01165b21d385ef8da431b637
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e0bb5d0d7db5f14f088cb8efa1983aea2dacbab086bebfd1e977e54341a615a8609ac85b1d0cf51e7a142922ee868d015dff17cc7cbfcd5f48bf78ad69a8ba5
|
7
|
+
data.tar.gz: d2cb4edd81f77185fce099fb9774ae06893ab48945c6258c9a6cb2b5557b0ffb4d5441b8ffb35477a5eee587ed59ef9cfb3171749d3ee578117d412336c717e1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,53 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.818.0 (2023-09-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.817.0 (2023-09-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.816.0 (2023-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.815.0 (2023-08-31)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.814.0 (2023-08-30)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::PcaConnectorAd`.
|
28
|
+
|
29
|
+
* Feature - Added support for enumerating regions for `Aws::Neptunedata`.
|
30
|
+
|
31
|
+
1.813.0 (2023-08-28)
|
32
|
+
------------------
|
33
|
+
|
34
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
35
|
+
|
36
|
+
1.812.0 (2023-08-25)
|
37
|
+
------------------
|
38
|
+
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
40
|
+
|
41
|
+
1.811.0 (2023-08-24)
|
42
|
+
------------------
|
43
|
+
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
45
|
+
|
46
|
+
1.810.0 (2023-08-23)
|
47
|
+
------------------
|
48
|
+
|
49
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
50
|
+
|
4
51
|
1.809.0 (2023-08-22)
|
5
52
|
------------------
|
6
53
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.818.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -479,6 +479,7 @@ module Aws
|
|
479
479
|
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
480
480
|
'Mobile' => 'mobile',
|
481
481
|
'Neptune' => 'rds',
|
482
|
+
'Neptunedata' => 'neptune-db',
|
482
483
|
'NetworkFirewall' => 'network-firewall',
|
483
484
|
'NetworkManager' => 'networkmanager',
|
484
485
|
'NimbleStudio' => 'nimble',
|
@@ -495,6 +496,7 @@ module Aws
|
|
495
496
|
'Panorama' => 'panorama',
|
496
497
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
497
498
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
499
|
+
'PcaConnectorAd' => 'pca-connector-ad',
|
498
500
|
'Personalize' => 'personalize',
|
499
501
|
'PersonalizeEvents' => 'personalize-events',
|
500
502
|
'PersonalizeRuntime' => 'personalize-runtime',
|
data/partitions.json
CHANGED
@@ -522,6 +522,7 @@
|
|
522
522
|
"eu-west-1" : { },
|
523
523
|
"eu-west-2" : { },
|
524
524
|
"eu-west-3" : { },
|
525
|
+
"il-central-1" : { },
|
525
526
|
"me-south-1" : { },
|
526
527
|
"sa-east-1" : { },
|
527
528
|
"us-east-1" : {
|
@@ -1612,6 +1613,12 @@
|
|
1612
1613
|
"tags" : [ "dualstack" ]
|
1613
1614
|
} ]
|
1614
1615
|
},
|
1616
|
+
"il-central-1" : {
|
1617
|
+
"variants" : [ {
|
1618
|
+
"hostname" : "appmesh.il-central-1.api.aws",
|
1619
|
+
"tags" : [ "dualstack" ]
|
1620
|
+
} ]
|
1621
|
+
},
|
1615
1622
|
"me-south-1" : {
|
1616
1623
|
"variants" : [ {
|
1617
1624
|
"hostname" : "appmesh.me-south-1.api.aws",
|
@@ -2037,6 +2044,12 @@
|
|
2037
2044
|
"deprecated" : true,
|
2038
2045
|
"hostname" : "athena-fips.us-west-2.amazonaws.com"
|
2039
2046
|
},
|
2047
|
+
"il-central-1" : {
|
2048
|
+
"variants" : [ {
|
2049
|
+
"hostname" : "athena.il-central-1.api.aws",
|
2050
|
+
"tags" : [ "dualstack" ]
|
2051
|
+
} ]
|
2052
|
+
},
|
2040
2053
|
"me-central-1" : {
|
2041
2054
|
"variants" : [ {
|
2042
2055
|
"hostname" : "athena.me-central-1.api.aws",
|
@@ -2207,6 +2220,7 @@
|
|
2207
2220
|
"eu-west-1" : { },
|
2208
2221
|
"eu-west-2" : { },
|
2209
2222
|
"eu-west-3" : { },
|
2223
|
+
"il-central-1" : { },
|
2210
2224
|
"me-central-1" : { },
|
2211
2225
|
"me-south-1" : { },
|
2212
2226
|
"sa-east-1" : { },
|
@@ -2328,6 +2342,7 @@
|
|
2328
2342
|
"deprecated" : true,
|
2329
2343
|
"hostname" : "fips.batch.us-west-2.amazonaws.com"
|
2330
2344
|
},
|
2345
|
+
"il-central-1" : { },
|
2331
2346
|
"me-central-1" : { },
|
2332
2347
|
"me-south-1" : { },
|
2333
2348
|
"sa-east-1" : { },
|
@@ -3034,6 +3049,7 @@
|
|
3034
3049
|
"deprecated" : true,
|
3035
3050
|
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
|
3036
3051
|
},
|
3052
|
+
"il-central-1" : { },
|
3037
3053
|
"me-central-1" : { },
|
3038
3054
|
"me-south-1" : { },
|
3039
3055
|
"sa-east-1" : { },
|
@@ -3334,6 +3350,7 @@
|
|
3334
3350
|
"endpoints" : {
|
3335
3351
|
"ap-northeast-1" : { },
|
3336
3352
|
"ap-northeast-2" : { },
|
3353
|
+
"ap-northeast-3" : { },
|
3337
3354
|
"ap-south-1" : { },
|
3338
3355
|
"ap-southeast-1" : { },
|
3339
3356
|
"ap-southeast-2" : { },
|
@@ -3372,6 +3389,7 @@
|
|
3372
3389
|
"deprecated" : true,
|
3373
3390
|
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
|
3374
3391
|
},
|
3392
|
+
"il-central-1" : { },
|
3375
3393
|
"me-south-1" : { },
|
3376
3394
|
"sa-east-1" : { },
|
3377
3395
|
"us-east-1" : {
|
@@ -3404,6 +3422,7 @@
|
|
3404
3422
|
"endpoints" : {
|
3405
3423
|
"ap-northeast-1" : { },
|
3406
3424
|
"ap-northeast-2" : { },
|
3425
|
+
"ap-northeast-3" : { },
|
3407
3426
|
"ap-south-1" : { },
|
3408
3427
|
"ap-southeast-1" : { },
|
3409
3428
|
"ap-southeast-2" : { },
|
@@ -3442,6 +3461,7 @@
|
|
3442
3461
|
"deprecated" : true,
|
3443
3462
|
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
|
3444
3463
|
},
|
3464
|
+
"il-central-1" : { },
|
3445
3465
|
"me-south-1" : { },
|
3446
3466
|
"sa-east-1" : { },
|
3447
3467
|
"us-east-1" : {
|
@@ -3912,6 +3932,7 @@
|
|
3912
3932
|
"eu-west-1" : { },
|
3913
3933
|
"eu-west-2" : { },
|
3914
3934
|
"eu-west-3" : { },
|
3935
|
+
"il-central-1" : { },
|
3915
3936
|
"me-south-1" : { },
|
3916
3937
|
"sa-east-1" : { },
|
3917
3938
|
"us-east-1" : {
|
@@ -4402,6 +4423,7 @@
|
|
4402
4423
|
"deprecated" : true,
|
4403
4424
|
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
|
4404
4425
|
},
|
4426
|
+
"il-central-1" : { },
|
4405
4427
|
"me-central-1" : { },
|
4406
4428
|
"me-south-1" : { },
|
4407
4429
|
"sa-east-1" : { },
|
@@ -6211,6 +6233,7 @@
|
|
6211
6233
|
"deprecated" : true,
|
6212
6234
|
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
6213
6235
|
},
|
6236
|
+
"il-central-1" : { },
|
6214
6237
|
"me-south-1" : { },
|
6215
6238
|
"sa-east-1" : { },
|
6216
6239
|
"us-east-1" : {
|
@@ -6407,26 +6430,126 @@
|
|
6407
6430
|
},
|
6408
6431
|
"es" : {
|
6409
6432
|
"endpoints" : {
|
6410
|
-
"af-south-1" : {
|
6411
|
-
|
6412
|
-
|
6413
|
-
|
6414
|
-
|
6415
|
-
|
6416
|
-
"ap-
|
6417
|
-
|
6418
|
-
|
6419
|
-
|
6420
|
-
|
6421
|
-
|
6422
|
-
"
|
6423
|
-
|
6424
|
-
|
6425
|
-
|
6426
|
-
|
6427
|
-
|
6428
|
-
"
|
6429
|
-
|
6433
|
+
"af-south-1" : {
|
6434
|
+
"variants" : [ {
|
6435
|
+
"hostname" : "aos.af-south-1.api.aws",
|
6436
|
+
"tags" : [ "dualstack" ]
|
6437
|
+
} ]
|
6438
|
+
},
|
6439
|
+
"ap-east-1" : {
|
6440
|
+
"variants" : [ {
|
6441
|
+
"hostname" : "aos.ap-east-1.api.aws",
|
6442
|
+
"tags" : [ "dualstack" ]
|
6443
|
+
} ]
|
6444
|
+
},
|
6445
|
+
"ap-northeast-1" : {
|
6446
|
+
"variants" : [ {
|
6447
|
+
"hostname" : "aos.ap-northeast-1.api.aws",
|
6448
|
+
"tags" : [ "dualstack" ]
|
6449
|
+
} ]
|
6450
|
+
},
|
6451
|
+
"ap-northeast-2" : {
|
6452
|
+
"variants" : [ {
|
6453
|
+
"hostname" : "aos.ap-northeast-2.api.aws",
|
6454
|
+
"tags" : [ "dualstack" ]
|
6455
|
+
} ]
|
6456
|
+
},
|
6457
|
+
"ap-northeast-3" : {
|
6458
|
+
"variants" : [ {
|
6459
|
+
"hostname" : "aos.ap-northeast-3.api.aws",
|
6460
|
+
"tags" : [ "dualstack" ]
|
6461
|
+
} ]
|
6462
|
+
},
|
6463
|
+
"ap-south-1" : {
|
6464
|
+
"variants" : [ {
|
6465
|
+
"hostname" : "aos.ap-south-1.api.aws",
|
6466
|
+
"tags" : [ "dualstack" ]
|
6467
|
+
} ]
|
6468
|
+
},
|
6469
|
+
"ap-south-2" : {
|
6470
|
+
"variants" : [ {
|
6471
|
+
"hostname" : "aos.ap-south-2.api.aws",
|
6472
|
+
"tags" : [ "dualstack" ]
|
6473
|
+
} ]
|
6474
|
+
},
|
6475
|
+
"ap-southeast-1" : {
|
6476
|
+
"variants" : [ {
|
6477
|
+
"hostname" : "aos.ap-southeast-1.api.aws",
|
6478
|
+
"tags" : [ "dualstack" ]
|
6479
|
+
} ]
|
6480
|
+
},
|
6481
|
+
"ap-southeast-2" : {
|
6482
|
+
"variants" : [ {
|
6483
|
+
"hostname" : "aos.ap-southeast-2.api.aws",
|
6484
|
+
"tags" : [ "dualstack" ]
|
6485
|
+
} ]
|
6486
|
+
},
|
6487
|
+
"ap-southeast-3" : {
|
6488
|
+
"variants" : [ {
|
6489
|
+
"hostname" : "aos.ap-southeast-3.api.aws",
|
6490
|
+
"tags" : [ "dualstack" ]
|
6491
|
+
} ]
|
6492
|
+
},
|
6493
|
+
"ap-southeast-4" : {
|
6494
|
+
"variants" : [ {
|
6495
|
+
"hostname" : "aos.ap-southeast-4.api.aws",
|
6496
|
+
"tags" : [ "dualstack" ]
|
6497
|
+
} ]
|
6498
|
+
},
|
6499
|
+
"ca-central-1" : {
|
6500
|
+
"variants" : [ {
|
6501
|
+
"hostname" : "aos.ca-central-1.api.aws",
|
6502
|
+
"tags" : [ "dualstack" ]
|
6503
|
+
} ]
|
6504
|
+
},
|
6505
|
+
"eu-central-1" : {
|
6506
|
+
"variants" : [ {
|
6507
|
+
"hostname" : "aos.eu-central-1.api.aws",
|
6508
|
+
"tags" : [ "dualstack" ]
|
6509
|
+
} ]
|
6510
|
+
},
|
6511
|
+
"eu-central-2" : {
|
6512
|
+
"variants" : [ {
|
6513
|
+
"hostname" : "aos.eu-central-2.api.aws",
|
6514
|
+
"tags" : [ "dualstack" ]
|
6515
|
+
} ]
|
6516
|
+
},
|
6517
|
+
"eu-north-1" : {
|
6518
|
+
"variants" : [ {
|
6519
|
+
"hostname" : "aos.eu-north-1.api.aws",
|
6520
|
+
"tags" : [ "dualstack" ]
|
6521
|
+
} ]
|
6522
|
+
},
|
6523
|
+
"eu-south-1" : {
|
6524
|
+
"variants" : [ {
|
6525
|
+
"hostname" : "aos.eu-south-1.api.aws",
|
6526
|
+
"tags" : [ "dualstack" ]
|
6527
|
+
} ]
|
6528
|
+
},
|
6529
|
+
"eu-south-2" : {
|
6530
|
+
"variants" : [ {
|
6531
|
+
"hostname" : "aos.eu-south-2.api.aws",
|
6532
|
+
"tags" : [ "dualstack" ]
|
6533
|
+
} ]
|
6534
|
+
},
|
6535
|
+
"eu-west-1" : {
|
6536
|
+
"variants" : [ {
|
6537
|
+
"hostname" : "aos.eu-west-1.api.aws",
|
6538
|
+
"tags" : [ "dualstack" ]
|
6539
|
+
} ]
|
6540
|
+
},
|
6541
|
+
"eu-west-2" : {
|
6542
|
+
"variants" : [ {
|
6543
|
+
"hostname" : "aos.eu-west-2.api.aws",
|
6544
|
+
"tags" : [ "dualstack" ]
|
6545
|
+
} ]
|
6546
|
+
},
|
6547
|
+
"eu-west-3" : {
|
6548
|
+
"variants" : [ {
|
6549
|
+
"hostname" : "aos.eu-west-3.api.aws",
|
6550
|
+
"tags" : [ "dualstack" ]
|
6551
|
+
} ]
|
6552
|
+
},
|
6430
6553
|
"fips" : {
|
6431
6554
|
"credentialScope" : {
|
6432
6555
|
"region" : "us-west-1"
|
@@ -6434,12 +6557,35 @@
|
|
6434
6557
|
"deprecated" : true,
|
6435
6558
|
"hostname" : "es-fips.us-west-1.amazonaws.com"
|
6436
6559
|
},
|
6437
|
-
"il-central-1" : {
|
6438
|
-
|
6439
|
-
|
6440
|
-
|
6560
|
+
"il-central-1" : {
|
6561
|
+
"variants" : [ {
|
6562
|
+
"hostname" : "aos.il-central-1.api.aws",
|
6563
|
+
"tags" : [ "dualstack" ]
|
6564
|
+
} ]
|
6565
|
+
},
|
6566
|
+
"me-central-1" : {
|
6567
|
+
"variants" : [ {
|
6568
|
+
"hostname" : "aos.me-central-1.api.aws",
|
6569
|
+
"tags" : [ "dualstack" ]
|
6570
|
+
} ]
|
6571
|
+
},
|
6572
|
+
"me-south-1" : {
|
6573
|
+
"variants" : [ {
|
6574
|
+
"hostname" : "aos.me-south-1.api.aws",
|
6575
|
+
"tags" : [ "dualstack" ]
|
6576
|
+
} ]
|
6577
|
+
},
|
6578
|
+
"sa-east-1" : {
|
6579
|
+
"variants" : [ {
|
6580
|
+
"hostname" : "aos.sa-east-1.api.aws",
|
6581
|
+
"tags" : [ "dualstack" ]
|
6582
|
+
} ]
|
6583
|
+
},
|
6441
6584
|
"us-east-1" : {
|
6442
6585
|
"variants" : [ {
|
6586
|
+
"hostname" : "aos.us-east-1.api.aws",
|
6587
|
+
"tags" : [ "dualstack" ]
|
6588
|
+
}, {
|
6443
6589
|
"hostname" : "es-fips.us-east-1.amazonaws.com",
|
6444
6590
|
"tags" : [ "fips" ]
|
6445
6591
|
} ]
|
@@ -6453,6 +6599,9 @@
|
|
6453
6599
|
},
|
6454
6600
|
"us-east-2" : {
|
6455
6601
|
"variants" : [ {
|
6602
|
+
"hostname" : "aos.us-east-2.api.aws",
|
6603
|
+
"tags" : [ "dualstack" ]
|
6604
|
+
}, {
|
6456
6605
|
"hostname" : "es-fips.us-east-2.amazonaws.com",
|
6457
6606
|
"tags" : [ "fips" ]
|
6458
6607
|
} ]
|
@@ -6466,6 +6615,9 @@
|
|
6466
6615
|
},
|
6467
6616
|
"us-west-1" : {
|
6468
6617
|
"variants" : [ {
|
6618
|
+
"hostname" : "aos.us-west-1.api.aws",
|
6619
|
+
"tags" : [ "dualstack" ]
|
6620
|
+
}, {
|
6469
6621
|
"hostname" : "es-fips.us-west-1.amazonaws.com",
|
6470
6622
|
"tags" : [ "fips" ]
|
6471
6623
|
} ]
|
@@ -6479,6 +6631,9 @@
|
|
6479
6631
|
},
|
6480
6632
|
"us-west-2" : {
|
6481
6633
|
"variants" : [ {
|
6634
|
+
"hostname" : "aos.us-west-2.api.aws",
|
6635
|
+
"tags" : [ "dualstack" ]
|
6636
|
+
}, {
|
6482
6637
|
"hostname" : "es-fips.us-west-2.amazonaws.com",
|
6483
6638
|
"tags" : [ "fips" ]
|
6484
6639
|
} ]
|
@@ -7171,6 +7326,7 @@
|
|
7171
7326
|
"deprecated" : true,
|
7172
7327
|
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
|
7173
7328
|
},
|
7329
|
+
"il-central-1" : { },
|
7174
7330
|
"me-central-1" : { },
|
7175
7331
|
"me-south-1" : { },
|
7176
7332
|
"prod-ca-central-1" : {
|
@@ -7676,6 +7832,7 @@
|
|
7676
7832
|
"eu-west-1" : { },
|
7677
7833
|
"eu-west-2" : { },
|
7678
7834
|
"eu-west-3" : { },
|
7835
|
+
"il-central-1" : { },
|
7679
7836
|
"me-central-1" : { },
|
7680
7837
|
"me-south-1" : { },
|
7681
7838
|
"sa-east-1" : { },
|
@@ -7854,11 +8011,13 @@
|
|
7854
8011
|
"ap-southeast-3" : { },
|
7855
8012
|
"ca-central-1" : { },
|
7856
8013
|
"eu-central-1" : { },
|
8014
|
+
"eu-central-2" : { },
|
7857
8015
|
"eu-north-1" : { },
|
7858
8016
|
"eu-south-1" : { },
|
7859
8017
|
"eu-west-1" : { },
|
7860
8018
|
"eu-west-2" : { },
|
7861
8019
|
"eu-west-3" : { },
|
8020
|
+
"il-central-1" : { },
|
7862
8021
|
"me-south-1" : { },
|
7863
8022
|
"sa-east-1" : { },
|
7864
8023
|
"us-east-1" : { },
|
@@ -8124,7 +8283,7 @@
|
|
8124
8283
|
"ca-central-1" : {
|
8125
8284
|
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
8126
8285
|
"variants" : [ {
|
8127
|
-
"hostname" : "internetmonitor-fips.ca-central-1.
|
8286
|
+
"hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com",
|
8128
8287
|
"tags" : [ "fips" ]
|
8129
8288
|
} ]
|
8130
8289
|
},
|
@@ -8167,28 +8326,28 @@
|
|
8167
8326
|
"us-east-1" : {
|
8168
8327
|
"hostname" : "internetmonitor.us-east-1.api.aws",
|
8169
8328
|
"variants" : [ {
|
8170
|
-
"hostname" : "internetmonitor-fips.us-east-1.
|
8329
|
+
"hostname" : "internetmonitor-fips.us-east-1.amazonaws.com",
|
8171
8330
|
"tags" : [ "fips" ]
|
8172
8331
|
} ]
|
8173
8332
|
},
|
8174
8333
|
"us-east-2" : {
|
8175
8334
|
"hostname" : "internetmonitor.us-east-2.api.aws",
|
8176
8335
|
"variants" : [ {
|
8177
|
-
"hostname" : "internetmonitor-fips.us-east-2.
|
8336
|
+
"hostname" : "internetmonitor-fips.us-east-2.amazonaws.com",
|
8178
8337
|
"tags" : [ "fips" ]
|
8179
8338
|
} ]
|
8180
8339
|
},
|
8181
8340
|
"us-west-1" : {
|
8182
8341
|
"hostname" : "internetmonitor.us-west-1.api.aws",
|
8183
8342
|
"variants" : [ {
|
8184
|
-
"hostname" : "internetmonitor-fips.us-west-1.
|
8343
|
+
"hostname" : "internetmonitor-fips.us-west-1.amazonaws.com",
|
8185
8344
|
"tags" : [ "fips" ]
|
8186
8345
|
} ]
|
8187
8346
|
},
|
8188
8347
|
"us-west-2" : {
|
8189
8348
|
"hostname" : "internetmonitor.us-west-2.api.aws",
|
8190
8349
|
"variants" : [ {
|
8191
|
-
"hostname" : "internetmonitor-fips.us-west-2.
|
8350
|
+
"hostname" : "internetmonitor-fips.us-west-2.amazonaws.com",
|
8192
8351
|
"tags" : [ "fips" ]
|
8193
8352
|
} ]
|
8194
8353
|
}
|
@@ -8895,6 +9054,7 @@
|
|
8895
9054
|
"deprecated" : true,
|
8896
9055
|
"hostname" : "kafka-fips.us-west-2.amazonaws.com"
|
8897
9056
|
},
|
9057
|
+
"il-central-1" : { },
|
8898
9058
|
"me-central-1" : { },
|
8899
9059
|
"me-south-1" : { },
|
8900
9060
|
"sa-east-1" : { },
|
@@ -9945,6 +10105,7 @@
|
|
9945
10105
|
"deprecated" : true,
|
9946
10106
|
"hostname" : "license-manager-fips.us-west-2.amazonaws.com"
|
9947
10107
|
},
|
10108
|
+
"il-central-1" : { },
|
9948
10109
|
"me-south-1" : { },
|
9949
10110
|
"sa-east-1" : { },
|
9950
10111
|
"us-east-1" : {
|
@@ -10063,6 +10224,7 @@
|
|
10063
10224
|
"ap-south-1" : { },
|
10064
10225
|
"ap-southeast-1" : { },
|
10065
10226
|
"ap-southeast-2" : { },
|
10227
|
+
"ap-southeast-3" : { },
|
10066
10228
|
"ca-central-1" : { },
|
10067
10229
|
"eu-central-1" : { },
|
10068
10230
|
"eu-north-1" : { },
|
@@ -10098,6 +10260,7 @@
|
|
10098
10260
|
"deprecated" : true,
|
10099
10261
|
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
|
10100
10262
|
},
|
10263
|
+
"il-central-1" : { },
|
10101
10264
|
"me-south-1" : { },
|
10102
10265
|
"sa-east-1" : { },
|
10103
10266
|
"us-east-1" : {
|
@@ -10390,6 +10553,7 @@
|
|
10390
10553
|
"deprecated" : true,
|
10391
10554
|
"hostname" : "macie2-fips.us-west-2.amazonaws.com"
|
10392
10555
|
},
|
10556
|
+
"il-central-1" : { },
|
10393
10557
|
"me-south-1" : { },
|
10394
10558
|
"sa-east-1" : { },
|
10395
10559
|
"us-east-1" : {
|
@@ -10702,6 +10866,7 @@
|
|
10702
10866
|
"endpoints" : {
|
10703
10867
|
"ap-southeast-1" : { },
|
10704
10868
|
"eu-central-1" : { },
|
10869
|
+
"il-central-1" : { },
|
10705
10870
|
"us-east-1" : {
|
10706
10871
|
"variants" : [ {
|
10707
10872
|
"hostname" : "meetings-chime-fips.us-east-1.amazonaws.com",
|
@@ -11565,6 +11730,12 @@
|
|
11565
11730
|
},
|
11566
11731
|
"hostname" : "oidc.eu-west-3.amazonaws.com"
|
11567
11732
|
},
|
11733
|
+
"il-central-1" : {
|
11734
|
+
"credentialScope" : {
|
11735
|
+
"region" : "il-central-1"
|
11736
|
+
},
|
11737
|
+
"hostname" : "oidc.il-central-1.amazonaws.com"
|
11738
|
+
},
|
11568
11739
|
"me-south-1" : {
|
11569
11740
|
"credentialScope" : {
|
11570
11741
|
"region" : "me-south-1"
|
@@ -11792,6 +11963,8 @@
|
|
11792
11963
|
"deprecated" : true,
|
11793
11964
|
"hostname" : "outposts-fips.us-west-2.amazonaws.com"
|
11794
11965
|
},
|
11966
|
+
"il-central-1" : { },
|
11967
|
+
"me-central-1" : { },
|
11795
11968
|
"me-south-1" : { },
|
11796
11969
|
"sa-east-1" : { },
|
11797
11970
|
"us-east-1" : {
|
@@ -12187,6 +12360,12 @@
|
|
12187
12360
|
},
|
12188
12361
|
"hostname" : "portal.sso.eu-west-3.amazonaws.com"
|
12189
12362
|
},
|
12363
|
+
"il-central-1" : {
|
12364
|
+
"credentialScope" : {
|
12365
|
+
"region" : "il-central-1"
|
12366
|
+
},
|
12367
|
+
"hostname" : "portal.sso.il-central-1.amazonaws.com"
|
12368
|
+
},
|
12190
12369
|
"me-south-1" : {
|
12191
12370
|
"credentialScope" : {
|
12192
12371
|
"region" : "me-south-1"
|
@@ -14127,6 +14306,7 @@
|
|
14127
14306
|
"fips-us-west-2" : {
|
14128
14307
|
"deprecated" : true
|
14129
14308
|
},
|
14309
|
+
"il-central-1" : { },
|
14130
14310
|
"me-south-1" : { },
|
14131
14311
|
"sa-east-1" : { },
|
14132
14312
|
"us-east-1" : {
|
@@ -14929,6 +15109,7 @@
|
|
14929
15109
|
"eu-west-1" : { },
|
14930
15110
|
"eu-west-2" : { },
|
14931
15111
|
"eu-west-3" : { },
|
15112
|
+
"il-central-1" : { },
|
14932
15113
|
"me-central-1" : { },
|
14933
15114
|
"me-south-1" : { },
|
14934
15115
|
"sa-east-1" : { },
|
@@ -15897,6 +16078,7 @@
|
|
15897
16078
|
"eu-west-1" : { },
|
15898
16079
|
"eu-west-2" : { },
|
15899
16080
|
"eu-west-3" : { },
|
16081
|
+
"il-central-1" : { },
|
15900
16082
|
"me-south-1" : { },
|
15901
16083
|
"sa-east-1" : { },
|
15902
16084
|
"us-east-1" : { },
|
@@ -16743,6 +16925,7 @@
|
|
16743
16925
|
"deprecated" : true,
|
16744
16926
|
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
|
16745
16927
|
},
|
16928
|
+
"il-central-1" : { },
|
16746
16929
|
"me-central-1" : { },
|
16747
16930
|
"me-south-1" : { },
|
16748
16931
|
"sa-east-1" : { },
|
@@ -18724,8 +18907,18 @@
|
|
18724
18907
|
},
|
18725
18908
|
"es" : {
|
18726
18909
|
"endpoints" : {
|
18727
|
-
"cn-north-1" : {
|
18728
|
-
|
18910
|
+
"cn-north-1" : {
|
18911
|
+
"variants" : [ {
|
18912
|
+
"hostname" : "aos.cn-north-1.api.amazonwebservices.com.cn",
|
18913
|
+
"tags" : [ "dualstack" ]
|
18914
|
+
} ]
|
18915
|
+
},
|
18916
|
+
"cn-northwest-1" : {
|
18917
|
+
"variants" : [ {
|
18918
|
+
"hostname" : "aos.cn-northwest-1.api.amazonwebservices.com.cn",
|
18919
|
+
"tags" : [ "dualstack" ]
|
18920
|
+
} ]
|
18921
|
+
}
|
18729
18922
|
}
|
18730
18923
|
},
|
18731
18924
|
"events" : {
|
@@ -21184,6 +21377,9 @@
|
|
21184
21377
|
},
|
21185
21378
|
"us-gov-east-1" : {
|
21186
21379
|
"variants" : [ {
|
21380
|
+
"hostname" : "aos.us-gov-east-1.api.aws",
|
21381
|
+
"tags" : [ "dualstack" ]
|
21382
|
+
}, {
|
21187
21383
|
"hostname" : "es-fips.us-gov-east-1.amazonaws.com",
|
21188
21384
|
"tags" : [ "fips" ]
|
21189
21385
|
} ]
|
@@ -21197,6 +21393,9 @@
|
|
21197
21393
|
},
|
21198
21394
|
"us-gov-west-1" : {
|
21199
21395
|
"variants" : [ {
|
21396
|
+
"hostname" : "aos.us-gov-west-1.api.aws",
|
21397
|
+
"tags" : [ "dualstack" ]
|
21398
|
+
}, {
|
21200
21399
|
"hostname" : "es-fips.us-gov-west-1.amazonaws.com",
|
21201
21400
|
"tags" : [ "fips" ]
|
21202
21401
|
} ]
|
@@ -21367,6 +21566,23 @@
|
|
21367
21566
|
}
|
21368
21567
|
}
|
21369
21568
|
},
|
21569
|
+
"geo" : {
|
21570
|
+
"endpoints" : {
|
21571
|
+
"fips-us-gov-west-1" : {
|
21572
|
+
"credentialScope" : {
|
21573
|
+
"region" : "us-gov-west-1"
|
21574
|
+
},
|
21575
|
+
"deprecated" : true,
|
21576
|
+
"hostname" : "geo-fips.us-gov-west-1.amazonaws.com"
|
21577
|
+
},
|
21578
|
+
"us-gov-west-1" : {
|
21579
|
+
"variants" : [ {
|
21580
|
+
"hostname" : "geo-fips.us-gov-west-1.amazonaws.com",
|
21581
|
+
"tags" : [ "fips" ]
|
21582
|
+
} ]
|
21583
|
+
}
|
21584
|
+
}
|
21585
|
+
},
|
21370
21586
|
"glacier" : {
|
21371
21587
|
"endpoints" : {
|
21372
21588
|
"fips-us-gov-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.818.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-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|