Skip to content

Commit 89442fd

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 232be1e commit 89442fd

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,24 @@
12671267
"ca-central-1" : { },
12681268
"eu-west-1" : { },
12691269
"eu-west-2" : { },
1270+
"fips-us-east-1" : {
1271+
"credentialScope" : {
1272+
"region" : "us-east-1"
1273+
},
1274+
"hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com"
1275+
},
1276+
"fips-us-east-2" : {
1277+
"credentialScope" : {
1278+
"region" : "us-east-2"
1279+
},
1280+
"hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com"
1281+
},
1282+
"fips-us-west-2" : {
1283+
"credentialScope" : {
1284+
"region" : "us-west-2"
1285+
},
1286+
"hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com"
1287+
},
12701288
"us-east-1" : { },
12711289
"us-east-2" : { },
12721290
"us-west-2" : { }
@@ -3884,6 +3902,36 @@
38843902
"eu-west-2" : { },
38853903
"eu-west-3" : { },
38863904
"me-south-1" : { },
3905+
"rds-fips.ca-central-1" : {
3906+
"credentialScope" : {
3907+
"region" : "ca-central-1"
3908+
},
3909+
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
3910+
},
3911+
"rds-fips.us-east-1" : {
3912+
"credentialScope" : {
3913+
"region" : "us-east-1"
3914+
},
3915+
"hostname" : "rds-fips.us-east-1.amazonaws.com"
3916+
},
3917+
"rds-fips.us-east-2" : {
3918+
"credentialScope" : {
3919+
"region" : "us-east-2"
3920+
},
3921+
"hostname" : "rds-fips.us-east-2.amazonaws.com"
3922+
},
3923+
"rds-fips.us-west-1" : {
3924+
"credentialScope" : {
3925+
"region" : "us-west-1"
3926+
},
3927+
"hostname" : "rds-fips.us-west-1.amazonaws.com"
3928+
},
3929+
"rds-fips.us-west-2" : {
3930+
"credentialScope" : {
3931+
"region" : "us-west-2"
3932+
},
3933+
"hostname" : "rds-fips.us-west-2.amazonaws.com"
3934+
},
38873935
"sa-east-1" : { },
38883936
"us-east-1" : {
38893937
"sslCommonName" : "{service}.{dnsSuffix}"

0 commit comments

Comments
 (0)