|
127 | 127 | {"shape":"AccessDeniedException"}, |
128 | 128 | {"shape":"ResourceNotFoundException"} |
129 | 129 | ], |
130 | | - "documentation":"<p>Gets an existing Amazon Bedrock Data Automation Blueprint</p>" |
| 130 | + "documentation":"<p>Gets an existing Amazon Bedrock Data Automation Blueprint</p>", |
| 131 | + "readonly":true |
131 | 132 | }, |
132 | 133 | "GetDataAutomationProject":{ |
133 | 134 | "name":"GetDataAutomationProject", |
|
145 | 146 | {"shape":"AccessDeniedException"}, |
146 | 147 | {"shape":"ResourceNotFoundException"} |
147 | 148 | ], |
148 | | - "documentation":"<p>Gets an existing Amazon Bedrock Data Automation Project</p>" |
| 149 | + "documentation":"<p>Gets an existing Amazon Bedrock Data Automation Project</p>", |
| 150 | + "readonly":true |
149 | 151 | }, |
150 | 152 | "ListBlueprints":{ |
151 | 153 | "name":"ListBlueprints", |
|
163 | 165 | {"shape":"AccessDeniedException"}, |
164 | 166 | {"shape":"ResourceNotFoundException"} |
165 | 167 | ], |
166 | | - "documentation":"<p>Lists all existing Amazon Bedrock Data Automation Blueprints</p>" |
| 168 | + "documentation":"<p>Lists all existing Amazon Bedrock Data Automation Blueprints</p>", |
| 169 | + "readonly":true |
167 | 170 | }, |
168 | 171 | "ListDataAutomationProjects":{ |
169 | 172 | "name":"ListDataAutomationProjects", |
|
181 | 184 | {"shape":"AccessDeniedException"}, |
182 | 185 | {"shape":"ResourceNotFoundException"} |
183 | 186 | ], |
184 | | - "documentation":"<p>Lists all existing Amazon Bedrock Data Automation Projects</p>" |
| 187 | + "documentation":"<p>Lists all existing Amazon Bedrock Data Automation Projects</p>", |
| 188 | + "readonly":true |
185 | 189 | }, |
186 | 190 | "ListTagsForResource":{ |
187 | 191 | "name":"ListTagsForResource", |
|
323 | 327 | "member":{"shape":"AudioExtractionCategoryType"}, |
324 | 328 | "documentation":"<p>List of Audio Extraction Category Type</p>" |
325 | 329 | }, |
| 330 | + "AudioGenerativeOutputLanguage":{ |
| 331 | + "type":"string", |
| 332 | + "documentation":"<p>Configuration for Audio output language</p>", |
| 333 | + "enum":[ |
| 334 | + "DEFAULT", |
| 335 | + "EN" |
| 336 | + ] |
| 337 | + }, |
| 338 | + "AudioInputLanguages":{ |
| 339 | + "type":"list", |
| 340 | + "member":{"shape":"Language"}, |
| 341 | + "documentation":"<p>List of supported audio languages</p>" |
| 342 | + }, |
| 343 | + "AudioLanguageConfiguration":{ |
| 344 | + "type":"structure", |
| 345 | + "members":{ |
| 346 | + "inputLanguages":{"shape":"AudioInputLanguages"}, |
| 347 | + "generativeOutputLanguage":{"shape":"AudioGenerativeOutputLanguage"}, |
| 348 | + "identifyMultipleLanguages":{ |
| 349 | + "shape":"Boolean", |
| 350 | + "documentation":"<p>Enable multiple language identification in audio</p>" |
| 351 | + } |
| 352 | + }, |
| 353 | + "documentation":"<p>Optional configuration for audio language settings</p>" |
| 354 | + }, |
326 | 355 | "AudioOverrideConfiguration":{ |
327 | 356 | "type":"structure", |
328 | 357 | "members":{ |
329 | | - "modalityProcessing":{"shape":"ModalityProcessingConfiguration"} |
| 358 | + "modalityProcessing":{"shape":"ModalityProcessingConfiguration"}, |
| 359 | + "languageConfiguration":{"shape":"AudioLanguageConfiguration"} |
330 | 360 | }, |
331 | 361 | "documentation":"<p>Override Configuration of Audio</p>" |
332 | 362 | }, |
|
484 | 514 | "member":{"shape":"BlueprintSummary"}, |
485 | 515 | "documentation":"<p>List of Blueprints</p>" |
486 | 516 | }, |
| 517 | + "Boolean":{ |
| 518 | + "type":"boolean", |
| 519 | + "box":true |
| 520 | + }, |
487 | 521 | "ChannelLabelingConfiguration":{ |
488 | 522 | "type":"structure", |
489 | 523 | "required":["state"], |
|
1053 | 1087 | "min":1, |
1054 | 1088 | "pattern":"[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]+" |
1055 | 1089 | }, |
| 1090 | + "Language":{ |
| 1091 | + "type":"string", |
| 1092 | + "documentation":"<p>Supported input languages</p>", |
| 1093 | + "enum":[ |
| 1094 | + "EN", |
| 1095 | + "DE", |
| 1096 | + "ES", |
| 1097 | + "FR", |
| 1098 | + "IT", |
| 1099 | + "PT", |
| 1100 | + "JA", |
| 1101 | + "KO", |
| 1102 | + "CN", |
| 1103 | + "TW", |
| 1104 | + "HK" |
| 1105 | + ] |
| 1106 | + }, |
1056 | 1107 | "ListBlueprintsRequest":{ |
1057 | 1108 | "type":"structure", |
1058 | 1109 | "members":{ |
|
0 commit comments