Skip to content

Commit e18c5ae

Browse files
author
AWS
committed
Amazon Transcribe Service Update: Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary
1 parent b572053 commit e18c5ae

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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": "Amazon Transcribe Service",
4+
"contributor": "",
5+
"description": "Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary"
6+
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,6 @@
15321532
"af-ZA",
15331533
"ar-AE",
15341534
"ar-SA",
1535-
"cy-GB",
15361535
"da-DK",
15371536
"de-CH",
15381537
"de-DE",
@@ -1548,8 +1547,6 @@
15481547
"fa-IR",
15491548
"fr-CA",
15501549
"fr-FR",
1551-
"ga-IE",
1552-
"gd-GB",
15531550
"he-IL",
15541551
"hi-IN",
15551552
"id-ID",
@@ -3095,7 +3092,8 @@
30953092
"type":"structure",
30963093
"required":[
30973094
"VocabularyName",
3098-
"LanguageCode"
3095+
"LanguageCode",
3096+
"VocabularyFileUri"
30993097
],
31003098
"members":{
31013099
"VocabularyName":{

0 commit comments

Comments
 (0)