aws-partitions 1.1160.0 → 1.1200.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 +208 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +11 -8
- data/partitions-metadata.json +7 -4
- data/partitions.json +737 -298
- metadata +1 -1
data/partitions.json
CHANGED
|
@@ -1448,71 +1448,6 @@
|
|
|
1448
1448
|
}
|
|
1449
1449
|
}
|
|
1450
1450
|
},
|
|
1451
|
-
"api.fleethub.iot" : {
|
|
1452
|
-
"endpoints" : {
|
|
1453
|
-
"ap-northeast-1" : { },
|
|
1454
|
-
"ap-northeast-2" : { },
|
|
1455
|
-
"ap-south-1" : { },
|
|
1456
|
-
"ap-southeast-1" : { },
|
|
1457
|
-
"ap-southeast-2" : { },
|
|
1458
|
-
"ca-central-1" : {
|
|
1459
|
-
"variants" : [ {
|
|
1460
|
-
"hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com",
|
|
1461
|
-
"tags" : [ "fips" ]
|
|
1462
|
-
} ]
|
|
1463
|
-
},
|
|
1464
|
-
"eu-central-1" : { },
|
|
1465
|
-
"eu-north-1" : { },
|
|
1466
|
-
"eu-west-1" : { },
|
|
1467
|
-
"eu-west-2" : { },
|
|
1468
|
-
"fips-ca-central-1" : {
|
|
1469
|
-
"credentialScope" : {
|
|
1470
|
-
"region" : "ca-central-1"
|
|
1471
|
-
},
|
|
1472
|
-
"deprecated" : true,
|
|
1473
|
-
"hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
|
|
1474
|
-
},
|
|
1475
|
-
"fips-us-east-1" : {
|
|
1476
|
-
"credentialScope" : {
|
|
1477
|
-
"region" : "us-east-1"
|
|
1478
|
-
},
|
|
1479
|
-
"deprecated" : true,
|
|
1480
|
-
"hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
|
|
1481
|
-
},
|
|
1482
|
-
"fips-us-east-2" : {
|
|
1483
|
-
"credentialScope" : {
|
|
1484
|
-
"region" : "us-east-2"
|
|
1485
|
-
},
|
|
1486
|
-
"deprecated" : true,
|
|
1487
|
-
"hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
|
|
1488
|
-
},
|
|
1489
|
-
"fips-us-west-2" : {
|
|
1490
|
-
"credentialScope" : {
|
|
1491
|
-
"region" : "us-west-2"
|
|
1492
|
-
},
|
|
1493
|
-
"deprecated" : true,
|
|
1494
|
-
"hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
|
|
1495
|
-
},
|
|
1496
|
-
"us-east-1" : {
|
|
1497
|
-
"variants" : [ {
|
|
1498
|
-
"hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com",
|
|
1499
|
-
"tags" : [ "fips" ]
|
|
1500
|
-
} ]
|
|
1501
|
-
},
|
|
1502
|
-
"us-east-2" : {
|
|
1503
|
-
"variants" : [ {
|
|
1504
|
-
"hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com",
|
|
1505
|
-
"tags" : [ "fips" ]
|
|
1506
|
-
} ]
|
|
1507
|
-
},
|
|
1508
|
-
"us-west-2" : {
|
|
1509
|
-
"variants" : [ {
|
|
1510
|
-
"hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com",
|
|
1511
|
-
"tags" : [ "fips" ]
|
|
1512
|
-
} ]
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
1451
|
"api.iotdeviceadvisor" : {
|
|
1517
1452
|
"endpoints" : {
|
|
1518
1453
|
"ap-northeast-1" : {
|
|
@@ -1643,6 +1578,7 @@
|
|
|
1643
1578
|
"ap-southeast-3" : { },
|
|
1644
1579
|
"ap-southeast-4" : { },
|
|
1645
1580
|
"ap-southeast-5" : { },
|
|
1581
|
+
"ap-southeast-6" : { },
|
|
1646
1582
|
"ap-southeast-7" : { },
|
|
1647
1583
|
"ca-central-1" : {
|
|
1648
1584
|
"variants" : [ {
|
|
@@ -2785,8 +2721,11 @@
|
|
|
2785
2721
|
"ap-south-1" : { },
|
|
2786
2722
|
"ap-southeast-1" : { },
|
|
2787
2723
|
"ap-southeast-2" : { },
|
|
2724
|
+
"ap-southeast-5" : { },
|
|
2788
2725
|
"ca-central-1" : { },
|
|
2789
2726
|
"eu-central-1" : { },
|
|
2727
|
+
"eu-south-1" : { },
|
|
2728
|
+
"eu-south-2" : { },
|
|
2790
2729
|
"eu-west-1" : { },
|
|
2791
2730
|
"eu-west-2" : { },
|
|
2792
2731
|
"eu-west-3" : { },
|
|
@@ -2797,6 +2736,7 @@
|
|
|
2797
2736
|
"deprecated" : true,
|
|
2798
2737
|
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
|
|
2799
2738
|
},
|
|
2739
|
+
"il-central-1" : { },
|
|
2800
2740
|
"sa-east-1" : { },
|
|
2801
2741
|
"us-east-1" : {
|
|
2802
2742
|
"variants" : [ {
|
|
@@ -3002,21 +2942,6 @@
|
|
|
3002
2942
|
}
|
|
3003
2943
|
}
|
|
3004
2944
|
},
|
|
3005
|
-
"apptest" : {
|
|
3006
|
-
"endpoints" : {
|
|
3007
|
-
"ap-southeast-2" : { },
|
|
3008
|
-
"eu-central-1" : { },
|
|
3009
|
-
"fips-us-east-1" : {
|
|
3010
|
-
"deprecated" : true
|
|
3011
|
-
},
|
|
3012
|
-
"sa-east-1" : { },
|
|
3013
|
-
"us-east-1" : {
|
|
3014
|
-
"variants" : [ {
|
|
3015
|
-
"tags" : [ "fips" ]
|
|
3016
|
-
} ]
|
|
3017
|
-
}
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
2945
|
"aps" : {
|
|
3021
2946
|
"defaults" : {
|
|
3022
2947
|
"protocols" : [ "https" ]
|
|
@@ -3024,6 +2949,7 @@
|
|
|
3024
2949
|
"endpoints" : {
|
|
3025
2950
|
"af-south-1" : { },
|
|
3026
2951
|
"ap-east-1" : { },
|
|
2952
|
+
"ap-east-2" : { },
|
|
3027
2953
|
"ap-northeast-1" : {
|
|
3028
2954
|
"variants" : [ {
|
|
3029
2955
|
"tags" : [ "dualstack" ]
|
|
@@ -3034,11 +2960,13 @@
|
|
|
3034
2960
|
"tags" : [ "dualstack" ]
|
|
3035
2961
|
} ]
|
|
3036
2962
|
},
|
|
2963
|
+
"ap-northeast-3" : { },
|
|
3037
2964
|
"ap-south-1" : {
|
|
3038
2965
|
"variants" : [ {
|
|
3039
2966
|
"tags" : [ "dualstack" ]
|
|
3040
2967
|
} ]
|
|
3041
2968
|
},
|
|
2969
|
+
"ap-south-2" : { },
|
|
3042
2970
|
"ap-southeast-1" : {
|
|
3043
2971
|
"variants" : [ {
|
|
3044
2972
|
"tags" : [ "dualstack" ]
|
|
@@ -3049,9 +2977,12 @@
|
|
|
3049
2977
|
"tags" : [ "dualstack" ]
|
|
3050
2978
|
} ]
|
|
3051
2979
|
},
|
|
2980
|
+
"ap-southeast-3" : { },
|
|
2981
|
+
"ap-southeast-4" : { },
|
|
3052
2982
|
"ap-southeast-5" : { },
|
|
3053
2983
|
"ap-southeast-7" : { },
|
|
3054
2984
|
"ca-central-1" : { },
|
|
2985
|
+
"ca-west-1" : { },
|
|
3055
2986
|
"eu-central-1" : {
|
|
3056
2987
|
"variants" : [ {
|
|
3057
2988
|
"tags" : [ "dualstack" ]
|
|
@@ -3064,6 +2995,7 @@
|
|
|
3064
2995
|
} ]
|
|
3065
2996
|
},
|
|
3066
2997
|
"eu-south-1" : { },
|
|
2998
|
+
"eu-south-2" : { },
|
|
3067
2999
|
"eu-west-1" : {
|
|
3068
3000
|
"variants" : [ {
|
|
3069
3001
|
"tags" : [ "dualstack" ]
|
|
@@ -3079,7 +3011,10 @@
|
|
|
3079
3011
|
"tags" : [ "dualstack" ]
|
|
3080
3012
|
} ]
|
|
3081
3013
|
},
|
|
3014
|
+
"il-central-1" : { },
|
|
3082
3015
|
"me-central-1" : { },
|
|
3016
|
+
"me-south-1" : { },
|
|
3017
|
+
"mx-central-1" : { },
|
|
3083
3018
|
"sa-east-1" : {
|
|
3084
3019
|
"variants" : [ {
|
|
3085
3020
|
"tags" : [ "dualstack" ]
|
|
@@ -3109,6 +3044,7 @@
|
|
|
3109
3044
|
"us-east-2-fips" : {
|
|
3110
3045
|
"deprecated" : true
|
|
3111
3046
|
},
|
|
3047
|
+
"us-west-1" : { },
|
|
3112
3048
|
"us-west-2" : {
|
|
3113
3049
|
"variants" : [ {
|
|
3114
3050
|
"tags" : [ "dualstack" ]
|
|
@@ -3647,6 +3583,7 @@
|
|
|
3647
3583
|
"ap-southeast-3" : { },
|
|
3648
3584
|
"ap-southeast-4" : { },
|
|
3649
3585
|
"ap-southeast-5" : { },
|
|
3586
|
+
"ap-southeast-6" : { },
|
|
3650
3587
|
"ap-southeast-7" : { },
|
|
3651
3588
|
"ca-central-1" : { },
|
|
3652
3589
|
"ca-west-1" : { },
|
|
@@ -3788,6 +3725,8 @@
|
|
|
3788
3725
|
},
|
|
3789
3726
|
"bedrock" : {
|
|
3790
3727
|
"endpoints" : {
|
|
3728
|
+
"af-south-1" : { },
|
|
3729
|
+
"ap-east-2" : { },
|
|
3791
3730
|
"ap-northeast-1" : { },
|
|
3792
3731
|
"ap-northeast-2" : { },
|
|
3793
3732
|
"ap-northeast-3" : { },
|
|
@@ -3797,6 +3736,8 @@
|
|
|
3797
3736
|
"ap-southeast-2" : { },
|
|
3798
3737
|
"ap-southeast-3" : { },
|
|
3799
3738
|
"ap-southeast-4" : { },
|
|
3739
|
+
"ap-southeast-5" : { },
|
|
3740
|
+
"ap-southeast-7" : { },
|
|
3800
3741
|
"bedrock-ap-northeast-1" : {
|
|
3801
3742
|
"credentialScope" : {
|
|
3802
3743
|
"region" : "ap-northeast-1"
|
|
@@ -4086,6 +4027,7 @@
|
|
|
4086
4027
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
|
4087
4028
|
},
|
|
4088
4029
|
"ca-central-1" : { },
|
|
4030
|
+
"ca-west-1" : { },
|
|
4089
4031
|
"eu-central-1" : { },
|
|
4090
4032
|
"eu-central-2" : { },
|
|
4091
4033
|
"eu-north-1" : { },
|
|
@@ -4094,6 +4036,10 @@
|
|
|
4094
4036
|
"eu-west-1" : { },
|
|
4095
4037
|
"eu-west-2" : { },
|
|
4096
4038
|
"eu-west-3" : { },
|
|
4039
|
+
"il-central-1" : { },
|
|
4040
|
+
"me-central-1" : { },
|
|
4041
|
+
"me-south-1" : { },
|
|
4042
|
+
"mx-central-1" : { },
|
|
4097
4043
|
"sa-east-1" : { },
|
|
4098
4044
|
"us-east-1" : { },
|
|
4099
4045
|
"us-east-2" : { },
|
|
@@ -4161,6 +4107,7 @@
|
|
|
4161
4107
|
},
|
|
4162
4108
|
"cases" : {
|
|
4163
4109
|
"endpoints" : {
|
|
4110
|
+
"af-south-1" : { },
|
|
4164
4111
|
"ap-northeast-1" : { },
|
|
4165
4112
|
"ap-northeast-2" : { },
|
|
4166
4113
|
"ap-southeast-1" : { },
|
|
@@ -4215,6 +4162,7 @@
|
|
|
4215
4162
|
"deprecated" : true,
|
|
4216
4163
|
"hostname" : "cassandra-fips.us-west-2.amazonaws.com"
|
|
4217
4164
|
},
|
|
4165
|
+
"me-central-1" : { },
|
|
4218
4166
|
"me-south-1" : { },
|
|
4219
4167
|
"sa-east-1" : { },
|
|
4220
4168
|
"us-east-1" : {
|
|
@@ -5014,12 +4962,14 @@
|
|
|
5014
4962
|
"tags" : [ "dualstack" ]
|
|
5015
4963
|
} ]
|
|
5016
4964
|
},
|
|
4965
|
+
"ap-southeast-5" : { },
|
|
5017
4966
|
"ca-central-1" : {
|
|
5018
4967
|
"variants" : [ {
|
|
5019
4968
|
"hostname" : "cloudhsmv2.ca-central-1.api.aws",
|
|
5020
4969
|
"tags" : [ "dualstack" ]
|
|
5021
4970
|
} ]
|
|
5022
4971
|
},
|
|
4972
|
+
"ca-west-1" : { },
|
|
5023
4973
|
"eu-central-1" : {
|
|
5024
4974
|
"variants" : [ {
|
|
5025
4975
|
"hostname" : "cloudhsmv2.eu-central-1.api.aws",
|
|
@@ -5081,6 +5031,7 @@
|
|
|
5081
5031
|
"tags" : [ "dualstack" ]
|
|
5082
5032
|
} ]
|
|
5083
5033
|
},
|
|
5034
|
+
"mx-central-1" : { },
|
|
5084
5035
|
"sa-east-1" : {
|
|
5085
5036
|
"variants" : [ {
|
|
5086
5037
|
"hostname" : "cloudhsmv2.sa-east-1.api.aws",
|
|
@@ -5457,6 +5408,7 @@
|
|
|
5457
5408
|
"ap-southeast-3" : { },
|
|
5458
5409
|
"ap-southeast-4" : { },
|
|
5459
5410
|
"ap-southeast-5" : { },
|
|
5411
|
+
"ap-southeast-6" : { },
|
|
5460
5412
|
"ap-southeast-7" : { },
|
|
5461
5413
|
"ca-central-1" : { },
|
|
5462
5414
|
"ca-west-1" : { },
|
|
@@ -6747,6 +6699,7 @@
|
|
|
6747
6699
|
"ap-southeast-3" : { },
|
|
6748
6700
|
"ap-southeast-4" : { },
|
|
6749
6701
|
"ap-southeast-5" : { },
|
|
6702
|
+
"ap-southeast-6" : { },
|
|
6750
6703
|
"ap-southeast-7" : { },
|
|
6751
6704
|
"ca-central-1" : {
|
|
6752
6705
|
"variants" : [ {
|
|
@@ -7514,6 +7467,7 @@
|
|
|
7514
7467
|
} ]
|
|
7515
7468
|
},
|
|
7516
7469
|
"endpoints" : {
|
|
7470
|
+
"ap-east-1" : { },
|
|
7517
7471
|
"ap-east-2" : { },
|
|
7518
7472
|
"ap-northeast-1" : {
|
|
7519
7473
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
|
@@ -7562,6 +7516,7 @@
|
|
|
7562
7516
|
"eu-central-1" : {
|
|
7563
7517
|
"hostname" : "datazone.eu-central-1.api.aws"
|
|
7564
7518
|
},
|
|
7519
|
+
"eu-central-2" : { },
|
|
7565
7520
|
"eu-north-1" : {
|
|
7566
7521
|
"hostname" : "datazone.eu-north-1.api.aws"
|
|
7567
7522
|
},
|
|
@@ -9304,6 +9259,7 @@
|
|
|
9304
9259
|
"tags" : [ "dualstack" ]
|
|
9305
9260
|
} ]
|
|
9306
9261
|
},
|
|
9262
|
+
"ap-south-2" : { },
|
|
9307
9263
|
"ap-southeast-1" : {
|
|
9308
9264
|
"variants" : [ {
|
|
9309
9265
|
"hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
|
|
@@ -9322,7 +9278,9 @@
|
|
|
9322
9278
|
"tags" : [ "dualstack" ]
|
|
9323
9279
|
} ]
|
|
9324
9280
|
},
|
|
9281
|
+
"ap-southeast-4" : { },
|
|
9325
9282
|
"ap-southeast-5" : { },
|
|
9283
|
+
"ap-southeast-6" : { },
|
|
9326
9284
|
"ap-southeast-7" : { },
|
|
9327
9285
|
"ca-central-1" : {
|
|
9328
9286
|
"variants" : [ {
|
|
@@ -9330,12 +9288,14 @@
|
|
|
9330
9288
|
"tags" : [ "dualstack" ]
|
|
9331
9289
|
} ]
|
|
9332
9290
|
},
|
|
9291
|
+
"ca-west-1" : { },
|
|
9333
9292
|
"eu-central-1" : {
|
|
9334
9293
|
"variants" : [ {
|
|
9335
9294
|
"hostname" : "elasticbeanstalk.eu-central-1.api.aws",
|
|
9336
9295
|
"tags" : [ "dualstack" ]
|
|
9337
9296
|
} ]
|
|
9338
9297
|
},
|
|
9298
|
+
"eu-central-2" : { },
|
|
9339
9299
|
"eu-north-1" : {
|
|
9340
9300
|
"variants" : [ {
|
|
9341
9301
|
"hostname" : "elasticbeanstalk.eu-north-1.api.aws",
|
|
@@ -9539,6 +9499,7 @@
|
|
|
9539
9499
|
"tags" : [ "fips" ]
|
|
9540
9500
|
} ]
|
|
9541
9501
|
},
|
|
9502
|
+
"ap-southeast-6" : { },
|
|
9542
9503
|
"ap-southeast-7" : {
|
|
9543
9504
|
"variants" : [ {
|
|
9544
9505
|
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
|
|
@@ -10094,18 +10055,6 @@
|
|
|
10094
10055
|
}
|
|
10095
10056
|
}
|
|
10096
10057
|
},
|
|
10097
|
-
"elastictranscoder" : {
|
|
10098
|
-
"endpoints" : {
|
|
10099
|
-
"ap-northeast-1" : { },
|
|
10100
|
-
"ap-south-1" : { },
|
|
10101
|
-
"ap-southeast-1" : { },
|
|
10102
|
-
"ap-southeast-2" : { },
|
|
10103
|
-
"eu-west-1" : { },
|
|
10104
|
-
"us-east-1" : { },
|
|
10105
|
-
"us-west-1" : { },
|
|
10106
|
-
"us-west-2" : { }
|
|
10107
|
-
}
|
|
10108
|
-
},
|
|
10109
10058
|
"email" : {
|
|
10110
10059
|
"endpoints" : {
|
|
10111
10060
|
"af-south-1" : { },
|
|
@@ -10117,12 +10066,14 @@
|
|
|
10117
10066
|
"ap-southeast-1" : { },
|
|
10118
10067
|
"ap-southeast-2" : { },
|
|
10119
10068
|
"ap-southeast-3" : { },
|
|
10069
|
+
"ap-southeast-5" : { },
|
|
10120
10070
|
"ca-central-1" : {
|
|
10121
10071
|
"variants" : [ {
|
|
10122
10072
|
"hostname" : "email-fips.ca-central-1.amazonaws.com",
|
|
10123
10073
|
"tags" : [ "fips" ]
|
|
10124
10074
|
} ]
|
|
10125
10075
|
},
|
|
10076
|
+
"ca-west-1" : { },
|
|
10126
10077
|
"eu-central-1" : { },
|
|
10127
10078
|
"eu-central-2" : { },
|
|
10128
10079
|
"eu-north-1" : { },
|
|
@@ -11204,6 +11155,7 @@
|
|
|
11204
11155
|
"tags" : [ "fips" ]
|
|
11205
11156
|
} ]
|
|
11206
11157
|
},
|
|
11158
|
+
"ap-east-2" : { },
|
|
11207
11159
|
"ap-northeast-1" : {
|
|
11208
11160
|
"variants" : [ {
|
|
11209
11161
|
"hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
|
|
@@ -12669,6 +12621,7 @@
|
|
|
12669
12621
|
"endpoints" : {
|
|
12670
12622
|
"ap-south-1" : { },
|
|
12671
12623
|
"ap-southeast-2" : { },
|
|
12624
|
+
"ca-central-1" : { },
|
|
12672
12625
|
"eu-west-1" : { },
|
|
12673
12626
|
"eu-west-2" : { },
|
|
12674
12627
|
"us-east-1" : { },
|
|
@@ -12741,6 +12694,7 @@
|
|
|
12741
12694
|
"endpoints" : {
|
|
12742
12695
|
"af-south-1" : { },
|
|
12743
12696
|
"ap-east-1" : { },
|
|
12697
|
+
"ap-east-2" : { },
|
|
12744
12698
|
"ap-northeast-1" : { },
|
|
12745
12699
|
"ap-northeast-2" : { },
|
|
12746
12700
|
"ap-northeast-3" : { },
|
|
@@ -12751,6 +12705,7 @@
|
|
|
12751
12705
|
"ap-southeast-3" : { },
|
|
12752
12706
|
"ap-southeast-4" : { },
|
|
12753
12707
|
"ap-southeast-5" : { },
|
|
12708
|
+
"ap-southeast-6" : { },
|
|
12754
12709
|
"ap-southeast-7" : { },
|
|
12755
12710
|
"ca-central-1" : { },
|
|
12756
12711
|
"ca-west-1" : { },
|
|
@@ -13948,6 +13903,7 @@
|
|
|
13948
13903
|
"ap-southeast-3" : { },
|
|
13949
13904
|
"ap-southeast-4" : { },
|
|
13950
13905
|
"ap-southeast-5" : { },
|
|
13906
|
+
"ap-southeast-6" : { },
|
|
13951
13907
|
"ap-southeast-7" : { },
|
|
13952
13908
|
"ca-central-1" : {
|
|
13953
13909
|
"variants" : [ {
|
|
@@ -14044,19 +14000,34 @@
|
|
|
14044
14000
|
},
|
|
14045
14001
|
"kafkaconnect" : {
|
|
14046
14002
|
"endpoints" : {
|
|
14003
|
+
"af-south-1" : { },
|
|
14004
|
+
"ap-east-1" : { },
|
|
14005
|
+
"ap-east-2" : { },
|
|
14047
14006
|
"ap-northeast-1" : { },
|
|
14048
14007
|
"ap-northeast-2" : { },
|
|
14008
|
+
"ap-northeast-3" : { },
|
|
14049
14009
|
"ap-south-1" : { },
|
|
14050
14010
|
"ap-south-2" : { },
|
|
14051
14011
|
"ap-southeast-1" : { },
|
|
14052
14012
|
"ap-southeast-2" : { },
|
|
14013
|
+
"ap-southeast-3" : { },
|
|
14014
|
+
"ap-southeast-4" : { },
|
|
14053
14015
|
"ap-southeast-5" : { },
|
|
14016
|
+
"ap-southeast-7" : { },
|
|
14054
14017
|
"ca-central-1" : { },
|
|
14018
|
+
"ca-west-1" : { },
|
|
14055
14019
|
"eu-central-1" : { },
|
|
14020
|
+
"eu-central-2" : { },
|
|
14056
14021
|
"eu-north-1" : { },
|
|
14022
|
+
"eu-south-1" : { },
|
|
14023
|
+
"eu-south-2" : { },
|
|
14057
14024
|
"eu-west-1" : { },
|
|
14058
14025
|
"eu-west-2" : { },
|
|
14059
14026
|
"eu-west-3" : { },
|
|
14027
|
+
"il-central-1" : { },
|
|
14028
|
+
"me-central-1" : { },
|
|
14029
|
+
"me-south-1" : { },
|
|
14030
|
+
"mx-central-1" : { },
|
|
14060
14031
|
"sa-east-1" : { },
|
|
14061
14032
|
"us-east-1" : { },
|
|
14062
14033
|
"us-east-2" : { },
|
|
@@ -14347,6 +14318,7 @@
|
|
|
14347
14318
|
"ap-southeast-3" : { },
|
|
14348
14319
|
"ap-southeast-4" : { },
|
|
14349
14320
|
"ap-southeast-5" : { },
|
|
14321
|
+
"ap-southeast-6" : { },
|
|
14350
14322
|
"ap-southeast-7" : { },
|
|
14351
14323
|
"ca-central-1" : {
|
|
14352
14324
|
"variants" : [ {
|
|
@@ -15904,30 +15876,6 @@
|
|
|
15904
15876
|
"us-east-1" : { }
|
|
15905
15877
|
}
|
|
15906
15878
|
},
|
|
15907
|
-
"lookoutmetrics" : {
|
|
15908
|
-
"endpoints" : {
|
|
15909
|
-
"ap-northeast-1" : { },
|
|
15910
|
-
"ap-southeast-1" : { },
|
|
15911
|
-
"ap-southeast-2" : { },
|
|
15912
|
-
"eu-central-1" : { },
|
|
15913
|
-
"eu-north-1" : { },
|
|
15914
|
-
"eu-west-1" : { },
|
|
15915
|
-
"us-east-1" : { },
|
|
15916
|
-
"us-east-2" : { },
|
|
15917
|
-
"us-west-2" : { }
|
|
15918
|
-
}
|
|
15919
|
-
},
|
|
15920
|
-
"lookoutvision" : {
|
|
15921
|
-
"endpoints" : {
|
|
15922
|
-
"ap-northeast-1" : { },
|
|
15923
|
-
"ap-northeast-2" : { },
|
|
15924
|
-
"eu-central-1" : { },
|
|
15925
|
-
"eu-west-1" : { },
|
|
15926
|
-
"us-east-1" : { },
|
|
15927
|
-
"us-east-2" : { },
|
|
15928
|
-
"us-west-2" : { }
|
|
15929
|
-
}
|
|
15930
|
-
},
|
|
15931
15879
|
"m2" : {
|
|
15932
15880
|
"endpoints" : {
|
|
15933
15881
|
"af-south-1" : { },
|
|
@@ -16948,6 +16896,7 @@
|
|
|
16948
16896
|
"ap-southeast-3" : { },
|
|
16949
16897
|
"ap-southeast-4" : { },
|
|
16950
16898
|
"ap-southeast-5" : { },
|
|
16899
|
+
"ap-southeast-6" : { },
|
|
16951
16900
|
"ap-southeast-7" : { },
|
|
16952
16901
|
"ca-central-1" : {
|
|
16953
16902
|
"variants" : [ {
|
|
@@ -17326,6 +17275,7 @@
|
|
|
17326
17275
|
"ap-southeast-3" : { },
|
|
17327
17276
|
"ap-southeast-4" : { },
|
|
17328
17277
|
"ap-southeast-5" : { },
|
|
17278
|
+
"ap-southeast-6" : { },
|
|
17329
17279
|
"ap-southeast-7" : { },
|
|
17330
17280
|
"ca-central-1" : { },
|
|
17331
17281
|
"ca-west-1" : { },
|
|
@@ -17532,6 +17482,7 @@
|
|
|
17532
17482
|
"ap-southeast-3" : { },
|
|
17533
17483
|
"ap-southeast-4" : { },
|
|
17534
17484
|
"ap-southeast-5" : { },
|
|
17485
|
+
"ap-southeast-6" : { },
|
|
17535
17486
|
"ap-southeast-7" : { },
|
|
17536
17487
|
"ca-central-1" : {
|
|
17537
17488
|
"variants" : [ {
|
|
@@ -17765,6 +17716,11 @@
|
|
|
17765
17716
|
"isRegionalized" : false,
|
|
17766
17717
|
"partitionEndpoint" : "aws-global"
|
|
17767
17718
|
},
|
|
17719
|
+
"nova-act" : {
|
|
17720
|
+
"endpoints" : {
|
|
17721
|
+
"us-east-1" : { }
|
|
17722
|
+
}
|
|
17723
|
+
},
|
|
17768
17724
|
"oam" : {
|
|
17769
17725
|
"endpoints" : {
|
|
17770
17726
|
"af-south-1" : { },
|
|
@@ -17817,6 +17773,7 @@
|
|
|
17817
17773
|
},
|
|
17818
17774
|
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
17819
17775
|
},
|
|
17776
|
+
"ap-east-2" : { },
|
|
17820
17777
|
"ap-northeast-1" : {
|
|
17821
17778
|
"credentialScope" : {
|
|
17822
17779
|
"region" : "ap-northeast-1"
|
|
@@ -17877,6 +17834,7 @@
|
|
|
17877
17834
|
},
|
|
17878
17835
|
"hostname" : "oidc.ap-southeast-5.amazonaws.com"
|
|
17879
17836
|
},
|
|
17837
|
+
"ap-southeast-7" : { },
|
|
17880
17838
|
"ca-central-1" : {
|
|
17881
17839
|
"credentialScope" : {
|
|
17882
17840
|
"region" : "ca-central-1"
|
|
@@ -17955,6 +17913,7 @@
|
|
|
17955
17913
|
},
|
|
17956
17914
|
"hostname" : "oidc.me-south-1.amazonaws.com"
|
|
17957
17915
|
},
|
|
17916
|
+
"mx-central-1" : { },
|
|
17958
17917
|
"sa-east-1" : {
|
|
17959
17918
|
"credentialScope" : {
|
|
17960
17919
|
"region" : "sa-east-1"
|
|
@@ -18161,6 +18120,7 @@
|
|
|
18161
18120
|
"il-central-1" : { },
|
|
18162
18121
|
"me-central-1" : { },
|
|
18163
18122
|
"me-south-1" : { },
|
|
18123
|
+
"mx-central-1" : { },
|
|
18164
18124
|
"sa-east-1" : { },
|
|
18165
18125
|
"us-east-1" : {
|
|
18166
18126
|
"variants" : [ {
|
|
@@ -18226,6 +18186,11 @@
|
|
|
18226
18186
|
}
|
|
18227
18187
|
}
|
|
18228
18188
|
},
|
|
18189
|
+
"partnercentral-channel" : {
|
|
18190
|
+
"endpoints" : {
|
|
18191
|
+
"us-east-1" : { }
|
|
18192
|
+
}
|
|
18193
|
+
},
|
|
18229
18194
|
"personalize" : {
|
|
18230
18195
|
"endpoints" : {
|
|
18231
18196
|
"ap-northeast-1" : { },
|
|
@@ -18738,6 +18703,7 @@
|
|
|
18738
18703
|
"tags" : [ "dualstack" ]
|
|
18739
18704
|
} ]
|
|
18740
18705
|
},
|
|
18706
|
+
"eu-central-2" : { },
|
|
18741
18707
|
"eu-north-1" : {
|
|
18742
18708
|
"variants" : [ {
|
|
18743
18709
|
"hostname" : "polly.eu-north-1.api.aws",
|
|
@@ -18879,6 +18845,7 @@
|
|
|
18879
18845
|
},
|
|
18880
18846
|
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
|
|
18881
18847
|
},
|
|
18848
|
+
"ap-east-2" : { },
|
|
18882
18849
|
"ap-northeast-1" : {
|
|
18883
18850
|
"credentialScope" : {
|
|
18884
18851
|
"region" : "ap-northeast-1"
|
|
@@ -18939,6 +18906,7 @@
|
|
|
18939
18906
|
},
|
|
18940
18907
|
"hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
|
|
18941
18908
|
},
|
|
18909
|
+
"ap-southeast-7" : { },
|
|
18942
18910
|
"ca-central-1" : {
|
|
18943
18911
|
"credentialScope" : {
|
|
18944
18912
|
"region" : "ca-central-1"
|
|
@@ -19017,6 +18985,7 @@
|
|
|
19017
18985
|
},
|
|
19018
18986
|
"hostname" : "portal.sso.me-south-1.amazonaws.com"
|
|
19019
18987
|
},
|
|
18988
|
+
"mx-central-1" : { },
|
|
19020
18989
|
"sa-east-1" : {
|
|
19021
18990
|
"credentialScope" : {
|
|
19022
18991
|
"region" : "sa-east-1"
|
|
@@ -19224,69 +19193,6 @@
|
|
|
19224
19193
|
}
|
|
19225
19194
|
}
|
|
19226
19195
|
},
|
|
19227
|
-
"qldb" : {
|
|
19228
|
-
"endpoints" : {
|
|
19229
|
-
"ap-northeast-1" : { },
|
|
19230
|
-
"ap-northeast-2" : { },
|
|
19231
|
-
"ap-southeast-1" : { },
|
|
19232
|
-
"ap-southeast-2" : { },
|
|
19233
|
-
"ca-central-1" : {
|
|
19234
|
-
"variants" : [ {
|
|
19235
|
-
"hostname" : "qldb-fips.ca-central-1.amazonaws.com",
|
|
19236
|
-
"tags" : [ "fips" ]
|
|
19237
|
-
} ]
|
|
19238
|
-
},
|
|
19239
|
-
"eu-central-1" : { },
|
|
19240
|
-
"eu-west-1" : { },
|
|
19241
|
-
"eu-west-2" : { },
|
|
19242
|
-
"fips-ca-central-1" : {
|
|
19243
|
-
"credentialScope" : {
|
|
19244
|
-
"region" : "ca-central-1"
|
|
19245
|
-
},
|
|
19246
|
-
"deprecated" : true,
|
|
19247
|
-
"hostname" : "qldb-fips.ca-central-1.amazonaws.com"
|
|
19248
|
-
},
|
|
19249
|
-
"fips-us-east-1" : {
|
|
19250
|
-
"credentialScope" : {
|
|
19251
|
-
"region" : "us-east-1"
|
|
19252
|
-
},
|
|
19253
|
-
"deprecated" : true,
|
|
19254
|
-
"hostname" : "qldb-fips.us-east-1.amazonaws.com"
|
|
19255
|
-
},
|
|
19256
|
-
"fips-us-east-2" : {
|
|
19257
|
-
"credentialScope" : {
|
|
19258
|
-
"region" : "us-east-2"
|
|
19259
|
-
},
|
|
19260
|
-
"deprecated" : true,
|
|
19261
|
-
"hostname" : "qldb-fips.us-east-2.amazonaws.com"
|
|
19262
|
-
},
|
|
19263
|
-
"fips-us-west-2" : {
|
|
19264
|
-
"credentialScope" : {
|
|
19265
|
-
"region" : "us-west-2"
|
|
19266
|
-
},
|
|
19267
|
-
"deprecated" : true,
|
|
19268
|
-
"hostname" : "qldb-fips.us-west-2.amazonaws.com"
|
|
19269
|
-
},
|
|
19270
|
-
"us-east-1" : {
|
|
19271
|
-
"variants" : [ {
|
|
19272
|
-
"hostname" : "qldb-fips.us-east-1.amazonaws.com",
|
|
19273
|
-
"tags" : [ "fips" ]
|
|
19274
|
-
} ]
|
|
19275
|
-
},
|
|
19276
|
-
"us-east-2" : {
|
|
19277
|
-
"variants" : [ {
|
|
19278
|
-
"hostname" : "qldb-fips.us-east-2.amazonaws.com",
|
|
19279
|
-
"tags" : [ "fips" ]
|
|
19280
|
-
} ]
|
|
19281
|
-
},
|
|
19282
|
-
"us-west-2" : {
|
|
19283
|
-
"variants" : [ {
|
|
19284
|
-
"hostname" : "qldb-fips.us-west-2.amazonaws.com",
|
|
19285
|
-
"tags" : [ "fips" ]
|
|
19286
|
-
} ]
|
|
19287
|
-
}
|
|
19288
|
-
}
|
|
19289
|
-
},
|
|
19290
19196
|
"query.timestream" : {
|
|
19291
19197
|
"endpoints" : {
|
|
19292
19198
|
"ap-northeast-1" : { },
|
|
@@ -20228,13 +20134,16 @@
|
|
|
20228
20134
|
"endpoints" : {
|
|
20229
20135
|
"af-south-1" : { },
|
|
20230
20136
|
"ap-east-1" : { },
|
|
20137
|
+
"ap-east-2" : { },
|
|
20231
20138
|
"ap-northeast-1" : { },
|
|
20232
20139
|
"ap-northeast-2" : { },
|
|
20140
|
+
"ap-northeast-3" : { },
|
|
20233
20141
|
"ap-south-1" : { },
|
|
20234
20142
|
"ap-south-2" : { },
|
|
20235
20143
|
"ap-southeast-1" : { },
|
|
20236
20144
|
"ap-southeast-2" : { },
|
|
20237
20145
|
"ap-southeast-3" : { },
|
|
20146
|
+
"ap-southeast-5" : { },
|
|
20238
20147
|
"ap-southeast-7" : { },
|
|
20239
20148
|
"ca-central-1" : {
|
|
20240
20149
|
"variants" : [ {
|
|
@@ -20698,6 +20607,7 @@
|
|
|
20698
20607
|
"ap-southeast-3" : { },
|
|
20699
20608
|
"ap-southeast-4" : { },
|
|
20700
20609
|
"ap-southeast-5" : { },
|
|
20610
|
+
"ap-southeast-6" : { },
|
|
20701
20611
|
"ap-southeast-7" : { },
|
|
20702
20612
|
"ca-central-1" : {
|
|
20703
20613
|
"variants" : [ {
|
|
@@ -20896,17 +20806,6 @@
|
|
|
20896
20806
|
}
|
|
20897
20807
|
}
|
|
20898
20808
|
},
|
|
20899
|
-
"robomaker" : {
|
|
20900
|
-
"endpoints" : {
|
|
20901
|
-
"ap-northeast-1" : { },
|
|
20902
|
-
"ap-southeast-1" : { },
|
|
20903
|
-
"eu-central-1" : { },
|
|
20904
|
-
"eu-west-1" : { },
|
|
20905
|
-
"us-east-1" : { },
|
|
20906
|
-
"us-east-2" : { },
|
|
20907
|
-
"us-west-2" : { }
|
|
20908
|
-
}
|
|
20909
|
-
},
|
|
20910
20809
|
"rolesanywhere" : {
|
|
20911
20810
|
"endpoints" : {
|
|
20912
20811
|
"af-south-1" : { },
|
|
@@ -22976,6 +22875,7 @@
|
|
|
22976
22875
|
"tags" : [ "dualstack" ]
|
|
22977
22876
|
} ]
|
|
22978
22877
|
},
|
|
22878
|
+
"ap-southeast-6" : { },
|
|
22979
22879
|
"ap-southeast-7" : {
|
|
22980
22880
|
"variants" : [ {
|
|
22981
22881
|
"hostname" : "securityhub.ap-southeast-7.api.aws",
|
|
@@ -23825,57 +23725,6 @@
|
|
|
23825
23725
|
"us-west-2" : { }
|
|
23826
23726
|
}
|
|
23827
23727
|
},
|
|
23828
|
-
"session.qldb" : {
|
|
23829
|
-
"endpoints" : {
|
|
23830
|
-
"ap-northeast-1" : { },
|
|
23831
|
-
"ap-northeast-2" : { },
|
|
23832
|
-
"ap-southeast-1" : { },
|
|
23833
|
-
"ap-southeast-2" : { },
|
|
23834
|
-
"ca-central-1" : { },
|
|
23835
|
-
"eu-central-1" : { },
|
|
23836
|
-
"eu-west-1" : { },
|
|
23837
|
-
"eu-west-2" : { },
|
|
23838
|
-
"fips-us-east-1" : {
|
|
23839
|
-
"credentialScope" : {
|
|
23840
|
-
"region" : "us-east-1"
|
|
23841
|
-
},
|
|
23842
|
-
"deprecated" : true,
|
|
23843
|
-
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
|
|
23844
|
-
},
|
|
23845
|
-
"fips-us-east-2" : {
|
|
23846
|
-
"credentialScope" : {
|
|
23847
|
-
"region" : "us-east-2"
|
|
23848
|
-
},
|
|
23849
|
-
"deprecated" : true,
|
|
23850
|
-
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
|
|
23851
|
-
},
|
|
23852
|
-
"fips-us-west-2" : {
|
|
23853
|
-
"credentialScope" : {
|
|
23854
|
-
"region" : "us-west-2"
|
|
23855
|
-
},
|
|
23856
|
-
"deprecated" : true,
|
|
23857
|
-
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
|
|
23858
|
-
},
|
|
23859
|
-
"us-east-1" : {
|
|
23860
|
-
"variants" : [ {
|
|
23861
|
-
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com",
|
|
23862
|
-
"tags" : [ "fips" ]
|
|
23863
|
-
} ]
|
|
23864
|
-
},
|
|
23865
|
-
"us-east-2" : {
|
|
23866
|
-
"variants" : [ {
|
|
23867
|
-
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com",
|
|
23868
|
-
"tags" : [ "fips" ]
|
|
23869
|
-
} ]
|
|
23870
|
-
},
|
|
23871
|
-
"us-west-2" : {
|
|
23872
|
-
"variants" : [ {
|
|
23873
|
-
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com",
|
|
23874
|
-
"tags" : [ "fips" ]
|
|
23875
|
-
} ]
|
|
23876
|
-
}
|
|
23877
|
-
}
|
|
23878
|
-
},
|
|
23879
23728
|
"shield" : {
|
|
23880
23729
|
"defaults" : {
|
|
23881
23730
|
"protocols" : [ "https" ],
|
|
@@ -26001,6 +25850,7 @@
|
|
|
26001
25850
|
"endpoints" : {
|
|
26002
25851
|
"af-south-1" : { },
|
|
26003
25852
|
"ap-east-1" : { },
|
|
25853
|
+
"ap-east-2" : { },
|
|
26004
25854
|
"ap-northeast-1" : { },
|
|
26005
25855
|
"ap-northeast-2" : { },
|
|
26006
25856
|
"ap-northeast-3" : { },
|
|
@@ -26011,6 +25861,7 @@
|
|
|
26011
25861
|
"ap-southeast-3" : { },
|
|
26012
25862
|
"ap-southeast-4" : { },
|
|
26013
25863
|
"ap-southeast-5" : { },
|
|
25864
|
+
"ap-southeast-7" : { },
|
|
26014
25865
|
"ca-central-1" : { },
|
|
26015
25866
|
"ca-west-1" : { },
|
|
26016
25867
|
"eu-central-1" : { },
|
|
@@ -26024,6 +25875,7 @@
|
|
|
26024
25875
|
"il-central-1" : { },
|
|
26025
25876
|
"me-central-1" : { },
|
|
26026
25877
|
"me-south-1" : { },
|
|
25878
|
+
"mx-central-1" : { },
|
|
26027
25879
|
"sa-east-1" : { },
|
|
26028
25880
|
"us-east-1" : { },
|
|
26029
25881
|
"us-east-2" : { },
|
|
@@ -26156,6 +26008,7 @@
|
|
|
26156
26008
|
"ap-southeast-3" : { },
|
|
26157
26009
|
"ap-southeast-4" : { },
|
|
26158
26010
|
"ap-southeast-5" : { },
|
|
26011
|
+
"ap-southeast-6" : { },
|
|
26159
26012
|
"ap-southeast-7" : { },
|
|
26160
26013
|
"ca-central-1" : {
|
|
26161
26014
|
"variants" : [ {
|
|
@@ -27371,6 +27224,7 @@
|
|
|
27371
27224
|
"ap-southeast-3" : { },
|
|
27372
27225
|
"ap-southeast-4" : { },
|
|
27373
27226
|
"ap-southeast-5" : { },
|
|
27227
|
+
"ap-southeast-6" : { },
|
|
27374
27228
|
"ap-southeast-7" : { },
|
|
27375
27229
|
"ca-central-1" : {
|
|
27376
27230
|
"variants" : [ {
|
|
@@ -28531,6 +28385,7 @@
|
|
|
28531
28385
|
"tags" : [ "fips" ]
|
|
28532
28386
|
} ]
|
|
28533
28387
|
},
|
|
28388
|
+
"ap-southeast-6" : { },
|
|
28534
28389
|
"ap-southeast-7" : {
|
|
28535
28390
|
"credentialScope" : {
|
|
28536
28391
|
"region" : "ap-southeast-7"
|
|
@@ -30970,6 +30825,12 @@
|
|
|
30970
30825
|
"cn-northwest-1" : { }
|
|
30971
30826
|
}
|
|
30972
30827
|
},
|
|
30828
|
+
"verifiedpermissions" : {
|
|
30829
|
+
"endpoints" : {
|
|
30830
|
+
"cn-north-1" : { },
|
|
30831
|
+
"cn-northwest-1" : { }
|
|
30832
|
+
}
|
|
30833
|
+
},
|
|
30973
30834
|
"waf-regional" : {
|
|
30974
30835
|
"endpoints" : {
|
|
30975
30836
|
"cn-north-1" : {
|
|
@@ -35157,11 +35018,6 @@
|
|
|
35157
35018
|
}
|
|
35158
35019
|
}
|
|
35159
35020
|
},
|
|
35160
|
-
"robomaker" : {
|
|
35161
|
-
"endpoints" : {
|
|
35162
|
-
"us-gov-west-1" : { }
|
|
35163
|
-
}
|
|
35164
|
-
},
|
|
35165
35021
|
"rolesanywhere" : {
|
|
35166
35022
|
"endpoints" : {
|
|
35167
35023
|
"fips-us-gov-east-1" : {
|
|
@@ -36695,6 +36551,12 @@
|
|
|
36695
36551
|
}
|
|
36696
36552
|
},
|
|
36697
36553
|
"services" : {
|
|
36554
|
+
"acm" : {
|
|
36555
|
+
"endpoints" : {
|
|
36556
|
+
"us-iso-east-1" : { },
|
|
36557
|
+
"us-iso-west-1" : { }
|
|
36558
|
+
}
|
|
36559
|
+
},
|
|
36698
36560
|
"agreement-marketplace" : {
|
|
36699
36561
|
"endpoints" : {
|
|
36700
36562
|
"fips-us-iso-east-1" : {
|
|
@@ -37318,6 +37180,11 @@
|
|
|
37318
37180
|
"us-iso-east-1" : { }
|
|
37319
37181
|
}
|
|
37320
37182
|
},
|
|
37183
|
+
"kinesisvideo" : {
|
|
37184
|
+
"endpoints" : {
|
|
37185
|
+
"us-iso-east-1" : { }
|
|
37186
|
+
}
|
|
37187
|
+
},
|
|
37321
37188
|
"kms" : {
|
|
37322
37189
|
"endpoints" : {
|
|
37323
37190
|
"ProdFips" : {
|
|
@@ -37996,9 +37863,17 @@
|
|
|
37996
37863
|
"regions" : {
|
|
37997
37864
|
"us-isob-east-1" : {
|
|
37998
37865
|
"description" : "US ISOB East (Ohio)"
|
|
37866
|
+
},
|
|
37867
|
+
"us-isob-west-1" : {
|
|
37868
|
+
"description" : "US ISOB West"
|
|
37999
37869
|
}
|
|
38000
37870
|
},
|
|
38001
37871
|
"services" : {
|
|
37872
|
+
"agreement-marketplace" : {
|
|
37873
|
+
"endpoints" : {
|
|
37874
|
+
"us-isob-east-1" : { }
|
|
37875
|
+
}
|
|
37876
|
+
},
|
|
38002
37877
|
"api.ecr" : {
|
|
38003
37878
|
"endpoints" : {
|
|
38004
37879
|
"us-isob-east-1" : {
|
|
@@ -38006,7 +37881,8 @@
|
|
|
38006
37881
|
"region" : "us-isob-east-1"
|
|
38007
37882
|
},
|
|
38008
37883
|
"hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
|
|
38009
|
-
}
|
|
37884
|
+
},
|
|
37885
|
+
"us-isob-west-1" : { }
|
|
38010
37886
|
}
|
|
38011
37887
|
},
|
|
38012
37888
|
"api.pricing" : {
|
|
@@ -38031,12 +37907,14 @@
|
|
|
38031
37907
|
},
|
|
38032
37908
|
"appconfig" : {
|
|
38033
37909
|
"endpoints" : {
|
|
38034
|
-
"us-isob-east-1" : { }
|
|
37910
|
+
"us-isob-east-1" : { },
|
|
37911
|
+
"us-isob-west-1" : { }
|
|
38035
37912
|
}
|
|
38036
37913
|
},
|
|
38037
37914
|
"appconfigdata" : {
|
|
38038
37915
|
"endpoints" : {
|
|
38039
|
-
"us-isob-east-1" : { }
|
|
37916
|
+
"us-isob-east-1" : { },
|
|
37917
|
+
"us-isob-west-1" : { }
|
|
38040
37918
|
}
|
|
38041
37919
|
},
|
|
38042
37920
|
"application-autoscaling" : {
|
|
@@ -38044,12 +37922,14 @@
|
|
|
38044
37922
|
"protocols" : [ "http", "https" ]
|
|
38045
37923
|
},
|
|
38046
37924
|
"endpoints" : {
|
|
38047
|
-
"us-isob-east-1" : { }
|
|
37925
|
+
"us-isob-east-1" : { },
|
|
37926
|
+
"us-isob-west-1" : { }
|
|
38048
37927
|
}
|
|
38049
37928
|
},
|
|
38050
37929
|
"arc-zonal-shift" : {
|
|
38051
37930
|
"endpoints" : {
|
|
38052
|
-
"us-isob-east-1" : { }
|
|
37931
|
+
"us-isob-east-1" : { },
|
|
37932
|
+
"us-isob-west-1" : { }
|
|
38053
37933
|
}
|
|
38054
37934
|
},
|
|
38055
37935
|
"athena" : {
|
|
@@ -38062,7 +37942,8 @@
|
|
|
38062
37942
|
"protocols" : [ "http", "https" ]
|
|
38063
37943
|
},
|
|
38064
37944
|
"endpoints" : {
|
|
38065
|
-
"us-isob-east-1" : { }
|
|
37945
|
+
"us-isob-east-1" : { },
|
|
37946
|
+
"us-isob-west-1" : { }
|
|
38066
37947
|
}
|
|
38067
37948
|
},
|
|
38068
37949
|
"backup" : {
|
|
@@ -38071,6 +37952,12 @@
|
|
|
38071
37952
|
}
|
|
38072
37953
|
},
|
|
38073
37954
|
"batch" : {
|
|
37955
|
+
"endpoints" : {
|
|
37956
|
+
"us-isob-east-1" : { },
|
|
37957
|
+
"us-isob-west-1" : { }
|
|
37958
|
+
}
|
|
37959
|
+
},
|
|
37960
|
+
"bedrock" : {
|
|
38074
37961
|
"endpoints" : {
|
|
38075
37962
|
"us-isob-east-1" : { }
|
|
38076
37963
|
}
|
|
@@ -38107,12 +37994,14 @@
|
|
|
38107
37994
|
},
|
|
38108
37995
|
"cloudcontrolapi" : {
|
|
38109
37996
|
"endpoints" : {
|
|
38110
|
-
"us-isob-east-1" : { }
|
|
37997
|
+
"us-isob-east-1" : { },
|
|
37998
|
+
"us-isob-west-1" : { }
|
|
38111
37999
|
}
|
|
38112
38000
|
},
|
|
38113
38001
|
"cloudformation" : {
|
|
38114
38002
|
"endpoints" : {
|
|
38115
|
-
"us-isob-east-1" : { }
|
|
38003
|
+
"us-isob-east-1" : { },
|
|
38004
|
+
"us-isob-west-1" : { }
|
|
38116
38005
|
}
|
|
38117
38006
|
},
|
|
38118
38007
|
"cloudtrail" : {
|
|
@@ -38129,7 +38018,8 @@
|
|
|
38129
38018
|
"hostname" : "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38130
38019
|
"tags" : [ "fips" ]
|
|
38131
38020
|
} ]
|
|
38132
|
-
}
|
|
38021
|
+
},
|
|
38022
|
+
"us-isob-west-1" : { }
|
|
38133
38023
|
}
|
|
38134
38024
|
},
|
|
38135
38025
|
"codebuild" : {
|
|
@@ -38139,7 +38029,8 @@
|
|
|
38139
38029
|
},
|
|
38140
38030
|
"codedeploy" : {
|
|
38141
38031
|
"endpoints" : {
|
|
38142
|
-
"us-isob-east-1" : { }
|
|
38032
|
+
"us-isob-east-1" : { },
|
|
38033
|
+
"us-isob-west-1" : { }
|
|
38143
38034
|
}
|
|
38144
38035
|
},
|
|
38145
38036
|
"config" : {
|
|
@@ -38156,7 +38047,8 @@
|
|
|
38156
38047
|
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38157
38048
|
"tags" : [ "fips" ]
|
|
38158
38049
|
} ]
|
|
38159
|
-
}
|
|
38050
|
+
},
|
|
38051
|
+
"us-isob-west-1" : { }
|
|
38160
38052
|
}
|
|
38161
38053
|
},
|
|
38162
38054
|
"datasync" : {
|
|
@@ -38166,12 +38058,14 @@
|
|
|
38166
38058
|
},
|
|
38167
38059
|
"directconnect" : {
|
|
38168
38060
|
"endpoints" : {
|
|
38169
|
-
"us-isob-east-1" : { }
|
|
38061
|
+
"us-isob-east-1" : { },
|
|
38062
|
+
"us-isob-west-1" : { }
|
|
38170
38063
|
}
|
|
38171
38064
|
},
|
|
38172
38065
|
"dlm" : {
|
|
38173
38066
|
"endpoints" : {
|
|
38174
|
-
"us-isob-east-1" : { }
|
|
38067
|
+
"us-isob-east-1" : { },
|
|
38068
|
+
"us-isob-west-1" : { }
|
|
38175
38069
|
}
|
|
38176
38070
|
},
|
|
38177
38071
|
"dms" : {
|
|
@@ -38211,7 +38105,8 @@
|
|
|
38211
38105
|
},
|
|
38212
38106
|
"deprecated" : true,
|
|
38213
38107
|
"hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
|
|
38214
|
-
}
|
|
38108
|
+
},
|
|
38109
|
+
"us-isob-west-1" : { }
|
|
38215
38110
|
}
|
|
38216
38111
|
},
|
|
38217
38112
|
"ds" : {
|
|
@@ -38236,12 +38131,14 @@
|
|
|
38236
38131
|
"protocols" : [ "http", "https" ]
|
|
38237
38132
|
},
|
|
38238
38133
|
"endpoints" : {
|
|
38239
|
-
"us-isob-east-1" : { }
|
|
38134
|
+
"us-isob-east-1" : { },
|
|
38135
|
+
"us-isob-west-1" : { }
|
|
38240
38136
|
}
|
|
38241
38137
|
},
|
|
38242
38138
|
"ebs" : {
|
|
38243
38139
|
"endpoints" : {
|
|
38244
|
-
"us-isob-east-1" : { }
|
|
38140
|
+
"us-isob-east-1" : { },
|
|
38141
|
+
"us-isob-west-1" : { }
|
|
38245
38142
|
}
|
|
38246
38143
|
},
|
|
38247
38144
|
"ec2" : {
|
|
@@ -38249,12 +38146,14 @@
|
|
|
38249
38146
|
"protocols" : [ "http", "https" ]
|
|
38250
38147
|
},
|
|
38251
38148
|
"endpoints" : {
|
|
38252
|
-
"us-isob-east-1" : { }
|
|
38149
|
+
"us-isob-east-1" : { },
|
|
38150
|
+
"us-isob-west-1" : { }
|
|
38253
38151
|
}
|
|
38254
38152
|
},
|
|
38255
38153
|
"ecs" : {
|
|
38256
38154
|
"endpoints" : {
|
|
38257
|
-
"us-isob-east-1" : { }
|
|
38155
|
+
"us-isob-east-1" : { },
|
|
38156
|
+
"us-isob-west-1" : { }
|
|
38258
38157
|
}
|
|
38259
38158
|
},
|
|
38260
38159
|
"eks" : {
|
|
@@ -38262,12 +38161,14 @@
|
|
|
38262
38161
|
"protocols" : [ "http", "https" ]
|
|
38263
38162
|
},
|
|
38264
38163
|
"endpoints" : {
|
|
38265
|
-
"us-isob-east-1" : { }
|
|
38164
|
+
"us-isob-east-1" : { },
|
|
38165
|
+
"us-isob-west-1" : { }
|
|
38266
38166
|
}
|
|
38267
38167
|
},
|
|
38268
38168
|
"elasticache" : {
|
|
38269
38169
|
"endpoints" : {
|
|
38270
|
-
"us-isob-east-1" : { }
|
|
38170
|
+
"us-isob-east-1" : { },
|
|
38171
|
+
"us-isob-west-1" : { }
|
|
38271
38172
|
}
|
|
38272
38173
|
},
|
|
38273
38174
|
"elasticfilesystem" : {
|
|
@@ -38291,7 +38192,8 @@
|
|
|
38291
38192
|
"endpoints" : {
|
|
38292
38193
|
"us-isob-east-1" : {
|
|
38293
38194
|
"protocols" : [ "https" ]
|
|
38294
|
-
}
|
|
38195
|
+
},
|
|
38196
|
+
"us-isob-west-1" : { }
|
|
38295
38197
|
}
|
|
38296
38198
|
},
|
|
38297
38199
|
"elasticmapreduce" : {
|
|
@@ -38308,17 +38210,20 @@
|
|
|
38308
38210
|
"hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
|
|
38309
38211
|
"tags" : [ "fips" ]
|
|
38310
38212
|
} ]
|
|
38311
|
-
}
|
|
38213
|
+
},
|
|
38214
|
+
"us-isob-west-1" : { }
|
|
38312
38215
|
}
|
|
38313
38216
|
},
|
|
38314
38217
|
"es" : {
|
|
38315
38218
|
"endpoints" : {
|
|
38316
|
-
"us-isob-east-1" : { }
|
|
38219
|
+
"us-isob-east-1" : { },
|
|
38220
|
+
"us-isob-west-1" : { }
|
|
38317
38221
|
}
|
|
38318
38222
|
},
|
|
38319
38223
|
"events" : {
|
|
38320
38224
|
"endpoints" : {
|
|
38321
|
-
"us-isob-east-1" : { }
|
|
38225
|
+
"us-isob-east-1" : { },
|
|
38226
|
+
"us-isob-west-1" : { }
|
|
38322
38227
|
}
|
|
38323
38228
|
},
|
|
38324
38229
|
"firehose" : {
|
|
@@ -38377,7 +38282,8 @@
|
|
|
38377
38282
|
},
|
|
38378
38283
|
"kinesis" : {
|
|
38379
38284
|
"endpoints" : {
|
|
38380
|
-
"us-isob-east-1" : { }
|
|
38285
|
+
"us-isob-east-1" : { },
|
|
38286
|
+
"us-isob-west-1" : { }
|
|
38381
38287
|
}
|
|
38382
38288
|
},
|
|
38383
38289
|
"kinesisanalytics" : {
|
|
@@ -38406,7 +38312,8 @@
|
|
|
38406
38312
|
},
|
|
38407
38313
|
"deprecated" : true,
|
|
38408
38314
|
"hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
|
|
38409
|
-
}
|
|
38315
|
+
},
|
|
38316
|
+
"us-isob-west-1" : { }
|
|
38410
38317
|
}
|
|
38411
38318
|
},
|
|
38412
38319
|
"lakeformation" : {
|
|
@@ -38416,7 +38323,8 @@
|
|
|
38416
38323
|
},
|
|
38417
38324
|
"lambda" : {
|
|
38418
38325
|
"endpoints" : {
|
|
38419
|
-
"us-isob-east-1" : { }
|
|
38326
|
+
"us-isob-east-1" : { },
|
|
38327
|
+
"us-isob-west-1" : { }
|
|
38420
38328
|
}
|
|
38421
38329
|
},
|
|
38422
38330
|
"license-manager" : {
|
|
@@ -38426,7 +38334,8 @@
|
|
|
38426
38334
|
},
|
|
38427
38335
|
"logs" : {
|
|
38428
38336
|
"endpoints" : {
|
|
38429
|
-
"us-isob-east-1" : { }
|
|
38337
|
+
"us-isob-east-1" : { },
|
|
38338
|
+
"us-isob-west-1" : { }
|
|
38430
38339
|
}
|
|
38431
38340
|
},
|
|
38432
38341
|
"medialive" : {
|
|
@@ -38468,7 +38377,8 @@
|
|
|
38468
38377
|
},
|
|
38469
38378
|
"monitoring" : {
|
|
38470
38379
|
"endpoints" : {
|
|
38471
|
-
"us-isob-east-1" : { }
|
|
38380
|
+
"us-isob-east-1" : { },
|
|
38381
|
+
"us-isob-west-1" : { }
|
|
38472
38382
|
}
|
|
38473
38383
|
},
|
|
38474
38384
|
"network-firewall" : {
|
|
@@ -38478,7 +38388,8 @@
|
|
|
38478
38388
|
},
|
|
38479
38389
|
"oam" : {
|
|
38480
38390
|
"endpoints" : {
|
|
38481
|
-
"us-isob-east-1" : { }
|
|
38391
|
+
"us-isob-east-1" : { },
|
|
38392
|
+
"us-isob-west-1" : { }
|
|
38482
38393
|
}
|
|
38483
38394
|
},
|
|
38484
38395
|
"organizations" : {
|
|
@@ -38500,12 +38411,14 @@
|
|
|
38500
38411
|
},
|
|
38501
38412
|
"pi" : {
|
|
38502
38413
|
"endpoints" : {
|
|
38503
|
-
"us-isob-east-1" : { }
|
|
38414
|
+
"us-isob-east-1" : { },
|
|
38415
|
+
"us-isob-west-1" : { }
|
|
38504
38416
|
}
|
|
38505
38417
|
},
|
|
38506
38418
|
"ram" : {
|
|
38507
38419
|
"endpoints" : {
|
|
38508
|
-
"us-isob-east-1" : { }
|
|
38420
|
+
"us-isob-east-1" : { },
|
|
38421
|
+
"us-isob-west-1" : { }
|
|
38509
38422
|
}
|
|
38510
38423
|
},
|
|
38511
38424
|
"rbin" : {
|
|
@@ -38522,7 +38435,8 @@
|
|
|
38522
38435
|
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38523
38436
|
"tags" : [ "fips" ]
|
|
38524
38437
|
} ]
|
|
38525
|
-
}
|
|
38438
|
+
},
|
|
38439
|
+
"us-isob-west-1" : { }
|
|
38526
38440
|
}
|
|
38527
38441
|
},
|
|
38528
38442
|
"rds" : {
|
|
@@ -38546,7 +38460,8 @@
|
|
|
38546
38460
|
},
|
|
38547
38461
|
"deprecated" : true,
|
|
38548
38462
|
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
|
38549
|
-
}
|
|
38463
|
+
},
|
|
38464
|
+
"us-isob-west-1" : { }
|
|
38550
38465
|
}
|
|
38551
38466
|
},
|
|
38552
38467
|
"redshift" : {
|
|
@@ -38556,12 +38471,14 @@
|
|
|
38556
38471
|
"region" : "us-isob-east-1"
|
|
38557
38472
|
},
|
|
38558
38473
|
"hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
|
|
38559
|
-
}
|
|
38474
|
+
},
|
|
38475
|
+
"us-isob-west-1" : { }
|
|
38560
38476
|
}
|
|
38561
38477
|
},
|
|
38562
38478
|
"resource-groups" : {
|
|
38563
38479
|
"endpoints" : {
|
|
38564
|
-
"us-isob-east-1" : { }
|
|
38480
|
+
"us-isob-east-1" : { },
|
|
38481
|
+
"us-isob-west-1" : { }
|
|
38565
38482
|
}
|
|
38566
38483
|
},
|
|
38567
38484
|
"route53" : {
|
|
@@ -38607,7 +38524,8 @@
|
|
|
38607
38524
|
"hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38608
38525
|
"tags" : [ "fips" ]
|
|
38609
38526
|
} ]
|
|
38610
|
-
}
|
|
38527
|
+
},
|
|
38528
|
+
"us-isob-west-1" : { }
|
|
38611
38529
|
}
|
|
38612
38530
|
},
|
|
38613
38531
|
"s3-control" : {
|
|
@@ -38657,7 +38575,8 @@
|
|
|
38657
38575
|
},
|
|
38658
38576
|
"scheduler" : {
|
|
38659
38577
|
"endpoints" : {
|
|
38660
|
-
"us-isob-east-1" : { }
|
|
38578
|
+
"us-isob-east-1" : { },
|
|
38579
|
+
"us-isob-west-1" : { }
|
|
38661
38580
|
}
|
|
38662
38581
|
},
|
|
38663
38582
|
"secretsmanager" : {
|
|
@@ -38669,7 +38588,8 @@
|
|
|
38669
38588
|
},
|
|
38670
38589
|
"us-isob-east-1-fips" : {
|
|
38671
38590
|
"deprecated" : true
|
|
38672
|
-
}
|
|
38591
|
+
},
|
|
38592
|
+
"us-isob-west-1" : { }
|
|
38673
38593
|
}
|
|
38674
38594
|
},
|
|
38675
38595
|
"securityhub" : {
|
|
@@ -38679,12 +38599,14 @@
|
|
|
38679
38599
|
},
|
|
38680
38600
|
"servicediscovery" : {
|
|
38681
38601
|
"endpoints" : {
|
|
38682
|
-
"us-isob-east-1" : { }
|
|
38602
|
+
"us-isob-east-1" : { },
|
|
38603
|
+
"us-isob-west-1" : { }
|
|
38683
38604
|
}
|
|
38684
38605
|
},
|
|
38685
38606
|
"servicequotas" : {
|
|
38686
38607
|
"endpoints" : {
|
|
38687
|
-
"us-isob-east-1" : { }
|
|
38608
|
+
"us-isob-east-1" : { },
|
|
38609
|
+
"us-isob-west-1" : { }
|
|
38688
38610
|
}
|
|
38689
38611
|
},
|
|
38690
38612
|
"snowball" : {
|
|
@@ -38697,7 +38619,8 @@
|
|
|
38697
38619
|
"protocols" : [ "http", "https" ]
|
|
38698
38620
|
},
|
|
38699
38621
|
"endpoints" : {
|
|
38700
|
-
"us-isob-east-1" : { }
|
|
38622
|
+
"us-isob-east-1" : { },
|
|
38623
|
+
"us-isob-west-1" : { }
|
|
38701
38624
|
}
|
|
38702
38625
|
},
|
|
38703
38626
|
"sqs" : {
|
|
@@ -38718,12 +38641,14 @@
|
|
|
38718
38641
|
"hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov",
|
|
38719
38642
|
"tags" : [ "fips" ]
|
|
38720
38643
|
} ]
|
|
38721
|
-
}
|
|
38644
|
+
},
|
|
38645
|
+
"us-isob-west-1" : { }
|
|
38722
38646
|
}
|
|
38723
38647
|
},
|
|
38724
38648
|
"ssm" : {
|
|
38725
38649
|
"endpoints" : {
|
|
38726
|
-
"us-isob-east-1" : { }
|
|
38650
|
+
"us-isob-east-1" : { },
|
|
38651
|
+
"us-isob-west-1" : { }
|
|
38727
38652
|
}
|
|
38728
38653
|
},
|
|
38729
38654
|
"states" : {
|
|
@@ -38740,7 +38665,8 @@
|
|
|
38740
38665
|
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38741
38666
|
"tags" : [ "fips" ]
|
|
38742
38667
|
} ]
|
|
38743
|
-
}
|
|
38668
|
+
},
|
|
38669
|
+
"us-isob-west-1" : { }
|
|
38744
38670
|
}
|
|
38745
38671
|
},
|
|
38746
38672
|
"storagegateway" : {
|
|
@@ -38775,12 +38701,14 @@
|
|
|
38775
38701
|
"protocols" : [ "http", "https" ]
|
|
38776
38702
|
},
|
|
38777
38703
|
"endpoints" : {
|
|
38778
|
-
"us-isob-east-1" : { }
|
|
38704
|
+
"us-isob-east-1" : { },
|
|
38705
|
+
"us-isob-west-1" : { }
|
|
38779
38706
|
}
|
|
38780
38707
|
},
|
|
38781
38708
|
"sts" : {
|
|
38782
38709
|
"endpoints" : {
|
|
38783
|
-
"us-isob-east-1" : { }
|
|
38710
|
+
"us-isob-east-1" : { },
|
|
38711
|
+
"us-isob-west-1" : { }
|
|
38784
38712
|
}
|
|
38785
38713
|
},
|
|
38786
38714
|
"support" : {
|
|
@@ -38808,17 +38736,20 @@
|
|
|
38808
38736
|
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38809
38737
|
"tags" : [ "fips" ]
|
|
38810
38738
|
} ]
|
|
38811
|
-
}
|
|
38739
|
+
},
|
|
38740
|
+
"us-isob-west-1" : { }
|
|
38812
38741
|
}
|
|
38813
38742
|
},
|
|
38814
38743
|
"synthetics" : {
|
|
38815
38744
|
"endpoints" : {
|
|
38816
|
-
"us-isob-east-1" : { }
|
|
38745
|
+
"us-isob-east-1" : { },
|
|
38746
|
+
"us-isob-west-1" : { }
|
|
38817
38747
|
}
|
|
38818
38748
|
},
|
|
38819
38749
|
"tagging" : {
|
|
38820
38750
|
"endpoints" : {
|
|
38821
|
-
"us-isob-east-1" : { }
|
|
38751
|
+
"us-isob-east-1" : { },
|
|
38752
|
+
"us-isob-west-1" : { }
|
|
38822
38753
|
}
|
|
38823
38754
|
},
|
|
38824
38755
|
"wafv2" : {
|
|
@@ -38845,7 +38776,8 @@
|
|
|
38845
38776
|
},
|
|
38846
38777
|
"xray" : {
|
|
38847
38778
|
"endpoints" : {
|
|
38848
|
-
"us-isob-east-1" : { }
|
|
38779
|
+
"us-isob-east-1" : { },
|
|
38780
|
+
"us-isob-west-1" : { }
|
|
38849
38781
|
}
|
|
38850
38782
|
}
|
|
38851
38783
|
}
|
|
@@ -38913,6 +38845,11 @@
|
|
|
38913
38845
|
"eu-isoe-west-1" : { }
|
|
38914
38846
|
}
|
|
38915
38847
|
},
|
|
38848
|
+
"apigateway" : {
|
|
38849
|
+
"endpoints" : {
|
|
38850
|
+
"eu-isoe-west-1" : { }
|
|
38851
|
+
}
|
|
38852
|
+
},
|
|
38916
38853
|
"appconfig" : {
|
|
38917
38854
|
"endpoints" : {
|
|
38918
38855
|
"eu-isoe-west-1" : { }
|
|
@@ -39855,6 +39792,11 @@
|
|
|
39855
39792
|
"isRegionalized" : false,
|
|
39856
39793
|
"partitionEndpoint" : "aws-iso-f-global"
|
|
39857
39794
|
},
|
|
39795
|
+
"identitystore" : {
|
|
39796
|
+
"endpoints" : {
|
|
39797
|
+
"us-isof-east-1" : { }
|
|
39798
|
+
}
|
|
39799
|
+
},
|
|
39858
39800
|
"kinesis" : {
|
|
39859
39801
|
"endpoints" : {
|
|
39860
39802
|
"us-isof-east-1" : { },
|
|
@@ -40026,6 +39968,12 @@
|
|
|
40026
39968
|
"us-isof-south-1" : { }
|
|
40027
39969
|
}
|
|
40028
39970
|
},
|
|
39971
|
+
"rolesanywhere" : {
|
|
39972
|
+
"endpoints" : {
|
|
39973
|
+
"us-isof-east-1" : { },
|
|
39974
|
+
"us-isof-south-1" : { }
|
|
39975
|
+
}
|
|
39976
|
+
},
|
|
40029
39977
|
"route53" : {
|
|
40030
39978
|
"endpoints" : {
|
|
40031
39979
|
"aws-iso-f-global" : {
|
|
@@ -40253,6 +40201,14 @@
|
|
|
40253
40201
|
"dnsSuffix" : "amazonaws.eu",
|
|
40254
40202
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40255
40203
|
"tags" : [ "fips" ]
|
|
40204
|
+
}, {
|
|
40205
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40206
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40207
|
+
"tags" : [ "dualstack", "fips" ]
|
|
40208
|
+
}, {
|
|
40209
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40210
|
+
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
40211
|
+
"tags" : [ "dualstack" ]
|
|
40256
40212
|
} ]
|
|
40257
40213
|
},
|
|
40258
40214
|
"dnsSuffix" : "amazonaws.eu",
|
|
@@ -40264,7 +40220,490 @@
|
|
|
40264
40220
|
"description" : "EU (Germany)"
|
|
40265
40221
|
}
|
|
40266
40222
|
},
|
|
40267
|
-
"services" : {
|
|
40223
|
+
"services" : {
|
|
40224
|
+
"access-analyzer" : {
|
|
40225
|
+
"endpoints" : {
|
|
40226
|
+
"eusc-de-east-1" : { }
|
|
40227
|
+
}
|
|
40228
|
+
},
|
|
40229
|
+
"acm" : {
|
|
40230
|
+
"endpoints" : {
|
|
40231
|
+
"eusc-de-east-1" : { }
|
|
40232
|
+
}
|
|
40233
|
+
},
|
|
40234
|
+
"acm-pca" : {
|
|
40235
|
+
"endpoints" : {
|
|
40236
|
+
"eusc-de-east-1" : { }
|
|
40237
|
+
}
|
|
40238
|
+
},
|
|
40239
|
+
"agreement-marketplace" : {
|
|
40240
|
+
"endpoints" : {
|
|
40241
|
+
"eusc-de-east-1" : { }
|
|
40242
|
+
}
|
|
40243
|
+
},
|
|
40244
|
+
"api.ecr" : {
|
|
40245
|
+
"endpoints" : {
|
|
40246
|
+
"eusc-de-east-1" : { }
|
|
40247
|
+
}
|
|
40248
|
+
},
|
|
40249
|
+
"api.pricing" : {
|
|
40250
|
+
"endpoints" : {
|
|
40251
|
+
"eusc-de-east-1" : { }
|
|
40252
|
+
}
|
|
40253
|
+
},
|
|
40254
|
+
"api.sagemaker" : {
|
|
40255
|
+
"endpoints" : {
|
|
40256
|
+
"eusc-de-east-1" : { }
|
|
40257
|
+
}
|
|
40258
|
+
},
|
|
40259
|
+
"appconfig" : {
|
|
40260
|
+
"endpoints" : {
|
|
40261
|
+
"eusc-de-east-1" : { }
|
|
40262
|
+
}
|
|
40263
|
+
},
|
|
40264
|
+
"appconfigdata" : {
|
|
40265
|
+
"endpoints" : {
|
|
40266
|
+
"eusc-de-east-1" : { }
|
|
40267
|
+
}
|
|
40268
|
+
},
|
|
40269
|
+
"application-autoscaling" : {
|
|
40270
|
+
"endpoints" : {
|
|
40271
|
+
"eusc-de-east-1" : { }
|
|
40272
|
+
}
|
|
40273
|
+
},
|
|
40274
|
+
"arc-zonal-shift" : {
|
|
40275
|
+
"endpoints" : {
|
|
40276
|
+
"eusc-de-east-1" : { }
|
|
40277
|
+
}
|
|
40278
|
+
},
|
|
40279
|
+
"athena" : {
|
|
40280
|
+
"endpoints" : {
|
|
40281
|
+
"eusc-de-east-1" : { }
|
|
40282
|
+
}
|
|
40283
|
+
},
|
|
40284
|
+
"autoscaling" : {
|
|
40285
|
+
"endpoints" : {
|
|
40286
|
+
"eusc-de-east-1" : { }
|
|
40287
|
+
}
|
|
40288
|
+
},
|
|
40289
|
+
"backup" : {
|
|
40290
|
+
"endpoints" : {
|
|
40291
|
+
"eusc-de-east-1" : { }
|
|
40292
|
+
}
|
|
40293
|
+
},
|
|
40294
|
+
"batch" : {
|
|
40295
|
+
"endpoints" : {
|
|
40296
|
+
"eusc-de-east-1" : { }
|
|
40297
|
+
}
|
|
40298
|
+
},
|
|
40299
|
+
"bedrock" : {
|
|
40300
|
+
"endpoints" : {
|
|
40301
|
+
"eusc-de-east-1" : { }
|
|
40302
|
+
}
|
|
40303
|
+
},
|
|
40304
|
+
"cloudcontrolapi" : {
|
|
40305
|
+
"endpoints" : {
|
|
40306
|
+
"eusc-de-east-1" : { }
|
|
40307
|
+
}
|
|
40308
|
+
},
|
|
40309
|
+
"cloudformation" : {
|
|
40310
|
+
"endpoints" : {
|
|
40311
|
+
"eusc-de-east-1" : { }
|
|
40312
|
+
}
|
|
40313
|
+
},
|
|
40314
|
+
"cloudtrail" : {
|
|
40315
|
+
"endpoints" : {
|
|
40316
|
+
"eusc-de-east-1" : { }
|
|
40317
|
+
}
|
|
40318
|
+
},
|
|
40319
|
+
"codedeploy" : {
|
|
40320
|
+
"endpoints" : {
|
|
40321
|
+
"eusc-de-east-1" : { }
|
|
40322
|
+
}
|
|
40323
|
+
},
|
|
40324
|
+
"compute-optimizer" : {
|
|
40325
|
+
"endpoints" : {
|
|
40326
|
+
"eusc-de-east-1" : { }
|
|
40327
|
+
}
|
|
40328
|
+
},
|
|
40329
|
+
"config" : {
|
|
40330
|
+
"endpoints" : {
|
|
40331
|
+
"eusc-de-east-1" : { }
|
|
40332
|
+
}
|
|
40333
|
+
},
|
|
40334
|
+
"cost-optimization-hub" : {
|
|
40335
|
+
"endpoints" : {
|
|
40336
|
+
"eusc-de-east-1" : { }
|
|
40337
|
+
}
|
|
40338
|
+
},
|
|
40339
|
+
"datasync" : {
|
|
40340
|
+
"endpoints" : {
|
|
40341
|
+
"eusc-de-east-1" : { }
|
|
40342
|
+
}
|
|
40343
|
+
},
|
|
40344
|
+
"datazone" : {
|
|
40345
|
+
"endpoints" : {
|
|
40346
|
+
"eusc-de-east-1" : { }
|
|
40347
|
+
}
|
|
40348
|
+
},
|
|
40349
|
+
"directconnect" : {
|
|
40350
|
+
"endpoints" : {
|
|
40351
|
+
"eusc-de-east-1" : { }
|
|
40352
|
+
}
|
|
40353
|
+
},
|
|
40354
|
+
"dlm" : {
|
|
40355
|
+
"endpoints" : {
|
|
40356
|
+
"eusc-de-east-1" : { }
|
|
40357
|
+
}
|
|
40358
|
+
},
|
|
40359
|
+
"dms" : {
|
|
40360
|
+
"endpoints" : {
|
|
40361
|
+
"eusc-de-east-1" : { }
|
|
40362
|
+
}
|
|
40363
|
+
},
|
|
40364
|
+
"ds" : {
|
|
40365
|
+
"endpoints" : {
|
|
40366
|
+
"eusc-de-east-1" : { }
|
|
40367
|
+
}
|
|
40368
|
+
},
|
|
40369
|
+
"dynamodb" : {
|
|
40370
|
+
"endpoints" : {
|
|
40371
|
+
"eusc-de-east-1" : { }
|
|
40372
|
+
}
|
|
40373
|
+
},
|
|
40374
|
+
"ebs" : {
|
|
40375
|
+
"endpoints" : {
|
|
40376
|
+
"eusc-de-east-1" : { }
|
|
40377
|
+
}
|
|
40378
|
+
},
|
|
40379
|
+
"ec2" : {
|
|
40380
|
+
"endpoints" : {
|
|
40381
|
+
"eusc-de-east-1" : { }
|
|
40382
|
+
}
|
|
40383
|
+
},
|
|
40384
|
+
"ecs" : {
|
|
40385
|
+
"endpoints" : {
|
|
40386
|
+
"eusc-de-east-1" : { }
|
|
40387
|
+
}
|
|
40388
|
+
},
|
|
40389
|
+
"eks" : {
|
|
40390
|
+
"endpoints" : {
|
|
40391
|
+
"eusc-de-east-1" : { }
|
|
40392
|
+
}
|
|
40393
|
+
},
|
|
40394
|
+
"eks-auth" : {
|
|
40395
|
+
"endpoints" : {
|
|
40396
|
+
"eusc-de-east-1" : { }
|
|
40397
|
+
}
|
|
40398
|
+
},
|
|
40399
|
+
"elasticache" : {
|
|
40400
|
+
"endpoints" : {
|
|
40401
|
+
"eusc-de-east-1" : { }
|
|
40402
|
+
}
|
|
40403
|
+
},
|
|
40404
|
+
"elasticfilesystem" : {
|
|
40405
|
+
"endpoints" : {
|
|
40406
|
+
"eusc-de-east-1" : { }
|
|
40407
|
+
}
|
|
40408
|
+
},
|
|
40409
|
+
"elasticloadbalancing" : {
|
|
40410
|
+
"endpoints" : {
|
|
40411
|
+
"eusc-de-east-1" : { }
|
|
40412
|
+
}
|
|
40413
|
+
},
|
|
40414
|
+
"elasticmapreduce" : {
|
|
40415
|
+
"endpoints" : {
|
|
40416
|
+
"eusc-de-east-1" : { }
|
|
40417
|
+
}
|
|
40418
|
+
},
|
|
40419
|
+
"email" : {
|
|
40420
|
+
"endpoints" : {
|
|
40421
|
+
"eusc-de-east-1" : { }
|
|
40422
|
+
}
|
|
40423
|
+
},
|
|
40424
|
+
"entitlement.marketplace" : {
|
|
40425
|
+
"endpoints" : {
|
|
40426
|
+
"eusc-de-east-1" : { }
|
|
40427
|
+
}
|
|
40428
|
+
},
|
|
40429
|
+
"es" : {
|
|
40430
|
+
"endpoints" : {
|
|
40431
|
+
"eusc-de-east-1" : { }
|
|
40432
|
+
}
|
|
40433
|
+
},
|
|
40434
|
+
"events" : {
|
|
40435
|
+
"endpoints" : {
|
|
40436
|
+
"eusc-de-east-1" : { }
|
|
40437
|
+
}
|
|
40438
|
+
},
|
|
40439
|
+
"firehose" : {
|
|
40440
|
+
"endpoints" : {
|
|
40441
|
+
"eusc-de-east-1" : { }
|
|
40442
|
+
}
|
|
40443
|
+
},
|
|
40444
|
+
"gameliftstreams" : {
|
|
40445
|
+
"endpoints" : {
|
|
40446
|
+
"eusc-de-east-1" : { }
|
|
40447
|
+
}
|
|
40448
|
+
},
|
|
40449
|
+
"glue" : {
|
|
40450
|
+
"endpoints" : {
|
|
40451
|
+
"eusc-de-east-1" : { }
|
|
40452
|
+
}
|
|
40453
|
+
},
|
|
40454
|
+
"guardduty" : {
|
|
40455
|
+
"endpoints" : {
|
|
40456
|
+
"eusc-de-east-1" : { }
|
|
40457
|
+
}
|
|
40458
|
+
},
|
|
40459
|
+
"health" : {
|
|
40460
|
+
"endpoints" : {
|
|
40461
|
+
"eusc-de-east-1" : {
|
|
40462
|
+
"deprecated" : true
|
|
40463
|
+
}
|
|
40464
|
+
}
|
|
40465
|
+
},
|
|
40466
|
+
"identitystore" : {
|
|
40467
|
+
"endpoints" : {
|
|
40468
|
+
"eusc-de-east-1" : { }
|
|
40469
|
+
}
|
|
40470
|
+
},
|
|
40471
|
+
"internetmonitor" : {
|
|
40472
|
+
"endpoints" : {
|
|
40473
|
+
"eusc-de-east-1" : { }
|
|
40474
|
+
}
|
|
40475
|
+
},
|
|
40476
|
+
"kafka" : {
|
|
40477
|
+
"endpoints" : {
|
|
40478
|
+
"eusc-de-east-1" : { }
|
|
40479
|
+
}
|
|
40480
|
+
},
|
|
40481
|
+
"kendra-ranking" : {
|
|
40482
|
+
"endpoints" : {
|
|
40483
|
+
"eusc-de-east-1" : { }
|
|
40484
|
+
}
|
|
40485
|
+
},
|
|
40486
|
+
"kinesis" : {
|
|
40487
|
+
"endpoints" : {
|
|
40488
|
+
"eusc-de-east-1" : { }
|
|
40489
|
+
}
|
|
40490
|
+
},
|
|
40491
|
+
"kinesisanalytics" : {
|
|
40492
|
+
"endpoints" : {
|
|
40493
|
+
"eusc-de-east-1" : { }
|
|
40494
|
+
}
|
|
40495
|
+
},
|
|
40496
|
+
"kms" : {
|
|
40497
|
+
"endpoints" : {
|
|
40498
|
+
"eusc-de-east-1" : { }
|
|
40499
|
+
}
|
|
40500
|
+
},
|
|
40501
|
+
"lakeformation" : {
|
|
40502
|
+
"endpoints" : {
|
|
40503
|
+
"eusc-de-east-1" : { }
|
|
40504
|
+
}
|
|
40505
|
+
},
|
|
40506
|
+
"lambda" : {
|
|
40507
|
+
"endpoints" : {
|
|
40508
|
+
"eusc-de-east-1" : { }
|
|
40509
|
+
}
|
|
40510
|
+
},
|
|
40511
|
+
"license-manager" : {
|
|
40512
|
+
"endpoints" : {
|
|
40513
|
+
"eusc-de-east-1" : { }
|
|
40514
|
+
}
|
|
40515
|
+
},
|
|
40516
|
+
"logs" : {
|
|
40517
|
+
"endpoints" : {
|
|
40518
|
+
"eusc-de-east-1" : { }
|
|
40519
|
+
}
|
|
40520
|
+
},
|
|
40521
|
+
"metering.marketplace" : {
|
|
40522
|
+
"endpoints" : {
|
|
40523
|
+
"eusc-de-east-1" : { }
|
|
40524
|
+
}
|
|
40525
|
+
},
|
|
40526
|
+
"metrics.sagemaker" : {
|
|
40527
|
+
"endpoints" : {
|
|
40528
|
+
"eusc-de-east-1" : { }
|
|
40529
|
+
}
|
|
40530
|
+
},
|
|
40531
|
+
"monitoring" : {
|
|
40532
|
+
"endpoints" : {
|
|
40533
|
+
"eusc-de-east-1" : { }
|
|
40534
|
+
}
|
|
40535
|
+
},
|
|
40536
|
+
"notifications" : {
|
|
40537
|
+
"endpoints" : {
|
|
40538
|
+
"eusc-de-east-1" : { }
|
|
40539
|
+
}
|
|
40540
|
+
},
|
|
40541
|
+
"oam" : {
|
|
40542
|
+
"endpoints" : {
|
|
40543
|
+
"eusc-de-east-1" : { }
|
|
40544
|
+
}
|
|
40545
|
+
},
|
|
40546
|
+
"pi" : {
|
|
40547
|
+
"endpoints" : {
|
|
40548
|
+
"eusc-de-east-1" : { }
|
|
40549
|
+
}
|
|
40550
|
+
},
|
|
40551
|
+
"qbusiness" : {
|
|
40552
|
+
"endpoints" : {
|
|
40553
|
+
"eusc-de-east-1" : { }
|
|
40554
|
+
}
|
|
40555
|
+
},
|
|
40556
|
+
"ram" : {
|
|
40557
|
+
"endpoints" : {
|
|
40558
|
+
"eusc-de-east-1" : { }
|
|
40559
|
+
}
|
|
40560
|
+
},
|
|
40561
|
+
"rbin" : {
|
|
40562
|
+
"endpoints" : {
|
|
40563
|
+
"eusc-de-east-1" : { }
|
|
40564
|
+
}
|
|
40565
|
+
},
|
|
40566
|
+
"rds" : {
|
|
40567
|
+
"endpoints" : {
|
|
40568
|
+
"eusc-de-east-1" : { }
|
|
40569
|
+
}
|
|
40570
|
+
},
|
|
40571
|
+
"redshift" : {
|
|
40572
|
+
"endpoints" : {
|
|
40573
|
+
"eusc-de-east-1" : { }
|
|
40574
|
+
}
|
|
40575
|
+
},
|
|
40576
|
+
"resource-groups" : {
|
|
40577
|
+
"endpoints" : {
|
|
40578
|
+
"eusc-de-east-1" : { }
|
|
40579
|
+
}
|
|
40580
|
+
},
|
|
40581
|
+
"rolesanywhere" : {
|
|
40582
|
+
"endpoints" : {
|
|
40583
|
+
"eusc-de-east-1" : { }
|
|
40584
|
+
}
|
|
40585
|
+
},
|
|
40586
|
+
"route53resolver" : {
|
|
40587
|
+
"endpoints" : {
|
|
40588
|
+
"eusc-de-east-1" : { }
|
|
40589
|
+
}
|
|
40590
|
+
},
|
|
40591
|
+
"s3" : {
|
|
40592
|
+
"endpoints" : {
|
|
40593
|
+
"eusc-de-east-1" : { }
|
|
40594
|
+
}
|
|
40595
|
+
},
|
|
40596
|
+
"s3-control" : {
|
|
40597
|
+
"endpoints" : {
|
|
40598
|
+
"eusc-de-east-1" : { }
|
|
40599
|
+
}
|
|
40600
|
+
},
|
|
40601
|
+
"scheduler" : {
|
|
40602
|
+
"endpoints" : {
|
|
40603
|
+
"eusc-de-east-1" : { }
|
|
40604
|
+
}
|
|
40605
|
+
},
|
|
40606
|
+
"secretsmanager" : {
|
|
40607
|
+
"endpoints" : {
|
|
40608
|
+
"eusc-de-east-1" : { }
|
|
40609
|
+
}
|
|
40610
|
+
},
|
|
40611
|
+
"securityhub" : {
|
|
40612
|
+
"endpoints" : {
|
|
40613
|
+
"eusc-de-east-1" : { }
|
|
40614
|
+
}
|
|
40615
|
+
},
|
|
40616
|
+
"servicediscovery" : {
|
|
40617
|
+
"endpoints" : {
|
|
40618
|
+
"eusc-de-east-1" : { }
|
|
40619
|
+
}
|
|
40620
|
+
},
|
|
40621
|
+
"servicequotas" : {
|
|
40622
|
+
"endpoints" : {
|
|
40623
|
+
"eusc-de-east-1" : { }
|
|
40624
|
+
}
|
|
40625
|
+
},
|
|
40626
|
+
"signer" : {
|
|
40627
|
+
"endpoints" : {
|
|
40628
|
+
"eusc-de-east-1" : { }
|
|
40629
|
+
}
|
|
40630
|
+
},
|
|
40631
|
+
"sms-voice" : {
|
|
40632
|
+
"endpoints" : {
|
|
40633
|
+
"eusc-de-east-1" : { }
|
|
40634
|
+
}
|
|
40635
|
+
},
|
|
40636
|
+
"sns" : {
|
|
40637
|
+
"endpoints" : {
|
|
40638
|
+
"eusc-de-east-1" : { }
|
|
40639
|
+
}
|
|
40640
|
+
},
|
|
40641
|
+
"sqs" : {
|
|
40642
|
+
"endpoints" : {
|
|
40643
|
+
"eusc-de-east-1" : { }
|
|
40644
|
+
}
|
|
40645
|
+
},
|
|
40646
|
+
"ssm" : {
|
|
40647
|
+
"endpoints" : {
|
|
40648
|
+
"eusc-de-east-1" : { }
|
|
40649
|
+
}
|
|
40650
|
+
},
|
|
40651
|
+
"states" : {
|
|
40652
|
+
"endpoints" : {
|
|
40653
|
+
"eusc-de-east-1" : { }
|
|
40654
|
+
}
|
|
40655
|
+
},
|
|
40656
|
+
"storagegateway" : {
|
|
40657
|
+
"endpoints" : {
|
|
40658
|
+
"eusc-de-east-1" : { }
|
|
40659
|
+
}
|
|
40660
|
+
},
|
|
40661
|
+
"streams.dynamodb" : {
|
|
40662
|
+
"endpoints" : {
|
|
40663
|
+
"eusc-de-east-1" : { }
|
|
40664
|
+
}
|
|
40665
|
+
},
|
|
40666
|
+
"sts" : {
|
|
40667
|
+
"endpoints" : {
|
|
40668
|
+
"eusc-de-east-1" : { }
|
|
40669
|
+
}
|
|
40670
|
+
},
|
|
40671
|
+
"swf" : {
|
|
40672
|
+
"endpoints" : {
|
|
40673
|
+
"eusc-de-east-1" : { }
|
|
40674
|
+
}
|
|
40675
|
+
},
|
|
40676
|
+
"synthetics" : {
|
|
40677
|
+
"endpoints" : {
|
|
40678
|
+
"eusc-de-east-1" : { }
|
|
40679
|
+
}
|
|
40680
|
+
},
|
|
40681
|
+
"tagging" : {
|
|
40682
|
+
"endpoints" : {
|
|
40683
|
+
"eusc-de-east-1" : { }
|
|
40684
|
+
}
|
|
40685
|
+
},
|
|
40686
|
+
"transfer" : {
|
|
40687
|
+
"endpoints" : {
|
|
40688
|
+
"eusc-de-east-1" : { }
|
|
40689
|
+
}
|
|
40690
|
+
},
|
|
40691
|
+
"trustedadvisor" : {
|
|
40692
|
+
"endpoints" : {
|
|
40693
|
+
"eusc-de-east-1" : { }
|
|
40694
|
+
}
|
|
40695
|
+
},
|
|
40696
|
+
"wafv2" : {
|
|
40697
|
+
"endpoints" : {
|
|
40698
|
+
"eusc-de-east-1" : { }
|
|
40699
|
+
}
|
|
40700
|
+
},
|
|
40701
|
+
"xray" : {
|
|
40702
|
+
"endpoints" : {
|
|
40703
|
+
"eusc-de-east-1" : { }
|
|
40704
|
+
}
|
|
40705
|
+
}
|
|
40706
|
+
}
|
|
40268
40707
|
} ],
|
|
40269
40708
|
"version" : 3
|
|
40270
40709
|
}
|