|
685 | 685 | }, |
686 | 686 | "types": { |
687 | 687 | "target": "com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypes" |
| 688 | + }, |
| 689 | + "typeConfiguration": { |
| 690 | + "target": "com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypeConfiguration" |
688 | 691 | } |
689 | 692 | }, |
690 | 693 | "traits": { |
|
714 | 717 | } |
715 | 718 | } |
716 | 719 | }, |
| 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 | + }, |
717 | 731 | "com.amazonaws.bedrockdataautomation#AudioExtractionCategoryTypes": { |
718 | 732 | "type": "list", |
719 | 733 | "member": { |
|
1070 | 1084 | "smithy.api#documentation": "List of Blueprints" |
1071 | 1085 | } |
1072 | 1086 | }, |
| 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 | + }, |
1073 | 1101 | "com.amazonaws.bedrockdataautomation#ClientToken": { |
1074 | 1102 | "type": "string", |
1075 | 1103 | "traits": { |
|
2753 | 2781 | "smithy.api#httpError": 402 |
2754 | 2782 | } |
2755 | 2783 | }, |
| 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 | + }, |
2756 | 2798 | "com.amazonaws.bedrockdataautomation#SplitterConfiguration": { |
2757 | 2799 | "type": "structure", |
2758 | 2800 | "members": { |
|
2958 | 3000 | "smithy.api#httpError": 429 |
2959 | 3001 | } |
2960 | 3002 | }, |
| 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 | + }, |
2961 | 3017 | "com.amazonaws.bedrockdataautomation#Type": { |
2962 | 3018 | "type": "enum", |
2963 | 3019 | "members": { |
|
0 commit comments