+341
-52
lines changedFilter options
+341
-52
lines changed Original file line number Diff line number Diff line change
@@ -82,6 +82,7 @@ export interface GetMedicalScribeJobCommandOutput extends GetMedicalScribeJobRes
82
82
* // ParticipantRole: "PATIENT" || "CLINICIAN", // required
83
83
* // },
84
84
* // ],
85
+
* // MedicalScribeContextProvided: true || false,
85
86
* // Tags: [ // TagList
86
87
* // { // Tag
87
88
* // Key: "STRING_VALUE", // required
Original file line number Diff line number Diff line change
@@ -5,7 +5,11 @@ import { Command as $Command } from "@smithy/smithy-client";
5
5
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
6
6
7
7
import { commonParams } from "../endpoint/EndpointParameters";
8
-
import { StartMedicalScribeJobRequest, StartMedicalScribeJobResponse } from "../models/models_0";
8
+
import {
9
+
StartMedicalScribeJobRequest,
10
+
StartMedicalScribeJobRequestFilterSensitiveLog,
11
+
StartMedicalScribeJobResponse,
12
+
} from "../models/models_0";
9
13
import { de_StartMedicalScribeJobCommand, se_StartMedicalScribeJobCommand } from "../protocols/Aws_json1_1";
10
14
import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient";
11
15
@@ -62,7 +66,7 @@ export interface StartMedicalScribeJobCommandOutput extends StartMedicalScribeJo
62
66
* </li>
63
67
* <li>
64
68
* <p>
65
-
* <code>Settings</code>: A <code>MedicalScribeSettings</code> obect
69
+
* <code>Settings</code>: A <code>MedicalScribeSettings</code> object
66
70
* that must set exactly one of <code>ShowSpeakerLabels</code> or <code>ChannelIdentification</code> to true.
67
71
* If <code>ShowSpeakerLabels</code> is true, <code>MaxSpeakerLabels</code> must also be set.
68
72
* </p>
@@ -115,6 +119,11 @@ export interface StartMedicalScribeJobCommandOutput extends StartMedicalScribeJo
115
119
* Value: "STRING_VALUE", // required
116
120
* },
117
121
* ],
122
+
* MedicalScribeContext: { // MedicalScribeContext
123
+
* PatientContext: { // MedicalScribePatientContext
124
+
* Pronouns: "HE_HIM" || "SHE_HER" || "THEY_THEM",
125
+
* },
126
+
* },
118
127
* };
119
128
* const command = new StartMedicalScribeJobCommand(input);
120
129
* const response = await client.send(command);
@@ -153,6 +162,7 @@ export interface StartMedicalScribeJobCommandOutput extends StartMedicalScribeJo
153
162
* // ParticipantRole: "PATIENT" || "CLINICIAN", // required
154
163
* // },
155
164
* // ],
165
+
* // MedicalScribeContextProvided: true || false,
156
166
* // Tags: [ // TagList
157
167
* // { // Tag
158
168
* // Key: "STRING_VALUE", // required
@@ -211,7 +221,7 @@ export class StartMedicalScribeJobCommand extends $Command
211
221
})
212
222
.s("Transcribe", "StartMedicalScribeJob", {})
213
223
.n("TranscribeClient", "StartMedicalScribeJobCommand")
214
-
.f(void 0, void 0)
224
+
.f(StartMedicalScribeJobRequestFilterSensitiveLog, void 0)
215
225
.ser(se_StartMedicalScribeJobCommand)
216
226
.de(de_StartMedicalScribeJobCommand)
217
227
.build() {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4