Skip to content

Commit 9486237

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 3cd00ce commit 9486237

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,30 @@
540540
"eu-north-1" : { },
541541
"eu-west-1" : { },
542542
"eu-west-2" : { },
543+
"fips-ca-central-1" : {
544+
"credentialScope" : {
545+
"region" : "ca-central-1"
546+
},
547+
"hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
548+
},
549+
"fips-us-east-1" : {
550+
"credentialScope" : {
551+
"region" : "us-east-1"
552+
},
553+
"hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
554+
},
555+
"fips-us-east-2" : {
556+
"credentialScope" : {
557+
"region" : "us-east-2"
558+
},
559+
"hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
560+
},
561+
"fips-us-west-2" : {
562+
"credentialScope" : {
563+
"region" : "us-west-2"
564+
},
565+
"hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
566+
},
543567
"us-east-1" : { },
544568
"us-east-2" : { },
545569
"us-west-2" : { }

0 commit comments

Comments
 (0)