Skip to content

Commit 19be810

Browse files
author
AWS
committed
Data Automation for Amazon Bedrock Update: Added support for Custom output and blueprints for AUDIO data types.
1 parent 41c411f commit 19be810

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Data Automation for Amazon Bedrock",
4+
"contributor": "",
5+
"description": "Added support for Custom output and blueprints for AUDIO data types."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,8 @@
12741274
"documentation":"<p>Type</p>",
12751275
"enum":[
12761276
"DOCUMENT",
1277-
"IMAGE"
1277+
"IMAGE",
1278+
"AUDIO"
12781279
]
12791280
},
12801281
"UntagResourceRequest":{

0 commit comments

Comments
 (0)