Skip to content

Commit 6287d43

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent f19e535 commit 6287d43

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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 endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34087,7 +34087,19 @@
3408734087
"protocols" : [ "https" ]
3408834088
},
3408934089
"endpoints" : {
34090-
"us-iso-east-1" : { }
34090+
"fips-us-iso-east-1" : {
34091+
"credentialScope" : {
34092+
"region" : "us-iso-east-1"
34093+
},
34094+
"deprecated" : true,
34095+
"hostname" : "fips.transcribe.us-iso-east-1.c2s.ic.gov"
34096+
},
34097+
"us-iso-east-1" : {
34098+
"variants" : [ {
34099+
"hostname" : "fips.transcribe.us-iso-east-1.c2s.ic.gov",
34100+
"tags" : [ "fips" ]
34101+
} ]
34102+
}
3409134103
}
3409234104
},
3409334105
"transcribestreaming" : {

0 commit comments

Comments
 (0)