Skip to content

Commit 7734306

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 3d5deeb commit 7734306

File tree

2 files changed

+17
-1
lines changed

2 files changed

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

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
@@ -4512,6 +4512,12 @@
45124512
"eu-central-1" : { },
45134513
"eu-west-1" : { },
45144514
"eu-west-2" : { },
4515+
"rekognition-fips.ca-central-1" : {
4516+
"credentialScope" : {
4517+
"region" : "ca-central-1"
4518+
},
4519+
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
4520+
},
45154521
"rekognition-fips.us-east-1" : {
45164522
"credentialScope" : {
45174523
"region" : "us-east-1"
@@ -7807,7 +7813,12 @@
78077813
},
78087814
"health" : {
78097815
"endpoints" : {
7810-
"us-gov-west-1" : { }
7816+
"fips-us-gov-west-1" : {
7817+
"credentialScope" : {
7818+
"region" : "us-gov-west-1"
7819+
},
7820+
"hostname" : "health-fips.us-gov-west-1.amazonaws.com"
7821+
}
78117822
}
78127823
},
78137824
"iam" : {

0 commit comments

Comments
 (0)