Skip to content

Commit 4d93d56

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 76877de commit 4d93d56

File tree

1 file changed

+25
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+25
-0
lines changed

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

+25
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,12 @@
13101310
"tags" : [ "dualstack" ]
13111311
} ]
13121312
},
1313+
"ap-northeast-3" : {
1314+
"variants" : [ {
1315+
"hostname" : "appmesh.ap-northeast-3.api.aws",
1316+
"tags" : [ "dualstack" ]
1317+
} ]
1318+
},
13131319
"ap-south-1" : {
13141320
"variants" : [ {
13151321
"hostname" : "appmesh.ap-south-1.api.aws",
@@ -1328,6 +1334,12 @@
13281334
"tags" : [ "dualstack" ]
13291335
} ]
13301336
},
1337+
"ap-southeast-3" : {
1338+
"variants" : [ {
1339+
"hostname" : "appmesh.ap-southeast-3.api.aws",
1340+
"tags" : [ "dualstack" ]
1341+
} ]
1342+
},
13311343
"ca-central-1" : {
13321344
"variants" : [ {
13331345
"hostname" : "appmesh.ca-central-1.api.aws",
@@ -6079,6 +6091,19 @@
60796091
"us-east-1" : { }
60806092
}
60816093
},
6094+
"geo" : {
6095+
"endpoints" : {
6096+
"ap-northeast-1" : { },
6097+
"ap-southeast-1" : { },
6098+
"ap-southeast-2" : { },
6099+
"eu-central-1" : { },
6100+
"eu-north-1" : { },
6101+
"eu-west-1" : { },
6102+
"us-east-1" : { },
6103+
"us-east-2" : { },
6104+
"us-west-2" : { }
6105+
}
6106+
},
60826107
"glacier" : {
60836108
"defaults" : {
60846109
"protocols" : [ "http", "https" ]

0 commit comments

Comments
 (0)