aws-partitions 1.696.0 → 1.701.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 +25 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +3 -0
- data/partitions.json +132 -3
- 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: accc699655ec0ca0799501bc862abfcf7387f59066fed18244db3cf15550b369
|
|
4
|
+
data.tar.gz: 172654d54599f2e8b3d80c5378a0f172826047349e505e91708d76f9dedaaf3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c758b842739d416babd0d52ff782accc3b57da8815481b90ce5c70bbf01dabe7e53998d862caa96829bda0a7f7cadebe5ade52c7c9d163bf9513e1eeaf4c75
|
|
7
|
+
data.tar.gz: 52fb1c9dce301a52adb2512f0cfa106c9482ed32743b3ef248e26919170e445fed9736c9c6078a0d7c6fdb64da8ccdfe540a810c8b2e54bf9ec11434bd728baa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.701.0 (2023-01-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.700.0 (2023-01-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.699.0 (2023-01-24)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.698.0 (2023-01-23)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.697.0 (2023-01-20)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
4
29
|
1.696.0 (2023-01-19)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.701.0
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
|
@@ -53,6 +53,9 @@
|
|
|
53
53
|
"ap-southeast-3" : {
|
|
54
54
|
"description" : "Asia Pacific (Jakarta)"
|
|
55
55
|
},
|
|
56
|
+
"ap-southeast-4" : {
|
|
57
|
+
"description" : "Asia Pacific (Melbourne)"
|
|
58
|
+
},
|
|
56
59
|
"ca-central-1" : {
|
|
57
60
|
"description" : "Canada (Central)"
|
|
58
61
|
},
|
|
@@ -120,6 +123,7 @@
|
|
|
120
123
|
"ap-southeast-1" : { },
|
|
121
124
|
"ap-southeast-2" : { },
|
|
122
125
|
"ap-southeast-3" : { },
|
|
126
|
+
"ap-southeast-4" : { },
|
|
123
127
|
"ca-central-1" : {
|
|
124
128
|
"variants" : [ {
|
|
125
129
|
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
|
|
@@ -222,6 +226,7 @@
|
|
|
222
226
|
"ap-southeast-1" : { },
|
|
223
227
|
"ap-southeast-2" : { },
|
|
224
228
|
"ap-southeast-3" : { },
|
|
229
|
+
"ap-southeast-4" : { },
|
|
225
230
|
"ca-central-1" : {
|
|
226
231
|
"variants" : [ {
|
|
227
232
|
"hostname" : "acm-fips.ca-central-1.amazonaws.com",
|
|
@@ -477,6 +482,9 @@
|
|
|
477
482
|
"aoss" : {
|
|
478
483
|
"endpoints" : {
|
|
479
484
|
"ap-northeast-1" : { },
|
|
485
|
+
"ap-southeast-1" : { },
|
|
486
|
+
"ap-southeast-2" : { },
|
|
487
|
+
"eu-central-1" : { },
|
|
480
488
|
"eu-west-1" : { },
|
|
481
489
|
"us-east-1" : { },
|
|
482
490
|
"us-east-2" : { },
|
|
@@ -626,6 +634,12 @@
|
|
|
626
634
|
},
|
|
627
635
|
"hostname" : "api.ecr.ap-southeast-3.amazonaws.com"
|
|
628
636
|
},
|
|
637
|
+
"ap-southeast-4" : {
|
|
638
|
+
"credentialScope" : {
|
|
639
|
+
"region" : "ap-southeast-4"
|
|
640
|
+
},
|
|
641
|
+
"hostname" : "api.ecr.ap-southeast-4.amazonaws.com"
|
|
642
|
+
},
|
|
629
643
|
"ca-central-1" : {
|
|
630
644
|
"credentialScope" : {
|
|
631
645
|
"region" : "ca-central-1"
|
|
@@ -1219,6 +1233,7 @@
|
|
|
1219
1233
|
"ap-southeast-1" : { },
|
|
1220
1234
|
"ap-southeast-2" : { },
|
|
1221
1235
|
"ap-southeast-3" : { },
|
|
1236
|
+
"ap-southeast-4" : { },
|
|
1222
1237
|
"ca-central-1" : {
|
|
1223
1238
|
"variants" : [ {
|
|
1224
1239
|
"hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
|
|
@@ -1323,6 +1338,7 @@
|
|
|
1323
1338
|
"ap-southeast-1" : { },
|
|
1324
1339
|
"ap-southeast-2" : { },
|
|
1325
1340
|
"ap-southeast-3" : { },
|
|
1341
|
+
"ap-southeast-4" : { },
|
|
1326
1342
|
"ca-central-1" : { },
|
|
1327
1343
|
"eu-central-1" : { },
|
|
1328
1344
|
"eu-central-2" : { },
|
|
@@ -1401,6 +1417,7 @@
|
|
|
1401
1417
|
"ap-southeast-1" : { },
|
|
1402
1418
|
"ap-southeast-2" : { },
|
|
1403
1419
|
"ap-southeast-3" : { },
|
|
1420
|
+
"ap-southeast-4" : { },
|
|
1404
1421
|
"ca-central-1" : { },
|
|
1405
1422
|
"eu-central-1" : { },
|
|
1406
1423
|
"eu-central-2" : { },
|
|
@@ -2007,6 +2024,7 @@
|
|
|
2007
2024
|
"ap-southeast-1" : { },
|
|
2008
2025
|
"ap-southeast-2" : { },
|
|
2009
2026
|
"ap-southeast-3" : { },
|
|
2027
|
+
"ap-southeast-4" : { },
|
|
2010
2028
|
"ca-central-1" : { },
|
|
2011
2029
|
"eu-central-1" : { },
|
|
2012
2030
|
"eu-central-2" : { },
|
|
@@ -2229,8 +2247,22 @@
|
|
|
2229
2247
|
},
|
|
2230
2248
|
"cases" : {
|
|
2231
2249
|
"endpoints" : {
|
|
2232
|
-
"us-east-1" : {
|
|
2233
|
-
|
|
2250
|
+
"fips-us-east-1" : {
|
|
2251
|
+
"deprecated" : true
|
|
2252
|
+
},
|
|
2253
|
+
"fips-us-west-2" : {
|
|
2254
|
+
"deprecated" : true
|
|
2255
|
+
},
|
|
2256
|
+
"us-east-1" : {
|
|
2257
|
+
"variants" : [ {
|
|
2258
|
+
"tags" : [ "fips" ]
|
|
2259
|
+
} ]
|
|
2260
|
+
},
|
|
2261
|
+
"us-west-2" : {
|
|
2262
|
+
"variants" : [ {
|
|
2263
|
+
"tags" : [ "fips" ]
|
|
2264
|
+
} ]
|
|
2265
|
+
}
|
|
2234
2266
|
}
|
|
2235
2267
|
},
|
|
2236
2268
|
"cassandra" : {
|
|
@@ -2364,6 +2396,7 @@
|
|
|
2364
2396
|
"ap-southeast-1" : { },
|
|
2365
2397
|
"ap-southeast-2" : { },
|
|
2366
2398
|
"ap-southeast-3" : { },
|
|
2399
|
+
"ap-southeast-4" : { },
|
|
2367
2400
|
"ca-central-1" : {
|
|
2368
2401
|
"variants" : [ {
|
|
2369
2402
|
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
|
|
@@ -2467,6 +2500,7 @@
|
|
|
2467
2500
|
"ap-southeast-1" : { },
|
|
2468
2501
|
"ap-southeast-2" : { },
|
|
2469
2502
|
"ap-southeast-3" : { },
|
|
2503
|
+
"ap-southeast-4" : { },
|
|
2470
2504
|
"ca-central-1" : { },
|
|
2471
2505
|
"eu-central-1" : { },
|
|
2472
2506
|
"eu-central-2" : { },
|
|
@@ -2610,6 +2644,7 @@
|
|
|
2610
2644
|
"ap-southeast-1" : { },
|
|
2611
2645
|
"ap-southeast-2" : { },
|
|
2612
2646
|
"ap-southeast-3" : { },
|
|
2647
|
+
"ap-southeast-4" : { },
|
|
2613
2648
|
"ca-central-1" : { },
|
|
2614
2649
|
"eu-central-1" : { },
|
|
2615
2650
|
"eu-central-2" : { },
|
|
@@ -2711,6 +2746,7 @@
|
|
|
2711
2746
|
"eu-west-1" : { },
|
|
2712
2747
|
"eu-west-2" : { },
|
|
2713
2748
|
"eu-west-3" : { },
|
|
2749
|
+
"me-central-1" : { },
|
|
2714
2750
|
"me-south-1" : { },
|
|
2715
2751
|
"sa-east-1" : { },
|
|
2716
2752
|
"us-east-1" : {
|
|
@@ -2880,6 +2916,7 @@
|
|
|
2880
2916
|
"ap-southeast-1" : { },
|
|
2881
2917
|
"ap-southeast-2" : { },
|
|
2882
2918
|
"ap-southeast-3" : { },
|
|
2919
|
+
"ap-southeast-4" : { },
|
|
2883
2920
|
"ca-central-1" : { },
|
|
2884
2921
|
"eu-central-1" : { },
|
|
2885
2922
|
"eu-central-2" : { },
|
|
@@ -3488,6 +3525,7 @@
|
|
|
3488
3525
|
"ap-southeast-1" : { },
|
|
3489
3526
|
"ap-southeast-2" : { },
|
|
3490
3527
|
"ap-southeast-3" : { },
|
|
3528
|
+
"ap-southeast-4" : { },
|
|
3491
3529
|
"ca-central-1" : { },
|
|
3492
3530
|
"eu-central-1" : { },
|
|
3493
3531
|
"eu-central-2" : { },
|
|
@@ -4231,6 +4269,7 @@
|
|
|
4231
4269
|
"ap-southeast-1" : { },
|
|
4232
4270
|
"ap-southeast-2" : { },
|
|
4233
4271
|
"ap-southeast-3" : { },
|
|
4272
|
+
"ap-southeast-4" : { },
|
|
4234
4273
|
"ca-central-1" : { },
|
|
4235
4274
|
"eu-central-1" : { },
|
|
4236
4275
|
"eu-central-2" : { },
|
|
@@ -4319,6 +4358,7 @@
|
|
|
4319
4358
|
"ap-southeast-1" : { },
|
|
4320
4359
|
"ap-southeast-2" : { },
|
|
4321
4360
|
"ap-southeast-3" : { },
|
|
4361
|
+
"ap-southeast-4" : { },
|
|
4322
4362
|
"ca-central-1" : { },
|
|
4323
4363
|
"eu-central-1" : { },
|
|
4324
4364
|
"eu-north-1" : { },
|
|
@@ -4347,6 +4387,7 @@
|
|
|
4347
4387
|
"ap-southeast-1" : { },
|
|
4348
4388
|
"ap-southeast-2" : { },
|
|
4349
4389
|
"ap-southeast-3" : { },
|
|
4390
|
+
"ap-southeast-4" : { },
|
|
4350
4391
|
"ca-central-1" : { },
|
|
4351
4392
|
"dms" : {
|
|
4352
4393
|
"credentialScope" : {
|
|
@@ -4646,6 +4687,7 @@
|
|
|
4646
4687
|
"ap-southeast-1" : { },
|
|
4647
4688
|
"ap-southeast-2" : { },
|
|
4648
4689
|
"ap-southeast-3" : { },
|
|
4690
|
+
"ap-southeast-4" : { },
|
|
4649
4691
|
"ca-central-1" : {
|
|
4650
4692
|
"variants" : [ {
|
|
4651
4693
|
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com",
|
|
@@ -4743,6 +4785,7 @@
|
|
|
4743
4785
|
"ap-southeast-1" : { },
|
|
4744
4786
|
"ap-southeast-2" : { },
|
|
4745
4787
|
"ap-southeast-3" : { },
|
|
4788
|
+
"ap-southeast-4" : { },
|
|
4746
4789
|
"ca-central-1" : {
|
|
4747
4790
|
"variants" : [ {
|
|
4748
4791
|
"hostname" : "ebs-fips.ca-central-1.amazonaws.com",
|
|
@@ -4841,6 +4884,7 @@
|
|
|
4841
4884
|
"ap-southeast-1" : { },
|
|
4842
4885
|
"ap-southeast-2" : { },
|
|
4843
4886
|
"ap-southeast-3" : { },
|
|
4887
|
+
"ap-southeast-4" : { },
|
|
4844
4888
|
"ca-central-1" : {
|
|
4845
4889
|
"variants" : [ {
|
|
4846
4890
|
"hostname" : "ec2-fips.ca-central-1.amazonaws.com",
|
|
@@ -4950,6 +4994,7 @@
|
|
|
4950
4994
|
"ap-southeast-1" : { },
|
|
4951
4995
|
"ap-southeast-2" : { },
|
|
4952
4996
|
"ap-southeast-3" : { },
|
|
4997
|
+
"ap-southeast-4" : { },
|
|
4953
4998
|
"ca-central-1" : { },
|
|
4954
4999
|
"eu-central-1" : { },
|
|
4955
5000
|
"eu-central-2" : { },
|
|
@@ -5120,6 +5165,7 @@
|
|
|
5120
5165
|
"ap-southeast-1" : { },
|
|
5121
5166
|
"ap-southeast-2" : { },
|
|
5122
5167
|
"ap-southeast-3" : { },
|
|
5168
|
+
"ap-southeast-4" : { },
|
|
5123
5169
|
"ca-central-1" : { },
|
|
5124
5170
|
"eu-central-1" : { },
|
|
5125
5171
|
"eu-central-2" : { },
|
|
@@ -5353,6 +5399,12 @@
|
|
|
5353
5399
|
"tags" : [ "fips" ]
|
|
5354
5400
|
} ]
|
|
5355
5401
|
},
|
|
5402
|
+
"eu-south-2" : {
|
|
5403
|
+
"variants" : [ {
|
|
5404
|
+
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com",
|
|
5405
|
+
"tags" : [ "fips" ]
|
|
5406
|
+
} ]
|
|
5407
|
+
},
|
|
5356
5408
|
"eu-west-1" : {
|
|
5357
5409
|
"variants" : [ {
|
|
5358
5410
|
"hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com",
|
|
@@ -5469,6 +5521,13 @@
|
|
|
5469
5521
|
"deprecated" : true,
|
|
5470
5522
|
"hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
|
|
5471
5523
|
},
|
|
5524
|
+
"fips-eu-south-2" : {
|
|
5525
|
+
"credentialScope" : {
|
|
5526
|
+
"region" : "eu-south-2"
|
|
5527
|
+
},
|
|
5528
|
+
"deprecated" : true,
|
|
5529
|
+
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com"
|
|
5530
|
+
},
|
|
5472
5531
|
"fips-eu-west-1" : {
|
|
5473
5532
|
"credentialScope" : {
|
|
5474
5533
|
"region" : "eu-west-1"
|
|
@@ -5598,6 +5657,7 @@
|
|
|
5598
5657
|
"ap-southeast-1" : { },
|
|
5599
5658
|
"ap-southeast-2" : { },
|
|
5600
5659
|
"ap-southeast-3" : { },
|
|
5660
|
+
"ap-southeast-4" : { },
|
|
5601
5661
|
"ca-central-1" : { },
|
|
5602
5662
|
"eu-central-1" : { },
|
|
5603
5663
|
"eu-central-2" : { },
|
|
@@ -5680,6 +5740,7 @@
|
|
|
5680
5740
|
"ap-southeast-1" : { },
|
|
5681
5741
|
"ap-southeast-2" : { },
|
|
5682
5742
|
"ap-southeast-3" : { },
|
|
5743
|
+
"ap-southeast-4" : { },
|
|
5683
5744
|
"ca-central-1" : {
|
|
5684
5745
|
"variants" : [ {
|
|
5685
5746
|
"hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com",
|
|
@@ -6004,6 +6065,7 @@
|
|
|
6004
6065
|
"ap-southeast-1" : { },
|
|
6005
6066
|
"ap-southeast-2" : { },
|
|
6006
6067
|
"ap-southeast-3" : { },
|
|
6068
|
+
"ap-southeast-4" : { },
|
|
6007
6069
|
"ca-central-1" : { },
|
|
6008
6070
|
"eu-central-1" : { },
|
|
6009
6071
|
"eu-central-2" : { },
|
|
@@ -6089,6 +6151,7 @@
|
|
|
6089
6151
|
"ap-southeast-1" : { },
|
|
6090
6152
|
"ap-southeast-2" : { },
|
|
6091
6153
|
"ap-southeast-3" : { },
|
|
6154
|
+
"ap-southeast-4" : { },
|
|
6092
6155
|
"ca-central-1" : { },
|
|
6093
6156
|
"eu-central-1" : { },
|
|
6094
6157
|
"eu-central-2" : { },
|
|
@@ -6738,6 +6801,7 @@
|
|
|
6738
6801
|
"deprecated" : true,
|
|
6739
6802
|
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
|
|
6740
6803
|
},
|
|
6804
|
+
"me-central-1" : { },
|
|
6741
6805
|
"me-south-1" : { },
|
|
6742
6806
|
"prod-ca-central-1" : {
|
|
6743
6807
|
"credentialScope" : {
|
|
@@ -8253,6 +8317,7 @@
|
|
|
8253
8317
|
"ap-southeast-1" : { },
|
|
8254
8318
|
"ap-southeast-2" : { },
|
|
8255
8319
|
"ap-southeast-3" : { },
|
|
8320
|
+
"ap-southeast-4" : { },
|
|
8256
8321
|
"ca-central-1" : { },
|
|
8257
8322
|
"eu-central-1" : { },
|
|
8258
8323
|
"eu-central-2" : { },
|
|
@@ -8504,6 +8569,12 @@
|
|
|
8504
8569
|
"deprecated" : true,
|
|
8505
8570
|
"hostname" : "kms-fips.ap-southeast-3.amazonaws.com"
|
|
8506
8571
|
},
|
|
8572
|
+
"ap-southeast-4" : {
|
|
8573
|
+
"variants" : [ {
|
|
8574
|
+
"hostname" : "kms-fips.ap-southeast-4.amazonaws.com",
|
|
8575
|
+
"tags" : [ "fips" ]
|
|
8576
|
+
} ]
|
|
8577
|
+
},
|
|
8507
8578
|
"ap-southeast-4-fips" : {
|
|
8508
8579
|
"credentialScope" : {
|
|
8509
8580
|
"region" : "ap-southeast-4"
|
|
@@ -8856,6 +8927,12 @@
|
|
|
8856
8927
|
"tags" : [ "dualstack" ]
|
|
8857
8928
|
} ]
|
|
8858
8929
|
},
|
|
8930
|
+
"ap-southeast-4" : {
|
|
8931
|
+
"variants" : [ {
|
|
8932
|
+
"hostname" : "lambda.ap-southeast-4.api.aws",
|
|
8933
|
+
"tags" : [ "dualstack" ]
|
|
8934
|
+
} ]
|
|
8935
|
+
},
|
|
8859
8936
|
"ca-central-1" : {
|
|
8860
8937
|
"variants" : [ {
|
|
8861
8938
|
"hostname" : "lambda.ca-central-1.api.aws",
|
|
@@ -9240,6 +9317,7 @@
|
|
|
9240
9317
|
"ap-southeast-1" : { },
|
|
9241
9318
|
"ap-southeast-2" : { },
|
|
9242
9319
|
"ap-southeast-3" : { },
|
|
9320
|
+
"ap-southeast-4" : { },
|
|
9243
9321
|
"ca-central-1" : { },
|
|
9244
9322
|
"eu-central-1" : { },
|
|
9245
9323
|
"eu-central-2" : { },
|
|
@@ -9848,6 +9926,7 @@
|
|
|
9848
9926
|
"ap-southeast-1" : { },
|
|
9849
9927
|
"ap-southeast-2" : { },
|
|
9850
9928
|
"ap-southeast-3" : { },
|
|
9929
|
+
"ap-southeast-4" : { },
|
|
9851
9930
|
"ca-central-1" : { },
|
|
9852
9931
|
"eu-central-1" : { },
|
|
9853
9932
|
"eu-central-2" : { },
|
|
@@ -10079,6 +10158,7 @@
|
|
|
10079
10158
|
"ap-southeast-1" : { },
|
|
10080
10159
|
"ap-southeast-2" : { },
|
|
10081
10160
|
"ap-southeast-3" : { },
|
|
10161
|
+
"ap-southeast-4" : { },
|
|
10082
10162
|
"ca-central-1" : { },
|
|
10083
10163
|
"eu-central-1" : { },
|
|
10084
10164
|
"eu-central-2" : { },
|
|
@@ -10461,6 +10541,7 @@
|
|
|
10461
10541
|
"ap-southeast-1" : { },
|
|
10462
10542
|
"ap-southeast-2" : { },
|
|
10463
10543
|
"ap-southeast-3" : { },
|
|
10544
|
+
"ap-southeast-4" : { },
|
|
10464
10545
|
"ca-central-1" : { },
|
|
10465
10546
|
"eu-central-1" : { },
|
|
10466
10547
|
"eu-central-2" : { },
|
|
@@ -10821,6 +10902,7 @@
|
|
|
10821
10902
|
"ap-southeast-1" : { },
|
|
10822
10903
|
"ap-southeast-2" : { },
|
|
10823
10904
|
"ap-southeast-3" : { },
|
|
10905
|
+
"ap-southeast-4" : { },
|
|
10824
10906
|
"ca-central-1" : { },
|
|
10825
10907
|
"eu-central-1" : { },
|
|
10826
10908
|
"eu-central-2" : { },
|
|
@@ -11383,6 +11465,7 @@
|
|
|
11383
11465
|
"ap-southeast-1" : { },
|
|
11384
11466
|
"ap-southeast-2" : { },
|
|
11385
11467
|
"ap-southeast-3" : { },
|
|
11468
|
+
"ap-southeast-4" : { },
|
|
11386
11469
|
"ca-central-1" : {
|
|
11387
11470
|
"variants" : [ {
|
|
11388
11471
|
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",
|
|
@@ -11473,6 +11556,7 @@
|
|
|
11473
11556
|
"ap-southeast-1" : { },
|
|
11474
11557
|
"ap-southeast-2" : { },
|
|
11475
11558
|
"ap-southeast-3" : { },
|
|
11559
|
+
"ap-southeast-4" : { },
|
|
11476
11560
|
"ca-central-1" : {
|
|
11477
11561
|
"variants" : [ {
|
|
11478
11562
|
"hostname" : "rds-fips.ca-central-1.amazonaws.com",
|
|
@@ -11715,6 +11799,7 @@
|
|
|
11715
11799
|
"ap-southeast-1" : { },
|
|
11716
11800
|
"ap-southeast-2" : { },
|
|
11717
11801
|
"ap-southeast-3" : { },
|
|
11802
|
+
"ap-southeast-4" : { },
|
|
11718
11803
|
"ca-central-1" : {
|
|
11719
11804
|
"variants" : [ {
|
|
11720
11805
|
"hostname" : "redshift-fips.ca-central-1.amazonaws.com",
|
|
@@ -12031,6 +12116,9 @@
|
|
|
12031
12116
|
"ap-southeast-2" : {
|
|
12032
12117
|
"hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
|
|
12033
12118
|
},
|
|
12119
|
+
"ap-southeast-4" : {
|
|
12120
|
+
"hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
|
|
12121
|
+
},
|
|
12034
12122
|
"ca-central-1" : {
|
|
12035
12123
|
"hostname" : "resource-explorer-2.ca-central-1.api.aws"
|
|
12036
12124
|
},
|
|
@@ -12077,13 +12165,17 @@
|
|
|
12077
12165
|
"ap-northeast-2" : { },
|
|
12078
12166
|
"ap-northeast-3" : { },
|
|
12079
12167
|
"ap-south-1" : { },
|
|
12168
|
+
"ap-south-2" : { },
|
|
12080
12169
|
"ap-southeast-1" : { },
|
|
12081
12170
|
"ap-southeast-2" : { },
|
|
12082
12171
|
"ap-southeast-3" : { },
|
|
12172
|
+
"ap-southeast-4" : { },
|
|
12083
12173
|
"ca-central-1" : { },
|
|
12084
12174
|
"eu-central-1" : { },
|
|
12175
|
+
"eu-central-2" : { },
|
|
12085
12176
|
"eu-north-1" : { },
|
|
12086
12177
|
"eu-south-1" : { },
|
|
12178
|
+
"eu-south-2" : { },
|
|
12087
12179
|
"eu-west-1" : { },
|
|
12088
12180
|
"eu-west-2" : { },
|
|
12089
12181
|
"eu-west-3" : { },
|
|
@@ -12485,6 +12577,12 @@
|
|
|
12485
12577
|
"tags" : [ "dualstack" ]
|
|
12486
12578
|
} ]
|
|
12487
12579
|
},
|
|
12580
|
+
"ap-southeast-4" : {
|
|
12581
|
+
"variants" : [ {
|
|
12582
|
+
"hostname" : "s3.dualstack.ap-southeast-4.amazonaws.com",
|
|
12583
|
+
"tags" : [ "dualstack" ]
|
|
12584
|
+
} ]
|
|
12585
|
+
},
|
|
12488
12586
|
"aws-global" : {
|
|
12489
12587
|
"credentialScope" : {
|
|
12490
12588
|
"region" : "us-east-1"
|
|
@@ -13090,6 +13188,7 @@
|
|
|
13090
13188
|
"ap-southeast-1" : { },
|
|
13091
13189
|
"ap-southeast-2" : { },
|
|
13092
13190
|
"ap-southeast-3" : { },
|
|
13191
|
+
"ap-southeast-4" : { },
|
|
13093
13192
|
"ca-central-1" : {
|
|
13094
13193
|
"variants" : [ {
|
|
13095
13194
|
"hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com",
|
|
@@ -14177,6 +14276,7 @@
|
|
|
14177
14276
|
"ap-southeast-1" : { },
|
|
14178
14277
|
"ap-southeast-2" : { },
|
|
14179
14278
|
"ap-southeast-3" : { },
|
|
14279
|
+
"ap-southeast-4" : { },
|
|
14180
14280
|
"ca-central-1" : { },
|
|
14181
14281
|
"eu-central-1" : { },
|
|
14182
14282
|
"eu-central-2" : { },
|
|
@@ -14259,6 +14359,7 @@
|
|
|
14259
14359
|
"ap-southeast-1" : { },
|
|
14260
14360
|
"ap-southeast-2" : { },
|
|
14261
14361
|
"ap-southeast-3" : { },
|
|
14362
|
+
"ap-southeast-4" : { },
|
|
14262
14363
|
"ca-central-1" : { },
|
|
14263
14364
|
"eu-central-1" : { },
|
|
14264
14365
|
"eu-central-2" : { },
|
|
@@ -14338,6 +14439,7 @@
|
|
|
14338
14439
|
"ap-southeast-1" : { },
|
|
14339
14440
|
"ap-southeast-2" : { },
|
|
14340
14441
|
"ap-southeast-3" : { },
|
|
14442
|
+
"ap-southeast-4" : { },
|
|
14341
14443
|
"ca-central-1" : {
|
|
14342
14444
|
"variants" : [ {
|
|
14343
14445
|
"hostname" : "ssm-fips.ca-central-1.amazonaws.com",
|
|
@@ -14500,6 +14602,7 @@
|
|
|
14500
14602
|
"ap-southeast-1" : { },
|
|
14501
14603
|
"ap-southeast-2" : { },
|
|
14502
14604
|
"ap-southeast-3" : { },
|
|
14605
|
+
"ap-southeast-4" : { },
|
|
14503
14606
|
"ca-central-1" : { },
|
|
14504
14607
|
"eu-central-1" : { },
|
|
14505
14608
|
"eu-central-2" : { },
|
|
@@ -14591,8 +14694,10 @@
|
|
|
14591
14694
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
|
14592
14695
|
},
|
|
14593
14696
|
"eu-central-1" : { },
|
|
14697
|
+
"eu-central-2" : { },
|
|
14594
14698
|
"eu-north-1" : { },
|
|
14595
14699
|
"eu-south-1" : { },
|
|
14700
|
+
"eu-south-2" : { },
|
|
14596
14701
|
"eu-west-1" : { },
|
|
14597
14702
|
"eu-west-2" : { },
|
|
14598
14703
|
"eu-west-3" : { },
|
|
@@ -14678,6 +14783,7 @@
|
|
|
14678
14783
|
"ap-southeast-1" : { },
|
|
14679
14784
|
"ap-southeast-2" : { },
|
|
14680
14785
|
"ap-southeast-3" : { },
|
|
14786
|
+
"ap-southeast-4" : { },
|
|
14681
14787
|
"ca-central-1" : { },
|
|
14682
14788
|
"eu-central-1" : { },
|
|
14683
14789
|
"eu-central-2" : { },
|
|
@@ -14715,6 +14821,7 @@
|
|
|
14715
14821
|
"ap-southeast-1" : { },
|
|
14716
14822
|
"ap-southeast-2" : { },
|
|
14717
14823
|
"ap-southeast-3" : { },
|
|
14824
|
+
"ap-southeast-4" : { },
|
|
14718
14825
|
"aws-global" : {
|
|
14719
14826
|
"credentialScope" : {
|
|
14720
14827
|
"region" : "us-east-1"
|
|
@@ -14818,6 +14925,7 @@
|
|
|
14818
14925
|
"ap-southeast-1" : { },
|
|
14819
14926
|
"ap-southeast-2" : { },
|
|
14820
14927
|
"ap-southeast-3" : { },
|
|
14928
|
+
"ap-southeast-4" : { },
|
|
14821
14929
|
"ca-central-1" : { },
|
|
14822
14930
|
"eu-central-1" : { },
|
|
14823
14931
|
"eu-central-2" : { },
|
|
@@ -14896,6 +15004,7 @@
|
|
|
14896
15004
|
"ap-southeast-1" : { },
|
|
14897
15005
|
"ap-southeast-2" : { },
|
|
14898
15006
|
"ap-southeast-3" : { },
|
|
15007
|
+
"ap-southeast-4" : { },
|
|
14899
15008
|
"ca-central-1" : { },
|
|
14900
15009
|
"eu-central-1" : { },
|
|
14901
15010
|
"eu-central-2" : { },
|
|
@@ -14974,6 +15083,7 @@
|
|
|
14974
15083
|
"ap-southeast-1" : { },
|
|
14975
15084
|
"ap-southeast-2" : { },
|
|
14976
15085
|
"ap-southeast-3" : { },
|
|
15086
|
+
"ap-southeast-4" : { },
|
|
14977
15087
|
"ca-central-1" : { },
|
|
14978
15088
|
"eu-central-1" : { },
|
|
14979
15089
|
"eu-central-2" : { },
|
|
@@ -16477,6 +16587,7 @@
|
|
|
16477
16587
|
"ap-southeast-1" : { },
|
|
16478
16588
|
"ap-southeast-2" : { },
|
|
16479
16589
|
"ap-southeast-3" : { },
|
|
16590
|
+
"ap-southeast-4" : { },
|
|
16480
16591
|
"ca-central-1" : { },
|
|
16481
16592
|
"eu-central-1" : { },
|
|
16482
16593
|
"eu-central-2" : { },
|
|
@@ -17995,6 +18106,7 @@
|
|
|
17995
18106
|
} ]
|
|
17996
18107
|
},
|
|
17997
18108
|
"endpoints" : {
|
|
18109
|
+
"us-gov-east-1" : { },
|
|
17998
18110
|
"us-gov-west-1" : {
|
|
17999
18111
|
"variants" : [ {
|
|
18000
18112
|
"hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
|
|
@@ -18732,7 +18844,19 @@
|
|
|
18732
18844
|
},
|
|
18733
18845
|
"databrew" : {
|
|
18734
18846
|
"endpoints" : {
|
|
18735
|
-
"us-gov-west-1" : {
|
|
18847
|
+
"fips-us-gov-west-1" : {
|
|
18848
|
+
"credentialScope" : {
|
|
18849
|
+
"region" : "us-gov-west-1"
|
|
18850
|
+
},
|
|
18851
|
+
"deprecated" : true,
|
|
18852
|
+
"hostname" : "databrew.us-gov-west-1.amazonaws.com"
|
|
18853
|
+
},
|
|
18854
|
+
"us-gov-west-1" : {
|
|
18855
|
+
"variants" : [ {
|
|
18856
|
+
"hostname" : "databrew.us-gov-west-1.amazonaws.com",
|
|
18857
|
+
"tags" : [ "fips" ]
|
|
18858
|
+
} ]
|
|
18859
|
+
}
|
|
18736
18860
|
}
|
|
18737
18861
|
},
|
|
18738
18862
|
"datasync" : {
|
|
@@ -22280,6 +22404,11 @@
|
|
|
22280
22404
|
"us-isob-east-1" : { }
|
|
22281
22405
|
}
|
|
22282
22406
|
},
|
|
22407
|
+
"dlm" : {
|
|
22408
|
+
"endpoints" : {
|
|
22409
|
+
"us-isob-east-1" : { }
|
|
22410
|
+
}
|
|
22411
|
+
},
|
|
22283
22412
|
"dms" : {
|
|
22284
22413
|
"defaults" : {
|
|
22285
22414
|
"variants" : [ {
|
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.701.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-01-
|
|
11
|
+
date: 2023-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|