Skip to content

Commit 8cc9f5b

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 32c3d6f commit 8cc9f5b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6152,6 +6152,10 @@
61526152
"isRegionalized" : true
61536153
},
61546154
"health" : {
6155+
"defaults" : {
6156+
"protocols" : [ "https" ],
6157+
"sslCommonName" : "health.us-east-1.amazonaws.com"
6158+
},
61556159
"endpoints" : {
61566160
"fips-us-east-2" : {
61576161
"credentialScope" : {
@@ -6170,7 +6174,9 @@
61706174
"tags" : [ "fips" ]
61716175
} ]
61726176
}
6173-
}
6177+
},
6178+
"isRegionalized" : false,
6179+
"partitionEndpoint" : "aws-global"
61746180
},
61756181
"healthlake" : {
61766182
"defaults" : {
@@ -18034,6 +18040,11 @@
1803418040
"us-iso-east-1" : { }
1803518041
}
1803618042
},
18043+
"appconfigdata" : {
18044+
"endpoints" : {
18045+
"us-iso-west-1" : { }
18046+
}
18047+
},
1803718048
"application-autoscaling" : {
1803818049
"defaults" : {
1803918050
"protocols" : [ "http", "https" ]

0 commit comments

Comments
 (0)