|
|
|
|
@ -15,6 +15,7 @@ const (
|
|
|
|
|
|
|
|
|
|
// AWS Standard partition's regions.
|
|
|
|
|
const (
|
|
|
|
|
ApEast1RegionID = "ap-east-1" // Asia Pacific (Hong Kong).
|
|
|
|
|
ApNortheast1RegionID = "ap-northeast-1" // Asia Pacific (Tokyo).
|
|
|
|
|
ApNortheast2RegionID = "ap-northeast-2" // Asia Pacific (Seoul).
|
|
|
|
|
ApSouth1RegionID = "ap-south-1" // Asia Pacific (Mumbai).
|
|
|
|
|
@ -91,6 +92,9 @@ var awsPartition = partition{
|
|
|
|
|
SignatureVersions: []string{"v4"},
|
|
|
|
|
},
|
|
|
|
|
Regions: regions{
|
|
|
|
|
"ap-east-1": region{
|
|
|
|
|
Description: "Asia Pacific (Hong Kong)",
|
|
|
|
|
},
|
|
|
|
|
"ap-northeast-1": region{
|
|
|
|
|
Description: "Asia Pacific (Tokyo)",
|
|
|
|
|
},
|
|
|
|
|
@ -150,6 +154,7 @@ var awsPartition = partition{
|
|
|
|
|
"acm": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -174,20 +179,31 @@ var awsPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-north-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"api.ecr": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{
|
|
|
|
|
Hostname: "api.ecr.ap-east-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
Region: "ap-east-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"ap-northeast-1": endpoint{
|
|
|
|
|
Hostname: "api.ecr.ap-northeast-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
@ -353,6 +369,7 @@ var awsPartition = partition{
|
|
|
|
|
"apigateway": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -380,6 +397,7 @@ var awsPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -426,6 +444,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
@ -439,6 +458,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
@ -452,6 +472,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -561,6 +582,7 @@ var awsPartition = partition{
|
|
|
|
|
"cloud9": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
@ -585,6 +607,7 @@ var awsPartition = partition{
|
|
|
|
|
"cloudformation": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -674,6 +697,7 @@ var awsPartition = partition{
|
|
|
|
|
"cloudtrail": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -904,14 +928,25 @@ var awsPartition = partition{
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"comprehendmedical": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"config": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -968,6 +1003,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"sa-east-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
@ -1012,6 +1048,7 @@ var awsPartition = partition{
|
|
|
|
|
"dms": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1033,6 +1070,12 @@ var awsPartition = partition{
|
|
|
|
|
"docdb": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-central-1": endpoint{
|
|
|
|
|
Hostname: "rds.eu-central-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
Region: "eu-central-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"eu-west-1": endpoint{
|
|
|
|
|
Hostname: "rds.eu-west-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
@ -1083,6 +1126,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1113,6 +1157,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1145,6 +1190,7 @@ var awsPartition = partition{
|
|
|
|
|
"ecs": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1166,6 +1212,7 @@ var awsPartition = partition{
|
|
|
|
|
"elasticache": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1232,6 +1279,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1256,6 +1304,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1294,9 +1343,10 @@ var awsPartition = partition{
|
|
|
|
|
"email": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"entitlement.marketplace": service{
|
|
|
|
|
@ -1312,6 +1362,7 @@ var awsPartition = partition{
|
|
|
|
|
"es": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1339,6 +1390,7 @@ var awsPartition = partition{
|
|
|
|
|
"events": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1394,10 +1446,12 @@ var awsPartition = partition{
|
|
|
|
|
"fsx": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"gamelift": service{
|
|
|
|
|
@ -1424,6 +1478,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1581,6 +1636,7 @@ var awsPartition = partition{
|
|
|
|
|
"kinesis": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1613,6 +1669,7 @@ var awsPartition = partition{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
@ -1628,6 +1685,7 @@ var awsPartition = partition{
|
|
|
|
|
Region: "ca-central-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1649,6 +1707,7 @@ var awsPartition = partition{
|
|
|
|
|
"lambda": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1704,6 +1763,7 @@ var awsPartition = partition{
|
|
|
|
|
"logs": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1735,6 +1795,25 @@ var awsPartition = partition{
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"mediaconnect": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
"sa-east-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"mediaconvert": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
@ -1747,6 +1826,7 @@ var awsPartition = partition{
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
"sa-east-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
@ -1805,6 +1885,7 @@ var awsPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1852,6 +1933,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -1879,6 +1961,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-1": endpoint{},
|
|
|
|
|
@ -1904,6 +1987,12 @@ var awsPartition = partition{
|
|
|
|
|
Region: "ap-northeast-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"ap-south-1": endpoint{
|
|
|
|
|
Hostname: "rds.ap-south-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
Region: "ap-south-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"ap-southeast-1": endpoint{
|
|
|
|
|
Hostname: "rds.ap-southeast-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
@ -2008,10 +2097,12 @@ var awsPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"polly": service{
|
|
|
|
|
@ -2024,6 +2115,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-north-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
@ -2037,6 +2129,7 @@ var awsPartition = partition{
|
|
|
|
|
"rds": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2060,6 +2153,7 @@ var awsPartition = partition{
|
|
|
|
|
"redshift": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2094,6 +2188,7 @@ var awsPartition = partition{
|
|
|
|
|
"resource-groups": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2115,9 +2210,10 @@ var awsPartition = partition{
|
|
|
|
|
"robomaker": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"route53": service{
|
|
|
|
|
@ -2145,11 +2241,18 @@ var awsPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-1": endpoint{},
|
|
|
|
|
"us-west-2": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
@ -2194,6 +2297,7 @@ var awsPartition = partition{
|
|
|
|
|
DualStackHostname: "{service}.dualstack.{region}.{dnsSuffix}",
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{
|
|
|
|
|
Hostname: "s3.ap-northeast-1.amazonaws.com",
|
|
|
|
|
SignatureVersions: []string{"s3", "s3v4"},
|
|
|
|
|
@ -2422,6 +2526,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-north-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
@ -2502,12 +2607,18 @@ var awsPartition = partition{
|
|
|
|
|
"eu-central-1": endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
"eu-north-1": endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
"eu-west-1": endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
"eu-west-2": endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
"eu-west-3": endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
"sa-east-1": endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
@ -2610,6 +2721,7 @@ var awsPartition = partition{
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"ca-central-1": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-north-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"eu-west-3": endpoint{},
|
|
|
|
|
@ -2644,6 +2756,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2668,6 +2781,7 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2715,6 +2829,7 @@ var awsPartition = partition{
|
|
|
|
|
"ssm": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2736,6 +2851,7 @@ var awsPartition = partition{
|
|
|
|
|
"states": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2817,6 +2933,12 @@ var awsPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{
|
|
|
|
|
Hostname: "sts.ap-east-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
Region: "ap-east-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{
|
|
|
|
|
Hostname: "sts.ap-northeast-2.amazonaws.com",
|
|
|
|
|
@ -2874,6 +2996,7 @@ var awsPartition = partition{
|
|
|
|
|
"swf": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2895,6 +3018,7 @@ var awsPartition = partition{
|
|
|
|
|
"tagging": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-south-1": endpoint{},
|
|
|
|
|
@ -2937,8 +3061,10 @@ var awsPartition = partition{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-1-fips": endpoint{
|
|
|
|
|
Hostname: "translate-fips.us-east-1.amazonaws.com",
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
@ -2978,9 +3104,13 @@ var awsPartition = partition{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
|
|
"ap-northeast-2": endpoint{},
|
|
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
|
|
"eu-central-1": endpoint{},
|
|
|
|
|
"eu-north-1": endpoint{},
|
|
|
|
|
"eu-west-1": endpoint{},
|
|
|
|
|
"eu-west-2": endpoint{},
|
|
|
|
|
"us-east-1": endpoint{},
|
|
|
|
|
"us-east-2": endpoint{},
|
|
|
|
|
"us-west-1": endpoint{},
|
|
|
|
|
@ -3130,6 +3260,20 @@ var awscnPartition = partition{
|
|
|
|
|
"cn-northwest-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"cloudfront": service{
|
|
|
|
|
PartitionEndpoint: "aws-cn-global",
|
|
|
|
|
IsRegionalized: boxedFalse,
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"aws-cn-global": endpoint{
|
|
|
|
|
Hostname: "cloudfront.cn-northwest-1.amazonaws.com.cn",
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
CredentialScope: credentialScope{
|
|
|
|
|
Region: "cn-northwest-1",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"cloudtrail": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
@ -3333,6 +3477,12 @@ var awscnPartition = partition{
|
|
|
|
|
"cn-northwest-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"mediaconvert": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"cn-northwest-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"monitoring": service{
|
|
|
|
|
Defaults: endpoint{
|
|
|
|
|
Protocols: []string{"http", "https"},
|
|
|
|
|
@ -3612,6 +3762,12 @@ var awsusgovPartition = partition{
|
|
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"codecommit": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"codedeploy": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
@ -3631,6 +3787,14 @@ var awsusgovPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"comprehend": service{
|
|
|
|
|
Defaults: endpoint{
|
|
|
|
|
Protocols: []string{"https"},
|
|
|
|
|
},
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"config": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
@ -3847,6 +4011,13 @@ var awsusgovPartition = partition{
|
|
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"license-manager": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"us-gov-east-1": endpoint{},
|
|
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"logs": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
@ -4071,6 +4242,12 @@ var awsusgovPartition = partition{
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"waf-regional": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"workspaces": service{
|
|
|
|
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
|
|
|