aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go')
-rw-r--r--vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go650
1 files changed, 602 insertions, 48 deletions
diff --git a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
index 50e170e..2e7bd7a 100644
--- a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
+++ b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
@@ -27,6 +27,7 @@ const (
27 EuWest1RegionID = "eu-west-1" // EU (Ireland). 27 EuWest1RegionID = "eu-west-1" // EU (Ireland).
28 EuWest2RegionID = "eu-west-2" // EU (London). 28 EuWest2RegionID = "eu-west-2" // EU (London).
29 EuWest3RegionID = "eu-west-3" // EU (Paris). 29 EuWest3RegionID = "eu-west-3" // EU (Paris).
30 MeSouth1RegionID = "me-south-1" // Middle East (Bahrain).
30 SaEast1RegionID = "sa-east-1" // South America (Sao Paulo). 31 SaEast1RegionID = "sa-east-1" // South America (Sao Paulo).
31 UsEast1RegionID = "us-east-1" // US East (N. Virginia). 32 UsEast1RegionID = "us-east-1" // US East (N. Virginia).
32 UsEast2RegionID = "us-east-2" // US East (Ohio). 33 UsEast2RegionID = "us-east-2" // US East (Ohio).
@@ -128,6 +129,9 @@ var awsPartition = partition{
128 "eu-west-3": region{ 129 "eu-west-3": region{
129 Description: "EU (Paris)", 130 Description: "EU (Paris)",
130 }, 131 },
132 "me-south-1": region{
133 Description: "Middle East (Bahrain)",
134 },
131 "sa-east-1": region{ 135 "sa-east-1": region{
132 Description: "South America (Sao Paulo)", 136 Description: "South America (Sao Paulo)",
133 }, 137 },
@@ -166,6 +170,7 @@ var awsPartition = partition{
166 "eu-west-1": endpoint{}, 170 "eu-west-1": endpoint{},
167 "eu-west-2": endpoint{}, 171 "eu-west-2": endpoint{},
168 "eu-west-3": endpoint{}, 172 "eu-west-3": endpoint{},
173 "me-south-1": endpoint{},
169 "sa-east-1": endpoint{}, 174 "sa-east-1": endpoint{},
170 "us-east-1": endpoint{}, 175 "us-east-1": endpoint{},
171 "us-east-2": endpoint{}, 176 "us-east-2": endpoint{},
@@ -178,6 +183,7 @@ var awsPartition = partition{
178 Protocols: []string{"https"}, 183 Protocols: []string{"https"},
179 }, 184 },
180 Endpoints: endpoints{ 185 Endpoints: endpoints{
186 "ap-east-1": endpoint{},
181 "ap-northeast-1": endpoint{}, 187 "ap-northeast-1": endpoint{},
182 "ap-northeast-2": endpoint{}, 188 "ap-northeast-2": endpoint{},
183 "ap-south-1": endpoint{}, 189 "ap-south-1": endpoint{},
@@ -270,6 +276,12 @@ var awsPartition = partition{
270 Region: "eu-west-3", 276 Region: "eu-west-3",
271 }, 277 },
272 }, 278 },
279 "me-south-1": endpoint{
280 Hostname: "api.ecr.me-south-1.amazonaws.com",
281 CredentialScope: credentialScope{
282 Region: "me-south-1",
283 },
284 },
273 "sa-east-1": endpoint{ 285 "sa-east-1": endpoint{
274 Hostname: "api.ecr.sa-east-1.amazonaws.com", 286 Hostname: "api.ecr.sa-east-1.amazonaws.com",
275 CredentialScope: credentialScope{ 287 CredentialScope: credentialScope{
@@ -381,6 +393,7 @@ var awsPartition = partition{
381 "eu-west-1": endpoint{}, 393 "eu-west-1": endpoint{},
382 "eu-west-2": endpoint{}, 394 "eu-west-2": endpoint{},
383 "eu-west-3": endpoint{}, 395 "eu-west-3": endpoint{},
396 "me-south-1": endpoint{},
384 "sa-east-1": endpoint{}, 397 "sa-east-1": endpoint{},
385 "us-east-1": endpoint{}, 398 "us-east-1": endpoint{},
386 "us-east-2": endpoint{}, 399 "us-east-2": endpoint{},
@@ -409,6 +422,7 @@ var awsPartition = partition{
409 "eu-west-1": endpoint{}, 422 "eu-west-1": endpoint{},
410 "eu-west-2": endpoint{}, 423 "eu-west-2": endpoint{},
411 "eu-west-3": endpoint{}, 424 "eu-west-3": endpoint{},
425 "me-south-1": endpoint{},
412 "sa-east-1": endpoint{}, 426 "sa-east-1": endpoint{},
413 "us-east-1": endpoint{}, 427 "us-east-1": endpoint{},
414 "us-east-2": endpoint{}, 428 "us-east-2": endpoint{},
@@ -416,6 +430,24 @@ var awsPartition = partition{
416 "us-west-2": endpoint{}, 430 "us-west-2": endpoint{},
417 }, 431 },
418 }, 432 },
433 "appmesh": service{
434
435 Endpoints: endpoints{
436 "ap-northeast-1": endpoint{},
437 "ap-northeast-2": endpoint{},
438 "ap-south-1": endpoint{},
439 "ap-southeast-1": endpoint{},
440 "ap-southeast-2": endpoint{},
441 "ca-central-1": endpoint{},
442 "eu-central-1": endpoint{},
443 "eu-west-1": endpoint{},
444 "eu-west-2": endpoint{},
445 "us-east-1": endpoint{},
446 "us-east-2": endpoint{},
447 "us-west-1": endpoint{},
448 "us-west-2": endpoint{},
449 },
450 },
419 "appstream2": service{ 451 "appstream2": service{
420 Defaults: endpoint{ 452 Defaults: endpoint{
421 Protocols: []string{"https"}, 453 Protocols: []string{"https"},
@@ -460,6 +492,7 @@ var awsPartition = partition{
460 "ap-southeast-2": endpoint{}, 492 "ap-southeast-2": endpoint{},
461 "ca-central-1": endpoint{}, 493 "ca-central-1": endpoint{},
462 "eu-central-1": endpoint{}, 494 "eu-central-1": endpoint{},
495 "eu-north-1": endpoint{},
463 "eu-west-1": endpoint{}, 496 "eu-west-1": endpoint{},
464 "eu-west-2": endpoint{}, 497 "eu-west-2": endpoint{},
465 "us-east-1": endpoint{}, 498 "us-east-1": endpoint{},
@@ -484,6 +517,7 @@ var awsPartition = partition{
484 "eu-west-1": endpoint{}, 517 "eu-west-1": endpoint{},
485 "eu-west-2": endpoint{}, 518 "eu-west-2": endpoint{},
486 "eu-west-3": endpoint{}, 519 "eu-west-3": endpoint{},
520 "me-south-1": endpoint{},
487 "sa-east-1": endpoint{}, 521 "sa-east-1": endpoint{},
488 "us-east-1": endpoint{}, 522 "us-east-1": endpoint{},
489 "us-east-2": endpoint{}, 523 "us-east-2": endpoint{},
@@ -515,9 +549,27 @@ var awsPartition = partition{
515 "us-west-2": endpoint{}, 549 "us-west-2": endpoint{},
516 }, 550 },
517 }, 551 },
552 "backup": service{
553
554 Endpoints: endpoints{
555 "ap-northeast-1": endpoint{},
556 "ap-northeast-2": endpoint{},
557 "ap-southeast-1": endpoint{},
558 "ap-southeast-2": endpoint{},
559 "ca-central-1": endpoint{},
560 "eu-central-1": endpoint{},
561 "eu-west-1": endpoint{},
562 "eu-west-2": endpoint{},
563 "us-east-1": endpoint{},
564 "us-east-2": endpoint{},
565 "us-west-1": endpoint{},
566 "us-west-2": endpoint{},
567 },
568 },
518 "batch": service{ 569 "batch": service{
519 570
520 Endpoints: endpoints{ 571 Endpoints: endpoints{
572 "ap-east-1": endpoint{},
521 "ap-northeast-1": endpoint{}, 573 "ap-northeast-1": endpoint{},
522 "ap-northeast-2": endpoint{}, 574 "ap-northeast-2": endpoint{},
523 "ap-south-1": endpoint{}, 575 "ap-south-1": endpoint{},
@@ -584,6 +636,7 @@ var awsPartition = partition{
584 Endpoints: endpoints{ 636 Endpoints: endpoints{
585 "ap-northeast-1": endpoint{}, 637 "ap-northeast-1": endpoint{},
586 "ap-southeast-1": endpoint{}, 638 "ap-southeast-1": endpoint{},
639 "eu-central-1": endpoint{},
587 "eu-west-1": endpoint{}, 640 "eu-west-1": endpoint{},
588 "us-east-1": endpoint{}, 641 "us-east-1": endpoint{},
589 "us-east-2": endpoint{}, 642 "us-east-2": endpoint{},
@@ -619,6 +672,7 @@ var awsPartition = partition{
619 "eu-west-1": endpoint{}, 672 "eu-west-1": endpoint{},
620 "eu-west-2": endpoint{}, 673 "eu-west-2": endpoint{},
621 "eu-west-3": endpoint{}, 674 "eu-west-3": endpoint{},
675 "me-south-1": endpoint{},
622 "sa-east-1": endpoint{}, 676 "sa-east-1": endpoint{},
623 "us-east-1": endpoint{}, 677 "us-east-1": endpoint{},
624 "us-east-2": endpoint{}, 678 "us-east-2": endpoint{},
@@ -662,6 +716,7 @@ var awsPartition = partition{
662 }, 716 },
663 }, 717 },
664 Endpoints: endpoints{ 718 Endpoints: endpoints{
719 "ap-east-1": endpoint{},
665 "ap-northeast-1": endpoint{}, 720 "ap-northeast-1": endpoint{},
666 "ap-northeast-2": endpoint{}, 721 "ap-northeast-2": endpoint{},
667 "ap-south-1": endpoint{}, 722 "ap-south-1": endpoint{},
@@ -709,6 +764,7 @@ var awsPartition = partition{
709 "eu-west-1": endpoint{}, 764 "eu-west-1": endpoint{},
710 "eu-west-2": endpoint{}, 765 "eu-west-2": endpoint{},
711 "eu-west-3": endpoint{}, 766 "eu-west-3": endpoint{},
767 "me-south-1": endpoint{},
712 "sa-east-1": endpoint{}, 768 "sa-east-1": endpoint{},
713 "us-east-1": endpoint{}, 769 "us-east-1": endpoint{},
714 "us-east-2": endpoint{}, 770 "us-east-2": endpoint{},
@@ -726,6 +782,7 @@ var awsPartition = partition{
726 "ap-southeast-2": endpoint{}, 782 "ap-southeast-2": endpoint{},
727 "ca-central-1": endpoint{}, 783 "ca-central-1": endpoint{},
728 "eu-central-1": endpoint{}, 784 "eu-central-1": endpoint{},
785 "eu-north-1": endpoint{},
729 "eu-west-1": endpoint{}, 786 "eu-west-1": endpoint{},
730 "eu-west-2": endpoint{}, 787 "eu-west-2": endpoint{},
731 "eu-west-3": endpoint{}, 788 "eu-west-3": endpoint{},
@@ -789,6 +846,7 @@ var awsPartition = partition{
789 "codedeploy": service{ 846 "codedeploy": service{
790 847
791 Endpoints: endpoints{ 848 Endpoints: endpoints{
849 "ap-east-1": endpoint{},
792 "ap-northeast-1": endpoint{}, 850 "ap-northeast-1": endpoint{},
793 "ap-northeast-2": endpoint{}, 851 "ap-northeast-2": endpoint{},
794 "ap-south-1": endpoint{}, 852 "ap-south-1": endpoint{},
@@ -800,6 +858,7 @@ var awsPartition = partition{
800 "eu-west-1": endpoint{}, 858 "eu-west-1": endpoint{},
801 "eu-west-2": endpoint{}, 859 "eu-west-2": endpoint{},
802 "eu-west-3": endpoint{}, 860 "eu-west-3": endpoint{},
861 "me-south-1": endpoint{},
803 "sa-east-1": endpoint{}, 862 "sa-east-1": endpoint{},
804 "us-east-1": endpoint{}, 863 "us-east-1": endpoint{},
805 "us-east-1-fips": endpoint{ 864 "us-east-1-fips": endpoint{
@@ -937,10 +996,13 @@ var awsPartition = partition{
937 "comprehendmedical": service{ 996 "comprehendmedical": service{
938 997
939 Endpoints: endpoints{ 998 Endpoints: endpoints{
940 "eu-west-1": endpoint{}, 999 "ap-southeast-2": endpoint{},
941 "us-east-1": endpoint{}, 1000 "ca-central-1": endpoint{},
942 "us-east-2": endpoint{}, 1001 "eu-west-1": endpoint{},
943 "us-west-2": endpoint{}, 1002 "eu-west-2": endpoint{},
1003 "us-east-1": endpoint{},
1004 "us-east-2": endpoint{},
1005 "us-west-2": endpoint{},
944 }, 1006 },
945 }, 1007 },
946 "config": service{ 1008 "config": service{
@@ -958,6 +1020,7 @@ var awsPartition = partition{
958 "eu-west-1": endpoint{}, 1020 "eu-west-1": endpoint{},
959 "eu-west-2": endpoint{}, 1021 "eu-west-2": endpoint{},
960 "eu-west-3": endpoint{}, 1022 "eu-west-3": endpoint{},
1023 "me-south-1": endpoint{},
961 "sa-east-1": endpoint{}, 1024 "sa-east-1": endpoint{},
962 "us-east-1": endpoint{}, 1025 "us-east-1": endpoint{},
963 "us-east-2": endpoint{}, 1026 "us-east-2": endpoint{},
@@ -971,6 +1034,19 @@ var awsPartition = partition{
971 "us-east-1": endpoint{}, 1034 "us-east-1": endpoint{},
972 }, 1035 },
973 }, 1036 },
1037 "data.mediastore": service{
1038
1039 Endpoints: endpoints{
1040 "ap-northeast-1": endpoint{},
1041 "ap-northeast-2": endpoint{},
1042 "ap-southeast-2": endpoint{},
1043 "eu-central-1": endpoint{},
1044 "eu-north-1": endpoint{},
1045 "eu-west-1": endpoint{},
1046 "us-east-1": endpoint{},
1047 "us-west-2": endpoint{},
1048 },
1049 },
974 "datapipeline": service{ 1050 "datapipeline": service{
975 1051
976 Endpoints: endpoints{ 1052 Endpoints: endpoints{
@@ -1032,6 +1108,7 @@ var awsPartition = partition{
1032 "eu-west-1": endpoint{}, 1108 "eu-west-1": endpoint{},
1033 "eu-west-2": endpoint{}, 1109 "eu-west-2": endpoint{},
1034 "eu-west-3": endpoint{}, 1110 "eu-west-3": endpoint{},
1111 "me-south-1": endpoint{},
1035 "sa-east-1": endpoint{}, 1112 "sa-east-1": endpoint{},
1036 "us-east-1": endpoint{}, 1113 "us-east-1": endpoint{},
1037 "us-east-2": endpoint{}, 1114 "us-east-2": endpoint{},
@@ -1060,6 +1137,7 @@ var awsPartition = partition{
1060 "eu-west-1": endpoint{}, 1137 "eu-west-1": endpoint{},
1061 "eu-west-2": endpoint{}, 1138 "eu-west-2": endpoint{},
1062 "eu-west-3": endpoint{}, 1139 "eu-west-3": endpoint{},
1140 "me-south-1": endpoint{},
1063 "sa-east-1": endpoint{}, 1141 "sa-east-1": endpoint{},
1064 "us-east-1": endpoint{}, 1142 "us-east-1": endpoint{},
1065 "us-east-2": endpoint{}, 1143 "us-east-2": endpoint{},
@@ -1070,6 +1148,24 @@ var awsPartition = partition{
1070 "docdb": service{ 1148 "docdb": service{
1071 1149
1072 Endpoints: endpoints{ 1150 Endpoints: endpoints{
1151 "ap-northeast-1": endpoint{
1152 Hostname: "rds.ap-northeast-1.amazonaws.com",
1153 CredentialScope: credentialScope{
1154 Region: "ap-northeast-1",
1155 },
1156 },
1157 "ap-northeast-2": endpoint{
1158 Hostname: "rds.ap-northeast-2.amazonaws.com",
1159 CredentialScope: credentialScope{
1160 Region: "ap-northeast-2",
1161 },
1162 },
1163 "ap-southeast-2": endpoint{
1164 Hostname: "rds.ap-southeast-2.amazonaws.com",
1165 CredentialScope: credentialScope{
1166 Region: "ap-southeast-2",
1167 },
1168 },
1073 "eu-central-1": endpoint{ 1169 "eu-central-1": endpoint{
1074 Hostname: "rds.eu-central-1.amazonaws.com", 1170 Hostname: "rds.eu-central-1.amazonaws.com",
1075 CredentialScope: credentialScope{ 1171 CredentialScope: credentialScope{
@@ -1082,6 +1178,12 @@ var awsPartition = partition{
1082 Region: "eu-west-1", 1178 Region: "eu-west-1",
1083 }, 1179 },
1084 }, 1180 },
1181 "eu-west-2": endpoint{
1182 Hostname: "rds.eu-west-2.amazonaws.com",
1183 CredentialScope: credentialScope{
1184 Region: "eu-west-2",
1185 },
1186 },
1085 "us-east-1": endpoint{ 1187 "us-east-1": endpoint{
1086 Hostname: "rds.us-east-1.amazonaws.com", 1188 Hostname: "rds.us-east-1.amazonaws.com",
1087 CredentialScope: credentialScope{ 1189 CredentialScope: credentialScope{
@@ -1112,6 +1214,7 @@ var awsPartition = partition{
1112 "ap-southeast-2": endpoint{}, 1214 "ap-southeast-2": endpoint{},
1113 "ca-central-1": endpoint{}, 1215 "ca-central-1": endpoint{},
1114 "eu-central-1": endpoint{}, 1216 "eu-central-1": endpoint{},
1217 "eu-north-1": endpoint{},
1115 "eu-west-1": endpoint{}, 1218 "eu-west-1": endpoint{},
1116 "eu-west-2": endpoint{}, 1219 "eu-west-2": endpoint{},
1117 "sa-east-1": endpoint{}, 1220 "sa-east-1": endpoint{},
@@ -1133,11 +1236,17 @@ var awsPartition = partition{
1133 "ap-southeast-1": endpoint{}, 1236 "ap-southeast-1": endpoint{},
1134 "ap-southeast-2": endpoint{}, 1237 "ap-southeast-2": endpoint{},
1135 "ca-central-1": endpoint{}, 1238 "ca-central-1": endpoint{},
1136 "eu-central-1": endpoint{}, 1239 "ca-central-1-fips": endpoint{
1137 "eu-north-1": endpoint{}, 1240 Hostname: "dynamodb-fips.ca-central-1.amazonaws.com",
1138 "eu-west-1": endpoint{}, 1241 CredentialScope: credentialScope{
1139 "eu-west-2": endpoint{}, 1242 Region: "ca-central-1",
1140 "eu-west-3": endpoint{}, 1243 },
1244 },
1245 "eu-central-1": endpoint{},
1246 "eu-north-1": endpoint{},
1247 "eu-west-1": endpoint{},
1248 "eu-west-2": endpoint{},
1249 "eu-west-3": endpoint{},
1141 "local": endpoint{ 1250 "local": endpoint{
1142 Hostname: "localhost:8000", 1251 Hostname: "localhost:8000",
1143 Protocols: []string{"http"}, 1252 Protocols: []string{"http"},
@@ -1145,11 +1254,36 @@ var awsPartition = partition{
1145 Region: "us-east-1", 1254 Region: "us-east-1",
1146 }, 1255 },
1147 }, 1256 },
1148 "sa-east-1": endpoint{}, 1257 "me-south-1": endpoint{},
1149 "us-east-1": endpoint{}, 1258 "sa-east-1": endpoint{},
1259 "us-east-1": endpoint{},
1260 "us-east-1-fips": endpoint{
1261 Hostname: "dynamodb-fips.us-east-1.amazonaws.com",
1262 CredentialScope: credentialScope{
1263 Region: "us-east-1",
1264 },
1265 },
1150 "us-east-2": endpoint{}, 1266 "us-east-2": endpoint{},
1267 "us-east-2-fips": endpoint{
1268 Hostname: "dynamodb-fips.us-east-2.amazonaws.com",
1269 CredentialScope: credentialScope{
1270 Region: "us-east-2",
1271 },
1272 },
1151 "us-west-1": endpoint{}, 1273 "us-west-1": endpoint{},
1274 "us-west-1-fips": endpoint{
1275 Hostname: "dynamodb-fips.us-west-1.amazonaws.com",
1276 CredentialScope: credentialScope{
1277 Region: "us-west-1",
1278 },
1279 },
1152 "us-west-2": endpoint{}, 1280 "us-west-2": endpoint{},
1281 "us-west-2-fips": endpoint{
1282 Hostname: "dynamodb-fips.us-west-2.amazonaws.com",
1283 CredentialScope: credentialScope{
1284 Region: "us-west-2",
1285 },
1286 },
1153 }, 1287 },
1154 }, 1288 },
1155 "ec2": service{ 1289 "ec2": service{
@@ -1169,6 +1303,7 @@ var awsPartition = partition{
1169 "eu-west-1": endpoint{}, 1303 "eu-west-1": endpoint{},
1170 "eu-west-2": endpoint{}, 1304 "eu-west-2": endpoint{},
1171 "eu-west-3": endpoint{}, 1305 "eu-west-3": endpoint{},
1306 "me-south-1": endpoint{},
1172 "sa-east-1": endpoint{}, 1307 "sa-east-1": endpoint{},
1173 "us-east-1": endpoint{}, 1308 "us-east-1": endpoint{},
1174 "us-east-2": endpoint{}, 1309 "us-east-2": endpoint{},
@@ -1202,6 +1337,7 @@ var awsPartition = partition{
1202 "eu-west-1": endpoint{}, 1337 "eu-west-1": endpoint{},
1203 "eu-west-2": endpoint{}, 1338 "eu-west-2": endpoint{},
1204 "eu-west-3": endpoint{}, 1339 "eu-west-3": endpoint{},
1340 "me-south-1": endpoint{},
1205 "sa-east-1": endpoint{}, 1341 "sa-east-1": endpoint{},
1206 "us-east-1": endpoint{}, 1342 "us-east-1": endpoint{},
1207 "us-east-2": endpoint{}, 1343 "us-east-2": endpoint{},
@@ -1230,16 +1366,18 @@ var awsPartition = partition{
1230 Region: "us-west-1", 1366 Region: "us-west-1",
1231 }, 1367 },
1232 }, 1368 },
1233 "sa-east-1": endpoint{}, 1369 "me-south-1": endpoint{},
1234 "us-east-1": endpoint{}, 1370 "sa-east-1": endpoint{},
1235 "us-east-2": endpoint{}, 1371 "us-east-1": endpoint{},
1236 "us-west-1": endpoint{}, 1372 "us-east-2": endpoint{},
1237 "us-west-2": endpoint{}, 1373 "us-west-1": endpoint{},
1374 "us-west-2": endpoint{},
1238 }, 1375 },
1239 }, 1376 },
1240 "elasticbeanstalk": service{ 1377 "elasticbeanstalk": service{
1241 1378
1242 Endpoints: endpoints{ 1379 Endpoints: endpoints{
1380 "ap-east-1": endpoint{},
1243 "ap-northeast-1": endpoint{}, 1381 "ap-northeast-1": endpoint{},
1244 "ap-northeast-2": endpoint{}, 1382 "ap-northeast-2": endpoint{},
1245 "ap-south-1": endpoint{}, 1383 "ap-south-1": endpoint{},
@@ -1251,6 +1389,7 @@ var awsPartition = partition{
1251 "eu-west-1": endpoint{}, 1389 "eu-west-1": endpoint{},
1252 "eu-west-2": endpoint{}, 1390 "eu-west-2": endpoint{},
1253 "eu-west-3": endpoint{}, 1391 "eu-west-3": endpoint{},
1392 "me-south-1": endpoint{},
1254 "sa-east-1": endpoint{}, 1393 "sa-east-1": endpoint{},
1255 "us-east-1": endpoint{}, 1394 "us-east-1": endpoint{},
1256 "us-east-2": endpoint{}, 1395 "us-east-2": endpoint{},
@@ -1263,11 +1402,14 @@ var awsPartition = partition{
1263 Endpoints: endpoints{ 1402 Endpoints: endpoints{
1264 "ap-northeast-1": endpoint{}, 1403 "ap-northeast-1": endpoint{},
1265 "ap-northeast-2": endpoint{}, 1404 "ap-northeast-2": endpoint{},
1405 "ap-south-1": endpoint{},
1266 "ap-southeast-1": endpoint{}, 1406 "ap-southeast-1": endpoint{},
1267 "ap-southeast-2": endpoint{}, 1407 "ap-southeast-2": endpoint{},
1408 "ca-central-1": endpoint{},
1268 "eu-central-1": endpoint{}, 1409 "eu-central-1": endpoint{},
1269 "eu-west-1": endpoint{}, 1410 "eu-west-1": endpoint{},
1270 "eu-west-2": endpoint{}, 1411 "eu-west-2": endpoint{},
1412 "eu-west-3": endpoint{},
1271 "us-east-1": endpoint{}, 1413 "us-east-1": endpoint{},
1272 "us-east-2": endpoint{}, 1414 "us-east-2": endpoint{},
1273 "us-west-1": endpoint{}, 1415 "us-west-1": endpoint{},
@@ -1291,6 +1433,7 @@ var awsPartition = partition{
1291 "eu-west-1": endpoint{}, 1433 "eu-west-1": endpoint{},
1292 "eu-west-2": endpoint{}, 1434 "eu-west-2": endpoint{},
1293 "eu-west-3": endpoint{}, 1435 "eu-west-3": endpoint{},
1436 "me-south-1": endpoint{},
1294 "sa-east-1": endpoint{}, 1437 "sa-east-1": endpoint{},
1295 "us-east-1": endpoint{}, 1438 "us-east-1": endpoint{},
1296 "us-east-2": endpoint{}, 1439 "us-east-2": endpoint{},
@@ -1318,6 +1461,7 @@ var awsPartition = partition{
1318 "eu-west-1": endpoint{}, 1461 "eu-west-1": endpoint{},
1319 "eu-west-2": endpoint{}, 1462 "eu-west-2": endpoint{},
1320 "eu-west-3": endpoint{}, 1463 "eu-west-3": endpoint{},
1464 "me-south-1": endpoint{},
1321 "sa-east-1": endpoint{}, 1465 "sa-east-1": endpoint{},
1322 "us-east-1": endpoint{ 1466 "us-east-1": endpoint{
1323 SSLCommonName: "{service}.{region}.{dnsSuffix}", 1467 SSLCommonName: "{service}.{region}.{dnsSuffix}",
@@ -1343,10 +1487,12 @@ var awsPartition = partition{
1343 "email": service{ 1487 "email": service{
1344 1488
1345 Endpoints: endpoints{ 1489 Endpoints: endpoints{
1346 "eu-central-1": endpoint{}, 1490 "ap-south-1": endpoint{},
1347 "eu-west-1": endpoint{}, 1491 "ap-southeast-2": endpoint{},
1348 "us-east-1": endpoint{}, 1492 "eu-central-1": endpoint{},
1349 "us-west-2": endpoint{}, 1493 "eu-west-1": endpoint{},
1494 "us-east-1": endpoint{},
1495 "us-west-2": endpoint{},
1350 }, 1496 },
1351 }, 1497 },
1352 "entitlement.marketplace": service{ 1498 "entitlement.marketplace": service{
@@ -1402,6 +1548,7 @@ var awsPartition = partition{
1402 "eu-west-1": endpoint{}, 1548 "eu-west-1": endpoint{},
1403 "eu-west-2": endpoint{}, 1549 "eu-west-2": endpoint{},
1404 "eu-west-3": endpoint{}, 1550 "eu-west-3": endpoint{},
1551 "me-south-1": endpoint{},
1405 "sa-east-1": endpoint{}, 1552 "sa-east-1": endpoint{},
1406 "us-east-1": endpoint{}, 1553 "us-east-1": endpoint{},
1407 "us-east-2": endpoint{}, 1554 "us-east-2": endpoint{},
@@ -1419,6 +1566,7 @@ var awsPartition = partition{
1419 "ap-southeast-2": endpoint{}, 1566 "ap-southeast-2": endpoint{},
1420 "ca-central-1": endpoint{}, 1567 "ca-central-1": endpoint{},
1421 "eu-central-1": endpoint{}, 1568 "eu-central-1": endpoint{},
1569 "eu-north-1": endpoint{},
1422 "eu-west-1": endpoint{}, 1570 "eu-west-1": endpoint{},
1423 "eu-west-2": endpoint{}, 1571 "eu-west-2": endpoint{},
1424 "eu-west-3": endpoint{}, 1572 "eu-west-3": endpoint{},
@@ -1435,11 +1583,15 @@ var awsPartition = partition{
1435 }, 1583 },
1436 Endpoints: endpoints{ 1584 Endpoints: endpoints{
1437 "ap-northeast-1": endpoint{}, 1585 "ap-northeast-1": endpoint{},
1586 "ap-northeast-2": endpoint{},
1587 "ap-southeast-1": endpoint{},
1438 "ap-southeast-2": endpoint{}, 1588 "ap-southeast-2": endpoint{},
1439 "eu-central-1": endpoint{}, 1589 "eu-central-1": endpoint{},
1440 "eu-west-1": endpoint{}, 1590 "eu-west-1": endpoint{},
1591 "eu-west-2": endpoint{},
1441 "us-east-1": endpoint{}, 1592 "us-east-1": endpoint{},
1442 "us-east-2": endpoint{}, 1593 "us-east-2": endpoint{},
1594 "us-west-1": endpoint{},
1443 "us-west-2": endpoint{}, 1595 "us-west-2": endpoint{},
1444 }, 1596 },
1445 }, 1597 },
@@ -1447,10 +1599,14 @@ var awsPartition = partition{
1447 1599
1448 Endpoints: endpoints{ 1600 Endpoints: endpoints{
1449 "ap-northeast-1": endpoint{}, 1601 "ap-northeast-1": endpoint{},
1602 "ap-southeast-1": endpoint{},
1450 "ap-southeast-2": endpoint{}, 1603 "ap-southeast-2": endpoint{},
1604 "eu-central-1": endpoint{},
1451 "eu-west-1": endpoint{}, 1605 "eu-west-1": endpoint{},
1606 "eu-west-2": endpoint{},
1452 "us-east-1": endpoint{}, 1607 "us-east-1": endpoint{},
1453 "us-east-2": endpoint{}, 1608 "us-east-2": endpoint{},
1609 "us-west-1": endpoint{},
1454 "us-west-2": endpoint{}, 1610 "us-west-2": endpoint{},
1455 }, 1611 },
1456 }, 1612 },
@@ -1490,6 +1646,7 @@ var awsPartition = partition{
1490 "eu-west-1": endpoint{}, 1646 "eu-west-1": endpoint{},
1491 "eu-west-2": endpoint{}, 1647 "eu-west-2": endpoint{},
1492 "eu-west-3": endpoint{}, 1648 "eu-west-3": endpoint{},
1649 "me-south-1": endpoint{},
1493 "sa-east-1": endpoint{}, 1650 "sa-east-1": endpoint{},
1494 "us-east-1": endpoint{}, 1651 "us-east-1": endpoint{},
1495 "us-east-2": endpoint{}, 1652 "us-east-2": endpoint{},
@@ -1500,6 +1657,7 @@ var awsPartition = partition{
1500 "glue": service{ 1657 "glue": service{
1501 1658
1502 Endpoints: endpoints{ 1659 Endpoints: endpoints{
1660 "ap-east-1": endpoint{},
1503 "ap-northeast-1": endpoint{}, 1661 "ap-northeast-1": endpoint{},
1504 "ap-northeast-2": endpoint{}, 1662 "ap-northeast-2": endpoint{},
1505 "ap-south-1": endpoint{}, 1663 "ap-south-1": endpoint{},
@@ -1507,9 +1665,11 @@ var awsPartition = partition{
1507 "ap-southeast-2": endpoint{}, 1665 "ap-southeast-2": endpoint{},
1508 "ca-central-1": endpoint{}, 1666 "ca-central-1": endpoint{},
1509 "eu-central-1": endpoint{}, 1667 "eu-central-1": endpoint{},
1668 "eu-north-1": endpoint{},
1510 "eu-west-1": endpoint{}, 1669 "eu-west-1": endpoint{},
1511 "eu-west-2": endpoint{}, 1670 "eu-west-2": endpoint{},
1512 "eu-west-3": endpoint{}, 1671 "eu-west-3": endpoint{},
1672 "sa-east-1": endpoint{},
1513 "us-east-1": endpoint{}, 1673 "us-east-1": endpoint{},
1514 "us-east-2": endpoint{}, 1674 "us-east-2": endpoint{},
1515 "us-west-1": endpoint{}, 1675 "us-west-1": endpoint{},
@@ -1523,19 +1683,32 @@ var awsPartition = partition{
1523 }, 1683 },
1524 Endpoints: endpoints{ 1684 Endpoints: endpoints{
1525 "ap-northeast-1": endpoint{}, 1685 "ap-northeast-1": endpoint{},
1686 "ap-northeast-2": endpoint{},
1687 "ap-south-1": endpoint{},
1688 "ap-southeast-1": endpoint{},
1526 "ap-southeast-2": endpoint{}, 1689 "ap-southeast-2": endpoint{},
1527 "eu-central-1": endpoint{}, 1690 "eu-central-1": endpoint{},
1528 "eu-west-1": endpoint{}, 1691 "eu-west-1": endpoint{},
1692 "eu-west-2": endpoint{},
1529 "us-east-1": endpoint{}, 1693 "us-east-1": endpoint{},
1694 "us-east-2": endpoint{},
1530 "us-west-2": endpoint{}, 1695 "us-west-2": endpoint{},
1531 }, 1696 },
1532 }, 1697 },
1698 "groundstation": service{
1699
1700 Endpoints: endpoints{
1701 "us-east-2": endpoint{},
1702 "us-west-2": endpoint{},
1703 },
1704 },
1533 "guardduty": service{ 1705 "guardduty": service{
1534 IsRegionalized: boxedTrue, 1706 IsRegionalized: boxedTrue,
1535 Defaults: endpoint{ 1707 Defaults: endpoint{
1536 Protocols: []string{"https"}, 1708 Protocols: []string{"https"},
1537 }, 1709 },
1538 Endpoints: endpoints{ 1710 Endpoints: endpoints{
1711 "ap-east-1": endpoint{},
1539 "ap-northeast-1": endpoint{}, 1712 "ap-northeast-1": endpoint{},
1540 "ap-northeast-2": endpoint{}, 1713 "ap-northeast-2": endpoint{},
1541 "ap-south-1": endpoint{}, 1714 "ap-south-1": endpoint{},
@@ -1543,6 +1716,7 @@ var awsPartition = partition{
1543 "ap-southeast-2": endpoint{}, 1716 "ap-southeast-2": endpoint{},
1544 "ca-central-1": endpoint{}, 1717 "ca-central-1": endpoint{},
1545 "eu-central-1": endpoint{}, 1718 "eu-central-1": endpoint{},
1719 "eu-north-1": endpoint{},
1546 "eu-west-1": endpoint{}, 1720 "eu-west-1": endpoint{},
1547 "eu-west-2": endpoint{}, 1721 "eu-west-2": endpoint{},
1548 "eu-west-3": endpoint{}, 1722 "eu-west-3": endpoint{},
@@ -1595,7 +1769,9 @@ var awsPartition = partition{
1595 "ap-south-1": endpoint{}, 1769 "ap-south-1": endpoint{},
1596 "ap-southeast-2": endpoint{}, 1770 "ap-southeast-2": endpoint{},
1597 "eu-central-1": endpoint{}, 1771 "eu-central-1": endpoint{},
1772 "eu-north-1": endpoint{},
1598 "eu-west-1": endpoint{}, 1773 "eu-west-1": endpoint{},
1774 "eu-west-2": endpoint{},
1599 "us-east-1": endpoint{}, 1775 "us-east-1": endpoint{},
1600 "us-east-2": endpoint{}, 1776 "us-east-2": endpoint{},
1601 "us-west-1": endpoint{}, 1777 "us-west-1": endpoint{},
@@ -1614,11 +1790,16 @@ var awsPartition = partition{
1614 "ap-south-1": endpoint{}, 1790 "ap-south-1": endpoint{},
1615 "ap-southeast-1": endpoint{}, 1791 "ap-southeast-1": endpoint{},
1616 "ap-southeast-2": endpoint{}, 1792 "ap-southeast-2": endpoint{},
1793 "ca-central-1": endpoint{},
1617 "eu-central-1": endpoint{}, 1794 "eu-central-1": endpoint{},
1795 "eu-north-1": endpoint{},
1618 "eu-west-1": endpoint{}, 1796 "eu-west-1": endpoint{},
1619 "eu-west-2": endpoint{}, 1797 "eu-west-2": endpoint{},
1798 "eu-west-3": endpoint{},
1799 "sa-east-1": endpoint{},
1620 "us-east-1": endpoint{}, 1800 "us-east-1": endpoint{},
1621 "us-east-2": endpoint{}, 1801 "us-east-2": endpoint{},
1802 "us-west-1": endpoint{},
1622 "us-west-2": endpoint{}, 1803 "us-west-2": endpoint{},
1623 }, 1804 },
1624 }, 1805 },
@@ -1633,6 +1814,95 @@ var awsPartition = partition{
1633 "us-west-2": endpoint{}, 1814 "us-west-2": endpoint{},
1634 }, 1815 },
1635 }, 1816 },
1817 "iotevents": service{
1818
1819 Endpoints: endpoints{
1820 "ap-northeast-1": endpoint{},
1821 "ap-southeast-2": endpoint{},
1822 "eu-central-1": endpoint{},
1823 "eu-west-1": endpoint{},
1824 "us-east-1": endpoint{},
1825 "us-east-2": endpoint{},
1826 "us-west-2": endpoint{},
1827 },
1828 },
1829 "ioteventsdata": service{
1830
1831 Endpoints: endpoints{
1832 "ap-northeast-1": endpoint{
1833 Hostname: "data.iotevents.ap-northeast-1.amazonaws.com",
1834 CredentialScope: credentialScope{
1835 Region: "ap-northeast-1",
1836 },
1837 },
1838 "ap-southeast-2": endpoint{
1839 Hostname: "data.iotevents.ap-southeast-2.amazonaws.com",
1840 CredentialScope: credentialScope{
1841 Region: "ap-southeast-2",
1842 },
1843 },
1844 "eu-central-1": endpoint{
1845 Hostname: "data.iotevents.eu-central-1.amazonaws.com",
1846 CredentialScope: credentialScope{
1847 Region: "eu-central-1",
1848 },
1849 },
1850 "eu-west-1": endpoint{
1851 Hostname: "data.iotevents.eu-west-1.amazonaws.com",
1852 CredentialScope: credentialScope{
1853 Region: "eu-west-1",
1854 },
1855 },
1856 "us-east-1": endpoint{
1857 Hostname: "data.iotevents.us-east-1.amazonaws.com",
1858 CredentialScope: credentialScope{
1859 Region: "us-east-1",
1860 },
1861 },
1862 "us-east-2": endpoint{
1863 Hostname: "data.iotevents.us-east-2.amazonaws.com",
1864 CredentialScope: credentialScope{
1865 Region: "us-east-2",
1866 },
1867 },
1868 "us-west-2": endpoint{
1869 Hostname: "data.iotevents.us-west-2.amazonaws.com",
1870 CredentialScope: credentialScope{
1871 Region: "us-west-2",
1872 },
1873 },
1874 },
1875 },
1876 "iotthingsgraph": service{
1877 Defaults: endpoint{
1878 CredentialScope: credentialScope{
1879 Service: "iotthingsgraph",
1880 },
1881 },
1882 Endpoints: endpoints{
1883 "ap-northeast-1": endpoint{},
1884 "ap-southeast-2": endpoint{},
1885 "eu-west-1": endpoint{},
1886 "us-east-1": endpoint{},
1887 "us-west-2": endpoint{},
1888 },
1889 },
1890 "kafka": service{
1891
1892 Endpoints: endpoints{
1893 "ap-northeast-1": endpoint{},
1894 "ap-southeast-1": endpoint{},
1895 "ap-southeast-2": endpoint{},
1896 "eu-central-1": endpoint{},
1897 "eu-north-1": endpoint{},
1898 "eu-west-1": endpoint{},
1899 "eu-west-2": endpoint{},
1900 "eu-west-3": endpoint{},
1901 "us-east-1": endpoint{},
1902 "us-east-2": endpoint{},
1903 "us-west-2": endpoint{},
1904 },
1905 },
1636 "kinesis": service{ 1906 "kinesis": service{
1637 1907
1638 Endpoints: endpoints{ 1908 Endpoints: endpoints{
@@ -1648,6 +1918,7 @@ var awsPartition = partition{
1648 "eu-west-1": endpoint{}, 1918 "eu-west-1": endpoint{},
1649 "eu-west-2": endpoint{}, 1919 "eu-west-2": endpoint{},
1650 "eu-west-3": endpoint{}, 1920 "eu-west-3": endpoint{},
1921 "me-south-1": endpoint{},
1651 "sa-east-1": endpoint{}, 1922 "sa-east-1": endpoint{},
1652 "us-east-1": endpoint{}, 1923 "us-east-1": endpoint{},
1653 "us-east-2": endpoint{}, 1924 "us-east-2": endpoint{},
@@ -1658,11 +1929,16 @@ var awsPartition = partition{
1658 "kinesisanalytics": service{ 1929 "kinesisanalytics": service{
1659 1930
1660 Endpoints: endpoints{ 1931 Endpoints: endpoints{
1661 "eu-central-1": endpoint{}, 1932 "ap-northeast-1": endpoint{},
1662 "eu-west-1": endpoint{}, 1933 "ap-northeast-2": endpoint{},
1663 "us-east-1": endpoint{}, 1934 "ap-southeast-1": endpoint{},
1664 "us-east-2": endpoint{}, 1935 "ap-southeast-2": endpoint{},
1665 "us-west-2": endpoint{}, 1936 "eu-central-1": endpoint{},
1937 "eu-west-1": endpoint{},
1938 "eu-west-2": endpoint{},
1939 "us-east-1": endpoint{},
1940 "us-east-2": endpoint{},
1941 "us-west-2": endpoint{},
1666 }, 1942 },
1667 }, 1943 },
1668 "kinesisvideo": service{ 1944 "kinesisvideo": service{
@@ -1679,12 +1955,6 @@ var awsPartition = partition{
1679 "kms": service{ 1955 "kms": service{
1680 1956
1681 Endpoints: endpoints{ 1957 Endpoints: endpoints{
1682 "ProdFips": endpoint{
1683 Hostname: "kms-fips.ca-central-1.amazonaws.com",
1684 CredentialScope: credentialScope{
1685 Region: "ca-central-1",
1686 },
1687 },
1688 "ap-east-1": endpoint{}, 1958 "ap-east-1": endpoint{},
1689 "ap-northeast-1": endpoint{}, 1959 "ap-northeast-1": endpoint{},
1690 "ap-northeast-2": endpoint{}, 1960 "ap-northeast-2": endpoint{},
@@ -1697,6 +1967,7 @@ var awsPartition = partition{
1697 "eu-west-1": endpoint{}, 1967 "eu-west-1": endpoint{},
1698 "eu-west-2": endpoint{}, 1968 "eu-west-2": endpoint{},
1699 "eu-west-3": endpoint{}, 1969 "eu-west-3": endpoint{},
1970 "me-south-1": endpoint{},
1700 "sa-east-1": endpoint{}, 1971 "sa-east-1": endpoint{},
1701 "us-east-1": endpoint{}, 1972 "us-east-1": endpoint{},
1702 "us-east-2": endpoint{}, 1973 "us-east-2": endpoint{},
@@ -1719,6 +1990,7 @@ var awsPartition = partition{
1719 "eu-west-1": endpoint{}, 1990 "eu-west-1": endpoint{},
1720 "eu-west-2": endpoint{}, 1991 "eu-west-2": endpoint{},
1721 "eu-west-3": endpoint{}, 1992 "eu-west-3": endpoint{},
1993 "me-south-1": endpoint{},
1722 "sa-east-1": endpoint{}, 1994 "sa-east-1": endpoint{},
1723 "us-east-1": endpoint{}, 1995 "us-east-1": endpoint{},
1724 "us-east-2": endpoint{}, 1996 "us-east-2": endpoint{},
@@ -1729,16 +2001,22 @@ var awsPartition = partition{
1729 "license-manager": service{ 2001 "license-manager": service{
1730 2002
1731 Endpoints: endpoints{ 2003 Endpoints: endpoints{
2004 "ap-east-1": endpoint{},
1732 "ap-northeast-1": endpoint{}, 2005 "ap-northeast-1": endpoint{},
1733 "ap-northeast-2": endpoint{}, 2006 "ap-northeast-2": endpoint{},
1734 "ap-south-1": endpoint{}, 2007 "ap-south-1": endpoint{},
1735 "ap-southeast-1": endpoint{}, 2008 "ap-southeast-1": endpoint{},
1736 "ap-southeast-2": endpoint{}, 2009 "ap-southeast-2": endpoint{},
2010 "ca-central-1": endpoint{},
1737 "eu-central-1": endpoint{}, 2011 "eu-central-1": endpoint{},
2012 "eu-north-1": endpoint{},
1738 "eu-west-1": endpoint{}, 2013 "eu-west-1": endpoint{},
1739 "eu-west-2": endpoint{}, 2014 "eu-west-2": endpoint{},
2015 "eu-west-3": endpoint{},
2016 "sa-east-1": endpoint{},
1740 "us-east-1": endpoint{}, 2017 "us-east-1": endpoint{},
1741 "us-east-2": endpoint{}, 2018 "us-east-2": endpoint{},
2019 "us-west-1": endpoint{},
1742 "us-west-2": endpoint{}, 2020 "us-west-2": endpoint{},
1743 }, 2021 },
1744 }, 2022 },
@@ -1775,6 +2053,7 @@ var awsPartition = partition{
1775 "eu-west-1": endpoint{}, 2053 "eu-west-1": endpoint{},
1776 "eu-west-2": endpoint{}, 2054 "eu-west-2": endpoint{},
1777 "eu-west-3": endpoint{}, 2055 "eu-west-3": endpoint{},
2056 "me-south-1": endpoint{},
1778 "sa-east-1": endpoint{}, 2057 "sa-east-1": endpoint{},
1779 "us-east-1": endpoint{}, 2058 "us-east-1": endpoint{},
1780 "us-east-2": endpoint{}, 2059 "us-east-2": endpoint{},
@@ -1843,6 +2122,7 @@ var awsPartition = partition{
1843 "ap-southeast-1": endpoint{}, 2122 "ap-southeast-1": endpoint{},
1844 "ap-southeast-2": endpoint{}, 2123 "ap-southeast-2": endpoint{},
1845 "eu-central-1": endpoint{}, 2124 "eu-central-1": endpoint{},
2125 "eu-north-1": endpoint{},
1846 "eu-west-1": endpoint{}, 2126 "eu-west-1": endpoint{},
1847 "sa-east-1": endpoint{}, 2127 "sa-east-1": endpoint{},
1848 "us-east-1": endpoint{}, 2128 "us-east-1": endpoint{},
@@ -1873,6 +2153,7 @@ var awsPartition = partition{
1873 "ap-northeast-2": endpoint{}, 2153 "ap-northeast-2": endpoint{},
1874 "ap-southeast-2": endpoint{}, 2154 "ap-southeast-2": endpoint{},
1875 "eu-central-1": endpoint{}, 2155 "eu-central-1": endpoint{},
2156 "eu-north-1": endpoint{},
1876 "eu-west-1": endpoint{}, 2157 "eu-west-1": endpoint{},
1877 "us-east-1": endpoint{}, 2158 "us-east-1": endpoint{},
1878 "us-west-2": endpoint{}, 2159 "us-west-2": endpoint{},
@@ -1945,6 +2226,7 @@ var awsPartition = partition{
1945 "eu-west-1": endpoint{}, 2226 "eu-west-1": endpoint{},
1946 "eu-west-2": endpoint{}, 2227 "eu-west-2": endpoint{},
1947 "eu-west-3": endpoint{}, 2228 "eu-west-3": endpoint{},
2229 "me-south-1": endpoint{},
1948 "sa-east-1": endpoint{}, 2230 "sa-east-1": endpoint{},
1949 "us-east-1": endpoint{}, 2231 "us-east-1": endpoint{},
1950 "us-east-2": endpoint{}, 2232 "us-east-2": endpoint{},
@@ -1957,11 +2239,14 @@ var awsPartition = partition{
1957 Endpoints: endpoints{ 2239 Endpoints: endpoints{
1958 "ap-northeast-1": endpoint{}, 2240 "ap-northeast-1": endpoint{},
1959 "ap-northeast-2": endpoint{}, 2241 "ap-northeast-2": endpoint{},
2242 "ap-south-1": endpoint{},
1960 "ap-southeast-1": endpoint{}, 2243 "ap-southeast-1": endpoint{},
1961 "ap-southeast-2": endpoint{}, 2244 "ap-southeast-2": endpoint{},
2245 "ca-central-1": endpoint{},
1962 "eu-central-1": endpoint{}, 2246 "eu-central-1": endpoint{},
1963 "eu-west-1": endpoint{}, 2247 "eu-west-1": endpoint{},
1964 "eu-west-2": endpoint{}, 2248 "eu-west-2": endpoint{},
2249 "eu-west-3": endpoint{},
1965 "us-east-1": endpoint{}, 2250 "us-east-1": endpoint{},
1966 "us-east-2": endpoint{}, 2251 "us-east-2": endpoint{},
1967 "us-west-1": endpoint{}, 2252 "us-west-1": endpoint{},
@@ -1987,6 +2272,12 @@ var awsPartition = partition{
1987 Region: "ap-northeast-1", 2272 Region: "ap-northeast-1",
1988 }, 2273 },
1989 }, 2274 },
2275 "ap-northeast-2": endpoint{
2276 Hostname: "rds.ap-northeast-2.amazonaws.com",
2277 CredentialScope: credentialScope{
2278 Region: "ap-northeast-2",
2279 },
2280 },
1990 "ap-south-1": endpoint{ 2281 "ap-south-1": endpoint{
1991 Hostname: "rds.ap-south-1.amazonaws.com", 2282 Hostname: "rds.ap-south-1.amazonaws.com",
1992 CredentialScope: credentialScope{ 2283 CredentialScope: credentialScope{
@@ -2011,6 +2302,12 @@ var awsPartition = partition{
2011 Region: "eu-central-1", 2302 Region: "eu-central-1",
2012 }, 2303 },
2013 }, 2304 },
2305 "eu-north-1": endpoint{
2306 Hostname: "rds.eu-north-1.amazonaws.com",
2307 CredentialScope: credentialScope{
2308 Region: "eu-north-1",
2309 },
2310 },
2014 "eu-west-1": endpoint{ 2311 "eu-west-1": endpoint{
2015 Hostname: "rds.eu-west-1.amazonaws.com", 2312 Hostname: "rds.eu-west-1.amazonaws.com",
2016 CredentialScope: credentialScope{ 2313 CredentialScope: credentialScope{
@@ -2126,6 +2423,38 @@ var awsPartition = partition{
2126 "us-west-2": endpoint{}, 2423 "us-west-2": endpoint{},
2127 }, 2424 },
2128 }, 2425 },
2426 "projects.iot1click": service{
2427
2428 Endpoints: endpoints{
2429 "ap-northeast-1": endpoint{},
2430 "eu-central-1": endpoint{},
2431 "eu-west-1": endpoint{},
2432 "eu-west-2": endpoint{},
2433 "us-east-1": endpoint{},
2434 "us-east-2": endpoint{},
2435 "us-west-2": endpoint{},
2436 },
2437 },
2438 "ram": service{
2439
2440 Endpoints: endpoints{
2441 "ap-northeast-1": endpoint{},
2442 "ap-northeast-2": endpoint{},
2443 "ap-south-1": endpoint{},
2444 "ap-southeast-1": endpoint{},
2445 "ap-southeast-2": endpoint{},
2446 "ca-central-1": endpoint{},
2447 "eu-central-1": endpoint{},
2448 "eu-north-1": endpoint{},
2449 "eu-west-1": endpoint{},
2450 "eu-west-2": endpoint{},
2451 "eu-west-3": endpoint{},
2452 "us-east-1": endpoint{},
2453 "us-east-2": endpoint{},
2454 "us-west-1": endpoint{},
2455 "us-west-2": endpoint{},
2456 },
2457 },
2129 "rds": service{ 2458 "rds": service{
2130 2459
2131 Endpoints: endpoints{ 2460 Endpoints: endpoints{
@@ -2165,6 +2494,7 @@ var awsPartition = partition{
2165 "eu-west-1": endpoint{}, 2494 "eu-west-1": endpoint{},
2166 "eu-west-2": endpoint{}, 2495 "eu-west-2": endpoint{},
2167 "eu-west-3": endpoint{}, 2496 "eu-west-3": endpoint{},
2497 "me-south-1": endpoint{},
2168 "sa-east-1": endpoint{}, 2498 "sa-east-1": endpoint{},
2169 "us-east-1": endpoint{}, 2499 "us-east-1": endpoint{},
2170 "us-east-2": endpoint{}, 2500 "us-east-2": endpoint{},
@@ -2178,10 +2508,14 @@ var awsPartition = partition{
2178 "ap-northeast-1": endpoint{}, 2508 "ap-northeast-1": endpoint{},
2179 "ap-northeast-2": endpoint{}, 2509 "ap-northeast-2": endpoint{},
2180 "ap-south-1": endpoint{}, 2510 "ap-south-1": endpoint{},
2511 "ap-southeast-1": endpoint{},
2181 "ap-southeast-2": endpoint{}, 2512 "ap-southeast-2": endpoint{},
2513 "eu-central-1": endpoint{},
2182 "eu-west-1": endpoint{}, 2514 "eu-west-1": endpoint{},
2515 "eu-west-2": endpoint{},
2183 "us-east-1": endpoint{}, 2516 "us-east-1": endpoint{},
2184 "us-east-2": endpoint{}, 2517 "us-east-2": endpoint{},
2518 "us-west-1": endpoint{},
2185 "us-west-2": endpoint{}, 2519 "us-west-2": endpoint{},
2186 }, 2520 },
2187 }, 2521 },
@@ -2200,6 +2534,7 @@ var awsPartition = partition{
2200 "eu-west-1": endpoint{}, 2534 "eu-west-1": endpoint{},
2201 "eu-west-2": endpoint{}, 2535 "eu-west-2": endpoint{},
2202 "eu-west-3": endpoint{}, 2536 "eu-west-3": endpoint{},
2537 "me-south-1": endpoint{},
2203 "sa-east-1": endpoint{}, 2538 "sa-east-1": endpoint{},
2204 "us-east-1": endpoint{}, 2539 "us-east-1": endpoint{},
2205 "us-east-2": endpoint{}, 2540 "us-east-2": endpoint{},
@@ -2211,8 +2546,11 @@ var awsPartition = partition{
2211 2546
2212 Endpoints: endpoints{ 2547 Endpoints: endpoints{
2213 "ap-northeast-1": endpoint{}, 2548 "ap-northeast-1": endpoint{},
2549 "ap-southeast-1": endpoint{},
2550 "eu-central-1": endpoint{},
2214 "eu-west-1": endpoint{}, 2551 "eu-west-1": endpoint{},
2215 "us-east-1": endpoint{}, 2552 "us-east-1": endpoint{},
2553 "us-east-2": endpoint{},
2216 "us-west-2": endpoint{}, 2554 "us-west-2": endpoint{},
2217 }, 2555 },
2218 }, 2556 },
@@ -2281,9 +2619,33 @@ var awsPartition = partition{
2281 "eu-west-1": endpoint{}, 2619 "eu-west-1": endpoint{},
2282 "eu-west-2": endpoint{}, 2620 "eu-west-2": endpoint{},
2283 "us-east-1": endpoint{}, 2621 "us-east-1": endpoint{},
2284 "us-east-2": endpoint{}, 2622 "us-east-1-fips": endpoint{
2285 "us-west-1": endpoint{}, 2623 Hostname: "runtime-fips.sagemaker.us-east-1.amazonaws.com",
2286 "us-west-2": endpoint{}, 2624 CredentialScope: credentialScope{
2625 Region: "us-east-1",
2626 },
2627 },
2628 "us-east-2": endpoint{},
2629 "us-east-2-fips": endpoint{
2630 Hostname: "runtime-fips.sagemaker.us-east-2.amazonaws.com",
2631 CredentialScope: credentialScope{
2632 Region: "us-east-2",
2633 },
2634 },
2635 "us-west-1": endpoint{},
2636 "us-west-1-fips": endpoint{
2637 Hostname: "runtime-fips.sagemaker.us-west-1.amazonaws.com",
2638 CredentialScope: credentialScope{
2639 Region: "us-west-1",
2640 },
2641 },
2642 "us-west-2": endpoint{},
2643 "us-west-2-fips": endpoint{
2644 Hostname: "runtime-fips.sagemaker.us-west-2.amazonaws.com",
2645 CredentialScope: credentialScope{
2646 Region: "us-west-2",
2647 },
2648 },
2287 }, 2649 },
2288 }, 2650 },
2289 "s3": service{ 2651 "s3": service{
@@ -2319,8 +2681,9 @@ var awsPartition = partition{
2319 Hostname: "s3.eu-west-1.amazonaws.com", 2681 Hostname: "s3.eu-west-1.amazonaws.com",
2320 SignatureVersions: []string{"s3", "s3v4"}, 2682 SignatureVersions: []string{"s3", "s3v4"},
2321 }, 2683 },
2322 "eu-west-2": endpoint{}, 2684 "eu-west-2": endpoint{},
2323 "eu-west-3": endpoint{}, 2685 "eu-west-3": endpoint{},
2686 "me-south-1": endpoint{},
2324 "s3-external-1": endpoint{ 2687 "s3-external-1": endpoint{
2325 Hostname: "s3-external-1.amazonaws.com", 2688 Hostname: "s3-external-1.amazonaws.com",
2326 SignatureVersions: []string{"s3", "s3v4"}, 2689 SignatureVersions: []string{"s3", "s3v4"},
@@ -2571,6 +2934,7 @@ var awsPartition = partition{
2571 "ap-southeast-2": endpoint{}, 2934 "ap-southeast-2": endpoint{},
2572 "ca-central-1": endpoint{}, 2935 "ca-central-1": endpoint{},
2573 "eu-central-1": endpoint{}, 2936 "eu-central-1": endpoint{},
2937 "eu-north-1": endpoint{},
2574 "eu-west-1": endpoint{}, 2938 "eu-west-1": endpoint{},
2575 "eu-west-2": endpoint{}, 2939 "eu-west-2": endpoint{},
2576 "eu-west-3": endpoint{}, 2940 "eu-west-3": endpoint{},
@@ -2714,6 +3078,7 @@ var awsPartition = partition{
2714 "sms": service{ 3078 "sms": service{
2715 3079
2716 Endpoints: endpoints{ 3080 Endpoints: endpoints{
3081 "ap-east-1": endpoint{},
2717 "ap-northeast-1": endpoint{}, 3082 "ap-northeast-1": endpoint{},
2718 "ap-northeast-2": endpoint{}, 3083 "ap-northeast-2": endpoint{},
2719 "ap-south-1": endpoint{}, 3084 "ap-south-1": endpoint{},
@@ -2736,6 +3101,7 @@ var awsPartition = partition{
2736 3101
2737 Endpoints: endpoints{ 3102 Endpoints: endpoints{
2738 "ap-northeast-1": endpoint{}, 3103 "ap-northeast-1": endpoint{},
3104 "ap-northeast-2": endpoint{},
2739 "ap-south-1": endpoint{}, 3105 "ap-south-1": endpoint{},
2740 "ap-southeast-1": endpoint{}, 3106 "ap-southeast-1": endpoint{},
2741 "ap-southeast-2": endpoint{}, 3107 "ap-southeast-2": endpoint{},
@@ -2768,6 +3134,7 @@ var awsPartition = partition{
2768 "eu-west-1": endpoint{}, 3134 "eu-west-1": endpoint{},
2769 "eu-west-2": endpoint{}, 3135 "eu-west-2": endpoint{},
2770 "eu-west-3": endpoint{}, 3136 "eu-west-3": endpoint{},
3137 "me-south-1": endpoint{},
2771 "sa-east-1": endpoint{}, 3138 "sa-east-1": endpoint{},
2772 "us-east-1": endpoint{}, 3139 "us-east-1": endpoint{},
2773 "us-east-2": endpoint{}, 3140 "us-east-2": endpoint{},
@@ -2817,7 +3184,8 @@ var awsPartition = partition{
2817 Region: "us-west-2", 3184 Region: "us-west-2",
2818 }, 3185 },
2819 }, 3186 },
2820 "sa-east-1": endpoint{}, 3187 "me-south-1": endpoint{},
3188 "sa-east-1": endpoint{},
2821 "us-east-1": endpoint{ 3189 "us-east-1": endpoint{
2822 SSLCommonName: "queue.{dnsSuffix}", 3190 SSLCommonName: "queue.{dnsSuffix}",
2823 }, 3191 },
@@ -2841,6 +3209,7 @@ var awsPartition = partition{
2841 "eu-west-1": endpoint{}, 3209 "eu-west-1": endpoint{},
2842 "eu-west-2": endpoint{}, 3210 "eu-west-2": endpoint{},
2843 "eu-west-3": endpoint{}, 3211 "eu-west-3": endpoint{},
3212 "me-south-1": endpoint{},
2844 "sa-east-1": endpoint{}, 3213 "sa-east-1": endpoint{},
2845 "us-east-1": endpoint{}, 3214 "us-east-1": endpoint{},
2846 "us-east-2": endpoint{}, 3215 "us-east-2": endpoint{},
@@ -2863,6 +3232,7 @@ var awsPartition = partition{
2863 "eu-west-1": endpoint{}, 3232 "eu-west-1": endpoint{},
2864 "eu-west-2": endpoint{}, 3233 "eu-west-2": endpoint{},
2865 "eu-west-3": endpoint{}, 3234 "eu-west-3": endpoint{},
3235 "me-south-1": endpoint{},
2866 "sa-east-1": endpoint{}, 3236 "sa-east-1": endpoint{},
2867 "us-east-1": endpoint{}, 3237 "us-east-1": endpoint{},
2868 "us-east-2": endpoint{}, 3238 "us-east-2": endpoint{},
@@ -2884,6 +3254,7 @@ var awsPartition = partition{
2884 "eu-west-1": endpoint{}, 3254 "eu-west-1": endpoint{},
2885 "eu-west-2": endpoint{}, 3255 "eu-west-2": endpoint{},
2886 "eu-west-3": endpoint{}, 3256 "eu-west-3": endpoint{},
3257 "me-south-1": endpoint{},
2887 "sa-east-1": endpoint{}, 3258 "sa-east-1": endpoint{},
2888 "us-east-1": endpoint{}, 3259 "us-east-1": endpoint{},
2889 "us-east-2": endpoint{}, 3260 "us-east-2": endpoint{},
@@ -2905,11 +3276,17 @@ var awsPartition = partition{
2905 "ap-southeast-1": endpoint{}, 3276 "ap-southeast-1": endpoint{},
2906 "ap-southeast-2": endpoint{}, 3277 "ap-southeast-2": endpoint{},
2907 "ca-central-1": endpoint{}, 3278 "ca-central-1": endpoint{},
2908 "eu-central-1": endpoint{}, 3279 "ca-central-1-fips": endpoint{
2909 "eu-north-1": endpoint{}, 3280 Hostname: "dynamodb-fips.ca-central-1.amazonaws.com",
2910 "eu-west-1": endpoint{}, 3281 CredentialScope: credentialScope{
2911 "eu-west-2": endpoint{}, 3282 Region: "ca-central-1",
2912 "eu-west-3": endpoint{}, 3283 },
3284 },
3285 "eu-central-1": endpoint{},
3286 "eu-north-1": endpoint{},
3287 "eu-west-1": endpoint{},
3288 "eu-west-2": endpoint{},
3289 "eu-west-3": endpoint{},
2913 "local": endpoint{ 3290 "local": endpoint{
2914 Hostname: "localhost:8000", 3291 Hostname: "localhost:8000",
2915 Protocols: []string{"http"}, 3292 Protocols: []string{"http"},
@@ -2917,11 +3294,36 @@ var awsPartition = partition{
2917 Region: "us-east-1", 3294 Region: "us-east-1",
2918 }, 3295 },
2919 }, 3296 },
2920 "sa-east-1": endpoint{}, 3297 "me-south-1": endpoint{},
2921 "us-east-1": endpoint{}, 3298 "sa-east-1": endpoint{},
3299 "us-east-1": endpoint{},
3300 "us-east-1-fips": endpoint{
3301 Hostname: "dynamodb-fips.us-east-1.amazonaws.com",
3302 CredentialScope: credentialScope{
3303 Region: "us-east-1",
3304 },
3305 },
2922 "us-east-2": endpoint{}, 3306 "us-east-2": endpoint{},
3307 "us-east-2-fips": endpoint{
3308 Hostname: "dynamodb-fips.us-east-2.amazonaws.com",
3309 CredentialScope: credentialScope{
3310 Region: "us-east-2",
3311 },
3312 },
2923 "us-west-1": endpoint{}, 3313 "us-west-1": endpoint{},
3314 "us-west-1-fips": endpoint{
3315 Hostname: "dynamodb-fips.us-west-1.amazonaws.com",
3316 CredentialScope: credentialScope{
3317 Region: "us-west-1",
3318 },
3319 },
2924 "us-west-2": endpoint{}, 3320 "us-west-2": endpoint{},
3321 "us-west-2-fips": endpoint{
3322 Hostname: "dynamodb-fips.us-west-2.amazonaws.com",
3323 CredentialScope: credentialScope{
3324 Region: "us-west-2",
3325 },
3326 },
2925 }, 3327 },
2926 }, 3328 },
2927 "sts": service{ 3329 "sts": service{
@@ -2956,8 +3358,14 @@ var awsPartition = partition{
2956 "eu-west-1": endpoint{}, 3358 "eu-west-1": endpoint{},
2957 "eu-west-2": endpoint{}, 3359 "eu-west-2": endpoint{},
2958 "eu-west-3": endpoint{}, 3360 "eu-west-3": endpoint{},
2959 "sa-east-1": endpoint{}, 3361 "me-south-1": endpoint{
2960 "us-east-1": endpoint{}, 3362 Hostname: "sts.me-south-1.amazonaws.com",
3363 CredentialScope: credentialScope{
3364 Region: "me-south-1",
3365 },
3366 },
3367 "sa-east-1": endpoint{},
3368 "us-east-1": endpoint{},
2961 "us-east-1-fips": endpoint{ 3369 "us-east-1-fips": endpoint{
2962 Hostname: "sts-fips.us-east-1.amazonaws.com", 3370 Hostname: "sts-fips.us-east-1.amazonaws.com",
2963 CredentialScope: credentialScope{ 3371 CredentialScope: credentialScope{
@@ -2988,9 +3396,15 @@ var awsPartition = partition{
2988 }, 3396 },
2989 }, 3397 },
2990 "support": service{ 3398 "support": service{
3399 PartitionEndpoint: "aws-global",
2991 3400
2992 Endpoints: endpoints{ 3401 Endpoints: endpoints{
2993 "us-east-1": endpoint{}, 3402 "aws-global": endpoint{
3403 Hostname: "support.us-east-1.amazonaws.com",
3404 CredentialScope: credentialScope{
3405 Region: "us-east-1",
3406 },
3407 },
2994 }, 3408 },
2995 }, 3409 },
2996 "swf": service{ 3410 "swf": service{
@@ -3008,6 +3422,7 @@ var awsPartition = partition{
3008 "eu-west-1": endpoint{}, 3422 "eu-west-1": endpoint{},
3009 "eu-west-2": endpoint{}, 3423 "eu-west-2": endpoint{},
3010 "eu-west-3": endpoint{}, 3424 "eu-west-3": endpoint{},
3425 "me-south-1": endpoint{},
3011 "sa-east-1": endpoint{}, 3426 "sa-east-1": endpoint{},
3012 "us-east-1": endpoint{}, 3427 "us-east-1": endpoint{},
3013 "us-east-2": endpoint{}, 3428 "us-east-2": endpoint{},
@@ -3030,6 +3445,7 @@ var awsPartition = partition{
3030 "eu-west-1": endpoint{}, 3445 "eu-west-1": endpoint{},
3031 "eu-west-2": endpoint{}, 3446 "eu-west-2": endpoint{},
3032 "eu-west-3": endpoint{}, 3447 "eu-west-3": endpoint{},
3448 "me-south-1": endpoint{},
3033 "sa-east-1": endpoint{}, 3449 "sa-east-1": endpoint{},
3034 "us-east-1": endpoint{}, 3450 "us-east-1": endpoint{},
3035 "us-east-2": endpoint{}, 3451 "us-east-2": endpoint{},
@@ -3061,7 +3477,11 @@ var awsPartition = partition{
3061 Protocols: []string{"https"}, 3477 Protocols: []string{"https"},
3062 }, 3478 },
3063 Endpoints: endpoints{ 3479 Endpoints: endpoints{
3480 "ap-northeast-1": endpoint{},
3064 "ap-northeast-2": endpoint{}, 3481 "ap-northeast-2": endpoint{},
3482 "ap-south-1": endpoint{},
3483 "ap-southeast-1": endpoint{},
3484 "ca-central-1": endpoint{},
3065 "eu-central-1": endpoint{}, 3485 "eu-central-1": endpoint{},
3066 "eu-west-1": endpoint{}, 3486 "eu-west-1": endpoint{},
3067 "us-east-1": endpoint{}, 3487 "us-east-1": endpoint{},
@@ -3105,12 +3525,16 @@ var awsPartition = partition{
3105 Endpoints: endpoints{ 3525 Endpoints: endpoints{
3106 "ap-northeast-1": endpoint{}, 3526 "ap-northeast-1": endpoint{},
3107 "ap-northeast-2": endpoint{}, 3527 "ap-northeast-2": endpoint{},
3528 "ap-south-1": endpoint{},
3108 "ap-southeast-1": endpoint{}, 3529 "ap-southeast-1": endpoint{},
3109 "ap-southeast-2": endpoint{}, 3530 "ap-southeast-2": endpoint{},
3531 "ca-central-1": endpoint{},
3110 "eu-central-1": endpoint{}, 3532 "eu-central-1": endpoint{},
3111 "eu-north-1": endpoint{}, 3533 "eu-north-1": endpoint{},
3112 "eu-west-1": endpoint{}, 3534 "eu-west-1": endpoint{},
3113 "eu-west-2": endpoint{}, 3535 "eu-west-2": endpoint{},
3536 "eu-west-3": endpoint{},
3537 "sa-east-1": endpoint{},
3114 "us-east-1": endpoint{}, 3538 "us-east-1": endpoint{},
3115 "us-east-2": endpoint{}, 3539 "us-east-2": endpoint{},
3116 "us-west-1": endpoint{}, 3540 "us-west-1": endpoint{},
@@ -3157,6 +3581,7 @@ var awsPartition = partition{
3157 "xray": service{ 3581 "xray": service{
3158 3582
3159 Endpoints: endpoints{ 3583 Endpoints: endpoints{
3584 "ap-east-1": endpoint{},
3160 "ap-northeast-1": endpoint{}, 3585 "ap-northeast-1": endpoint{},
3161 "ap-northeast-2": endpoint{}, 3586 "ap-northeast-2": endpoint{},
3162 "ap-south-1": endpoint{}, 3587 "ap-south-1": endpoint{},
@@ -3433,6 +3858,15 @@ var awscnPartition = partition{
3433 "cn-northwest-1": endpoint{}, 3858 "cn-northwest-1": endpoint{},
3434 }, 3859 },
3435 }, 3860 },
3861 "greengrass": service{
3862 IsRegionalized: boxedTrue,
3863 Defaults: endpoint{
3864 Protocols: []string{"https"},
3865 },
3866 Endpoints: endpoints{
3867 "cn-north-1": endpoint{},
3868 },
3869 },
3436 "iam": service{ 3870 "iam": service{
3437 PartitionEndpoint: "aws-cn-global", 3871 PartitionEndpoint: "aws-cn-global",
3438 IsRegionalized: boxedFalse, 3872 IsRegionalized: boxedFalse,
@@ -3463,6 +3897,13 @@ var awscnPartition = partition{
3463 "cn-northwest-1": endpoint{}, 3897 "cn-northwest-1": endpoint{},
3464 }, 3898 },
3465 }, 3899 },
3900 "kms": service{
3901
3902 Endpoints: endpoints{
3903 "cn-north-1": endpoint{},
3904 "cn-northwest-1": endpoint{},
3905 },
3906 },
3466 "lambda": service{ 3907 "lambda": service{
3467 3908
3468 Endpoints: endpoints{ 3909 Endpoints: endpoints{
@@ -3470,6 +3911,13 @@ var awscnPartition = partition{
3470 "cn-northwest-1": endpoint{}, 3911 "cn-northwest-1": endpoint{},
3471 }, 3912 },
3472 }, 3913 },
3914 "license-manager": service{
3915
3916 Endpoints: endpoints{
3917 "cn-north-1": endpoint{},
3918 "cn-northwest-1": endpoint{},
3919 },
3920 },
3473 "logs": service{ 3921 "logs": service{
3474 3922
3475 Endpoints: endpoints{ 3923 Endpoints: endpoints{
@@ -3480,7 +3928,12 @@ var awscnPartition = partition{
3480 "mediaconvert": service{ 3928 "mediaconvert": service{
3481 3929
3482 Endpoints: endpoints{ 3930 Endpoints: endpoints{
3483 "cn-northwest-1": endpoint{}, 3931 "cn-northwest-1": endpoint{
3932 Hostname: "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn",
3933 CredentialScope: credentialScope{
3934 Region: "cn-northwest-1",
3935 },
3936 },
3484 }, 3937 },
3485 }, 3938 },
3486 "monitoring": service{ 3939 "monitoring": service{
@@ -3615,6 +4068,18 @@ var awscnPartition = partition{
3615 "cn-northwest-1": endpoint{}, 4068 "cn-northwest-1": endpoint{},
3616 }, 4069 },
3617 }, 4070 },
4071 "support": service{
4072 PartitionEndpoint: "aws-cn-global",
4073
4074 Endpoints: endpoints{
4075 "aws-cn-global": endpoint{
4076 Hostname: "support.cn-north-1.amazonaws.com",
4077 CredentialScope: credentialScope{
4078 Region: "cn-north-1",
4079 },
4080 },
4081 },
4082 },
3618 "swf": service{ 4083 "swf": service{
3619 4084
3620 Endpoints: endpoints{ 4085 Endpoints: endpoints{
@@ -3668,6 +4133,15 @@ var awsusgovPartition = partition{
3668 "us-gov-west-1": endpoint{}, 4133 "us-gov-west-1": endpoint{},
3669 }, 4134 },
3670 }, 4135 },
4136 "acm-pca": service{
4137 Defaults: endpoint{
4138 Protocols: []string{"https"},
4139 },
4140 Endpoints: endpoints{
4141 "us-gov-east-1": endpoint{},
4142 "us-gov-west-1": endpoint{},
4143 },
4144 },
3671 "api.ecr": service{ 4145 "api.ecr": service{
3672 4146
3673 Endpoints: endpoints{ 4147 Endpoints: endpoints{
@@ -3713,6 +4187,7 @@ var awsusgovPartition = partition{
3713 "athena": service{ 4187 "athena": service{
3714 4188
3715 Endpoints: endpoints{ 4189 Endpoints: endpoints{
4190 "us-gov-east-1": endpoint{},
3716 "us-gov-west-1": endpoint{}, 4191 "us-gov-west-1": endpoint{},
3717 }, 4192 },
3718 }, 4193 },
@@ -3762,9 +4237,17 @@ var awsusgovPartition = partition{
3762 "us-gov-west-1": endpoint{}, 4237 "us-gov-west-1": endpoint{},
3763 }, 4238 },
3764 }, 4239 },
4240 "codebuild": service{
4241
4242 Endpoints: endpoints{
4243 "us-gov-east-1": endpoint{},
4244 "us-gov-west-1": endpoint{},
4245 },
4246 },
3765 "codecommit": service{ 4247 "codecommit": service{
3766 4248
3767 Endpoints: endpoints{ 4249 Endpoints: endpoints{
4250 "us-gov-east-1": endpoint{},
3768 "us-gov-west-1": endpoint{}, 4251 "us-gov-west-1": endpoint{},
3769 }, 4252 },
3770 }, 4253 },
@@ -3802,6 +4285,12 @@ var awsusgovPartition = partition{
3802 "us-gov-west-1": endpoint{}, 4285 "us-gov-west-1": endpoint{},
3803 }, 4286 },
3804 }, 4287 },
4288 "datasync": service{
4289
4290 Endpoints: endpoints{
4291 "us-gov-west-1": endpoint{},
4292 },
4293 },
3805 "directconnect": service{ 4294 "directconnect": service{
3806 4295
3807 Endpoints: endpoints{ 4296 Endpoints: endpoints{
@@ -3819,6 +4308,7 @@ var awsusgovPartition = partition{
3819 "ds": service{ 4308 "ds": service{
3820 4309
3821 Endpoints: endpoints{ 4310 Endpoints: endpoints{
4311 "us-gov-east-1": endpoint{},
3822 "us-gov-west-1": endpoint{}, 4312 "us-gov-west-1": endpoint{},
3823 }, 4313 },
3824 }, 4314 },
@@ -3826,6 +4316,12 @@ var awsusgovPartition = partition{
3826 4316
3827 Endpoints: endpoints{ 4317 Endpoints: endpoints{
3828 "us-gov-east-1": endpoint{}, 4318 "us-gov-east-1": endpoint{},
4319 "us-gov-east-1-fips": endpoint{
4320 Hostname: "dynamodb.us-gov-east-1.amazonaws.com",
4321 CredentialScope: credentialScope{
4322 Region: "us-gov-east-1",
4323 },
4324 },
3829 "us-gov-west-1": endpoint{}, 4325 "us-gov-west-1": endpoint{},
3830 "us-gov-west-1-fips": endpoint{ 4326 "us-gov-west-1-fips": endpoint{
3831 Hostname: "dynamodb.us-gov-west-1.amazonaws.com", 4327 Hostname: "dynamodb.us-gov-west-1.amazonaws.com",
@@ -3927,6 +4423,7 @@ var awsusgovPartition = partition{
3927 "firehose": service{ 4423 "firehose": service{
3928 4424
3929 Endpoints: endpoints{ 4425 Endpoints: endpoints{
4426 "us-gov-east-1": endpoint{},
3930 "us-gov-west-1": endpoint{}, 4427 "us-gov-west-1": endpoint{},
3931 }, 4428 },
3932 }, 4429 },
@@ -3942,6 +4439,16 @@ var awsusgovPartition = partition{
3942 "glue": service{ 4439 "glue": service{
3943 4440
3944 Endpoints: endpoints{ 4441 Endpoints: endpoints{
4442 "us-gov-east-1": endpoint{},
4443 "us-gov-west-1": endpoint{},
4444 },
4445 },
4446 "greengrass": service{
4447 IsRegionalized: boxedTrue,
4448 Defaults: endpoint{
4449 Protocols: []string{"https"},
4450 },
4451 Endpoints: endpoints{
3945 "us-gov-west-1": endpoint{}, 4452 "us-gov-west-1": endpoint{},
3946 }, 4453 },
3947 }, 4454 },
@@ -4048,12 +4555,31 @@ var awsusgovPartition = partition{
4048 "us-gov-west-1": endpoint{}, 4555 "us-gov-west-1": endpoint{},
4049 }, 4556 },
4050 }, 4557 },
4558 "organizations": service{
4559 PartitionEndpoint: "aws-us-gov-global",
4560 IsRegionalized: boxedFalse,
4561
4562 Endpoints: endpoints{
4563 "aws-us-gov-global": endpoint{
4564 Hostname: "organizations.us-gov-west-1.amazonaws.com",
4565 CredentialScope: credentialScope{
4566 Region: "us-gov-west-1",
4567 },
4568 },
4569 },
4570 },
4051 "polly": service{ 4571 "polly": service{
4052 4572
4053 Endpoints: endpoints{ 4573 Endpoints: endpoints{
4054 "us-gov-west-1": endpoint{}, 4574 "us-gov-west-1": endpoint{},
4055 }, 4575 },
4056 }, 4576 },
4577 "ram": service{
4578
4579 Endpoints: endpoints{
4580 "us-gov-west-1": endpoint{},
4581 },
4582 },
4057 "rds": service{ 4583 "rds": service{
4058 4584
4059 Endpoints: endpoints{ 4585 Endpoints: endpoints{
@@ -4137,6 +4663,28 @@ var awsusgovPartition = partition{
4137 }, 4663 },
4138 }, 4664 },
4139 }, 4665 },
4666 "secretsmanager": service{
4667
4668 Endpoints: endpoints{
4669 "us-gov-west-1": endpoint{},
4670 "us-gov-west-1-fips": endpoint{
4671 Hostname: "secretsmanager-fips.us-gov-west-1.amazonaws.com",
4672 CredentialScope: credentialScope{
4673 Region: "us-gov-west-1",
4674 },
4675 },
4676 },
4677 },
4678 "serverlessrepo": service{
4679 Defaults: endpoint{
4680 Protocols: []string{"https"},
4681 },
4682 Endpoints: endpoints{
4683 "us-gov-west-1": endpoint{
4684 Protocols: []string{"https"},
4685 },
4686 },
4687 },
4140 "sms": service{ 4688 "sms": service{
4141 4689
4142 Endpoints: endpoints{ 4690 Endpoints: endpoints{
@@ -4198,6 +4746,12 @@ var awsusgovPartition = partition{
4198 }, 4746 },
4199 Endpoints: endpoints{ 4747 Endpoints: endpoints{
4200 "us-gov-east-1": endpoint{}, 4748 "us-gov-east-1": endpoint{},
4749 "us-gov-east-1-fips": endpoint{
4750 Hostname: "dynamodb.us-gov-east-1.amazonaws.com",
4751 CredentialScope: credentialScope{
4752 Region: "us-gov-east-1",
4753 },
4754 },
4201 "us-gov-west-1": endpoint{}, 4755 "us-gov-west-1": endpoint{},
4202 "us-gov-west-1-fips": endpoint{ 4756 "us-gov-west-1-fips": endpoint{
4203 Hostname: "dynamodb.us-gov-west-1.amazonaws.com", 4757 Hostname: "dynamodb.us-gov-west-1.amazonaws.com",