Skip to content

Commit 574cf7e

Browse files
author
awstools
committed
feat(client-transcribe): Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary
1 parent 3cef41f commit 574cf7e

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

clients/client-transcribe/src/models/models_0.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export enum LanguageCode {
129129
AF_ZA = "af-ZA",
130130
AR_AE = "ar-AE",
131131
AR_SA = "ar-SA",
132-
CY_GB = "cy-GB",
133132
DA_DK = "da-DK",
134133
DE_CH = "de-CH",
135134
DE_DE = "de-DE",
@@ -147,8 +146,6 @@ export enum LanguageCode {
147146
FA_IR = "fa-IR",
148147
FR_CA = "fr-CA",
149148
FR_FR = "fr-FR",
150-
GA_IE = "ga-IE",
151-
GD_GB = "gd-GB",
152149
HE_IL = "he-IL",
153150
HI_IN = "hi-IN",
154151
ID_ID = "id-ID",
@@ -5027,7 +5024,7 @@ export interface UpdateMedicalVocabularyRequest {
50275024
* <code>s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt</code>
50285025
* </p>
50295026
*/
5030-
VocabularyFileUri?: string;
5027+
VocabularyFileUri: string | undefined;
50315028
}
50325029

50335030
export namespace UpdateMedicalVocabularyRequest {

codegen/sdk-codegen/aws-models/transcribe.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,10 +1977,6 @@
19771977
"value": "ar-SA",
19781978
"name": "AR_SA"
19791979
},
1980-
{
1981-
"value": "cy-GB",
1982-
"name": "CY_GB"
1983-
},
19841980
{
19851981
"value": "da-DK",
19861982
"name": "DA_DK"
@@ -2041,14 +2037,6 @@
20412037
"value": "fr-FR",
20422038
"name": "FR_FR"
20432039
},
2044-
{
2045-
"value": "ga-IE",
2046-
"name": "GA_IE"
2047-
},
2048-
{
2049-
"value": "gd-GB",
2050-
"name": "GD_GB"
2051-
},
20522040
{
20532041
"value": "he-IL",
20542042
"name": "HE_IL"
@@ -5182,7 +5170,8 @@
51825170
"VocabularyFileUri": {
51835171
"target": "com.amazonaws.transcribe#Uri",
51845172
"traits": {
5185-
"smithy.api#documentation": "<p>The Amazon S3 location of the text file that contains your custom medical \n vocabulary. The URI must be located in the same Amazon Web Services Region as the resource \n you're calling.</p>\n <p>Here's an example URI path:\n <code>s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt</code>\n </p>"
5173+
"smithy.api#documentation": "<p>The Amazon S3 location of the text file that contains your custom medical \n vocabulary. The URI must be located in the same Amazon Web Services Region as the resource \n you're calling.</p>\n <p>Here's an example URI path:\n <code>s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt</code>\n </p>",
5174+
"smithy.api#required": {}
51865175
}
51875176
}
51885177
}

0 commit comments

Comments
 (0)