|
@@ -22,6 +22,7 @@ const (
|
|
|
ApSoutheast2RegionID = "ap-southeast-2" // Asia Pacific (Sydney).
|
|
|
CaCentral1RegionID = "ca-central-1" // Canada (Central).
|
|
|
EuCentral1RegionID = "eu-central-1" // EU (Frankfurt).
|
|
|
+ EuNorth1RegionID = "eu-north-1" // EU (Stockholm).
|
|
|
EuWest1RegionID = "eu-west-1" // EU (Ireland).
|
|
|
EuWest2RegionID = "eu-west-2" // EU (London).
|
|
|
EuWest3RegionID = "eu-west-3" // EU (Paris).
|
|
@@ -111,6 +112,9 @@ var awsPartition = partition{
|
|
|
"eu-central-1": region{
|
|
|
Description: "EU (Frankfurt)",
|
|
|
},
|
|
|
+ "eu-north-1": region{
|
|
|
+ Description: "EU (Stockholm)",
|
|
|
+ },
|
|
|
"eu-west-1": region{
|
|
|
Description: "EU (Ireland)",
|
|
|
},
|
|
@@ -153,6 +157,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{},
|
|
@@ -229,6 +234,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{},
|
|
@@ -255,6 +261,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{},
|
|
@@ -274,6 +281,9 @@ var awsPartition = partition{
|
|
|
},
|
|
|
Endpoints: endpoints{
|
|
|
"ap-northeast-1": endpoint{},
|
|
|
+ "ap-southeast-1": endpoint{},
|
|
|
+ "ap-southeast-2": endpoint{},
|
|
|
+ "eu-central-1": endpoint{},
|
|
|
"eu-west-1": endpoint{},
|
|
|
"us-east-1": endpoint{},
|
|
|
"us-west-2": endpoint{},
|
|
@@ -322,6 +332,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{},
|
|
@@ -341,10 +352,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{},
|
|
|
"us-east-1": endpoint{},
|
|
|
"us-east-2": endpoint{},
|
|
|
+ "us-west-1": endpoint{},
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
@@ -360,6 +379,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{},
|
|
@@ -425,6 +445,7 @@ var awsPartition = partition{
|
|
|
Endpoints: endpoints{
|
|
|
"ap-southeast-1": endpoint{},
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
+ "ca-central-1": endpoint{},
|
|
|
"eu-central-1": endpoint{},
|
|
|
"eu-west-1": endpoint{},
|
|
|
"eu-west-2": endpoint{},
|
|
@@ -443,6 +464,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{},
|
|
@@ -496,6 +518,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{},
|
|
@@ -530,6 +553,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{},
|
|
@@ -620,6 +644,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{},
|
|
@@ -747,6 +772,7 @@ var awsPartition = partition{
|
|
|
},
|
|
|
Endpoints: endpoints{
|
|
|
"ap-southeast-2": endpoint{},
|
|
|
+ "eu-central-1": endpoint{},
|
|
|
"eu-west-1": endpoint{},
|
|
|
"us-east-1": endpoint{},
|
|
|
"us-east-2": endpoint{},
|
|
@@ -763,6 +789,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{},
|
|
@@ -789,6 +816,21 @@ var awsPartition = partition{
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "datasync": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "ap-northeast-1": endpoint{},
|
|
|
+ "ap-northeast-2": endpoint{},
|
|
|
+ "ap-southeast-1": endpoint{},
|
|
|
+ "ap-southeast-2": endpoint{},
|
|
|
+ "eu-central-1": endpoint{},
|
|
|
+ "eu-west-1": endpoint{},
|
|
|
+ "us-east-1": endpoint{},
|
|
|
+ "us-east-2": endpoint{},
|
|
|
+ "us-west-1": endpoint{},
|
|
|
+ "us-west-2": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"dax": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
@@ -820,6 +862,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{},
|
|
@@ -856,6 +899,35 @@ var awsPartition = partition{
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "docdb": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "eu-west-1": endpoint{
|
|
|
+ Hostname: "rds.eu-west-1.amazonaws.com",
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "eu-west-1",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ "us-east-1": endpoint{
|
|
|
+ Hostname: "rds.us-east-1.amazonaws.com",
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "us-east-1",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ "us-east-2": endpoint{
|
|
|
+ Hostname: "rds.us-east-2.amazonaws.com",
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "us-east-2",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ "us-west-2": endpoint{
|
|
|
+ Hostname: "rds.us-west-2.amazonaws.com",
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "us-west-2",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
"ds": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
@@ -887,6 +959,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{},
|
|
@@ -916,6 +989,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{},
|
|
@@ -947,6 +1021,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{},
|
|
@@ -967,6 +1042,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{},
|
|
@@ -987,6 +1063,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{},
|
|
@@ -1013,6 +1090,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{},
|
|
@@ -1050,6 +1128,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{},
|
|
@@ -1075,10 +1154,11 @@ var awsPartition = partition{
|
|
|
"eu-central-1": endpoint{
|
|
|
SSLCommonName: "{service}.{region}.{dnsSuffix}",
|
|
|
},
|
|
|
- "eu-west-1": endpoint{},
|
|
|
- "eu-west-2": endpoint{},
|
|
|
- "eu-west-3": endpoint{},
|
|
|
- "sa-east-1": endpoint{},
|
|
|
+ "eu-north-1": endpoint{},
|
|
|
+ "eu-west-1": endpoint{},
|
|
|
+ "eu-west-2": endpoint{},
|
|
|
+ "eu-west-3": endpoint{},
|
|
|
+ "sa-east-1": endpoint{},
|
|
|
"us-east-1": endpoint{
|
|
|
SSLCommonName: "{service}.{region}.{dnsSuffix}",
|
|
|
},
|
|
@@ -1128,6 +1208,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{},
|
|
@@ -1148,6 +1229,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{},
|
|
@@ -1182,9 +1264,22 @@ var awsPartition = partition{
|
|
|
Defaults: endpoint{
|
|
|
Protocols: []string{"https"},
|
|
|
},
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "ap-northeast-1": endpoint{},
|
|
|
+ "ap-southeast-2": endpoint{},
|
|
|
+ "eu-central-1": endpoint{},
|
|
|
+ "eu-west-1": endpoint{},
|
|
|
+ "us-east-1": endpoint{},
|
|
|
+ "us-east-2": endpoint{},
|
|
|
+ "us-west-2": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
+ "fsx": service{
|
|
|
+
|
|
|
Endpoints: endpoints{
|
|
|
"eu-west-1": endpoint{},
|
|
|
"us-east-1": endpoint{},
|
|
|
+ "us-east-2": endpoint{},
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
@@ -1219,6 +1314,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{},
|
|
@@ -1243,6 +1339,7 @@ var awsPartition = partition{
|
|
|
"eu-west-2": endpoint{},
|
|
|
"us-east-1": endpoint{},
|
|
|
"us-east-2": endpoint{},
|
|
|
+ "us-west-1": endpoint{},
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
@@ -1373,6 +1470,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{},
|
|
@@ -1389,6 +1487,7 @@ var awsPartition = partition{
|
|
|
"eu-central-1": endpoint{},
|
|
|
"eu-west-1": endpoint{},
|
|
|
"us-east-1": endpoint{},
|
|
|
+ "us-east-2": endpoint{},
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
@@ -1412,6 +1511,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{},
|
|
@@ -1432,6 +1532,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{},
|
|
@@ -1470,6 +1571,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{},
|
|
@@ -1570,6 +1672,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{},
|
|
@@ -1616,6 +1719,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{},
|
|
@@ -1626,6 +1730,21 @@ var awsPartition = partition{
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "mq": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "ap-northeast-1": endpoint{},
|
|
|
+ "ap-northeast-2": endpoint{},
|
|
|
+ "ap-southeast-1": endpoint{},
|
|
|
+ "ap-southeast-2": endpoint{},
|
|
|
+ "eu-central-1": endpoint{},
|
|
|
+ "eu-west-1": endpoint{},
|
|
|
+ "us-east-1": endpoint{},
|
|
|
+ "us-east-2": endpoint{},
|
|
|
+ "us-west-1": endpoint{},
|
|
|
+ "us-west-2": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"mturk-requester": service{
|
|
|
IsRegionalized: boxedFalse,
|
|
|
|
|
@@ -1639,6 +1758,18 @@ var awsPartition = partition{
|
|
|
"neptune": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
+ "ap-southeast-1": endpoint{
|
|
|
+ Hostname: "rds.ap-southeast-1.amazonaws.com",
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "ap-southeast-1",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ "ap-southeast-2": endpoint{
|
|
|
+ Hostname: "rds.ap-southeast-2.amazonaws.com",
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "ap-southeast-2",
|
|
|
+ },
|
|
|
+ },
|
|
|
"eu-central-1": endpoint{
|
|
|
Hostname: "rds.eu-central-1.amazonaws.com",
|
|
|
CredentialScope: credentialScope{
|
|
@@ -1731,9 +1862,10 @@ var awsPartition = partition{
|
|
|
},
|
|
|
},
|
|
|
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{},
|
|
|
},
|
|
|
},
|
|
|
"polly": service{
|
|
@@ -1766,6 +1898,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{},
|
|
@@ -1788,6 +1921,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{},
|
|
@@ -1819,6 +1953,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{},
|
|
@@ -1829,6 +1964,14 @@ var awsPartition = partition{
|
|
|
"us-west-2": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "robomaker": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "eu-west-1": endpoint{},
|
|
|
+ "us-east-1": endpoint{},
|
|
|
+ "us-west-2": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"route53": service{
|
|
|
PartitionEndpoint: "aws-global",
|
|
|
IsRegionalized: boxedFalse,
|
|
@@ -1848,6 +1991,20 @@ var awsPartition = partition{
|
|
|
"us-east-1": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "route53resolver": service{
|
|
|
+ Defaults: endpoint{
|
|
|
+ Protocols: []string{"http", "https"},
|
|
|
+ },
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "ap-northeast-1": endpoint{},
|
|
|
+ "ap-southeast-1": endpoint{},
|
|
|
+ "ap-southeast-2": endpoint{},
|
|
|
+ "eu-west-1": endpoint{},
|
|
|
+ "us-east-1": endpoint{},
|
|
|
+ "us-east-2": endpoint{},
|
|
|
+ "us-west-2": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"runtime.lex": service{
|
|
|
Defaults: endpoint{
|
|
|
CredentialScope: credentialScope{
|
|
@@ -1905,6 +2062,7 @@ var awsPartition = partition{
|
|
|
},
|
|
|
"ca-central-1": endpoint{},
|
|
|
"eu-central-1": endpoint{},
|
|
|
+ "eu-north-1": endpoint{},
|
|
|
"eu-west-1": endpoint{
|
|
|
Hostname: "s3.eu-west-1.amazonaws.com",
|
|
|
SignatureVersions: []string{"s3", "s3v4"},
|
|
@@ -1995,6 +2153,13 @@ var awsPartition = partition{
|
|
|
Region: "eu-central-1",
|
|
|
},
|
|
|
},
|
|
|
+ "eu-north-1": endpoint{
|
|
|
+ Hostname: "s3-control.eu-north-1.amazonaws.com",
|
|
|
+ SignatureVersions: []string{"s3v4"},
|
|
|
+ CredentialScope: credentialScope{
|
|
|
+ Region: "eu-north-1",
|
|
|
+ },
|
|
|
+ },
|
|
|
"eu-west-1": endpoint{
|
|
|
Hostname: "s3-control.eu-west-1.amazonaws.com",
|
|
|
SignatureVersions: []string{"s3v4"},
|
|
@@ -2259,7 +2424,7 @@ var awsPartition = partition{
|
|
|
"shield": service{
|
|
|
IsRegionalized: boxedFalse,
|
|
|
Defaults: endpoint{
|
|
|
- SSLCommonName: "Shield.us-east-1.amazonaws.com",
|
|
|
+ SSLCommonName: "shield.us-east-1.amazonaws.com",
|
|
|
Protocols: []string{"https"},
|
|
|
},
|
|
|
Endpoints: endpoints{
|
|
@@ -2317,6 +2482,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{},
|
|
@@ -2340,6 +2506,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{},
|
|
@@ -2386,6 +2553,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{},
|
|
@@ -2406,8 +2574,11 @@ 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{},
|
|
|
+ "sa-east-1": endpoint{},
|
|
|
"us-east-1": endpoint{},
|
|
|
"us-east-2": endpoint{},
|
|
|
"us-west-1": endpoint{},
|
|
@@ -2424,6 +2595,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{},
|
|
@@ -2449,6 +2621,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{},
|
|
@@ -2488,6 +2661,7 @@ var awsPartition = partition{
|
|
|
"aws-global": 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{},
|
|
@@ -2538,6 +2712,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{},
|
|
@@ -2558,6 +2733,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{},
|
|
@@ -2688,6 +2864,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{},
|
|
@@ -3196,6 +3373,7 @@ var awsusgovPartition = partition{
|
|
|
},
|
|
|
},
|
|
|
Endpoints: endpoints{
|
|
|
+ "us-gov-east-1": endpoint{},
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
},
|
|
|
},
|
|
@@ -3246,6 +3424,12 @@ var awsusgovPartition = partition{
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "ds": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "us-gov-west-1": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"dynamodb": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
@@ -3311,6 +3495,12 @@ var awsusgovPartition = partition{
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "elasticfilesystem": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "us-gov-west-1": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"elasticloadbalancing": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
@@ -3332,6 +3522,7 @@ var awsusgovPartition = partition{
|
|
|
"es": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
+ "us-gov-east-1": endpoint{},
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
},
|
|
|
},
|
|
@@ -3418,6 +3609,12 @@ var awsusgovPartition = partition{
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
},
|
|
|
},
|
|
|
+ "mediaconvert": service{
|
|
|
+
|
|
|
+ Endpoints: endpoints{
|
|
|
+ "us-gov-west-1": endpoint{},
|
|
|
+ },
|
|
|
+ },
|
|
|
"metering.marketplace": service{
|
|
|
Defaults: endpoint{
|
|
|
CredentialScope: credentialScope{
|
|
@@ -3534,6 +3731,7 @@ var awsusgovPartition = partition{
|
|
|
"snowball": service{
|
|
|
|
|
|
Endpoints: endpoints{
|
|
|
+ "us-gov-east-1": endpoint{},
|
|
|
"us-gov-west-1": endpoint{},
|
|
|
},
|
|
|
},
|