Skip to content

Commit 0f39260

Browse files
Update API model
1 parent 3a45f0a commit 0f39260

File tree

8 files changed

+2137
-689
lines changed

8 files changed

+2137
-689
lines changed

codegen/sdk-codegen/aws-models/bedrock-agent-runtime.json

Lines changed: 541 additions & 1 deletion
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/bedrock-data-automation.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,9 @@
685685
},
686686
"types": {
687687
"target": "com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypes"
688+
},
689+
"typeConfiguration": {
690+
"target": "com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypeConfiguration"
688691
}
689692
},
690693
"traits": {
@@ -714,6 +717,17 @@
714717
}
715718
}
716719
},
720+
"com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypeConfiguration": {
721+
"type": "structure",
722+
"members": {
723+
"transcript": {
724+
"target": "com.amazonaws.bedrockdataautomation#TranscriptConfiguration"
725+
}
726+
},
727+
"traits": {
728+
"smithy.api#documentation": "Configuration for different audio extraction category types"
729+
}
730+
},
717731
"com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypes": {
718732
"type": "list",
719733
"member": {
@@ -1070,6 +1084,20 @@
10701084
"smithy.api#documentation": "List of Blueprints"
10711085
}
10721086
},
1087+
"com.amazonaws.bedrockdataautomation#ChannelLabelingConfiguration": {
1088+
"type": "structure",
1089+
"members": {
1090+
"state": {
1091+
"target": "com.amazonaws.bedrockdataautomation#State",
1092+
"traits": {
1093+
"smithy.api#required": {}
1094+
}
1095+
}
1096+
},
1097+
"traits": {
1098+
"smithy.api#documentation": "Channel labeling configuration"
1099+
}
1100+
},
10731101
"com.amazonaws.bedrockdataautomation#ClientToken": {
10741102
"type": "string",
10751103
"traits": {
@@ -2753,6 +2781,20 @@
27532781
"smithy.api#httpError": 402
27542782
}
27552783
},
2784+
"com.amazonaws.bedrockdataautomation#SpeakerLabelingConfiguration": {
2785+
"type": "structure",
2786+
"members": {
2787+
"state": {
2788+
"target": "com.amazonaws.bedrockdataautomation#State",
2789+
"traits": {
2790+
"smithy.api#required": {}
2791+
}
2792+
}
2793+
},
2794+
"traits": {
2795+
"smithy.api#documentation": "Speaker labeling configuration"
2796+
}
2797+
},
27562798
"com.amazonaws.bedrockdataautomation#SplitterConfiguration": {
27572799
"type": "structure",
27582800
"members": {
@@ -2958,6 +3000,20 @@
29583000
"smithy.api#httpError": 429
29593001
}
29603002
},
3003+
"com.amazonaws.bedrockdataautomation#TranscriptConfiguration": {
3004+
"type": "structure",
3005+
"members": {
3006+
"speakerLabeling": {
3007+
"target": "com.amazonaws.bedrockdataautomation#SpeakerLabelingConfiguration"
3008+
},
3009+
"channelLabeling": {
3010+
"target": "com.amazonaws.bedrockdataautomation#ChannelLabelingConfiguration"
3011+
}
3012+
},
3013+
"traits": {
3014+
"smithy.api#documentation": "Configuration for transcript related features"
3015+
}
3016+
},
29613017
"com.amazonaws.bedrockdataautomation#Type": {
29623018
"type": "enum",
29633019
"members": {

0 commit comments

Comments
 (0)