Skip to content

Commit 51c7937

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent d57b6ec commit 51c7937

File tree

1 file changed

+40
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+40
-2
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

+40-2
Original file line numberDiff line numberDiff line change
@@ -4834,12 +4834,50 @@
48344834
},
48354835
"email" : {
48364836
"endpoints" : {
4837+
"af-south-1" : { },
4838+
"ap-northeast-1" : { },
4839+
"ap-northeast-2" : { },
4840+
"ap-northeast-3" : { },
48374841
"ap-south-1" : { },
4842+
"ap-southeast-1" : { },
48384843
"ap-southeast-2" : { },
4844+
"ca-central-1" : { },
48394845
"eu-central-1" : { },
4846+
"eu-north-1" : { },
4847+
"eu-south-1" : { },
48404848
"eu-west-1" : { },
4841-
"us-east-1" : { },
4842-
"us-west-2" : { }
4849+
"eu-west-2" : { },
4850+
"eu-west-3" : { },
4851+
"fips-us-east-1" : {
4852+
"credentialScope" : {
4853+
"region" : "us-east-1"
4854+
},
4855+
"deprecated" : true,
4856+
"hostname" : "email-fips.us-east-1.amazonaws.com"
4857+
},
4858+
"fips-us-west-2" : {
4859+
"credentialScope" : {
4860+
"region" : "us-west-2"
4861+
},
4862+
"deprecated" : true,
4863+
"hostname" : "email-fips.us-west-2.amazonaws.com"
4864+
},
4865+
"me-south-1" : { },
4866+
"sa-east-1" : { },
4867+
"us-east-1" : {
4868+
"variants" : [ {
4869+
"hostname" : "email-fips.us-east-1.amazonaws.com",
4870+
"tags" : [ "fips" ]
4871+
} ]
4872+
},
4873+
"us-east-2" : { },
4874+
"us-west-1" : { },
4875+
"us-west-2" : {
4876+
"variants" : [ {
4877+
"hostname" : "email-fips.us-west-2.amazonaws.com",
4878+
"tags" : [ "fips" ]
4879+
} ]
4880+
}
48434881
}
48444882
},
48454883
"emr-containers" : {

0 commit comments

Comments
 (0)