aws-partitions 1.960.0 → 1.981.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 +105 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -3
- data/partitions-metadata.json +4 -1
- data/partitions.json +837 -124
- metadata +2 -2
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|il)\\-\\w+\\-\\d+$",
|
24
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
25
25
|
"regions" : {
|
26
26
|
"af-south-1" : {
|
27
27
|
"description" : "Africa (Cape Town)"
|
@@ -56,6 +56,9 @@
|
|
56
56
|
"ap-southeast-4" : {
|
57
57
|
"description" : "Asia Pacific (Melbourne)"
|
58
58
|
},
|
59
|
+
"ap-southeast-5" : {
|
60
|
+
"description" : "Asia Pacific (Malaysia)"
|
61
|
+
},
|
59
62
|
"ca-central-1" : {
|
60
63
|
"description" : "Canada (Central)"
|
61
64
|
},
|
@@ -125,6 +128,7 @@
|
|
125
128
|
"ap-southeast-2" : { },
|
126
129
|
"ap-southeast-3" : { },
|
127
130
|
"ap-southeast-4" : { },
|
131
|
+
"ap-southeast-5" : { },
|
128
132
|
"ca-central-1" : {
|
129
133
|
"variants" : [ {
|
130
134
|
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
|
@@ -242,6 +246,7 @@
|
|
242
246
|
"ap-southeast-2" : { },
|
243
247
|
"ap-southeast-3" : { },
|
244
248
|
"ap-southeast-4" : { },
|
249
|
+
"ap-southeast-5" : { },
|
245
250
|
"ca-central-1" : {
|
246
251
|
"variants" : [ {
|
247
252
|
"hostname" : "acm-fips.ca-central-1.amazonaws.com",
|
@@ -350,6 +355,7 @@
|
|
350
355
|
"ap-southeast-2" : { },
|
351
356
|
"ap-southeast-3" : { },
|
352
357
|
"ap-southeast-4" : { },
|
358
|
+
"ap-southeast-5" : { },
|
353
359
|
"ca-central-1" : {
|
354
360
|
"variants" : [ {
|
355
361
|
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
|
@@ -729,6 +735,12 @@
|
|
729
735
|
},
|
730
736
|
"hostname" : "api.ecr.ap-southeast-4.amazonaws.com"
|
731
737
|
},
|
738
|
+
"ap-southeast-5" : {
|
739
|
+
"credentialScope" : {
|
740
|
+
"region" : "ap-southeast-5"
|
741
|
+
},
|
742
|
+
"hostname" : "api.ecr.ap-southeast-5.amazonaws.com"
|
743
|
+
},
|
732
744
|
"ca-central-1" : {
|
733
745
|
"credentialScope" : {
|
734
746
|
"region" : "ca-central-1"
|
@@ -1352,6 +1364,7 @@
|
|
1352
1364
|
"ap-southeast-2" : { },
|
1353
1365
|
"ap-southeast-3" : { },
|
1354
1366
|
"ap-southeast-4" : { },
|
1367
|
+
"ap-southeast-5" : { },
|
1355
1368
|
"ca-central-1" : {
|
1356
1369
|
"variants" : [ {
|
1357
1370
|
"hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
|
@@ -1471,6 +1484,7 @@
|
|
1471
1484
|
"ap-southeast-2" : { },
|
1472
1485
|
"ap-southeast-3" : { },
|
1473
1486
|
"ap-southeast-4" : { },
|
1487
|
+
"ap-southeast-5" : { },
|
1474
1488
|
"ca-central-1" : { },
|
1475
1489
|
"ca-west-1" : { },
|
1476
1490
|
"eu-central-1" : { },
|
@@ -1504,6 +1518,7 @@
|
|
1504
1518
|
"ap-southeast-2" : { },
|
1505
1519
|
"ap-southeast-3" : { },
|
1506
1520
|
"ap-southeast-4" : { },
|
1521
|
+
"ap-southeast-5" : { },
|
1507
1522
|
"ca-central-1" : { },
|
1508
1523
|
"ca-west-1" : { },
|
1509
1524
|
"eu-central-1" : { },
|
@@ -1608,6 +1623,7 @@
|
|
1608
1623
|
"ap-southeast-2" : { },
|
1609
1624
|
"ap-southeast-3" : { },
|
1610
1625
|
"ap-southeast-4" : { },
|
1626
|
+
"ap-southeast-5" : { },
|
1611
1627
|
"ca-central-1" : { },
|
1612
1628
|
"ca-west-1" : { },
|
1613
1629
|
"eu-central-1" : { },
|
@@ -1640,7 +1656,9 @@
|
|
1640
1656
|
"ap-southeast-1" : { },
|
1641
1657
|
"ap-southeast-2" : { },
|
1642
1658
|
"ap-southeast-3" : { },
|
1659
|
+
"ap-southeast-4" : { },
|
1643
1660
|
"ca-central-1" : { },
|
1661
|
+
"ca-west-1" : { },
|
1644
1662
|
"eu-central-1" : { },
|
1645
1663
|
"eu-central-2" : { },
|
1646
1664
|
"eu-north-1" : { },
|
@@ -1649,6 +1667,7 @@
|
|
1649
1667
|
"eu-west-1" : { },
|
1650
1668
|
"eu-west-2" : { },
|
1651
1669
|
"eu-west-3" : { },
|
1670
|
+
"il-central-1" : { },
|
1652
1671
|
"me-central-1" : { },
|
1653
1672
|
"me-south-1" : { },
|
1654
1673
|
"sa-east-1" : { },
|
@@ -1739,6 +1758,12 @@
|
|
1739
1758
|
"tags" : [ "dualstack" ]
|
1740
1759
|
} ]
|
1741
1760
|
},
|
1761
|
+
"eu-central-2" : {
|
1762
|
+
"variants" : [ {
|
1763
|
+
"hostname" : "appmesh.eu-central-2.api.aws",
|
1764
|
+
"tags" : [ "dualstack" ]
|
1765
|
+
} ]
|
1766
|
+
},
|
1742
1767
|
"eu-north-1" : {
|
1743
1768
|
"variants" : [ {
|
1744
1769
|
"hostname" : "appmesh.eu-north-1.api.aws",
|
@@ -1751,6 +1776,12 @@
|
|
1751
1776
|
"tags" : [ "dualstack" ]
|
1752
1777
|
} ]
|
1753
1778
|
},
|
1779
|
+
"eu-south-2" : {
|
1780
|
+
"variants" : [ {
|
1781
|
+
"hostname" : "appmesh.eu-south-2.api.aws",
|
1782
|
+
"tags" : [ "dualstack" ]
|
1783
|
+
} ]
|
1784
|
+
},
|
1754
1785
|
"eu-west-1" : {
|
1755
1786
|
"variants" : [ {
|
1756
1787
|
"hostname" : "appmesh.eu-west-1.api.aws",
|
@@ -2002,6 +2033,21 @@
|
|
2002
2033
|
"us-west-2" : { }
|
2003
2034
|
}
|
2004
2035
|
},
|
2036
|
+
"apptest" : {
|
2037
|
+
"endpoints" : {
|
2038
|
+
"ap-southeast-2" : { },
|
2039
|
+
"eu-central-1" : { },
|
2040
|
+
"fips-us-east-1" : {
|
2041
|
+
"deprecated" : true
|
2042
|
+
},
|
2043
|
+
"sa-east-1" : { },
|
2044
|
+
"us-east-1" : {
|
2045
|
+
"variants" : [ {
|
2046
|
+
"tags" : [ "fips" ]
|
2047
|
+
} ]
|
2048
|
+
}
|
2049
|
+
}
|
2050
|
+
},
|
2005
2051
|
"aps" : {
|
2006
2052
|
"defaults" : {
|
2007
2053
|
"protocols" : [ "https" ]
|
@@ -2036,6 +2082,7 @@
|
|
2036
2082
|
"ap-southeast-2" : { },
|
2037
2083
|
"ap-southeast-3" : { },
|
2038
2084
|
"ap-southeast-4" : { },
|
2085
|
+
"ap-southeast-5" : { },
|
2039
2086
|
"ca-central-1" : { },
|
2040
2087
|
"ca-west-1" : { },
|
2041
2088
|
"eu-central-1" : { },
|
@@ -2126,12 +2173,24 @@
|
|
2126
2173
|
},
|
2127
2174
|
"ca-central-1" : {
|
2128
2175
|
"variants" : [ {
|
2176
|
+
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
|
2177
|
+
"tags" : [ "fips" ]
|
2178
|
+
}, {
|
2179
|
+
"hostname" : "athena-fips.ca-central-1.api.aws",
|
2180
|
+
"tags" : [ "dualstack", "fips" ]
|
2181
|
+
}, {
|
2129
2182
|
"hostname" : "athena.ca-central-1.api.aws",
|
2130
2183
|
"tags" : [ "dualstack" ]
|
2131
2184
|
} ]
|
2132
2185
|
},
|
2133
2186
|
"ca-west-1" : {
|
2134
2187
|
"variants" : [ {
|
2188
|
+
"hostname" : "athena-fips.ca-west-1.amazonaws.com",
|
2189
|
+
"tags" : [ "fips" ]
|
2190
|
+
}, {
|
2191
|
+
"hostname" : "athena-fips.ca-west-1.api.aws",
|
2192
|
+
"tags" : [ "dualstack", "fips" ]
|
2193
|
+
}, {
|
2135
2194
|
"hostname" : "athena.ca-west-1.api.aws",
|
2136
2195
|
"tags" : [ "dualstack" ]
|
2137
2196
|
} ]
|
@@ -2184,6 +2243,20 @@
|
|
2184
2243
|
"tags" : [ "dualstack" ]
|
2185
2244
|
} ]
|
2186
2245
|
},
|
2246
|
+
"fips-ca-central-1" : {
|
2247
|
+
"credentialScope" : {
|
2248
|
+
"region" : "ca-central-1"
|
2249
|
+
},
|
2250
|
+
"deprecated" : true,
|
2251
|
+
"hostname" : "athena-fips.ca-central-1.amazonaws.com"
|
2252
|
+
},
|
2253
|
+
"fips-ca-west-1" : {
|
2254
|
+
"credentialScope" : {
|
2255
|
+
"region" : "ca-west-1"
|
2256
|
+
},
|
2257
|
+
"deprecated" : true,
|
2258
|
+
"hostname" : "athena-fips.ca-west-1.amazonaws.com"
|
2259
|
+
},
|
2187
2260
|
"fips-us-east-1" : {
|
2188
2261
|
"credentialScope" : {
|
2189
2262
|
"region" : "us-east-1"
|
@@ -2366,6 +2439,7 @@
|
|
2366
2439
|
"ap-southeast-2" : { },
|
2367
2440
|
"ap-southeast-3" : { },
|
2368
2441
|
"ap-southeast-4" : { },
|
2442
|
+
"ap-southeast-5" : { },
|
2369
2443
|
"ca-central-1" : {
|
2370
2444
|
"variants" : [ {
|
2371
2445
|
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
@@ -2564,6 +2638,7 @@
|
|
2564
2638
|
"ap-southeast-2" : { },
|
2565
2639
|
"ap-southeast-3" : { },
|
2566
2640
|
"ap-southeast-4" : { },
|
2641
|
+
"ap-southeast-5" : { },
|
2567
2642
|
"ca-central-1" : { },
|
2568
2643
|
"ca-west-1" : { },
|
2569
2644
|
"eu-central-1" : { },
|
@@ -2977,9 +3052,45 @@
|
|
2977
3052
|
"eu-north-1" : { },
|
2978
3053
|
"eu-west-1" : { },
|
2979
3054
|
"eu-west-2" : { },
|
2980
|
-
"us-east-1" : {
|
2981
|
-
|
2982
|
-
|
3055
|
+
"fips-us-east-1" : {
|
3056
|
+
"credentialScope" : {
|
3057
|
+
"region" : "us-east-1"
|
3058
|
+
},
|
3059
|
+
"deprecated" : true,
|
3060
|
+
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com"
|
3061
|
+
},
|
3062
|
+
"fips-us-east-2" : {
|
3063
|
+
"credentialScope" : {
|
3064
|
+
"region" : "us-east-2"
|
3065
|
+
},
|
3066
|
+
"deprecated" : true,
|
3067
|
+
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com"
|
3068
|
+
},
|
3069
|
+
"fips-us-west-2" : {
|
3070
|
+
"credentialScope" : {
|
3071
|
+
"region" : "us-west-2"
|
3072
|
+
},
|
3073
|
+
"deprecated" : true,
|
3074
|
+
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com"
|
3075
|
+
},
|
3076
|
+
"us-east-1" : {
|
3077
|
+
"variants" : [ {
|
3078
|
+
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
3079
|
+
"tags" : [ "fips" ]
|
3080
|
+
} ]
|
3081
|
+
},
|
3082
|
+
"us-east-2" : {
|
3083
|
+
"variants" : [ {
|
3084
|
+
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
3085
|
+
"tags" : [ "fips" ]
|
3086
|
+
} ]
|
3087
|
+
},
|
3088
|
+
"us-west-2" : {
|
3089
|
+
"variants" : [ {
|
3090
|
+
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
3091
|
+
"tags" : [ "fips" ]
|
3092
|
+
} ]
|
3093
|
+
}
|
2983
3094
|
}
|
2984
3095
|
},
|
2985
3096
|
"cloud9" : {
|
@@ -3229,6 +3340,12 @@
|
|
3229
3340
|
"tags" : [ "dualstack" ]
|
3230
3341
|
} ]
|
3231
3342
|
},
|
3343
|
+
"ap-southeast-5" : {
|
3344
|
+
"variants" : [ {
|
3345
|
+
"hostname" : "cloudcontrolapi.ap-southeast-5.api.aws",
|
3346
|
+
"tags" : [ "dualstack" ]
|
3347
|
+
} ]
|
3348
|
+
},
|
3232
3349
|
"ca-central-1" : {
|
3233
3350
|
"variants" : [ {
|
3234
3351
|
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
|
@@ -3443,6 +3560,7 @@
|
|
3443
3560
|
"ap-southeast-2" : { },
|
3444
3561
|
"ap-southeast-3" : { },
|
3445
3562
|
"ap-southeast-4" : { },
|
3563
|
+
"ap-southeast-5" : { },
|
3446
3564
|
"ca-central-1" : { },
|
3447
3565
|
"ca-west-1" : { },
|
3448
3566
|
"eu-central-1" : { },
|
@@ -3591,6 +3709,7 @@
|
|
3591
3709
|
"ap-southeast-2" : { },
|
3592
3710
|
"ap-southeast-3" : { },
|
3593
3711
|
"ap-southeast-4" : { },
|
3712
|
+
"ap-southeast-5" : { },
|
3594
3713
|
"ca-central-1" : { },
|
3595
3714
|
"ca-west-1" : { },
|
3596
3715
|
"eu-central-1" : { },
|
@@ -3901,6 +4020,7 @@
|
|
3901
4020
|
"ap-southeast-2" : { },
|
3902
4021
|
"ap-southeast-3" : { },
|
3903
4022
|
"ap-southeast-4" : { },
|
4023
|
+
"ap-southeast-5" : { },
|
3904
4024
|
"ca-central-1" : { },
|
3905
4025
|
"ca-west-1" : { },
|
3906
4026
|
"eu-central-1" : { },
|
@@ -4075,23 +4195,6 @@
|
|
4075
4195
|
}
|
4076
4196
|
}
|
4077
4197
|
},
|
4078
|
-
"codestar" : {
|
4079
|
-
"endpoints" : {
|
4080
|
-
"ap-northeast-1" : { },
|
4081
|
-
"ap-northeast-2" : { },
|
4082
|
-
"ap-southeast-1" : { },
|
4083
|
-
"ap-southeast-2" : { },
|
4084
|
-
"ca-central-1" : { },
|
4085
|
-
"eu-central-1" : { },
|
4086
|
-
"eu-north-1" : { },
|
4087
|
-
"eu-west-1" : { },
|
4088
|
-
"eu-west-2" : { },
|
4089
|
-
"us-east-1" : { },
|
4090
|
-
"us-east-2" : { },
|
4091
|
-
"us-west-1" : { },
|
4092
|
-
"us-west-2" : { }
|
4093
|
-
}
|
4094
|
-
},
|
4095
4198
|
"codestar-connections" : {
|
4096
4199
|
"endpoints" : {
|
4097
4200
|
"ap-northeast-1" : { },
|
@@ -4611,6 +4714,7 @@
|
|
4611
4714
|
"ap-southeast-2" : { },
|
4612
4715
|
"ap-southeast-3" : { },
|
4613
4716
|
"ap-southeast-4" : { },
|
4717
|
+
"ap-southeast-5" : { },
|
4614
4718
|
"ca-central-1" : { },
|
4615
4719
|
"ca-west-1" : { },
|
4616
4720
|
"eu-central-1" : { },
|
@@ -5265,6 +5369,7 @@
|
|
5265
5369
|
"ap-southeast-2" : { },
|
5266
5370
|
"ap-southeast-3" : { },
|
5267
5371
|
"ap-southeast-4" : { },
|
5372
|
+
"ap-southeast-5" : { },
|
5268
5373
|
"ca-central-1" : {
|
5269
5374
|
"variants" : [ {
|
5270
5375
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
@@ -5367,12 +5472,6 @@
|
|
5367
5472
|
} ]
|
5368
5473
|
},
|
5369
5474
|
"endpoints" : {
|
5370
|
-
"af-south-1" : {
|
5371
|
-
"hostname" : "datazone.af-south-1.api.aws"
|
5372
|
-
},
|
5373
|
-
"ap-east-1" : {
|
5374
|
-
"hostname" : "datazone.ap-east-1.api.aws"
|
5375
|
-
},
|
5376
5475
|
"ap-northeast-1" : {
|
5377
5476
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
5378
5477
|
},
|
@@ -5382,9 +5481,6 @@
|
|
5382
5481
|
"ap-northeast-3" : {
|
5383
5482
|
"hostname" : "datazone.ap-northeast-3.api.aws"
|
5384
5483
|
},
|
5385
|
-
"ap-south-1" : {
|
5386
|
-
"hostname" : "datazone.ap-south-1.api.aws"
|
5387
|
-
},
|
5388
5484
|
"ap-south-2" : {
|
5389
5485
|
"hostname" : "datazone.ap-south-2.api.aws"
|
5390
5486
|
},
|
@@ -5400,6 +5496,9 @@
|
|
5400
5496
|
"ap-southeast-4" : {
|
5401
5497
|
"hostname" : "datazone.ap-southeast-4.api.aws"
|
5402
5498
|
},
|
5499
|
+
"ap-southeast-5" : {
|
5500
|
+
"hostname" : "datazone.ap-southeast-5.api.aws"
|
5501
|
+
},
|
5403
5502
|
"ca-central-1" : {
|
5404
5503
|
"hostname" : "datazone.ca-central-1.api.aws",
|
5405
5504
|
"variants" : [ {
|
@@ -5413,18 +5512,12 @@
|
|
5413
5512
|
"eu-central-1" : {
|
5414
5513
|
"hostname" : "datazone.eu-central-1.api.aws"
|
5415
5514
|
},
|
5416
|
-
"eu-central-2" : {
|
5417
|
-
"hostname" : "datazone.eu-central-2.api.aws"
|
5418
|
-
},
|
5419
5515
|
"eu-north-1" : {
|
5420
5516
|
"hostname" : "datazone.eu-north-1.api.aws"
|
5421
5517
|
},
|
5422
5518
|
"eu-south-1" : {
|
5423
5519
|
"hostname" : "datazone.eu-south-1.api.aws"
|
5424
5520
|
},
|
5425
|
-
"eu-south-2" : {
|
5426
|
-
"hostname" : "datazone.eu-south-2.api.aws"
|
5427
|
-
},
|
5428
5521
|
"eu-west-1" : {
|
5429
5522
|
"hostname" : "datazone.eu-west-1.api.aws"
|
5430
5523
|
},
|
@@ -5592,6 +5685,7 @@
|
|
5592
5685
|
"ap-southeast-2" : { },
|
5593
5686
|
"ap-southeast-3" : { },
|
5594
5687
|
"ap-southeast-4" : { },
|
5688
|
+
"ap-southeast-5" : { },
|
5595
5689
|
"ca-central-1" : {
|
5596
5690
|
"variants" : [ {
|
5597
5691
|
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
|
@@ -5708,6 +5802,7 @@
|
|
5708
5802
|
"ap-southeast-2" : { },
|
5709
5803
|
"ap-southeast-3" : { },
|
5710
5804
|
"ap-southeast-4" : { },
|
5805
|
+
"ap-southeast-5" : { },
|
5711
5806
|
"ca-central-1" : { },
|
5712
5807
|
"ca-west-1" : { },
|
5713
5808
|
"eu-central-1" : { },
|
@@ -5741,6 +5836,7 @@
|
|
5741
5836
|
"ap-southeast-2" : { },
|
5742
5837
|
"ap-southeast-3" : { },
|
5743
5838
|
"ap-southeast-4" : { },
|
5839
|
+
"ap-southeast-5" : { },
|
5744
5840
|
"ca-central-1" : { },
|
5745
5841
|
"ca-west-1" : { },
|
5746
5842
|
"dms" : {
|
@@ -6115,6 +6211,7 @@
|
|
6115
6211
|
"ap-southeast-2" : { },
|
6116
6212
|
"ap-southeast-3" : { },
|
6117
6213
|
"ap-southeast-4" : { },
|
6214
|
+
"ap-southeast-5" : { },
|
6118
6215
|
"ca-central-1" : {
|
6119
6216
|
"variants" : [ {
|
6120
6217
|
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com",
|
@@ -6227,6 +6324,7 @@
|
|
6227
6324
|
"ap-southeast-2" : { },
|
6228
6325
|
"ap-southeast-3" : { },
|
6229
6326
|
"ap-southeast-4" : { },
|
6327
|
+
"ap-southeast-5" : { },
|
6230
6328
|
"ca-central-1" : {
|
6231
6329
|
"variants" : [ {
|
6232
6330
|
"hostname" : "ebs-fips.ca-central-1.amazonaws.com",
|
@@ -6324,10 +6422,30 @@
|
|
6324
6422
|
"protocols" : [ "http", "https" ]
|
6325
6423
|
},
|
6326
6424
|
"endpoints" : {
|
6327
|
-
"af-south-1" : {
|
6328
|
-
|
6329
|
-
|
6330
|
-
|
6425
|
+
"af-south-1" : {
|
6426
|
+
"variants" : [ {
|
6427
|
+
"hostname" : "ec2.af-south-1.api.aws",
|
6428
|
+
"tags" : [ "dualstack" ]
|
6429
|
+
} ]
|
6430
|
+
},
|
6431
|
+
"ap-east-1" : {
|
6432
|
+
"variants" : [ {
|
6433
|
+
"hostname" : "ec2.ap-east-1.api.aws",
|
6434
|
+
"tags" : [ "dualstack" ]
|
6435
|
+
} ]
|
6436
|
+
},
|
6437
|
+
"ap-northeast-1" : {
|
6438
|
+
"variants" : [ {
|
6439
|
+
"hostname" : "ec2.ap-northeast-1.api.aws",
|
6440
|
+
"tags" : [ "dualstack" ]
|
6441
|
+
} ]
|
6442
|
+
},
|
6443
|
+
"ap-northeast-2" : {
|
6444
|
+
"variants" : [ {
|
6445
|
+
"hostname" : "ec2.ap-northeast-2.api.aws",
|
6446
|
+
"tags" : [ "dualstack" ]
|
6447
|
+
} ]
|
6448
|
+
},
|
6331
6449
|
"ap-northeast-3" : { },
|
6332
6450
|
"ap-south-1" : {
|
6333
6451
|
"variants" : [ {
|
@@ -6336,14 +6454,28 @@
|
|
6336
6454
|
} ]
|
6337
6455
|
},
|
6338
6456
|
"ap-south-2" : { },
|
6339
|
-
"ap-southeast-1" : {
|
6340
|
-
|
6457
|
+
"ap-southeast-1" : {
|
6458
|
+
"variants" : [ {
|
6459
|
+
"hostname" : "ec2.ap-southeast-1.api.aws",
|
6460
|
+
"tags" : [ "dualstack" ]
|
6461
|
+
} ]
|
6462
|
+
},
|
6463
|
+
"ap-southeast-2" : {
|
6464
|
+
"variants" : [ {
|
6465
|
+
"hostname" : "ec2.ap-southeast-2.api.aws",
|
6466
|
+
"tags" : [ "dualstack" ]
|
6467
|
+
} ]
|
6468
|
+
},
|
6341
6469
|
"ap-southeast-3" : { },
|
6342
6470
|
"ap-southeast-4" : { },
|
6471
|
+
"ap-southeast-5" : { },
|
6343
6472
|
"ca-central-1" : {
|
6344
6473
|
"variants" : [ {
|
6345
6474
|
"hostname" : "ec2-fips.ca-central-1.amazonaws.com",
|
6346
6475
|
"tags" : [ "fips" ]
|
6476
|
+
}, {
|
6477
|
+
"hostname" : "ec2.ca-central-1.api.aws",
|
6478
|
+
"tags" : [ "dualstack" ]
|
6347
6479
|
} ]
|
6348
6480
|
},
|
6349
6481
|
"ca-west-1" : {
|
@@ -6352,10 +6484,25 @@
|
|
6352
6484
|
"tags" : [ "fips" ]
|
6353
6485
|
} ]
|
6354
6486
|
},
|
6355
|
-
"eu-central-1" : {
|
6487
|
+
"eu-central-1" : {
|
6488
|
+
"variants" : [ {
|
6489
|
+
"hostname" : "ec2.eu-central-1.api.aws",
|
6490
|
+
"tags" : [ "dualstack" ]
|
6491
|
+
} ]
|
6492
|
+
},
|
6356
6493
|
"eu-central-2" : { },
|
6357
|
-
"eu-north-1" : {
|
6358
|
-
|
6494
|
+
"eu-north-1" : {
|
6495
|
+
"variants" : [ {
|
6496
|
+
"hostname" : "ec2.eu-north-1.api.aws",
|
6497
|
+
"tags" : [ "dualstack" ]
|
6498
|
+
} ]
|
6499
|
+
},
|
6500
|
+
"eu-south-1" : {
|
6501
|
+
"variants" : [ {
|
6502
|
+
"hostname" : "ec2.eu-south-1.api.aws",
|
6503
|
+
"tags" : [ "dualstack" ]
|
6504
|
+
} ]
|
6505
|
+
},
|
6359
6506
|
"eu-south-2" : { },
|
6360
6507
|
"eu-west-1" : {
|
6361
6508
|
"variants" : [ {
|
@@ -6363,8 +6510,18 @@
|
|
6363
6510
|
"tags" : [ "dualstack" ]
|
6364
6511
|
} ]
|
6365
6512
|
},
|
6366
|
-
"eu-west-2" : {
|
6367
|
-
|
6513
|
+
"eu-west-2" : {
|
6514
|
+
"variants" : [ {
|
6515
|
+
"hostname" : "ec2.eu-west-2.api.aws",
|
6516
|
+
"tags" : [ "dualstack" ]
|
6517
|
+
} ]
|
6518
|
+
},
|
6519
|
+
"eu-west-3" : {
|
6520
|
+
"variants" : [ {
|
6521
|
+
"hostname" : "ec2.eu-west-3.api.aws",
|
6522
|
+
"tags" : [ "dualstack" ]
|
6523
|
+
} ]
|
6524
|
+
},
|
6368
6525
|
"fips-ca-central-1" : {
|
6369
6526
|
"credentialScope" : {
|
6370
6527
|
"region" : "ca-central-1"
|
@@ -6409,7 +6566,12 @@
|
|
6409
6566
|
},
|
6410
6567
|
"il-central-1" : { },
|
6411
6568
|
"me-central-1" : { },
|
6412
|
-
"me-south-1" : {
|
6569
|
+
"me-south-1" : {
|
6570
|
+
"variants" : [ {
|
6571
|
+
"hostname" : "ec2.me-south-1.api.aws",
|
6572
|
+
"tags" : [ "dualstack" ]
|
6573
|
+
} ]
|
6574
|
+
},
|
6413
6575
|
"sa-east-1" : {
|
6414
6576
|
"variants" : [ {
|
6415
6577
|
"hostname" : "ec2.sa-east-1.api.aws",
|
@@ -6438,6 +6600,9 @@
|
|
6438
6600
|
"variants" : [ {
|
6439
6601
|
"hostname" : "ec2-fips.us-west-1.amazonaws.com",
|
6440
6602
|
"tags" : [ "fips" ]
|
6603
|
+
}, {
|
6604
|
+
"hostname" : "ec2.us-west-1.api.aws",
|
6605
|
+
"tags" : [ "dualstack" ]
|
6441
6606
|
} ]
|
6442
6607
|
},
|
6443
6608
|
"us-west-2" : {
|
@@ -6464,6 +6629,7 @@
|
|
6464
6629
|
"ap-southeast-2" : { },
|
6465
6630
|
"ap-southeast-3" : { },
|
6466
6631
|
"ap-southeast-4" : { },
|
6632
|
+
"ap-southeast-5" : { },
|
6467
6633
|
"ca-central-1" : { },
|
6468
6634
|
"ca-west-1" : { },
|
6469
6635
|
"eu-central-1" : { },
|
@@ -6562,6 +6728,7 @@
|
|
6562
6728
|
"ap-southeast-2" : { },
|
6563
6729
|
"ap-southeast-3" : { },
|
6564
6730
|
"ap-southeast-4" : { },
|
6731
|
+
"ap-southeast-5" : { },
|
6565
6732
|
"ca-central-1" : { },
|
6566
6733
|
"ca-west-1" : { },
|
6567
6734
|
"eu-central-1" : { },
|
@@ -6673,6 +6840,9 @@
|
|
6673
6840
|
"ap-southeast-4" : {
|
6674
6841
|
"hostname" : "eks-auth.ap-southeast-4.api.aws"
|
6675
6842
|
},
|
6843
|
+
"ap-southeast-5" : {
|
6844
|
+
"hostname" : "eks-auth.ap-southeast-5.api.aws"
|
6845
|
+
},
|
6676
6846
|
"ca-central-1" : {
|
6677
6847
|
"hostname" : "eks-auth.ca-central-1.api.aws"
|
6678
6848
|
},
|
@@ -6742,6 +6912,7 @@
|
|
6742
6912
|
"ap-southeast-2" : { },
|
6743
6913
|
"ap-southeast-3" : { },
|
6744
6914
|
"ap-southeast-4" : { },
|
6915
|
+
"ap-southeast-5" : { },
|
6745
6916
|
"ca-central-1" : { },
|
6746
6917
|
"ca-west-1" : { },
|
6747
6918
|
"eu-central-1" : { },
|
@@ -6819,22 +6990,102 @@
|
|
6819
6990
|
},
|
6820
6991
|
"elasticbeanstalk" : {
|
6821
6992
|
"endpoints" : {
|
6822
|
-
"af-south-1" : {
|
6823
|
-
|
6824
|
-
|
6825
|
-
|
6826
|
-
|
6827
|
-
|
6828
|
-
"ap-
|
6829
|
-
|
6830
|
-
|
6831
|
-
|
6832
|
-
|
6833
|
-
|
6834
|
-
"
|
6835
|
-
|
6836
|
-
|
6837
|
-
|
6993
|
+
"af-south-1" : {
|
6994
|
+
"variants" : [ {
|
6995
|
+
"hostname" : "elasticbeanstalk.af-south-1.api.aws",
|
6996
|
+
"tags" : [ "dualstack" ]
|
6997
|
+
} ]
|
6998
|
+
},
|
6999
|
+
"ap-east-1" : {
|
7000
|
+
"variants" : [ {
|
7001
|
+
"hostname" : "elasticbeanstalk.ap-east-1.api.aws",
|
7002
|
+
"tags" : [ "dualstack" ]
|
7003
|
+
} ]
|
7004
|
+
},
|
7005
|
+
"ap-northeast-1" : {
|
7006
|
+
"variants" : [ {
|
7007
|
+
"hostname" : "elasticbeanstalk.ap-northeast-1.api.aws",
|
7008
|
+
"tags" : [ "dualstack" ]
|
7009
|
+
} ]
|
7010
|
+
},
|
7011
|
+
"ap-northeast-2" : {
|
7012
|
+
"variants" : [ {
|
7013
|
+
"hostname" : "elasticbeanstalk.ap-northeast-2.api.aws",
|
7014
|
+
"tags" : [ "dualstack" ]
|
7015
|
+
} ]
|
7016
|
+
},
|
7017
|
+
"ap-northeast-3" : {
|
7018
|
+
"variants" : [ {
|
7019
|
+
"hostname" : "elasticbeanstalk.ap-northeast-3.api.aws",
|
7020
|
+
"tags" : [ "dualstack" ]
|
7021
|
+
} ]
|
7022
|
+
},
|
7023
|
+
"ap-south-1" : {
|
7024
|
+
"variants" : [ {
|
7025
|
+
"hostname" : "elasticbeanstalk.ap-south-1.api.aws",
|
7026
|
+
"tags" : [ "dualstack" ]
|
7027
|
+
} ]
|
7028
|
+
},
|
7029
|
+
"ap-southeast-1" : {
|
7030
|
+
"variants" : [ {
|
7031
|
+
"hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
|
7032
|
+
"tags" : [ "dualstack" ]
|
7033
|
+
} ]
|
7034
|
+
},
|
7035
|
+
"ap-southeast-2" : {
|
7036
|
+
"variants" : [ {
|
7037
|
+
"hostname" : "elasticbeanstalk.ap-southeast-2.api.aws",
|
7038
|
+
"tags" : [ "dualstack" ]
|
7039
|
+
} ]
|
7040
|
+
},
|
7041
|
+
"ap-southeast-3" : {
|
7042
|
+
"variants" : [ {
|
7043
|
+
"hostname" : "elasticbeanstalk.ap-southeast-3.api.aws",
|
7044
|
+
"tags" : [ "dualstack" ]
|
7045
|
+
} ]
|
7046
|
+
},
|
7047
|
+
"ca-central-1" : {
|
7048
|
+
"variants" : [ {
|
7049
|
+
"hostname" : "elasticbeanstalk.ca-central-1.api.aws",
|
7050
|
+
"tags" : [ "dualstack" ]
|
7051
|
+
} ]
|
7052
|
+
},
|
7053
|
+
"eu-central-1" : {
|
7054
|
+
"variants" : [ {
|
7055
|
+
"hostname" : "elasticbeanstalk.eu-central-1.api.aws",
|
7056
|
+
"tags" : [ "dualstack" ]
|
7057
|
+
} ]
|
7058
|
+
},
|
7059
|
+
"eu-north-1" : {
|
7060
|
+
"variants" : [ {
|
7061
|
+
"hostname" : "elasticbeanstalk.eu-north-1.api.aws",
|
7062
|
+
"tags" : [ "dualstack" ]
|
7063
|
+
} ]
|
7064
|
+
},
|
7065
|
+
"eu-south-1" : {
|
7066
|
+
"variants" : [ {
|
7067
|
+
"hostname" : "elasticbeanstalk.eu-south-1.api.aws",
|
7068
|
+
"tags" : [ "dualstack" ]
|
7069
|
+
} ]
|
7070
|
+
},
|
7071
|
+
"eu-west-1" : {
|
7072
|
+
"variants" : [ {
|
7073
|
+
"hostname" : "elasticbeanstalk.eu-west-1.api.aws",
|
7074
|
+
"tags" : [ "dualstack" ]
|
7075
|
+
} ]
|
7076
|
+
},
|
7077
|
+
"eu-west-2" : {
|
7078
|
+
"variants" : [ {
|
7079
|
+
"hostname" : "elasticbeanstalk.eu-west-2.api.aws",
|
7080
|
+
"tags" : [ "dualstack" ]
|
7081
|
+
} ]
|
7082
|
+
},
|
7083
|
+
"eu-west-3" : {
|
7084
|
+
"variants" : [ {
|
7085
|
+
"hostname" : "elasticbeanstalk.eu-west-3.api.aws",
|
7086
|
+
"tags" : [ "dualstack" ]
|
7087
|
+
} ]
|
7088
|
+
},
|
6838
7089
|
"fips-us-east-1" : {
|
6839
7090
|
"credentialScope" : {
|
6840
7091
|
"region" : "us-east-1"
|
@@ -6863,31 +7114,70 @@
|
|
6863
7114
|
"deprecated" : true,
|
6864
7115
|
"hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com"
|
6865
7116
|
},
|
6866
|
-
"il-central-1" : {
|
6867
|
-
|
6868
|
-
|
7117
|
+
"il-central-1" : {
|
7118
|
+
"variants" : [ {
|
7119
|
+
"hostname" : "elasticbeanstalk.il-central-1.api.aws",
|
7120
|
+
"tags" : [ "dualstack" ]
|
7121
|
+
} ]
|
7122
|
+
},
|
7123
|
+
"me-south-1" : {
|
7124
|
+
"variants" : [ {
|
7125
|
+
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
7126
|
+
"tags" : [ "dualstack" ]
|
7127
|
+
} ]
|
7128
|
+
},
|
7129
|
+
"sa-east-1" : {
|
7130
|
+
"variants" : [ {
|
7131
|
+
"hostname" : "elasticbeanstalk.sa-east-1.api.aws",
|
7132
|
+
"tags" : [ "dualstack" ]
|
7133
|
+
} ]
|
7134
|
+
},
|
6869
7135
|
"us-east-1" : {
|
6870
7136
|
"variants" : [ {
|
6871
7137
|
"hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com",
|
6872
7138
|
"tags" : [ "fips" ]
|
7139
|
+
}, {
|
7140
|
+
"hostname" : "elasticbeanstalk-fips.us-east-1.api.aws",
|
7141
|
+
"tags" : [ "dualstack", "fips" ]
|
7142
|
+
}, {
|
7143
|
+
"hostname" : "elasticbeanstalk.us-east-1.api.aws",
|
7144
|
+
"tags" : [ "dualstack" ]
|
6873
7145
|
} ]
|
6874
7146
|
},
|
6875
7147
|
"us-east-2" : {
|
6876
7148
|
"variants" : [ {
|
6877
7149
|
"hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com",
|
6878
7150
|
"tags" : [ "fips" ]
|
7151
|
+
}, {
|
7152
|
+
"hostname" : "elasticbeanstalk-fips.us-east-2.api.aws",
|
7153
|
+
"tags" : [ "dualstack", "fips" ]
|
7154
|
+
}, {
|
7155
|
+
"hostname" : "elasticbeanstalk.us-east-2.api.aws",
|
7156
|
+
"tags" : [ "dualstack" ]
|
6879
7157
|
} ]
|
6880
7158
|
},
|
6881
7159
|
"us-west-1" : {
|
6882
7160
|
"variants" : [ {
|
6883
7161
|
"hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com",
|
6884
7162
|
"tags" : [ "fips" ]
|
7163
|
+
}, {
|
7164
|
+
"hostname" : "elasticbeanstalk-fips.us-west-1.api.aws",
|
7165
|
+
"tags" : [ "dualstack", "fips" ]
|
7166
|
+
}, {
|
7167
|
+
"hostname" : "elasticbeanstalk.us-west-1.api.aws",
|
7168
|
+
"tags" : [ "dualstack" ]
|
6885
7169
|
} ]
|
6886
7170
|
},
|
6887
7171
|
"us-west-2" : {
|
6888
7172
|
"variants" : [ {
|
6889
7173
|
"hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com",
|
6890
7174
|
"tags" : [ "fips" ]
|
7175
|
+
}, {
|
7176
|
+
"hostname" : "elasticbeanstalk-fips.us-west-2.api.aws",
|
7177
|
+
"tags" : [ "dualstack", "fips" ]
|
7178
|
+
}, {
|
7179
|
+
"hostname" : "elasticbeanstalk.us-west-2.api.aws",
|
7180
|
+
"tags" : [ "dualstack" ]
|
6891
7181
|
} ]
|
6892
7182
|
}
|
6893
7183
|
}
|
@@ -6960,6 +7250,12 @@
|
|
6960
7250
|
"tags" : [ "fips" ]
|
6961
7251
|
} ]
|
6962
7252
|
},
|
7253
|
+
"ap-southeast-5" : {
|
7254
|
+
"variants" : [ {
|
7255
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
|
7256
|
+
"tags" : [ "fips" ]
|
7257
|
+
} ]
|
7258
|
+
},
|
6963
7259
|
"ca-central-1" : {
|
6964
7260
|
"variants" : [ {
|
6965
7261
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
@@ -7097,6 +7393,13 @@
|
|
7097
7393
|
"deprecated" : true,
|
7098
7394
|
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
|
7099
7395
|
},
|
7396
|
+
"fips-ap-southeast-5" : {
|
7397
|
+
"credentialScope" : {
|
7398
|
+
"region" : "ap-southeast-5"
|
7399
|
+
},
|
7400
|
+
"deprecated" : true,
|
7401
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
|
7402
|
+
},
|
7100
7403
|
"fips-ca-central-1" : {
|
7101
7404
|
"credentialScope" : {
|
7102
7405
|
"region" : "ca-central-1"
|
@@ -7289,6 +7592,7 @@
|
|
7289
7592
|
"ap-southeast-2" : { },
|
7290
7593
|
"ap-southeast-3" : { },
|
7291
7594
|
"ap-southeast-4" : { },
|
7595
|
+
"ap-southeast-5" : { },
|
7292
7596
|
"ca-central-1" : { },
|
7293
7597
|
"ca-west-1" : { },
|
7294
7598
|
"eu-central-1" : { },
|
@@ -7374,6 +7678,7 @@
|
|
7374
7678
|
"ap-southeast-2" : { },
|
7375
7679
|
"ap-southeast-3" : { },
|
7376
7680
|
"ap-southeast-4" : { },
|
7681
|
+
"ap-southeast-5" : { },
|
7377
7682
|
"ca-central-1" : {
|
7378
7683
|
"variants" : [ {
|
7379
7684
|
"hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com",
|
@@ -7825,6 +8130,12 @@
|
|
7825
8130
|
"tags" : [ "dualstack" ]
|
7826
8131
|
} ]
|
7827
8132
|
},
|
8133
|
+
"ap-southeast-5" : {
|
8134
|
+
"variants" : [ {
|
8135
|
+
"hostname" : "aos.ap-southeast-5.api.aws",
|
8136
|
+
"tags" : [ "dualstack" ]
|
8137
|
+
} ]
|
8138
|
+
},
|
7828
8139
|
"ca-central-1" : {
|
7829
8140
|
"variants" : [ {
|
7830
8141
|
"hostname" : "aos.ca-central-1.api.aws",
|
@@ -7995,6 +8306,7 @@
|
|
7995
8306
|
"ap-southeast-2" : { },
|
7996
8307
|
"ap-southeast-3" : { },
|
7997
8308
|
"ap-southeast-4" : { },
|
8309
|
+
"ap-southeast-5" : { },
|
7998
8310
|
"ca-central-1" : { },
|
7999
8311
|
"ca-west-1" : { },
|
8000
8312
|
"eu-central-1" : { },
|
@@ -8130,6 +8442,7 @@
|
|
8130
8442
|
"ap-southeast-2" : { },
|
8131
8443
|
"ap-southeast-3" : { },
|
8132
8444
|
"ap-southeast-4" : { },
|
8445
|
+
"ap-southeast-5" : { },
|
8133
8446
|
"ca-central-1" : { },
|
8134
8447
|
"ca-west-1" : { },
|
8135
8448
|
"eu-central-1" : { },
|
@@ -9321,6 +9634,8 @@
|
|
9321
9634
|
},
|
9322
9635
|
"endpoints" : {
|
9323
9636
|
"ap-south-1" : { },
|
9637
|
+
"ap-southeast-2" : { },
|
9638
|
+
"eu-west-2" : { },
|
9324
9639
|
"us-east-1" : { },
|
9325
9640
|
"us-east-2" : { },
|
9326
9641
|
"us-west-2" : { }
|
@@ -9675,6 +9990,9 @@
|
|
9675
9990
|
"ap-southeast-4" : {
|
9676
9991
|
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
9677
9992
|
},
|
9993
|
+
"ap-southeast-5" : {
|
9994
|
+
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
9995
|
+
},
|
9678
9996
|
"ca-central-1" : {
|
9679
9997
|
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
9680
9998
|
"variants" : [ {
|
@@ -10653,6 +10971,9 @@
|
|
10653
10971
|
"ap-southeast-4" : {
|
10654
10972
|
"hostname" : "kendra-ranking.ap-southeast-4.api.aws"
|
10655
10973
|
},
|
10974
|
+
"ap-southeast-5" : {
|
10975
|
+
"hostname" : "kendra-ranking.ap-southeast-5.api.aws"
|
10976
|
+
},
|
10656
10977
|
"ca-central-1" : {
|
10657
10978
|
"hostname" : "kendra-ranking.ca-central-1.api.aws",
|
10658
10979
|
"variants" : [ {
|
@@ -10732,6 +11053,7 @@
|
|
10732
11053
|
"ap-southeast-2" : { },
|
10733
11054
|
"ap-southeast-3" : { },
|
10734
11055
|
"ap-southeast-4" : { },
|
11056
|
+
"ap-southeast-5" : { },
|
10735
11057
|
"ca-central-1" : { },
|
10736
11058
|
"ca-west-1" : { },
|
10737
11059
|
"eu-central-1" : { },
|
@@ -10813,8 +11135,18 @@
|
|
10813
11135
|
"ap-southeast-2" : { },
|
10814
11136
|
"ap-southeast-3" : { },
|
10815
11137
|
"ap-southeast-4" : { },
|
10816
|
-
"ca-central-1" : {
|
10817
|
-
|
11138
|
+
"ca-central-1" : {
|
11139
|
+
"variants" : [ {
|
11140
|
+
"hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
|
11141
|
+
"tags" : [ "fips" ]
|
11142
|
+
} ]
|
11143
|
+
},
|
11144
|
+
"ca-west-1" : {
|
11145
|
+
"variants" : [ {
|
11146
|
+
"hostname" : "kinesisanalytics-fips.ca-west-1.amazonaws.com",
|
11147
|
+
"tags" : [ "fips" ]
|
11148
|
+
} ]
|
11149
|
+
},
|
10818
11150
|
"eu-central-1" : { },
|
10819
11151
|
"eu-central-2" : { },
|
10820
11152
|
"eu-north-1" : { },
|
@@ -10823,14 +11155,76 @@
|
|
10823
11155
|
"eu-west-1" : { },
|
10824
11156
|
"eu-west-2" : { },
|
10825
11157
|
"eu-west-3" : { },
|
11158
|
+
"fips-ca-central-1" : {
|
11159
|
+
"credentialScope" : {
|
11160
|
+
"region" : "ca-central-1"
|
11161
|
+
},
|
11162
|
+
"deprecated" : true,
|
11163
|
+
"hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com"
|
11164
|
+
},
|
11165
|
+
"fips-ca-west-1" : {
|
11166
|
+
"credentialScope" : {
|
11167
|
+
"region" : "ca-west-1"
|
11168
|
+
},
|
11169
|
+
"deprecated" : true,
|
11170
|
+
"hostname" : "kinesisanalytics-fips.ca-west-1.amazonaws.com"
|
11171
|
+
},
|
11172
|
+
"fips-us-east-1" : {
|
11173
|
+
"credentialScope" : {
|
11174
|
+
"region" : "us-east-1"
|
11175
|
+
},
|
11176
|
+
"deprecated" : true,
|
11177
|
+
"hostname" : "kinesisanalytics-fips.us-east-1.amazonaws.com"
|
11178
|
+
},
|
11179
|
+
"fips-us-east-2" : {
|
11180
|
+
"credentialScope" : {
|
11181
|
+
"region" : "us-east-2"
|
11182
|
+
},
|
11183
|
+
"deprecated" : true,
|
11184
|
+
"hostname" : "kinesisanalytics-fips.us-east-2.amazonaws.com"
|
11185
|
+
},
|
11186
|
+
"fips-us-west-1" : {
|
11187
|
+
"credentialScope" : {
|
11188
|
+
"region" : "us-west-1"
|
11189
|
+
},
|
11190
|
+
"deprecated" : true,
|
11191
|
+
"hostname" : "kinesisanalytics-fips.us-west-1.amazonaws.com"
|
11192
|
+
},
|
11193
|
+
"fips-us-west-2" : {
|
11194
|
+
"credentialScope" : {
|
11195
|
+
"region" : "us-west-2"
|
11196
|
+
},
|
11197
|
+
"deprecated" : true,
|
11198
|
+
"hostname" : "kinesisanalytics-fips.us-west-2.amazonaws.com"
|
11199
|
+
},
|
10826
11200
|
"il-central-1" : { },
|
10827
11201
|
"me-central-1" : { },
|
10828
11202
|
"me-south-1" : { },
|
10829
11203
|
"sa-east-1" : { },
|
10830
|
-
"us-east-1" : {
|
10831
|
-
|
10832
|
-
|
10833
|
-
|
11204
|
+
"us-east-1" : {
|
11205
|
+
"variants" : [ {
|
11206
|
+
"hostname" : "kinesisanalytics-fips.us-east-1.amazonaws.com",
|
11207
|
+
"tags" : [ "fips" ]
|
11208
|
+
} ]
|
11209
|
+
},
|
11210
|
+
"us-east-2" : {
|
11211
|
+
"variants" : [ {
|
11212
|
+
"hostname" : "kinesisanalytics-fips.us-east-2.amazonaws.com",
|
11213
|
+
"tags" : [ "fips" ]
|
11214
|
+
} ]
|
11215
|
+
},
|
11216
|
+
"us-west-1" : {
|
11217
|
+
"variants" : [ {
|
11218
|
+
"hostname" : "kinesisanalytics-fips.us-west-1.amazonaws.com",
|
11219
|
+
"tags" : [ "fips" ]
|
11220
|
+
} ]
|
11221
|
+
},
|
11222
|
+
"us-west-2" : {
|
11223
|
+
"variants" : [ {
|
11224
|
+
"hostname" : "kinesisanalytics-fips.us-west-2.amazonaws.com",
|
11225
|
+
"tags" : [ "fips" ]
|
11226
|
+
} ]
|
11227
|
+
}
|
10834
11228
|
}
|
10835
11229
|
},
|
10836
11230
|
"kinesisvideo" : {
|
@@ -11005,6 +11399,19 @@
|
|
11005
11399
|
"deprecated" : true,
|
11006
11400
|
"hostname" : "kms-fips.ap-southeast-4.amazonaws.com"
|
11007
11401
|
},
|
11402
|
+
"ap-southeast-5" : {
|
11403
|
+
"variants" : [ {
|
11404
|
+
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com",
|
11405
|
+
"tags" : [ "fips" ]
|
11406
|
+
} ]
|
11407
|
+
},
|
11408
|
+
"ap-southeast-5-fips" : {
|
11409
|
+
"credentialScope" : {
|
11410
|
+
"region" : "ap-southeast-5"
|
11411
|
+
},
|
11412
|
+
"deprecated" : true,
|
11413
|
+
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
|
11414
|
+
},
|
11008
11415
|
"ca-central-1" : {
|
11009
11416
|
"variants" : [ {
|
11010
11417
|
"hostname" : "kms-fips.ca-central-1.amazonaws.com",
|
@@ -11390,6 +11797,12 @@
|
|
11390
11797
|
"tags" : [ "dualstack" ]
|
11391
11798
|
} ]
|
11392
11799
|
},
|
11800
|
+
"ap-southeast-5" : {
|
11801
|
+
"variants" : [ {
|
11802
|
+
"hostname" : "lambda.ap-southeast-5.api.aws",
|
11803
|
+
"tags" : [ "dualstack" ]
|
11804
|
+
} ]
|
11805
|
+
},
|
11393
11806
|
"ca-central-1" : {
|
11394
11807
|
"variants" : [ {
|
11395
11808
|
"hostname" : "lambda.ca-central-1.api.aws",
|
@@ -11869,6 +12282,12 @@
|
|
11869
12282
|
"tags" : [ "dualstack" ]
|
11870
12283
|
} ]
|
11871
12284
|
},
|
12285
|
+
"ap-southeast-5" : {
|
12286
|
+
"variants" : [ {
|
12287
|
+
"hostname" : "logs.ap-southeast-5.api.aws",
|
12288
|
+
"tags" : [ "dualstack" ]
|
12289
|
+
} ]
|
12290
|
+
},
|
11872
12291
|
"ca-central-1" : {
|
11873
12292
|
"variants" : [ {
|
11874
12293
|
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
|
@@ -12487,6 +12906,7 @@
|
|
12487
12906
|
"ap-northeast-2" : { },
|
12488
12907
|
"ap-northeast-3" : { },
|
12489
12908
|
"ap-south-1" : { },
|
12909
|
+
"ap-south-2" : { },
|
12490
12910
|
"ap-southeast-1" : { },
|
12491
12911
|
"ap-southeast-2" : { },
|
12492
12912
|
"ap-southeast-4" : { },
|
@@ -12496,6 +12916,7 @@
|
|
12496
12916
|
"eu-west-1" : { },
|
12497
12917
|
"eu-west-2" : { },
|
12498
12918
|
"eu-west-3" : { },
|
12919
|
+
"me-central-1" : { },
|
12499
12920
|
"sa-east-1" : { },
|
12500
12921
|
"us-east-1" : { },
|
12501
12922
|
"us-east-2" : { },
|
@@ -12878,6 +13299,7 @@
|
|
12878
13299
|
"ap-southeast-2" : { },
|
12879
13300
|
"ap-southeast-3" : { },
|
12880
13301
|
"ap-southeast-4" : { },
|
13302
|
+
"ap-southeast-5" : { },
|
12881
13303
|
"ca-central-1" : { },
|
12882
13304
|
"ca-west-1" : { },
|
12883
13305
|
"eu-central-1" : { },
|
@@ -13292,6 +13714,7 @@
|
|
13292
13714
|
"ap-southeast-2" : { },
|
13293
13715
|
"ap-southeast-3" : { },
|
13294
13716
|
"ap-southeast-4" : { },
|
13717
|
+
"ap-southeast-5" : { },
|
13295
13718
|
"ca-central-1" : { },
|
13296
13719
|
"ca-west-1" : { },
|
13297
13720
|
"eu-central-1" : { },
|
@@ -13852,6 +14275,13 @@
|
|
13852
14275
|
"tags" : [ "dualstack" ]
|
13853
14276
|
} ]
|
13854
14277
|
},
|
14278
|
+
"ap-southeast-5" : {
|
14279
|
+
"protocols" : [ "https" ],
|
14280
|
+
"variants" : [ {
|
14281
|
+
"hostname" : "pi.ap-southeast-5.api.aws",
|
14282
|
+
"tags" : [ "dualstack" ]
|
14283
|
+
} ]
|
14284
|
+
},
|
13855
14285
|
"ca-central-1" : {
|
13856
14286
|
"protocols" : [ "https" ],
|
13857
14287
|
"variants" : [ {
|
@@ -14549,6 +14979,9 @@
|
|
14549
14979
|
"ap-southeast-4" : {
|
14550
14980
|
"hostname" : "qbusiness.ap-southeast-4.api.aws"
|
14551
14981
|
},
|
14982
|
+
"ap-southeast-5" : {
|
14983
|
+
"hostname" : "qbusiness.ap-southeast-5.api.aws"
|
14984
|
+
},
|
14552
14985
|
"ca-central-1" : {
|
14553
14986
|
"hostname" : "qbusiness.ca-central-1.api.aws"
|
14554
14987
|
},
|
@@ -14705,6 +15138,7 @@
|
|
14705
15138
|
"ap-southeast-2" : { },
|
14706
15139
|
"ap-southeast-3" : { },
|
14707
15140
|
"ap-southeast-4" : { },
|
15141
|
+
"ap-southeast-5" : { },
|
14708
15142
|
"ca-central-1" : {
|
14709
15143
|
"variants" : [ {
|
14710
15144
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
@@ -14810,6 +15244,7 @@
|
|
14810
15244
|
"ap-southeast-2" : { },
|
14811
15245
|
"ap-southeast-3" : { },
|
14812
15246
|
"ap-southeast-4" : { },
|
15247
|
+
"ap-southeast-5" : { },
|
14813
15248
|
"ca-central-1" : {
|
14814
15249
|
"variants" : [ {
|
14815
15250
|
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",
|
@@ -14915,6 +15350,7 @@
|
|
14915
15350
|
"ap-southeast-2" : { },
|
14916
15351
|
"ap-southeast-3" : { },
|
14917
15352
|
"ap-southeast-4" : { },
|
15353
|
+
"ap-southeast-5" : { },
|
14918
15354
|
"ca-central-1" : {
|
14919
15355
|
"variants" : [ {
|
14920
15356
|
"hostname" : "rds-fips.ca-central-1.amazonaws.com",
|
@@ -15189,6 +15625,7 @@
|
|
15189
15625
|
"ap-southeast-2" : { },
|
15190
15626
|
"ap-southeast-3" : { },
|
15191
15627
|
"ap-southeast-4" : { },
|
15628
|
+
"ap-southeast-5" : { },
|
15192
15629
|
"ca-central-1" : {
|
15193
15630
|
"variants" : [ {
|
15194
15631
|
"hostname" : "redshift-fips.ca-central-1.amazonaws.com",
|
@@ -15283,11 +15720,13 @@
|
|
15283
15720
|
},
|
15284
15721
|
"redshift-serverless" : {
|
15285
15722
|
"endpoints" : {
|
15723
|
+
"ap-east-1" : { },
|
15286
15724
|
"ap-northeast-1" : { },
|
15287
15725
|
"ap-northeast-2" : { },
|
15288
15726
|
"ap-south-1" : { },
|
15289
15727
|
"ap-southeast-1" : { },
|
15290
15728
|
"ap-southeast-2" : { },
|
15729
|
+
"ap-southeast-3" : { },
|
15291
15730
|
"ca-central-1" : {
|
15292
15731
|
"variants" : [ {
|
15293
15732
|
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -15336,6 +15775,7 @@
|
|
15336
15775
|
"deprecated" : true,
|
15337
15776
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
15338
15777
|
},
|
15778
|
+
"il-central-1" : { },
|
15339
15779
|
"me-central-1" : { },
|
15340
15780
|
"sa-east-1" : { },
|
15341
15781
|
"us-east-1" : {
|
@@ -15597,6 +16037,7 @@
|
|
15597
16037
|
"ap-southeast-2" : { },
|
15598
16038
|
"ap-southeast-3" : { },
|
15599
16039
|
"ap-southeast-4" : { },
|
16040
|
+
"ap-southeast-5" : { },
|
15600
16041
|
"ca-central-1" : { },
|
15601
16042
|
"ca-west-1" : { },
|
15602
16043
|
"eu-central-1" : { },
|
@@ -15811,8 +16252,33 @@
|
|
15811
16252
|
"ap-southeast-2" : { },
|
15812
16253
|
"ap-southeast-3" : { },
|
15813
16254
|
"ap-southeast-4" : { },
|
15814
|
-
"
|
15815
|
-
"ca-
|
16255
|
+
"ap-southeast-5" : { },
|
16256
|
+
"ca-central-1" : {
|
16257
|
+
"variants" : [ {
|
16258
|
+
"hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
|
16259
|
+
"tags" : [ "fips" ]
|
16260
|
+
} ]
|
16261
|
+
},
|
16262
|
+
"ca-central-1-fips" : {
|
16263
|
+
"credentialScope" : {
|
16264
|
+
"region" : "ca-central-1"
|
16265
|
+
},
|
16266
|
+
"deprecated" : true,
|
16267
|
+
"hostname" : "route53resolver-fips.ca-central-1.amazonaws.com"
|
16268
|
+
},
|
16269
|
+
"ca-west-1" : {
|
16270
|
+
"variants" : [ {
|
16271
|
+
"hostname" : "route53resolver-fips.ca-west-1.amazonaws.com",
|
16272
|
+
"tags" : [ "fips" ]
|
16273
|
+
} ]
|
16274
|
+
},
|
16275
|
+
"ca-west-1-fips" : {
|
16276
|
+
"credentialScope" : {
|
16277
|
+
"region" : "ca-west-1"
|
16278
|
+
},
|
16279
|
+
"deprecated" : true,
|
16280
|
+
"hostname" : "route53resolver-fips.ca-west-1.amazonaws.com"
|
16281
|
+
},
|
15816
16282
|
"eu-central-1" : { },
|
15817
16283
|
"eu-central-2" : { },
|
15818
16284
|
"eu-north-1" : { },
|
@@ -15825,10 +16291,58 @@
|
|
15825
16291
|
"me-central-1" : { },
|
15826
16292
|
"me-south-1" : { },
|
15827
16293
|
"sa-east-1" : { },
|
15828
|
-
"us-east-1" : {
|
15829
|
-
|
15830
|
-
|
15831
|
-
|
16294
|
+
"us-east-1" : {
|
16295
|
+
"variants" : [ {
|
16296
|
+
"hostname" : "route53resolver-fips.us-east-1.amazonaws.com",
|
16297
|
+
"tags" : [ "fips" ]
|
16298
|
+
} ]
|
16299
|
+
},
|
16300
|
+
"us-east-1-fips" : {
|
16301
|
+
"credentialScope" : {
|
16302
|
+
"region" : "us-east-1"
|
16303
|
+
},
|
16304
|
+
"deprecated" : true,
|
16305
|
+
"hostname" : "route53resolver-fips.us-east-1.amazonaws.com"
|
16306
|
+
},
|
16307
|
+
"us-east-2" : {
|
16308
|
+
"variants" : [ {
|
16309
|
+
"hostname" : "route53resolver-fips.us-east-2.amazonaws.com",
|
16310
|
+
"tags" : [ "fips" ]
|
16311
|
+
} ]
|
16312
|
+
},
|
16313
|
+
"us-east-2-fips" : {
|
16314
|
+
"credentialScope" : {
|
16315
|
+
"region" : "us-east-2"
|
16316
|
+
},
|
16317
|
+
"deprecated" : true,
|
16318
|
+
"hostname" : "route53resolver-fips.us-east-2.amazonaws.com"
|
16319
|
+
},
|
16320
|
+
"us-west-1" : {
|
16321
|
+
"variants" : [ {
|
16322
|
+
"hostname" : "route53resolver-fips.us-west-1.amazonaws.com",
|
16323
|
+
"tags" : [ "fips" ]
|
16324
|
+
} ]
|
16325
|
+
},
|
16326
|
+
"us-west-1-fips" : {
|
16327
|
+
"credentialScope" : {
|
16328
|
+
"region" : "us-west-1"
|
16329
|
+
},
|
16330
|
+
"deprecated" : true,
|
16331
|
+
"hostname" : "route53resolver-fips.us-west-1.amazonaws.com"
|
16332
|
+
},
|
16333
|
+
"us-west-2" : {
|
16334
|
+
"variants" : [ {
|
16335
|
+
"hostname" : "route53resolver-fips.us-west-2.amazonaws.com",
|
16336
|
+
"tags" : [ "fips" ]
|
16337
|
+
} ]
|
16338
|
+
},
|
16339
|
+
"us-west-2-fips" : {
|
16340
|
+
"credentialScope" : {
|
16341
|
+
"region" : "us-west-2"
|
16342
|
+
},
|
16343
|
+
"deprecated" : true,
|
16344
|
+
"hostname" : "route53resolver-fips.us-west-2.amazonaws.com"
|
16345
|
+
}
|
15832
16346
|
}
|
15833
16347
|
},
|
15834
16348
|
"rum" : {
|
@@ -16095,6 +16609,12 @@
|
|
16095
16609
|
"tags" : [ "dualstack" ]
|
16096
16610
|
} ]
|
16097
16611
|
},
|
16612
|
+
"ap-southeast-5" : {
|
16613
|
+
"variants" : [ {
|
16614
|
+
"hostname" : "s3.dualstack.ap-southeast-5.amazonaws.com",
|
16615
|
+
"tags" : [ "dualstack" ]
|
16616
|
+
} ]
|
16617
|
+
},
|
16098
16618
|
"aws-global" : {
|
16099
16619
|
"credentialScope" : {
|
16100
16620
|
"region" : "us-east-1"
|
@@ -17035,6 +17555,11 @@
|
|
17035
17555
|
"tags" : [ "dualstack" ]
|
17036
17556
|
} ]
|
17037
17557
|
},
|
17558
|
+
"ap-southeast-5" : {
|
17559
|
+
"variants" : [ {
|
17560
|
+
"tags" : [ "dualstack" ]
|
17561
|
+
} ]
|
17562
|
+
},
|
17038
17563
|
"ca-central-1" : {
|
17039
17564
|
"variants" : [ {
|
17040
17565
|
"tags" : [ "dualstack" ]
|
@@ -17182,6 +17707,7 @@
|
|
17182
17707
|
"ap-southeast-2" : { },
|
17183
17708
|
"ap-southeast-3" : { },
|
17184
17709
|
"ap-southeast-4" : { },
|
17710
|
+
"ap-southeast-5" : { },
|
17185
17711
|
"ca-central-1" : { },
|
17186
17712
|
"ca-west-1" : { },
|
17187
17713
|
"eu-central-1" : { },
|
@@ -17343,7 +17869,18 @@
|
|
17343
17869
|
"protocols" : [ "https" ]
|
17344
17870
|
},
|
17345
17871
|
"ca-central-1" : {
|
17346
|
-
"protocols" : [ "https" ]
|
17872
|
+
"protocols" : [ "https" ],
|
17873
|
+
"variants" : [ {
|
17874
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
|
17875
|
+
"tags" : [ "fips" ]
|
17876
|
+
} ]
|
17877
|
+
},
|
17878
|
+
"ca-central-1-fips" : {
|
17879
|
+
"credentialScope" : {
|
17880
|
+
"region" : "ca-central-1"
|
17881
|
+
},
|
17882
|
+
"deprecated" : true,
|
17883
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
|
17347
17884
|
},
|
17348
17885
|
"eu-central-1" : {
|
17349
17886
|
"protocols" : [ "https" ]
|
@@ -17665,6 +18202,12 @@
|
|
17665
18202
|
"tags" : [ "dualstack" ]
|
17666
18203
|
} ]
|
17667
18204
|
},
|
18205
|
+
"ap-southeast-5" : {
|
18206
|
+
"variants" : [ {
|
18207
|
+
"hostname" : "servicediscovery.ap-southeast-5.api.aws",
|
18208
|
+
"tags" : [ "dualstack" ]
|
18209
|
+
} ]
|
18210
|
+
},
|
17668
18211
|
"ca-central-1" : {
|
17669
18212
|
"variants" : [ {
|
17670
18213
|
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
|
@@ -17869,6 +18412,7 @@
|
|
17869
18412
|
"ap-southeast-2" : { },
|
17870
18413
|
"ap-southeast-3" : { },
|
17871
18414
|
"ap-southeast-4" : { },
|
18415
|
+
"ap-southeast-5" : { },
|
17872
18416
|
"ca-central-1" : { },
|
17873
18417
|
"ca-west-1" : { },
|
17874
18418
|
"eu-central-1" : { },
|
@@ -18539,6 +19083,7 @@
|
|
18539
19083
|
"ap-southeast-2" : { },
|
18540
19084
|
"ap-southeast-3" : { },
|
18541
19085
|
"ap-southeast-4" : { },
|
19086
|
+
"ap-southeast-5" : { },
|
18542
19087
|
"ca-central-1" : { },
|
18543
19088
|
"ca-west-1" : {
|
18544
19089
|
"variants" : [ {
|
@@ -18636,6 +19181,7 @@
|
|
18636
19181
|
"ap-southeast-2" : { },
|
18637
19182
|
"ap-southeast-3" : { },
|
18638
19183
|
"ap-southeast-4" : { },
|
19184
|
+
"ap-southeast-5" : { },
|
18639
19185
|
"ca-central-1" : { },
|
18640
19186
|
"ca-west-1" : { },
|
18641
19187
|
"eu-central-1" : { },
|
@@ -18718,6 +19264,7 @@
|
|
18718
19264
|
"ap-southeast-2" : { },
|
18719
19265
|
"ap-southeast-3" : { },
|
18720
19266
|
"ap-southeast-4" : { },
|
19267
|
+
"ap-southeast-5" : { },
|
18721
19268
|
"ca-central-1" : {
|
18722
19269
|
"variants" : [ {
|
18723
19270
|
"hostname" : "ssm-fips.ca-central-1.amazonaws.com",
|
@@ -18966,9 +19513,11 @@
|
|
18966
19513
|
"ap-northeast-2" : { },
|
18967
19514
|
"ap-northeast-3" : { },
|
18968
19515
|
"ap-south-1" : { },
|
19516
|
+
"ap-south-2" : { },
|
18969
19517
|
"ap-southeast-1" : { },
|
18970
19518
|
"ap-southeast-2" : { },
|
18971
19519
|
"ap-southeast-3" : { },
|
19520
|
+
"ap-southeast-4" : { },
|
18972
19521
|
"ca-central-1" : {
|
18973
19522
|
"variants" : [ {
|
18974
19523
|
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
|
@@ -18976,8 +19525,10 @@
|
|
18976
19525
|
} ]
|
18977
19526
|
},
|
18978
19527
|
"eu-central-1" : { },
|
19528
|
+
"eu-central-2" : { },
|
18979
19529
|
"eu-north-1" : { },
|
18980
19530
|
"eu-south-1" : { },
|
19531
|
+
"eu-south-2" : { },
|
18981
19532
|
"eu-west-1" : { },
|
18982
19533
|
"eu-west-2" : { },
|
18983
19534
|
"eu-west-3" : { },
|
@@ -19016,6 +19567,8 @@
|
|
19016
19567
|
"deprecated" : true,
|
19017
19568
|
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
|
19018
19569
|
},
|
19570
|
+
"il-central-1" : { },
|
19571
|
+
"me-central-1" : { },
|
19019
19572
|
"me-south-1" : { },
|
19020
19573
|
"sa-east-1" : { },
|
19021
19574
|
"us-east-1" : {
|
@@ -19090,6 +19643,7 @@
|
|
19090
19643
|
"ap-southeast-2" : { },
|
19091
19644
|
"ap-southeast-3" : { },
|
19092
19645
|
"ap-southeast-4" : { },
|
19646
|
+
"ap-southeast-5" : { },
|
19093
19647
|
"ca-central-1" : { },
|
19094
19648
|
"ca-west-1" : { },
|
19095
19649
|
"eu-central-1" : { },
|
@@ -19282,6 +19836,7 @@
|
|
19282
19836
|
"ap-southeast-2" : { },
|
19283
19837
|
"ap-southeast-3" : { },
|
19284
19838
|
"ap-southeast-4" : { },
|
19839
|
+
"ap-southeast-5" : { },
|
19285
19840
|
"ca-central-1" : { },
|
19286
19841
|
"ca-west-1" : { },
|
19287
19842
|
"eu-central-1" : { },
|
@@ -19322,6 +19877,7 @@
|
|
19322
19877
|
"ap-southeast-2" : { },
|
19323
19878
|
"ap-southeast-3" : { },
|
19324
19879
|
"ap-southeast-4" : { },
|
19880
|
+
"ap-southeast-5" : { },
|
19325
19881
|
"aws-global" : {
|
19326
19882
|
"credentialScope" : {
|
19327
19883
|
"region" : "us-east-1"
|
@@ -19428,6 +19984,7 @@
|
|
19428
19984
|
"ap-southeast-2" : { },
|
19429
19985
|
"ap-southeast-3" : { },
|
19430
19986
|
"ap-southeast-4" : { },
|
19987
|
+
"ap-southeast-5" : { },
|
19431
19988
|
"ca-central-1" : { },
|
19432
19989
|
"ca-west-1" : { },
|
19433
19990
|
"eu-central-1" : { },
|
@@ -19509,8 +20066,19 @@
|
|
19509
20066
|
"ap-southeast-2" : { },
|
19510
20067
|
"ap-southeast-3" : { },
|
19511
20068
|
"ap-southeast-4" : { },
|
19512
|
-
"
|
19513
|
-
"ca-
|
20069
|
+
"ap-southeast-5" : { },
|
20070
|
+
"ca-central-1" : {
|
20071
|
+
"variants" : [ {
|
20072
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
|
20073
|
+
"tags" : [ "fips" ]
|
20074
|
+
} ]
|
20075
|
+
},
|
20076
|
+
"ca-west-1" : {
|
20077
|
+
"variants" : [ {
|
20078
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
|
20079
|
+
"tags" : [ "fips" ]
|
20080
|
+
} ]
|
20081
|
+
},
|
19514
20082
|
"eu-central-1" : { },
|
19515
20083
|
"eu-central-2" : { },
|
19516
20084
|
"eu-north-1" : { },
|
@@ -19519,6 +20087,20 @@
|
|
19519
20087
|
"eu-west-1" : { },
|
19520
20088
|
"eu-west-2" : { },
|
19521
20089
|
"eu-west-3" : { },
|
20090
|
+
"fips-ca-central-1" : {
|
20091
|
+
"credentialScope" : {
|
20092
|
+
"region" : "ca-central-1"
|
20093
|
+
},
|
20094
|
+
"deprecated" : true,
|
20095
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
|
20096
|
+
},
|
20097
|
+
"fips-ca-west-1" : {
|
20098
|
+
"credentialScope" : {
|
20099
|
+
"region" : "ca-west-1"
|
20100
|
+
},
|
20101
|
+
"deprecated" : true,
|
20102
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
|
20103
|
+
},
|
19522
20104
|
"fips-us-east-1" : {
|
19523
20105
|
"credentialScope" : {
|
19524
20106
|
"region" : "us-east-1"
|
@@ -19590,6 +20172,7 @@
|
|
19590
20172
|
"ap-southeast-2" : { },
|
19591
20173
|
"ap-southeast-3" : { },
|
19592
20174
|
"ap-southeast-4" : { },
|
20175
|
+
"ap-southeast-5" : { },
|
19593
20176
|
"ca-central-1" : { },
|
19594
20177
|
"ca-west-1" : { },
|
19595
20178
|
"eu-central-1" : { },
|
@@ -19892,82 +20475,62 @@
|
|
19892
20475
|
"ap-south-1" : { },
|
19893
20476
|
"ap-southeast-1" : { },
|
19894
20477
|
"ap-southeast-2" : { },
|
19895
|
-
"ca-central-1" : {
|
19896
|
-
"eu-central-1" : { },
|
19897
|
-
"eu-west-1" : { },
|
19898
|
-
"eu-west-2" : { },
|
19899
|
-
"sa-east-1" : { },
|
19900
|
-
"transcribestreaming-ca-central-1" : {
|
19901
|
-
"credentialScope" : {
|
19902
|
-
"region" : "ca-central-1"
|
19903
|
-
},
|
19904
|
-
"deprecated" : true,
|
20478
|
+
"ca-central-1" : {
|
19905
20479
|
"variants" : [ {
|
19906
20480
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
|
19907
20481
|
"tags" : [ "fips" ]
|
19908
20482
|
} ]
|
19909
20483
|
},
|
19910
|
-
"
|
20484
|
+
"eu-central-1" : { },
|
20485
|
+
"eu-west-1" : { },
|
20486
|
+
"eu-west-2" : { },
|
20487
|
+
"fips-ca-central-1" : {
|
19911
20488
|
"credentialScope" : {
|
19912
20489
|
"region" : "ca-central-1"
|
19913
20490
|
},
|
19914
20491
|
"deprecated" : true,
|
19915
20492
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
|
19916
20493
|
},
|
19917
|
-
"
|
20494
|
+
"fips-us-east-1" : {
|
19918
20495
|
"credentialScope" : {
|
19919
20496
|
"region" : "us-east-1"
|
19920
20497
|
},
|
19921
20498
|
"deprecated" : true,
|
19922
20499
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
|
19923
20500
|
},
|
19924
|
-
"
|
20501
|
+
"fips-us-east-2" : {
|
19925
20502
|
"credentialScope" : {
|
19926
20503
|
"region" : "us-east-2"
|
19927
20504
|
},
|
19928
20505
|
"deprecated" : true,
|
19929
20506
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
|
19930
20507
|
},
|
19931
|
-
"
|
20508
|
+
"fips-us-west-2" : {
|
19932
20509
|
"credentialScope" : {
|
19933
20510
|
"region" : "us-west-2"
|
19934
20511
|
},
|
19935
20512
|
"deprecated" : true,
|
19936
20513
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
19937
20514
|
},
|
19938
|
-
"
|
19939
|
-
|
19940
|
-
"region" : "us-east-1"
|
19941
|
-
},
|
19942
|
-
"deprecated" : true,
|
20515
|
+
"sa-east-1" : { },
|
20516
|
+
"us-east-1" : {
|
19943
20517
|
"variants" : [ {
|
19944
20518
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
|
19945
20519
|
"tags" : [ "fips" ]
|
19946
20520
|
} ]
|
19947
20521
|
},
|
19948
|
-
"
|
19949
|
-
"credentialScope" : {
|
19950
|
-
"region" : "us-east-2"
|
19951
|
-
},
|
19952
|
-
"deprecated" : true,
|
20522
|
+
"us-east-2" : {
|
19953
20523
|
"variants" : [ {
|
19954
20524
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
|
19955
20525
|
"tags" : [ "fips" ]
|
19956
20526
|
} ]
|
19957
20527
|
},
|
19958
|
-
"
|
19959
|
-
"credentialScope" : {
|
19960
|
-
"region" : "us-west-2"
|
19961
|
-
},
|
19962
|
-
"deprecated" : true,
|
20528
|
+
"us-west-2" : {
|
19963
20529
|
"variants" : [ {
|
19964
20530
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
|
19965
20531
|
"tags" : [ "fips" ]
|
19966
20532
|
} ]
|
19967
|
-
}
|
19968
|
-
"us-east-1" : { },
|
19969
|
-
"us-east-2" : { },
|
19970
|
-
"us-west-2" : { }
|
20533
|
+
}
|
19971
20534
|
}
|
19972
20535
|
},
|
19973
20536
|
"transfer" : {
|
@@ -20351,6 +20914,8 @@
|
|
20351
20914
|
},
|
20352
20915
|
"vpc-lattice" : {
|
20353
20916
|
"endpoints" : {
|
20917
|
+
"af-south-1" : { },
|
20918
|
+
"ap-east-1" : { },
|
20354
20919
|
"ap-northeast-1" : { },
|
20355
20920
|
"ap-northeast-2" : { },
|
20356
20921
|
"ap-south-1" : { },
|
@@ -20359,9 +20924,11 @@
|
|
20359
20924
|
"ca-central-1" : { },
|
20360
20925
|
"eu-central-1" : { },
|
20361
20926
|
"eu-north-1" : { },
|
20927
|
+
"eu-south-1" : { },
|
20362
20928
|
"eu-west-1" : { },
|
20363
20929
|
"eu-west-2" : { },
|
20364
20930
|
"eu-west-3" : { },
|
20931
|
+
"me-south-1" : { },
|
20365
20932
|
"sa-east-1" : { },
|
20366
20933
|
"us-east-1" : { },
|
20367
20934
|
"us-east-2" : { },
|
@@ -21540,8 +22107,32 @@
|
|
21540
22107
|
"eu-central-1" : { },
|
21541
22108
|
"eu-west-1" : { },
|
21542
22109
|
"eu-west-2" : { },
|
21543
|
-
"us-east-1" : {
|
21544
|
-
|
22110
|
+
"fips-us-east-1" : {
|
22111
|
+
"credentialScope" : {
|
22112
|
+
"region" : "us-east-1"
|
22113
|
+
},
|
22114
|
+
"deprecated" : true,
|
22115
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com"
|
22116
|
+
},
|
22117
|
+
"fips-us-west-2" : {
|
22118
|
+
"credentialScope" : {
|
22119
|
+
"region" : "us-west-2"
|
22120
|
+
},
|
22121
|
+
"deprecated" : true,
|
22122
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com"
|
22123
|
+
},
|
22124
|
+
"us-east-1" : {
|
22125
|
+
"variants" : [ {
|
22126
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com",
|
22127
|
+
"tags" : [ "fips" ]
|
22128
|
+
} ]
|
22129
|
+
},
|
22130
|
+
"us-west-2" : {
|
22131
|
+
"variants" : [ {
|
22132
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com",
|
22133
|
+
"tags" : [ "fips" ]
|
22134
|
+
} ]
|
22135
|
+
}
|
21545
22136
|
}
|
21546
22137
|
},
|
21547
22138
|
"xray" : {
|
@@ -21557,6 +22148,7 @@
|
|
21557
22148
|
"ap-southeast-2" : { },
|
21558
22149
|
"ap-southeast-3" : { },
|
21559
22150
|
"ap-southeast-4" : { },
|
22151
|
+
"ap-southeast-5" : { },
|
21560
22152
|
"ca-central-1" : { },
|
21561
22153
|
"ca-west-1" : { },
|
21562
22154
|
"eu-central-1" : { },
|
@@ -23297,6 +23889,11 @@
|
|
23297
23889
|
}
|
23298
23890
|
}
|
23299
23891
|
},
|
23892
|
+
"aoss" : {
|
23893
|
+
"endpoints" : {
|
23894
|
+
"us-gov-west-1" : { }
|
23895
|
+
}
|
23896
|
+
},
|
23300
23897
|
"api.detective" : {
|
23301
23898
|
"defaults" : {
|
23302
23899
|
"protocols" : [ "https" ]
|
@@ -24850,6 +25447,9 @@
|
|
24850
25447
|
"variants" : [ {
|
24851
25448
|
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
|
24852
25449
|
"tags" : [ "fips" ]
|
25450
|
+
}, {
|
25451
|
+
"hostname" : "elasticbeanstalk.us-gov-east-1.api.aws",
|
25452
|
+
"tags" : [ "dualstack" ]
|
24853
25453
|
} ]
|
24854
25454
|
},
|
24855
25455
|
"us-gov-east-1-fips" : {
|
@@ -24867,6 +25467,9 @@
|
|
24867
25467
|
"variants" : [ {
|
24868
25468
|
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
|
24869
25469
|
"tags" : [ "fips" ]
|
25470
|
+
}, {
|
25471
|
+
"hostname" : "elasticbeanstalk.us-gov-west-1.api.aws",
|
25472
|
+
"tags" : [ "dualstack" ]
|
24870
25473
|
} ]
|
24871
25474
|
},
|
24872
25475
|
"us-gov-west-1-fips" : {
|
@@ -25923,8 +26526,32 @@
|
|
25923
26526
|
},
|
25924
26527
|
"kinesisanalytics" : {
|
25925
26528
|
"endpoints" : {
|
25926
|
-
"us-gov-east-1" : {
|
25927
|
-
|
26529
|
+
"fips-us-gov-east-1" : {
|
26530
|
+
"credentialScope" : {
|
26531
|
+
"region" : "us-gov-east-1"
|
26532
|
+
},
|
26533
|
+
"deprecated" : true,
|
26534
|
+
"hostname" : "kinesisanalytics-fips.us-gov-east-1.amazonaws.com"
|
26535
|
+
},
|
26536
|
+
"fips-us-gov-west-1" : {
|
26537
|
+
"credentialScope" : {
|
26538
|
+
"region" : "us-gov-west-1"
|
26539
|
+
},
|
26540
|
+
"deprecated" : true,
|
26541
|
+
"hostname" : "kinesisanalytics-fips.us-gov-west-1.amazonaws.com"
|
26542
|
+
},
|
26543
|
+
"us-gov-east-1" : {
|
26544
|
+
"variants" : [ {
|
26545
|
+
"hostname" : "kinesisanalytics-fips.us-gov-east-1.amazonaws.com",
|
26546
|
+
"tags" : [ "fips" ]
|
26547
|
+
} ]
|
26548
|
+
},
|
26549
|
+
"us-gov-west-1" : {
|
26550
|
+
"variants" : [ {
|
26551
|
+
"hostname" : "kinesisanalytics-fips.us-gov-west-1.amazonaws.com",
|
26552
|
+
"tags" : [ "fips" ]
|
26553
|
+
} ]
|
26554
|
+
}
|
25928
26555
|
}
|
25929
26556
|
},
|
25930
26557
|
"kinesisvideo" : {
|
@@ -26437,6 +27064,12 @@
|
|
26437
27064
|
"isRegionalized" : false,
|
26438
27065
|
"partitionEndpoint" : "aws-us-gov-global"
|
26439
27066
|
},
|
27067
|
+
"oam" : {
|
27068
|
+
"endpoints" : {
|
27069
|
+
"us-gov-east-1" : { },
|
27070
|
+
"us-gov-west-1" : { }
|
27071
|
+
}
|
27072
|
+
},
|
26440
27073
|
"oidc" : {
|
26441
27074
|
"endpoints" : {
|
26442
27075
|
"us-gov-east-1" : {
|
@@ -28044,8 +28677,32 @@
|
|
28044
28677
|
},
|
28045
28678
|
"transcribestreaming" : {
|
28046
28679
|
"endpoints" : {
|
28047
|
-
"us-gov-east-1" : {
|
28048
|
-
|
28680
|
+
"fips-us-gov-east-1" : {
|
28681
|
+
"credentialScope" : {
|
28682
|
+
"region" : "us-gov-east-1"
|
28683
|
+
},
|
28684
|
+
"deprecated" : true,
|
28685
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
|
28686
|
+
},
|
28687
|
+
"fips-us-gov-west-1" : {
|
28688
|
+
"credentialScope" : {
|
28689
|
+
"region" : "us-gov-west-1"
|
28690
|
+
},
|
28691
|
+
"deprecated" : true,
|
28692
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
|
28693
|
+
},
|
28694
|
+
"us-gov-east-1" : {
|
28695
|
+
"variants" : [ {
|
28696
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
|
28697
|
+
"tags" : [ "fips" ]
|
28698
|
+
} ]
|
28699
|
+
},
|
28700
|
+
"us-gov-west-1" : {
|
28701
|
+
"variants" : [ {
|
28702
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
|
28703
|
+
"tags" : [ "fips" ]
|
28704
|
+
} ]
|
28705
|
+
}
|
28049
28706
|
}
|
28050
28707
|
},
|
28051
28708
|
"transfer" : {
|
@@ -28512,8 +29169,32 @@
|
|
28512
29169
|
},
|
28513
29170
|
"ds" : {
|
28514
29171
|
"endpoints" : {
|
28515
|
-
"us-iso-east-1" : {
|
28516
|
-
|
29172
|
+
"fips-us-iso-east-1" : {
|
29173
|
+
"credentialScope" : {
|
29174
|
+
"region" : "us-iso-east-1"
|
29175
|
+
},
|
29176
|
+
"deprecated" : true,
|
29177
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
|
29178
|
+
},
|
29179
|
+
"fips-us-iso-west-1" : {
|
29180
|
+
"credentialScope" : {
|
29181
|
+
"region" : "us-iso-west-1"
|
29182
|
+
},
|
29183
|
+
"deprecated" : true,
|
29184
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
|
29185
|
+
},
|
29186
|
+
"us-iso-east-1" : {
|
29187
|
+
"variants" : [ {
|
29188
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
|
29189
|
+
"tags" : [ "fips" ]
|
29190
|
+
} ]
|
29191
|
+
},
|
29192
|
+
"us-iso-west-1" : {
|
29193
|
+
"variants" : [ {
|
29194
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
|
29195
|
+
"tags" : [ "fips" ]
|
29196
|
+
} ]
|
29197
|
+
}
|
28517
29198
|
}
|
28518
29199
|
},
|
28519
29200
|
"dynamodb" : {
|
@@ -28799,6 +29480,11 @@
|
|
28799
29480
|
"us-iso-west-1" : { }
|
28800
29481
|
}
|
28801
29482
|
},
|
29483
|
+
"oam" : {
|
29484
|
+
"endpoints" : {
|
29485
|
+
"us-iso-east-1" : { }
|
29486
|
+
}
|
29487
|
+
},
|
28802
29488
|
"outposts" : {
|
28803
29489
|
"endpoints" : {
|
28804
29490
|
"us-iso-east-1" : { }
|
@@ -29241,6 +29927,16 @@
|
|
29241
29927
|
"us-isob-east-1" : { }
|
29242
29928
|
}
|
29243
29929
|
},
|
29930
|
+
"budgets" : {
|
29931
|
+
"endpoints" : {
|
29932
|
+
"us-isob-east-1" : {
|
29933
|
+
"credentialScope" : {
|
29934
|
+
"region" : "us-isob-east-1"
|
29935
|
+
},
|
29936
|
+
"hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov"
|
29937
|
+
}
|
29938
|
+
}
|
29939
|
+
},
|
29244
29940
|
"cloudcontrolapi" : {
|
29245
29941
|
"endpoints" : {
|
29246
29942
|
"us-isob-east-1" : { }
|
@@ -29318,7 +30014,19 @@
|
|
29318
30014
|
},
|
29319
30015
|
"ds" : {
|
29320
30016
|
"endpoints" : {
|
29321
|
-
"us-isob-east-1" : {
|
30017
|
+
"fips-us-isob-east-1" : {
|
30018
|
+
"credentialScope" : {
|
30019
|
+
"region" : "us-isob-east-1"
|
30020
|
+
},
|
30021
|
+
"deprecated" : true,
|
30022
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
|
30023
|
+
},
|
30024
|
+
"us-isob-east-1" : {
|
30025
|
+
"variants" : [ {
|
30026
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
|
30027
|
+
"tags" : [ "fips" ]
|
30028
|
+
} ]
|
30029
|
+
}
|
29322
30030
|
}
|
29323
30031
|
},
|
29324
30032
|
"dynamodb" : {
|
@@ -29512,6 +30220,11 @@
|
|
29512
30220
|
"us-isob-east-1" : { }
|
29513
30221
|
}
|
29514
30222
|
},
|
30223
|
+
"oam" : {
|
30224
|
+
"endpoints" : {
|
30225
|
+
"us-isob-east-1" : { }
|
30226
|
+
}
|
30227
|
+
},
|
29515
30228
|
"outposts" : {
|
29516
30229
|
"endpoints" : {
|
29517
30230
|
"us-isob-east-1" : { }
|