@aws-sdk/client-transcribe 3.33.0 → 3.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/package.json +38 -38
- package/dist/es/Transcribe.js +1 -4
- package/dist/es/Transcribe.js.map +1 -1
- package/dist/es/TranscribeClient.js +1 -9
- package/dist/es/TranscribeClient.js.map +1 -1
- package/dist/es/commands/CreateCallAnalyticsCategoryCommand.js +2 -31
- package/dist/es/commands/CreateCallAnalyticsCategoryCommand.js.map +1 -1
- package/dist/es/commands/CreateLanguageModelCommand.js +2 -28
- package/dist/es/commands/CreateLanguageModelCommand.js.map +1 -1
- package/dist/es/commands/CreateMedicalVocabularyCommand.js +2 -27
- package/dist/es/commands/CreateMedicalVocabularyCommand.js.map +1 -1
- package/dist/es/commands/CreateVocabularyCommand.js +2 -28
- package/dist/es/commands/CreateVocabularyCommand.js.map +1 -1
- package/dist/es/commands/CreateVocabularyFilterCommand.js +2 -28
- package/dist/es/commands/CreateVocabularyFilterCommand.js.map +1 -1
- package/dist/es/commands/DeleteCallAnalyticsCategoryCommand.js +2 -27
- package/dist/es/commands/DeleteCallAnalyticsCategoryCommand.js.map +1 -1
- package/dist/es/commands/DeleteCallAnalyticsJobCommand.js +2 -27
- package/dist/es/commands/DeleteCallAnalyticsJobCommand.js.map +1 -1
- package/dist/es/commands/DeleteLanguageModelCommand.js +2 -27
- package/dist/es/commands/DeleteLanguageModelCommand.js.map +1 -1
- package/dist/es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -27
- package/dist/es/commands/DeleteMedicalTranscriptionJobCommand.js.map +1 -1
- package/dist/es/commands/DeleteMedicalVocabularyCommand.js +2 -27
- package/dist/es/commands/DeleteMedicalVocabularyCommand.js.map +1 -1
- package/dist/es/commands/DeleteTranscriptionJobCommand.js +2 -28
- package/dist/es/commands/DeleteTranscriptionJobCommand.js.map +1 -1
- package/dist/es/commands/DeleteVocabularyCommand.js +2 -27
- package/dist/es/commands/DeleteVocabularyCommand.js.map +1 -1
- package/dist/es/commands/DeleteVocabularyFilterCommand.js +2 -27
- package/dist/es/commands/DeleteVocabularyFilterCommand.js.map +1 -1
- package/dist/es/commands/DescribeLanguageModelCommand.js +2 -31
- package/dist/es/commands/DescribeLanguageModelCommand.js.map +1 -1
- package/dist/es/commands/GetCallAnalyticsCategoryCommand.js +2 -27
- package/dist/es/commands/GetCallAnalyticsCategoryCommand.js.map +1 -1
- package/dist/es/commands/GetCallAnalyticsJobCommand.js +2 -31
- package/dist/es/commands/GetCallAnalyticsJobCommand.js.map +1 -1
- package/dist/es/commands/GetMedicalTranscriptionJobCommand.js +2 -29
- package/dist/es/commands/GetMedicalTranscriptionJobCommand.js.map +1 -1
- package/dist/es/commands/GetMedicalVocabularyCommand.js +2 -27
- package/dist/es/commands/GetMedicalVocabularyCommand.js.map +1 -1
- package/dist/es/commands/GetTranscriptionJobCommand.js +2 -30
- package/dist/es/commands/GetTranscriptionJobCommand.js.map +1 -1
- package/dist/es/commands/GetVocabularyCommand.js +2 -27
- package/dist/es/commands/GetVocabularyCommand.js.map +1 -1
- package/dist/es/commands/GetVocabularyFilterCommand.js +2 -27
- package/dist/es/commands/GetVocabularyFilterCommand.js.map +1 -1
- package/dist/es/commands/ListCallAnalyticsCategoriesCommand.js +2 -29
- package/dist/es/commands/ListCallAnalyticsCategoriesCommand.js.map +1 -1
- package/dist/es/commands/ListCallAnalyticsJobsCommand.js +2 -27
- package/dist/es/commands/ListCallAnalyticsJobsCommand.js.map +1 -1
- package/dist/es/commands/ListLanguageModelsCommand.js +2 -29
- package/dist/es/commands/ListLanguageModelsCommand.js.map +1 -1
- package/dist/es/commands/ListMedicalTranscriptionJobsCommand.js +2 -27
- package/dist/es/commands/ListMedicalTranscriptionJobsCommand.js.map +1 -1
- package/dist/es/commands/ListMedicalVocabulariesCommand.js +2 -28
- package/dist/es/commands/ListMedicalVocabulariesCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/ListTranscriptionJobsCommand.js +2 -27
- package/dist/es/commands/ListTranscriptionJobsCommand.js.map +1 -1
- package/dist/es/commands/ListVocabulariesCommand.js +2 -28
- package/dist/es/commands/ListVocabulariesCommand.js.map +1 -1
- package/dist/es/commands/ListVocabularyFiltersCommand.js +2 -27
- package/dist/es/commands/ListVocabularyFiltersCommand.js.map +1 -1
- package/dist/es/commands/StartCallAnalyticsJobCommand.js +2 -31
- package/dist/es/commands/StartCallAnalyticsJobCommand.js.map +1 -1
- package/dist/es/commands/StartMedicalTranscriptionJobCommand.js +2 -27
- package/dist/es/commands/StartMedicalTranscriptionJobCommand.js.map +1 -1
- package/dist/es/commands/StartTranscriptionJobCommand.js +2 -27
- package/dist/es/commands/StartTranscriptionJobCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -27
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateCallAnalyticsCategoryCommand.js +2 -28
- package/dist/es/commands/UpdateCallAnalyticsCategoryCommand.js.map +1 -1
- package/dist/es/commands/UpdateMedicalVocabularyCommand.js +2 -29
- package/dist/es/commands/UpdateMedicalVocabularyCommand.js.map +1 -1
- package/dist/es/commands/UpdateVocabularyCommand.js +2 -28
- package/dist/es/commands/UpdateVocabularyCommand.js.map +1 -1
- package/dist/es/commands/UpdateVocabularyFilterCommand.js +2 -27
- package/dist/es/commands/UpdateVocabularyFilterCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -324
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +38 -38
- package/dist/es/pagination/ListCallAnalyticsCategoriesPaginator.js +16 -28
- package/dist/es/pagination/ListCallAnalyticsCategoriesPaginator.js.map +1 -1
- package/dist/es/pagination/ListCallAnalyticsJobsPaginator.js +16 -28
- package/dist/es/pagination/ListCallAnalyticsJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListLanguageModelsPaginator.js +16 -28
- package/dist/es/pagination/ListLanguageModelsPaginator.js.map +1 -1
- package/dist/es/pagination/ListMedicalTranscriptionJobsPaginator.js +16 -28
- package/dist/es/pagination/ListMedicalTranscriptionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListMedicalVocabulariesPaginator.js +16 -28
- package/dist/es/pagination/ListMedicalVocabulariesPaginator.js.map +1 -1
- package/dist/es/pagination/ListTranscriptionJobsPaginator.js +16 -28
- package/dist/es/pagination/ListTranscriptionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListVocabulariesPaginator.js +16 -28
- package/dist/es/pagination/ListVocabulariesPaginator.js.map +1 -1
- package/dist/es/pagination/ListVocabularyFiltersPaginator.js +16 -28
- package/dist/es/pagination/ListVocabularyFiltersPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +876 -881
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/package.json +38 -38
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var AbsoluteTimeRange;
|
|
3
3
|
(function (AbsoluteTimeRange) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
AbsoluteTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(AbsoluteTimeRange || (AbsoluteTimeRange = {}));
|
|
9
6
|
export var BadRequestException;
|
|
10
7
|
(function (BadRequestException) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(BadRequestException || (BadRequestException = {}));
|
|
16
10
|
export var BaseModelName;
|
|
@@ -32,9 +26,6 @@ export var ParticipantRole;
|
|
|
32
26
|
})(ParticipantRole || (ParticipantRole = {}));
|
|
33
27
|
export var ChannelDefinition;
|
|
34
28
|
(function (ChannelDefinition) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
29
|
ChannelDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
30
|
})(ChannelDefinition || (ChannelDefinition = {}));
|
|
40
31
|
export var LanguageCode;
|
|
@@ -82,9 +73,6 @@ export var LanguageCode;
|
|
|
82
73
|
})(LanguageCode || (LanguageCode = {}));
|
|
83
74
|
export var Media;
|
|
84
75
|
(function (Media) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
76
|
Media.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
77
|
})(Media || (Media = {}));
|
|
90
78
|
export var MediaFormat;
|
|
@@ -108,9 +96,6 @@ export var RedactionType;
|
|
|
108
96
|
})(RedactionType || (RedactionType = {}));
|
|
109
97
|
export var ContentRedaction;
|
|
110
98
|
(function (ContentRedaction) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
99
|
ContentRedaction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
100
|
})(ContentRedaction || (ContentRedaction = {}));
|
|
116
101
|
export var VocabularyFilterMethod;
|
|
@@ -121,51 +106,30 @@ export var VocabularyFilterMethod;
|
|
|
121
106
|
})(VocabularyFilterMethod || (VocabularyFilterMethod = {}));
|
|
122
107
|
export var CallAnalyticsJobSettings;
|
|
123
108
|
(function (CallAnalyticsJobSettings) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
109
|
CallAnalyticsJobSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
110
|
})(CallAnalyticsJobSettings || (CallAnalyticsJobSettings = {}));
|
|
129
111
|
export var Transcript;
|
|
130
112
|
(function (Transcript) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
113
|
Transcript.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
114
|
})(Transcript || (Transcript = {}));
|
|
136
115
|
export var CallAnalyticsJob;
|
|
137
116
|
(function (CallAnalyticsJob) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
117
|
CallAnalyticsJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
118
|
})(CallAnalyticsJob || (CallAnalyticsJob = {}));
|
|
143
119
|
export var CallAnalyticsJobSummary;
|
|
144
120
|
(function (CallAnalyticsJobSummary) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
121
|
CallAnalyticsJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
122
|
})(CallAnalyticsJobSummary || (CallAnalyticsJobSummary = {}));
|
|
150
123
|
export var RelativeTimeRange;
|
|
151
124
|
(function (RelativeTimeRange) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
125
|
RelativeTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
126
|
})(RelativeTimeRange || (RelativeTimeRange = {}));
|
|
157
127
|
export var InterruptionFilter;
|
|
158
128
|
(function (InterruptionFilter) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
129
|
InterruptionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
130
|
})(InterruptionFilter || (InterruptionFilter = {}));
|
|
164
131
|
export var NonTalkTimeFilter;
|
|
165
132
|
(function (NonTalkTimeFilter) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
133
|
NonTalkTimeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
134
|
})(NonTalkTimeFilter || (NonTalkTimeFilter = {}));
|
|
171
135
|
export var SentimentValue;
|
|
@@ -177,9 +141,6 @@ export var SentimentValue;
|
|
|
177
141
|
})(SentimentValue || (SentimentValue = {}));
|
|
178
142
|
export var SentimentFilter;
|
|
179
143
|
(function (SentimentFilter) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
144
|
SentimentFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
145
|
})(SentimentFilter || (SentimentFilter = {}));
|
|
185
146
|
export var TranscriptFilterType;
|
|
@@ -188,9 +149,6 @@ export var TranscriptFilterType;
|
|
|
188
149
|
})(TranscriptFilterType || (TranscriptFilterType = {}));
|
|
189
150
|
export var TranscriptFilter;
|
|
190
151
|
(function (TranscriptFilter) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
152
|
TranscriptFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
153
|
})(TranscriptFilter || (TranscriptFilter = {}));
|
|
196
154
|
export var Rule;
|
|
@@ -206,9 +164,6 @@ export var Rule;
|
|
|
206
164
|
return visitor.SentimentFilter(value.SentimentFilter);
|
|
207
165
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
208
166
|
};
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
167
|
Rule.filterSensitiveLog = function (obj) {
|
|
213
168
|
var _a;
|
|
214
169
|
if (obj.NonTalkTimeFilter !== undefined)
|
|
@@ -225,9 +180,6 @@ export var Rule;
|
|
|
225
180
|
})(Rule || (Rule = {}));
|
|
226
181
|
export var CategoryProperties;
|
|
227
182
|
(function (CategoryProperties) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
183
|
CategoryProperties.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return Rule.filterSensitiveLog(item); }) }))); };
|
|
232
184
|
})(CategoryProperties || (CategoryProperties = {}));
|
|
233
185
|
export var CLMLanguageCode;
|
|
@@ -240,60 +192,36 @@ export var CLMLanguageCode;
|
|
|
240
192
|
})(CLMLanguageCode || (CLMLanguageCode = {}));
|
|
241
193
|
export var ConflictException;
|
|
242
194
|
(function (ConflictException) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
195
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
196
|
})(ConflictException || (ConflictException = {}));
|
|
248
197
|
export var CreateCallAnalyticsCategoryRequest;
|
|
249
198
|
(function (CreateCallAnalyticsCategoryRequest) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
199
|
CreateCallAnalyticsCategoryRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return Rule.filterSensitiveLog(item); }) }))); };
|
|
254
200
|
})(CreateCallAnalyticsCategoryRequest || (CreateCallAnalyticsCategoryRequest = {}));
|
|
255
201
|
export var CreateCallAnalyticsCategoryResponse;
|
|
256
202
|
(function (CreateCallAnalyticsCategoryResponse) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
203
|
CreateCallAnalyticsCategoryResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CategoryProperties && {
|
|
261
204
|
CategoryProperties: CategoryProperties.filterSensitiveLog(obj.CategoryProperties),
|
|
262
205
|
}))); };
|
|
263
206
|
})(CreateCallAnalyticsCategoryResponse || (CreateCallAnalyticsCategoryResponse = {}));
|
|
264
207
|
export var InternalFailureException;
|
|
265
208
|
(function (InternalFailureException) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
209
|
InternalFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
210
|
})(InternalFailureException || (InternalFailureException = {}));
|
|
271
211
|
export var LimitExceededException;
|
|
272
212
|
(function (LimitExceededException) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
213
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
214
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
278
215
|
export var InputDataConfig;
|
|
279
216
|
(function (InputDataConfig) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
217
|
InputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
218
|
})(InputDataConfig || (InputDataConfig = {}));
|
|
285
219
|
export var Tag;
|
|
286
220
|
(function (Tag) {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
221
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
222
|
})(Tag || (Tag = {}));
|
|
292
223
|
export var CreateLanguageModelRequest;
|
|
293
224
|
(function (CreateLanguageModelRequest) {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
225
|
CreateLanguageModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
226
|
})(CreateLanguageModelRequest || (CreateLanguageModelRequest = {}));
|
|
299
227
|
export var ModelStatus;
|
|
@@ -304,16 +232,10 @@ export var ModelStatus;
|
|
|
304
232
|
})(ModelStatus || (ModelStatus = {}));
|
|
305
233
|
export var CreateLanguageModelResponse;
|
|
306
234
|
(function (CreateLanguageModelResponse) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
235
|
CreateLanguageModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
236
|
})(CreateLanguageModelResponse || (CreateLanguageModelResponse = {}));
|
|
312
237
|
export var CreateMedicalVocabularyRequest;
|
|
313
238
|
(function (CreateMedicalVocabularyRequest) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
239
|
CreateMedicalVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
240
|
})(CreateMedicalVocabularyRequest || (CreateMedicalVocabularyRequest = {}));
|
|
319
241
|
export var VocabularyState;
|
|
@@ -324,172 +246,100 @@ export var VocabularyState;
|
|
|
324
246
|
})(VocabularyState || (VocabularyState = {}));
|
|
325
247
|
export var CreateMedicalVocabularyResponse;
|
|
326
248
|
(function (CreateMedicalVocabularyResponse) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
249
|
CreateMedicalVocabularyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
250
|
})(CreateMedicalVocabularyResponse || (CreateMedicalVocabularyResponse = {}));
|
|
332
251
|
export var CreateVocabularyRequest;
|
|
333
252
|
(function (CreateVocabularyRequest) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
253
|
CreateVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
254
|
})(CreateVocabularyRequest || (CreateVocabularyRequest = {}));
|
|
339
255
|
export var CreateVocabularyResponse;
|
|
340
256
|
(function (CreateVocabularyResponse) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
257
|
CreateVocabularyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
258
|
})(CreateVocabularyResponse || (CreateVocabularyResponse = {}));
|
|
346
259
|
export var CreateVocabularyFilterRequest;
|
|
347
260
|
(function (CreateVocabularyFilterRequest) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
261
|
CreateVocabularyFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
262
|
})(CreateVocabularyFilterRequest || (CreateVocabularyFilterRequest = {}));
|
|
353
263
|
export var CreateVocabularyFilterResponse;
|
|
354
264
|
(function (CreateVocabularyFilterResponse) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
265
|
CreateVocabularyFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
266
|
})(CreateVocabularyFilterResponse || (CreateVocabularyFilterResponse = {}));
|
|
360
267
|
export var DeleteCallAnalyticsCategoryRequest;
|
|
361
268
|
(function (DeleteCallAnalyticsCategoryRequest) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
269
|
DeleteCallAnalyticsCategoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
270
|
})(DeleteCallAnalyticsCategoryRequest || (DeleteCallAnalyticsCategoryRequest = {}));
|
|
367
271
|
export var DeleteCallAnalyticsCategoryResponse;
|
|
368
272
|
(function (DeleteCallAnalyticsCategoryResponse) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
273
|
DeleteCallAnalyticsCategoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
274
|
})(DeleteCallAnalyticsCategoryResponse || (DeleteCallAnalyticsCategoryResponse = {}));
|
|
374
275
|
export var NotFoundException;
|
|
375
276
|
(function (NotFoundException) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
277
|
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
278
|
})(NotFoundException || (NotFoundException = {}));
|
|
381
279
|
export var DeleteCallAnalyticsJobRequest;
|
|
382
280
|
(function (DeleteCallAnalyticsJobRequest) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
281
|
DeleteCallAnalyticsJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
282
|
})(DeleteCallAnalyticsJobRequest || (DeleteCallAnalyticsJobRequest = {}));
|
|
388
283
|
export var DeleteCallAnalyticsJobResponse;
|
|
389
284
|
(function (DeleteCallAnalyticsJobResponse) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
285
|
DeleteCallAnalyticsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
286
|
})(DeleteCallAnalyticsJobResponse || (DeleteCallAnalyticsJobResponse = {}));
|
|
395
287
|
export var DeleteLanguageModelRequest;
|
|
396
288
|
(function (DeleteLanguageModelRequest) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
289
|
DeleteLanguageModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
290
|
})(DeleteLanguageModelRequest || (DeleteLanguageModelRequest = {}));
|
|
402
291
|
export var DeleteMedicalTranscriptionJobRequest;
|
|
403
292
|
(function (DeleteMedicalTranscriptionJobRequest) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
293
|
DeleteMedicalTranscriptionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
294
|
})(DeleteMedicalTranscriptionJobRequest || (DeleteMedicalTranscriptionJobRequest = {}));
|
|
409
295
|
export var DeleteMedicalVocabularyRequest;
|
|
410
296
|
(function (DeleteMedicalVocabularyRequest) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
297
|
DeleteMedicalVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
298
|
})(DeleteMedicalVocabularyRequest || (DeleteMedicalVocabularyRequest = {}));
|
|
416
299
|
export var DeleteTranscriptionJobRequest;
|
|
417
300
|
(function (DeleteTranscriptionJobRequest) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
301
|
DeleteTranscriptionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
302
|
})(DeleteTranscriptionJobRequest || (DeleteTranscriptionJobRequest = {}));
|
|
423
303
|
export var DeleteVocabularyRequest;
|
|
424
304
|
(function (DeleteVocabularyRequest) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
305
|
DeleteVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
306
|
})(DeleteVocabularyRequest || (DeleteVocabularyRequest = {}));
|
|
430
307
|
export var DeleteVocabularyFilterRequest;
|
|
431
308
|
(function (DeleteVocabularyFilterRequest) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
309
|
DeleteVocabularyFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
310
|
})(DeleteVocabularyFilterRequest || (DeleteVocabularyFilterRequest = {}));
|
|
437
311
|
export var DescribeLanguageModelRequest;
|
|
438
312
|
(function (DescribeLanguageModelRequest) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
313
|
DescribeLanguageModelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
314
|
})(DescribeLanguageModelRequest || (DescribeLanguageModelRequest = {}));
|
|
444
315
|
export var LanguageModel;
|
|
445
316
|
(function (LanguageModel) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
317
|
LanguageModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
318
|
})(LanguageModel || (LanguageModel = {}));
|
|
451
319
|
export var DescribeLanguageModelResponse;
|
|
452
320
|
(function (DescribeLanguageModelResponse) {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
321
|
DescribeLanguageModelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
322
|
})(DescribeLanguageModelResponse || (DescribeLanguageModelResponse = {}));
|
|
458
323
|
export var GetCallAnalyticsCategoryRequest;
|
|
459
324
|
(function (GetCallAnalyticsCategoryRequest) {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
325
|
GetCallAnalyticsCategoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
326
|
})(GetCallAnalyticsCategoryRequest || (GetCallAnalyticsCategoryRequest = {}));
|
|
465
327
|
export var GetCallAnalyticsCategoryResponse;
|
|
466
328
|
(function (GetCallAnalyticsCategoryResponse) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
329
|
GetCallAnalyticsCategoryResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CategoryProperties && {
|
|
471
330
|
CategoryProperties: CategoryProperties.filterSensitiveLog(obj.CategoryProperties),
|
|
472
331
|
}))); };
|
|
473
332
|
})(GetCallAnalyticsCategoryResponse || (GetCallAnalyticsCategoryResponse = {}));
|
|
474
333
|
export var GetCallAnalyticsJobRequest;
|
|
475
334
|
(function (GetCallAnalyticsJobRequest) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
335
|
GetCallAnalyticsJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
336
|
})(GetCallAnalyticsJobRequest || (GetCallAnalyticsJobRequest = {}));
|
|
481
337
|
export var GetCallAnalyticsJobResponse;
|
|
482
338
|
(function (GetCallAnalyticsJobResponse) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
339
|
GetCallAnalyticsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
340
|
})(GetCallAnalyticsJobResponse || (GetCallAnalyticsJobResponse = {}));
|
|
488
341
|
export var GetMedicalTranscriptionJobRequest;
|
|
489
342
|
(function (GetMedicalTranscriptionJobRequest) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
343
|
GetMedicalTranscriptionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
344
|
})(GetMedicalTranscriptionJobRequest || (GetMedicalTranscriptionJobRequest = {}));
|
|
495
345
|
export var MedicalContentIdentificationType;
|
|
@@ -498,9 +348,6 @@ export var MedicalContentIdentificationType;
|
|
|
498
348
|
})(MedicalContentIdentificationType || (MedicalContentIdentificationType = {}));
|
|
499
349
|
export var MedicalTranscriptionSetting;
|
|
500
350
|
(function (MedicalTranscriptionSetting) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
351
|
MedicalTranscriptionSetting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
352
|
})(MedicalTranscriptionSetting || (MedicalTranscriptionSetting = {}));
|
|
506
353
|
export var Specialty;
|
|
@@ -509,9 +356,6 @@ export var Specialty;
|
|
|
509
356
|
})(Specialty || (Specialty = {}));
|
|
510
357
|
export var MedicalTranscript;
|
|
511
358
|
(function (MedicalTranscript) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
359
|
MedicalTranscript.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
360
|
})(MedicalTranscript || (MedicalTranscript = {}));
|
|
517
361
|
export var TranscriptionJobStatus;
|
|
@@ -528,58 +372,34 @@ export var Type;
|
|
|
528
372
|
})(Type || (Type = {}));
|
|
529
373
|
export var MedicalTranscriptionJob;
|
|
530
374
|
(function (MedicalTranscriptionJob) {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
375
|
MedicalTranscriptionJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
376
|
})(MedicalTranscriptionJob || (MedicalTranscriptionJob = {}));
|
|
536
377
|
export var GetMedicalTranscriptionJobResponse;
|
|
537
378
|
(function (GetMedicalTranscriptionJobResponse) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
379
|
GetMedicalTranscriptionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
380
|
})(GetMedicalTranscriptionJobResponse || (GetMedicalTranscriptionJobResponse = {}));
|
|
543
381
|
export var GetMedicalVocabularyRequest;
|
|
544
382
|
(function (GetMedicalVocabularyRequest) {
|
|
545
|
-
/**
|
|
546
|
-
* @internal
|
|
547
|
-
*/
|
|
548
383
|
GetMedicalVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
384
|
})(GetMedicalVocabularyRequest || (GetMedicalVocabularyRequest = {}));
|
|
550
385
|
export var GetMedicalVocabularyResponse;
|
|
551
386
|
(function (GetMedicalVocabularyResponse) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
387
|
GetMedicalVocabularyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
388
|
})(GetMedicalVocabularyResponse || (GetMedicalVocabularyResponse = {}));
|
|
557
389
|
export var GetTranscriptionJobRequest;
|
|
558
390
|
(function (GetTranscriptionJobRequest) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
391
|
GetTranscriptionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
392
|
})(GetTranscriptionJobRequest || (GetTranscriptionJobRequest = {}));
|
|
564
393
|
export var JobExecutionSettings;
|
|
565
394
|
(function (JobExecutionSettings) {
|
|
566
|
-
/**
|
|
567
|
-
* @internal
|
|
568
|
-
*/
|
|
569
395
|
JobExecutionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
396
|
})(JobExecutionSettings || (JobExecutionSettings = {}));
|
|
571
397
|
export var ModelSettings;
|
|
572
398
|
(function (ModelSettings) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
399
|
ModelSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
400
|
})(ModelSettings || (ModelSettings = {}));
|
|
578
401
|
export var Settings;
|
|
579
402
|
(function (Settings) {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
403
|
Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
404
|
})(Settings || (Settings = {}));
|
|
585
405
|
export var SubtitleFormat;
|
|
@@ -589,100 +409,58 @@ export var SubtitleFormat;
|
|
|
589
409
|
})(SubtitleFormat || (SubtitleFormat = {}));
|
|
590
410
|
export var SubtitlesOutput;
|
|
591
411
|
(function (SubtitlesOutput) {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
412
|
SubtitlesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
413
|
})(SubtitlesOutput || (SubtitlesOutput = {}));
|
|
597
414
|
export var TranscriptionJob;
|
|
598
415
|
(function (TranscriptionJob) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
416
|
TranscriptionJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
417
|
})(TranscriptionJob || (TranscriptionJob = {}));
|
|
604
418
|
export var GetTranscriptionJobResponse;
|
|
605
419
|
(function (GetTranscriptionJobResponse) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
420
|
GetTranscriptionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
421
|
})(GetTranscriptionJobResponse || (GetTranscriptionJobResponse = {}));
|
|
611
422
|
export var GetVocabularyRequest;
|
|
612
423
|
(function (GetVocabularyRequest) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
424
|
GetVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
425
|
})(GetVocabularyRequest || (GetVocabularyRequest = {}));
|
|
618
426
|
export var GetVocabularyResponse;
|
|
619
427
|
(function (GetVocabularyResponse) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
428
|
GetVocabularyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
429
|
})(GetVocabularyResponse || (GetVocabularyResponse = {}));
|
|
625
430
|
export var GetVocabularyFilterRequest;
|
|
626
431
|
(function (GetVocabularyFilterRequest) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
432
|
GetVocabularyFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
433
|
})(GetVocabularyFilterRequest || (GetVocabularyFilterRequest = {}));
|
|
632
434
|
export var GetVocabularyFilterResponse;
|
|
633
435
|
(function (GetVocabularyFilterResponse) {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
436
|
GetVocabularyFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
437
|
})(GetVocabularyFilterResponse || (GetVocabularyFilterResponse = {}));
|
|
639
438
|
export var ListCallAnalyticsCategoriesRequest;
|
|
640
439
|
(function (ListCallAnalyticsCategoriesRequest) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
440
|
ListCallAnalyticsCategoriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
441
|
})(ListCallAnalyticsCategoriesRequest || (ListCallAnalyticsCategoriesRequest = {}));
|
|
646
442
|
export var ListCallAnalyticsCategoriesResponse;
|
|
647
443
|
(function (ListCallAnalyticsCategoriesResponse) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
444
|
ListCallAnalyticsCategoriesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Categories && { Categories: obj.Categories.map(function (item) { return CategoryProperties.filterSensitiveLog(item); }) }))); };
|
|
652
445
|
})(ListCallAnalyticsCategoriesResponse || (ListCallAnalyticsCategoriesResponse = {}));
|
|
653
446
|
export var ListCallAnalyticsJobsRequest;
|
|
654
447
|
(function (ListCallAnalyticsJobsRequest) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
448
|
ListCallAnalyticsJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
449
|
})(ListCallAnalyticsJobsRequest || (ListCallAnalyticsJobsRequest = {}));
|
|
660
450
|
export var ListCallAnalyticsJobsResponse;
|
|
661
451
|
(function (ListCallAnalyticsJobsResponse) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
452
|
ListCallAnalyticsJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
453
|
})(ListCallAnalyticsJobsResponse || (ListCallAnalyticsJobsResponse = {}));
|
|
667
454
|
export var ListLanguageModelsRequest;
|
|
668
455
|
(function (ListLanguageModelsRequest) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
456
|
ListLanguageModelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
457
|
})(ListLanguageModelsRequest || (ListLanguageModelsRequest = {}));
|
|
674
458
|
export var ListLanguageModelsResponse;
|
|
675
459
|
(function (ListLanguageModelsResponse) {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
460
|
ListLanguageModelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
461
|
})(ListLanguageModelsResponse || (ListLanguageModelsResponse = {}));
|
|
681
462
|
export var ListMedicalTranscriptionJobsRequest;
|
|
682
463
|
(function (ListMedicalTranscriptionJobsRequest) {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
464
|
ListMedicalTranscriptionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
465
|
})(ListMedicalTranscriptionJobsRequest || (ListMedicalTranscriptionJobsRequest = {}));
|
|
688
466
|
export var OutputLocationType;
|
|
@@ -692,242 +470,140 @@ export var OutputLocationType;
|
|
|
692
470
|
})(OutputLocationType || (OutputLocationType = {}));
|
|
693
471
|
export var MedicalTranscriptionJobSummary;
|
|
694
472
|
(function (MedicalTranscriptionJobSummary) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
473
|
MedicalTranscriptionJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
474
|
})(MedicalTranscriptionJobSummary || (MedicalTranscriptionJobSummary = {}));
|
|
700
475
|
export var ListMedicalTranscriptionJobsResponse;
|
|
701
476
|
(function (ListMedicalTranscriptionJobsResponse) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
477
|
ListMedicalTranscriptionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
478
|
})(ListMedicalTranscriptionJobsResponse || (ListMedicalTranscriptionJobsResponse = {}));
|
|
707
479
|
export var ListMedicalVocabulariesRequest;
|
|
708
480
|
(function (ListMedicalVocabulariesRequest) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
481
|
ListMedicalVocabulariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
482
|
})(ListMedicalVocabulariesRequest || (ListMedicalVocabulariesRequest = {}));
|
|
714
483
|
export var VocabularyInfo;
|
|
715
484
|
(function (VocabularyInfo) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
485
|
VocabularyInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
486
|
})(VocabularyInfo || (VocabularyInfo = {}));
|
|
721
487
|
export var ListMedicalVocabulariesResponse;
|
|
722
488
|
(function (ListMedicalVocabulariesResponse) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
489
|
ListMedicalVocabulariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
490
|
})(ListMedicalVocabulariesResponse || (ListMedicalVocabulariesResponse = {}));
|
|
728
491
|
export var ListTagsForResourceRequest;
|
|
729
492
|
(function (ListTagsForResourceRequest) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
493
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
494
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
735
495
|
export var ListTagsForResourceResponse;
|
|
736
496
|
(function (ListTagsForResourceResponse) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
497
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
498
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
742
499
|
export var ListTranscriptionJobsRequest;
|
|
743
500
|
(function (ListTranscriptionJobsRequest) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
501
|
ListTranscriptionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
502
|
})(ListTranscriptionJobsRequest || (ListTranscriptionJobsRequest = {}));
|
|
749
503
|
export var TranscriptionJobSummary;
|
|
750
504
|
(function (TranscriptionJobSummary) {
|
|
751
|
-
/**
|
|
752
|
-
* @internal
|
|
753
|
-
*/
|
|
754
505
|
TranscriptionJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
506
|
})(TranscriptionJobSummary || (TranscriptionJobSummary = {}));
|
|
756
507
|
export var ListTranscriptionJobsResponse;
|
|
757
508
|
(function (ListTranscriptionJobsResponse) {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
509
|
ListTranscriptionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
510
|
})(ListTranscriptionJobsResponse || (ListTranscriptionJobsResponse = {}));
|
|
763
511
|
export var ListVocabulariesRequest;
|
|
764
512
|
(function (ListVocabulariesRequest) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
513
|
ListVocabulariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
514
|
})(ListVocabulariesRequest || (ListVocabulariesRequest = {}));
|
|
770
515
|
export var ListVocabulariesResponse;
|
|
771
516
|
(function (ListVocabulariesResponse) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
517
|
ListVocabulariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
518
|
})(ListVocabulariesResponse || (ListVocabulariesResponse = {}));
|
|
777
519
|
export var ListVocabularyFiltersRequest;
|
|
778
520
|
(function (ListVocabularyFiltersRequest) {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
521
|
ListVocabularyFiltersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
522
|
})(ListVocabularyFiltersRequest || (ListVocabularyFiltersRequest = {}));
|
|
784
523
|
export var VocabularyFilterInfo;
|
|
785
524
|
(function (VocabularyFilterInfo) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
525
|
VocabularyFilterInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
526
|
})(VocabularyFilterInfo || (VocabularyFilterInfo = {}));
|
|
791
527
|
export var ListVocabularyFiltersResponse;
|
|
792
528
|
(function (ListVocabularyFiltersResponse) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
529
|
ListVocabularyFiltersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
530
|
})(ListVocabularyFiltersResponse || (ListVocabularyFiltersResponse = {}));
|
|
798
531
|
export var StartCallAnalyticsJobRequest;
|
|
799
532
|
(function (StartCallAnalyticsJobRequest) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
533
|
StartCallAnalyticsJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
534
|
})(StartCallAnalyticsJobRequest || (StartCallAnalyticsJobRequest = {}));
|
|
805
535
|
export var StartCallAnalyticsJobResponse;
|
|
806
536
|
(function (StartCallAnalyticsJobResponse) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
537
|
StartCallAnalyticsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
538
|
})(StartCallAnalyticsJobResponse || (StartCallAnalyticsJobResponse = {}));
|
|
812
539
|
export var StartMedicalTranscriptionJobRequest;
|
|
813
540
|
(function (StartMedicalTranscriptionJobRequest) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
541
|
StartMedicalTranscriptionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
542
|
})(StartMedicalTranscriptionJobRequest || (StartMedicalTranscriptionJobRequest = {}));
|
|
819
543
|
export var StartMedicalTranscriptionJobResponse;
|
|
820
544
|
(function (StartMedicalTranscriptionJobResponse) {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
545
|
StartMedicalTranscriptionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
546
|
})(StartMedicalTranscriptionJobResponse || (StartMedicalTranscriptionJobResponse = {}));
|
|
826
547
|
export var Subtitles;
|
|
827
548
|
(function (Subtitles) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
549
|
Subtitles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
550
|
})(Subtitles || (Subtitles = {}));
|
|
833
551
|
export var StartTranscriptionJobRequest;
|
|
834
552
|
(function (StartTranscriptionJobRequest) {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
553
|
StartTranscriptionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
554
|
})(StartTranscriptionJobRequest || (StartTranscriptionJobRequest = {}));
|
|
840
555
|
export var StartTranscriptionJobResponse;
|
|
841
556
|
(function (StartTranscriptionJobResponse) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
557
|
StartTranscriptionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
558
|
})(StartTranscriptionJobResponse || (StartTranscriptionJobResponse = {}));
|
|
847
559
|
export var TagResourceRequest;
|
|
848
560
|
(function (TagResourceRequest) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
561
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
562
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
854
563
|
export var TagResourceResponse;
|
|
855
564
|
(function (TagResourceResponse) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
565
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
566
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
861
567
|
export var UntagResourceRequest;
|
|
862
568
|
(function (UntagResourceRequest) {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
569
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
570
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
868
571
|
export var UntagResourceResponse;
|
|
869
572
|
(function (UntagResourceResponse) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
573
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
574
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
875
575
|
export var UpdateCallAnalyticsCategoryRequest;
|
|
876
576
|
(function (UpdateCallAnalyticsCategoryRequest) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
577
|
UpdateCallAnalyticsCategoryRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return Rule.filterSensitiveLog(item); }) }))); };
|
|
881
578
|
})(UpdateCallAnalyticsCategoryRequest || (UpdateCallAnalyticsCategoryRequest = {}));
|
|
882
579
|
export var UpdateCallAnalyticsCategoryResponse;
|
|
883
580
|
(function (UpdateCallAnalyticsCategoryResponse) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
581
|
UpdateCallAnalyticsCategoryResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CategoryProperties && {
|
|
888
582
|
CategoryProperties: CategoryProperties.filterSensitiveLog(obj.CategoryProperties),
|
|
889
583
|
}))); };
|
|
890
584
|
})(UpdateCallAnalyticsCategoryResponse || (UpdateCallAnalyticsCategoryResponse = {}));
|
|
891
585
|
export var UpdateMedicalVocabularyRequest;
|
|
892
586
|
(function (UpdateMedicalVocabularyRequest) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
587
|
UpdateMedicalVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
588
|
})(UpdateMedicalVocabularyRequest || (UpdateMedicalVocabularyRequest = {}));
|
|
898
589
|
export var UpdateMedicalVocabularyResponse;
|
|
899
590
|
(function (UpdateMedicalVocabularyResponse) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
591
|
UpdateMedicalVocabularyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
592
|
})(UpdateMedicalVocabularyResponse || (UpdateMedicalVocabularyResponse = {}));
|
|
905
593
|
export var UpdateVocabularyRequest;
|
|
906
594
|
(function (UpdateVocabularyRequest) {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
595
|
UpdateVocabularyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
596
|
})(UpdateVocabularyRequest || (UpdateVocabularyRequest = {}));
|
|
912
597
|
export var UpdateVocabularyResponse;
|
|
913
598
|
(function (UpdateVocabularyResponse) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
599
|
UpdateVocabularyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
600
|
})(UpdateVocabularyResponse || (UpdateVocabularyResponse = {}));
|
|
919
601
|
export var UpdateVocabularyFilterRequest;
|
|
920
602
|
(function (UpdateVocabularyFilterRequest) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
603
|
UpdateVocabularyFilterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
604
|
})(UpdateVocabularyFilterRequest || (UpdateVocabularyFilterRequest = {}));
|
|
926
605
|
export var UpdateVocabularyFilterResponse;
|
|
927
606
|
(function (UpdateVocabularyFilterResponse) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
607
|
UpdateVocabularyFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
608
|
})(UpdateVocabularyFilterResponse || (UpdateVocabularyFilterResponse = {}));
|
|
933
609
|
//# sourceMappingURL=models_0.js.map
|