Skip to content

Commit 7d291cd

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-02-10
1 parent 892454b commit 7d291cd

File tree

1 file changed

+15
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+15
-1
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38895,7 +38895,21 @@
3889538895
"protocols": ["https"]
3889638896
},
3889738897
"endpoints": {
38898-
"us-iso-east-1": {}
38898+
"fips-us-iso-east-1": {
38899+
"credentialScope": {
38900+
"region": "us-iso-east-1"
38901+
},
38902+
"deprecated": true,
38903+
"hostname": "fips.transcribe.us-iso-east-1.c2s.ic.gov"
38904+
},
38905+
"us-iso-east-1": {
38906+
"variants": [
38907+
{
38908+
"hostname": "fips.transcribe.us-iso-east-1.c2s.ic.gov",
38909+
"tags": ["fips"]
38910+
}
38911+
]
38912+
}
3889938913
}
3890038914
},
3890138915
"transcribestreaming": {

0 commit comments

Comments
 (0)