Skip to content

Commit d6f4331

Browse files
author
AWS
committed
Amazon Transcribe Streaming Service Update: This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.
1 parent f827437 commit d6f4331

File tree

3 files changed

+594
-3
lines changed

3 files changed

+594
-3
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 Transcribe Streaming Service",
4+
"contributor": "",
5+
"description": "This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe."
6+
}

codegen/src/main/java/software/amazon/awssdk/codegen/customization/processors/NewAndLegacyEventStreamProcessor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ public final class NewAndLegacyEventStreamProcessor implements CodegenCustomizat
4242
approvedEventStreams.put("Transcribe Streaming", new HashSet<>(Arrays.asList("AudioStream",
4343
"TranscriptResultStream",
4444
"MedicalTranscriptResultStream",
45-
"CallAnalyticsTranscriptResultStream")));
45+
"CallAnalyticsTranscriptResultStream",
46+
"MedicalScribeInputStream",
47+
"MedicalScribeResultStream")));
4648

4749
APPROVED_EVENT_STREAMS = Collections.unmodifiableMap(approvedEventStreams);
4850
}

0 commit comments

Comments
 (0)