Skip to content

Commit 6e8a41e

Browse files
feat: update AWS service endpoints metadata
1 parent 185c880 commit 6e8a41e

File tree

1 file changed

+13
-1
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+13
-1
lines changed

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/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)