Skip to content

Commit c3d486e

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 2c779e8 commit c3d486e

File tree

1 file changed

+13
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+13
-1
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/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)