Skip to content

Commit bf2db0f

Browse files
committed
Add support for 'es-US' language code in transcribe streaming service
1 parent ee3bb00 commit bf2db0f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWS Transcribe Streaming",
3+
"type": "feature",
4+
"description": "Amazon Transcribe now supports US Spanish, which expands upon the existing language support for US English."
5+
}

services/transcribestreaming/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@
137137
},
138138
"LanguageCode":{
139139
"type":"string",
140-
"enum":["en-US"]
140+
"enum":[
141+
"en-US",
142+
"es-US"
143+
]
141144
},
142145
"LimitExceededException":{
143146
"type":"structure",

0 commit comments

Comments
 (0)