Skip to content

Commit ea4a378

Browse files
author
AWS
committed
Data Automation for Amazon Bedrock Update: Add support for VIDEO modality to BlueprintType enum.
1 parent 8db02fe commit ea4a378

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": "Add support for VIDEO modality to BlueprintType enum."
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
@@ -1275,7 +1275,8 @@
12751275
"enum":[
12761276
"DOCUMENT",
12771277
"IMAGE",
1278-
"AUDIO"
1278+
"AUDIO",
1279+
"VIDEO"
12791280
]
12801281
},
12811282
"UntagResourceRequest":{

0 commit comments

Comments
 (0)