Skip to content

Commit c08992a

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 1b1bf98 commit c08992a

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/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)