Skip to content

Commit 9ed5b8e

Browse files
author
AWS
committed
Amazon Bedrock Update: Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration.
1 parent b62a31b commit 9ed5b8e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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 Bedrock",
4+
"contributor": "",
5+
"description": "Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10662,6 +10662,10 @@
1066210662
"videoDataDeliveryEnabled":{
1066310663
"shape":"Boolean",
1066410664
"documentation":"<p>Set to include video data in the log delivery.</p>"
10665+
},
10666+
"audioDataDeliveryEnabled":{
10667+
"shape":"Boolean",
10668+
"documentation":"<p>Set to include audio data in the log delivery.</p>"
1066510669
}
1066610670
},
1066710671
"documentation":"<p>Configuration fields for invocation logging.</p>"

0 commit comments

Comments
 (0)