Skip to content

Commit 117b93d

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 4bf303b commit 117b93d

File tree

1 file changed

+36
-4
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+36
-4
lines changed

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

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4317,6 +4317,16 @@
43174317
}
43184318
}
43194319
},
4320+
"edge.sagemaker" : {
4321+
"endpoints" : {
4322+
"ap-northeast-1" : { },
4323+
"eu-central-1" : { },
4324+
"eu-west-1" : { },
4325+
"us-east-1" : { },
4326+
"us-east-2" : { },
4327+
"us-west-2" : { }
4328+
}
4329+
},
43204330
"eks" : {
43214331
"defaults" : {
43224332
"protocols" : [ "http", "https" ],
@@ -6415,7 +6425,17 @@
64156425
"isRegionalized" : true
64166426
},
64176427
"health" : {
6428+
"defaults" : {
6429+
"protocols" : [ "https" ],
6430+
"sslCommonName" : "health.us-east-1.amazonaws.com"
6431+
},
64186432
"endpoints" : {
6433+
"aws-global" : {
6434+
"credentialScope" : {
6435+
"region" : "us-east-1"
6436+
},
6437+
"hostname" : "global.health.amazonaws.com"
6438+
},
64196439
"fips-us-east-2" : {
64206440
"credentialScope" : {
64216441
"region" : "us-east-2"
@@ -6433,7 +6453,9 @@
64336453
"tags" : [ "fips" ]
64346454
} ]
64356455
}
6436-
}
6456+
},
6457+
"isRegionalized" : false,
6458+
"partitionEndpoint" : "aws-global"
64376459
},
64386460
"healthlake" : {
64396461
"defaults" : {
@@ -14733,10 +14755,20 @@
1473314755
"isRegionalized" : true
1473414756
},
1473514757
"health" : {
14758+
"defaults" : {
14759+
"protocols" : [ "https" ],
14760+
"sslCommonName" : "health.cn-northwest-1.amazonaws.com.cn"
14761+
},
1473614762
"endpoints" : {
14737-
"cn-north-1" : { },
14738-
"cn-northwest-1" : { }
14739-
}
14763+
"aws-cn-global" : {
14764+
"credentialScope" : {
14765+
"region" : "cn-northwest-1"
14766+
},
14767+
"hostname" : "global.health.amazonaws.com.cn"
14768+
}
14769+
},
14770+
"isRegionalized" : false,
14771+
"partitionEndpoint" : "aws-cn-global"
1474014772
},
1474114773
"iam" : {
1474214774
"endpoints" : {

0 commit comments

Comments
 (0)