@aws-sdk/client-transcribe 3.181.0 → 3.183.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 +8 -0
- package/dist-es/Transcribe.js +158 -165
- package/dist-es/TranscribeClient.js +22 -28
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +21 -28
- package/dist-es/commands/CreateLanguageModelCommand.js +21 -28
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +21 -28
- package/dist-es/commands/CreateVocabularyCommand.js +21 -28
- package/dist-es/commands/CreateVocabularyFilterCommand.js +21 -28
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +21 -28
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +21 -28
- package/dist-es/commands/DeleteLanguageModelCommand.js +22 -29
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +22 -29
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +22 -29
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +22 -29
- package/dist-es/commands/DeleteVocabularyCommand.js +22 -29
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +22 -29
- package/dist-es/commands/DescribeLanguageModelCommand.js +21 -28
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +21 -28
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +21 -28
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +21 -28
- package/dist-es/commands/GetMedicalVocabularyCommand.js +21 -28
- package/dist-es/commands/GetTranscriptionJobCommand.js +21 -28
- package/dist-es/commands/GetVocabularyCommand.js +21 -28
- package/dist-es/commands/GetVocabularyFilterCommand.js +21 -28
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +21 -28
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +21 -28
- package/dist-es/commands/ListLanguageModelsCommand.js +21 -28
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +21 -28
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTranscriptionJobsCommand.js +21 -28
- package/dist-es/commands/ListVocabulariesCommand.js +21 -28
- package/dist-es/commands/ListVocabularyFiltersCommand.js +21 -28
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +21 -28
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +21 -28
- package/dist-es/commands/StartTranscriptionJobCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +21 -28
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +21 -28
- package/dist-es/commands/UpdateVocabularyCommand.js +21 -28
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/TranscribeServiceException.js +5 -10
- package/dist-es/models/models_0.js +382 -169
- package/dist-es/pagination/ListCallAnalyticsCategoriesPaginator.js +25 -68
- package/dist-es/pagination/ListCallAnalyticsJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLanguageModelsPaginator.js +25 -68
- package/dist-es/pagination/ListMedicalTranscriptionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListMedicalVocabulariesPaginator.js +25 -68
- package/dist-es/pagination/ListTranscriptionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListVocabulariesPaginator.js +25 -68
- package/dist-es/pagination/ListVocabularyFiltersPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +2646 -3326
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/dist-es/endpoints.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
|
-
|
|
2
|
+
const regionHash = {
|
|
4
3
|
"ca-central-1": {
|
|
5
4
|
variants: [
|
|
6
5
|
{
|
|
@@ -76,7 +75,7 @@ var regionHash = {
|
|
|
76
75
|
],
|
|
77
76
|
},
|
|
78
77
|
};
|
|
79
|
-
|
|
78
|
+
const partitionHash = {
|
|
80
79
|
aws: {
|
|
81
80
|
regions: [
|
|
82
81
|
"af-south-1",
|
|
@@ -201,8 +200,9 @@ var partitionHash = {
|
|
|
201
200
|
],
|
|
202
201
|
},
|
|
203
202
|
};
|
|
204
|
-
export
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
203
|
+
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
204
|
+
...options,
|
|
205
|
+
signingService: "transcribe",
|
|
206
|
+
regionHash,
|
|
207
|
+
partitionHash,
|
|
208
|
+
});
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.setPrototypeOf(_this, TranscribeServiceException.prototype);
|
|
8
|
-
return _this;
|
|
2
|
+
export class TranscribeServiceException extends __ServiceException {
|
|
3
|
+
constructor(options) {
|
|
4
|
+
super(options);
|
|
5
|
+
Object.setPrototypeOf(this, TranscribeServiceException.prototype);
|
|
9
6
|
}
|
|
10
|
-
|
|
11
|
-
}(__ServiceException));
|
|
12
|
-
export { TranscribeServiceException };
|
|
7
|
+
}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
export class BadRequestException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "BadRequestException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "BadRequestException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
12
|
+
this.Message = opts.Message;
|
|
12
13
|
}
|
|
13
|
-
|
|
14
|
-
}(__BaseException));
|
|
15
|
-
export { BadRequestException };
|
|
14
|
+
}
|
|
16
15
|
export var BaseModelName;
|
|
17
16
|
(function (BaseModelName) {
|
|
18
17
|
BaseModelName["NARROW_BAND"] = "NarrowBand";
|
|
@@ -123,7 +122,7 @@ export var TranscriptFilterType;
|
|
|
123
122
|
})(TranscriptFilterType || (TranscriptFilterType = {}));
|
|
124
123
|
export var Rule;
|
|
125
124
|
(function (Rule) {
|
|
126
|
-
Rule.visit =
|
|
125
|
+
Rule.visit = (value, visitor) => {
|
|
127
126
|
if (value.NonTalkTimeFilter !== undefined)
|
|
128
127
|
return visitor.NonTalkTimeFilter(value.NonTalkTimeFilter);
|
|
129
128
|
if (value.InterruptionFilter !== undefined)
|
|
@@ -143,45 +142,45 @@ export var CLMLanguageCode;
|
|
|
143
142
|
CLMLanguageCode["ES_US"] = "es-US";
|
|
144
143
|
CLMLanguageCode["HI_IN"] = "hi-IN";
|
|
145
144
|
})(CLMLanguageCode || (CLMLanguageCode = {}));
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
145
|
+
export class ConflictException extends __BaseException {
|
|
146
|
+
constructor(opts) {
|
|
147
|
+
super({
|
|
148
|
+
name: "ConflictException",
|
|
149
|
+
$fault: "client",
|
|
150
|
+
...opts,
|
|
151
|
+
});
|
|
152
|
+
this.name = "ConflictException";
|
|
153
|
+
this.$fault = "client";
|
|
154
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
155
|
+
this.Message = opts.Message;
|
|
155
156
|
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
157
|
+
}
|
|
158
|
+
export class InternalFailureException extends __BaseException {
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "InternalFailureException",
|
|
162
|
+
$fault: "server",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
this.name = "InternalFailureException";
|
|
166
|
+
this.$fault = "server";
|
|
167
|
+
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
168
|
+
this.Message = opts.Message;
|
|
168
169
|
}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
170
|
+
}
|
|
171
|
+
export class LimitExceededException extends __BaseException {
|
|
172
|
+
constructor(opts) {
|
|
173
|
+
super({
|
|
174
|
+
name: "LimitExceededException",
|
|
175
|
+
$fault: "client",
|
|
176
|
+
...opts,
|
|
177
|
+
});
|
|
178
|
+
this.name = "LimitExceededException";
|
|
179
|
+
this.$fault = "client";
|
|
180
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
181
|
+
this.Message = opts.Message;
|
|
181
182
|
}
|
|
182
|
-
|
|
183
|
-
}(__BaseException));
|
|
184
|
-
export { LimitExceededException };
|
|
183
|
+
}
|
|
185
184
|
export var ModelStatus;
|
|
186
185
|
(function (ModelStatus) {
|
|
187
186
|
ModelStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -194,19 +193,19 @@ export var VocabularyState;
|
|
|
194
193
|
VocabularyState["PENDING"] = "PENDING";
|
|
195
194
|
VocabularyState["READY"] = "READY";
|
|
196
195
|
})(VocabularyState || (VocabularyState = {}));
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
196
|
+
export class NotFoundException extends __BaseException {
|
|
197
|
+
constructor(opts) {
|
|
198
|
+
super({
|
|
199
|
+
name: "NotFoundException",
|
|
200
|
+
$fault: "client",
|
|
201
|
+
...opts,
|
|
202
|
+
});
|
|
203
|
+
this.name = "NotFoundException";
|
|
204
|
+
this.$fault = "client";
|
|
205
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
206
|
+
this.Message = opts.Message;
|
|
206
207
|
}
|
|
207
|
-
|
|
208
|
-
}(__BaseException));
|
|
209
|
-
export { NotFoundException };
|
|
208
|
+
}
|
|
210
209
|
export var MedicalContentIdentificationType;
|
|
211
210
|
(function (MedicalContentIdentificationType) {
|
|
212
211
|
MedicalContentIdentificationType["PHI"] = "PHI";
|
|
@@ -237,22 +236,49 @@ export var OutputLocationType;
|
|
|
237
236
|
OutputLocationType["CUSTOMER_BUCKET"] = "CUSTOMER_BUCKET";
|
|
238
237
|
OutputLocationType["SERVICE_BUCKET"] = "SERVICE_BUCKET";
|
|
239
238
|
})(OutputLocationType || (OutputLocationType = {}));
|
|
240
|
-
export
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
export
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
export
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
export
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
239
|
+
export const AbsoluteTimeRangeFilterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
export const ChannelDefinitionFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
export const MediaFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
export const ContentRedactionFilterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
export const LanguageIdSettingsFilterSensitiveLog = (obj) => ({
|
|
252
|
+
...obj,
|
|
253
|
+
});
|
|
254
|
+
export const CallAnalyticsJobSettingsFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
export const TranscriptFilterSensitiveLog = (obj) => ({
|
|
258
|
+
...obj,
|
|
259
|
+
});
|
|
260
|
+
export const CallAnalyticsJobFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
export const CallAnalyticsJobSummaryFilterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
});
|
|
266
|
+
export const RelativeTimeRangeFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
export const InterruptionFilterFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
});
|
|
272
|
+
export const NonTalkTimeFilterFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
export const SentimentFilterFilterSensitiveLog = (obj) => ({
|
|
276
|
+
...obj,
|
|
277
|
+
});
|
|
278
|
+
export const TranscriptFilterFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
export const RuleFilterSensitiveLog = (obj) => {
|
|
256
282
|
if (obj.NonTalkTimeFilter !== undefined)
|
|
257
283
|
return { NonTalkTimeFilter: NonTalkTimeFilterFilterSensitiveLog(obj.NonTalkTimeFilter) };
|
|
258
284
|
if (obj.InterruptionFilter !== undefined)
|
|
@@ -262,95 +288,282 @@ export var RuleFilterSensitiveLog = function (obj) {
|
|
|
262
288
|
if (obj.SentimentFilter !== undefined)
|
|
263
289
|
return { SentimentFilter: SentimentFilterFilterSensitiveLog(obj.SentimentFilter) };
|
|
264
290
|
if (obj.$unknown !== undefined)
|
|
265
|
-
return
|
|
291
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
266
292
|
};
|
|
267
|
-
export
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
export
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
export
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
export
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
export
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
export
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
export
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
export
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
export
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
export
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
export
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
export
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
export
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
export
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
export
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
export
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
export
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
export
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
export
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
export
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
export
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
export
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
export
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
export
|
|
356
|
-
|
|
293
|
+
export const CategoryPropertiesFilterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
...(obj.Rules && { Rules: obj.Rules.map((item) => RuleFilterSensitiveLog(item)) }),
|
|
296
|
+
});
|
|
297
|
+
export const CreateCallAnalyticsCategoryRequestFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
...(obj.Rules && { Rules: obj.Rules.map((item) => RuleFilterSensitiveLog(item)) }),
|
|
300
|
+
});
|
|
301
|
+
export const CreateCallAnalyticsCategoryResponseFilterSensitiveLog = (obj) => ({
|
|
302
|
+
...obj,
|
|
303
|
+
...(obj.CategoryProperties && { CategoryProperties: CategoryPropertiesFilterSensitiveLog(obj.CategoryProperties) }),
|
|
304
|
+
});
|
|
305
|
+
export const InputDataConfigFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
export const CreateLanguageModelRequestFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
});
|
|
314
|
+
export const CreateLanguageModelResponseFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
export const CreateMedicalVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
export const CreateMedicalVocabularyResponseFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
export const CreateVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
324
|
+
...obj,
|
|
325
|
+
});
|
|
326
|
+
export const CreateVocabularyResponseFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
export const CreateVocabularyFilterRequestFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
});
|
|
332
|
+
export const CreateVocabularyFilterResponseFilterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
export const DeleteCallAnalyticsCategoryRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
+
...obj,
|
|
337
|
+
});
|
|
338
|
+
export const DeleteCallAnalyticsCategoryResponseFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
export const DeleteCallAnalyticsJobRequestFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
});
|
|
344
|
+
export const DeleteCallAnalyticsJobResponseFilterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
export const DeleteLanguageModelRequestFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
350
|
+
export const DeleteMedicalTranscriptionJobRequestFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
export const DeleteMedicalVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
});
|
|
356
|
+
export const DeleteTranscriptionJobRequestFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
export const DeleteVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
export const DeleteVocabularyFilterRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
export const DescribeLanguageModelRequestFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
export const LanguageModelFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
export const DescribeLanguageModelResponseFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
export const GetCallAnalyticsCategoryRequestFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
export const GetCallAnalyticsCategoryResponseFilterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
...(obj.CategoryProperties && { CategoryProperties: CategoryPropertiesFilterSensitiveLog(obj.CategoryProperties) }),
|
|
380
|
+
});
|
|
381
|
+
export const GetCallAnalyticsJobRequestFilterSensitiveLog = (obj) => ({
|
|
382
|
+
...obj,
|
|
383
|
+
});
|
|
384
|
+
export const GetCallAnalyticsJobResponseFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
});
|
|
387
|
+
export const GetMedicalTranscriptionJobRequestFilterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
});
|
|
390
|
+
export const MedicalTranscriptionSettingFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
export const MedicalTranscriptFilterSensitiveLog = (obj) => ({
|
|
394
|
+
...obj,
|
|
395
|
+
});
|
|
396
|
+
export const MedicalTranscriptionJobFilterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
export const GetMedicalTranscriptionJobResponseFilterSensitiveLog = (obj) => ({
|
|
400
|
+
...obj,
|
|
401
|
+
});
|
|
402
|
+
export const GetMedicalVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
export const GetMedicalVocabularyResponseFilterSensitiveLog = (obj) => ({
|
|
406
|
+
...obj,
|
|
407
|
+
});
|
|
408
|
+
export const GetTranscriptionJobRequestFilterSensitiveLog = (obj) => ({
|
|
409
|
+
...obj,
|
|
410
|
+
});
|
|
411
|
+
export const JobExecutionSettingsFilterSensitiveLog = (obj) => ({
|
|
412
|
+
...obj,
|
|
413
|
+
});
|
|
414
|
+
export const LanguageCodeItemFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
export const ModelSettingsFilterSensitiveLog = (obj) => ({
|
|
418
|
+
...obj,
|
|
419
|
+
});
|
|
420
|
+
export const SettingsFilterSensitiveLog = (obj) => ({
|
|
421
|
+
...obj,
|
|
422
|
+
});
|
|
423
|
+
export const SubtitlesOutputFilterSensitiveLog = (obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
});
|
|
426
|
+
export const TranscriptionJobFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
export const GetTranscriptionJobResponseFilterSensitiveLog = (obj) => ({
|
|
430
|
+
...obj,
|
|
431
|
+
});
|
|
432
|
+
export const GetVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
});
|
|
435
|
+
export const GetVocabularyResponseFilterSensitiveLog = (obj) => ({
|
|
436
|
+
...obj,
|
|
437
|
+
});
|
|
438
|
+
export const GetVocabularyFilterRequestFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
export const GetVocabularyFilterResponseFilterSensitiveLog = (obj) => ({
|
|
442
|
+
...obj,
|
|
443
|
+
});
|
|
444
|
+
export const ListCallAnalyticsCategoriesRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
export const ListCallAnalyticsCategoriesResponseFilterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
...(obj.Categories && { Categories: obj.Categories.map((item) => CategoryPropertiesFilterSensitiveLog(item)) }),
|
|
450
|
+
});
|
|
451
|
+
export const ListCallAnalyticsJobsRequestFilterSensitiveLog = (obj) => ({
|
|
452
|
+
...obj,
|
|
453
|
+
});
|
|
454
|
+
export const ListCallAnalyticsJobsResponseFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
export const ListLanguageModelsRequestFilterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
});
|
|
460
|
+
export const ListLanguageModelsResponseFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
export const ListMedicalTranscriptionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
export const MedicalTranscriptionJobSummaryFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
export const ListMedicalTranscriptionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
470
|
+
...obj,
|
|
471
|
+
});
|
|
472
|
+
export const ListMedicalVocabulariesRequestFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
export const VocabularyInfoFilterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
});
|
|
478
|
+
export const ListMedicalVocabulariesResponseFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
482
|
+
...obj,
|
|
483
|
+
});
|
|
484
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
485
|
+
...obj,
|
|
486
|
+
});
|
|
487
|
+
export const ListTranscriptionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
});
|
|
490
|
+
export const TranscriptionJobSummaryFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
export const ListTranscriptionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
});
|
|
496
|
+
export const ListVocabulariesRequestFilterSensitiveLog = (obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
});
|
|
499
|
+
export const ListVocabulariesResponseFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
export const ListVocabularyFiltersRequestFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
export const VocabularyFilterInfoFilterSensitiveLog = (obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
});
|
|
508
|
+
export const ListVocabularyFiltersResponseFilterSensitiveLog = (obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
});
|
|
511
|
+
export const StartCallAnalyticsJobRequestFilterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
export const StartCallAnalyticsJobResponseFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
export const StartMedicalTranscriptionJobRequestFilterSensitiveLog = (obj) => ({
|
|
518
|
+
...obj,
|
|
519
|
+
});
|
|
520
|
+
export const StartMedicalTranscriptionJobResponseFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
export const SubtitlesFilterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
export const StartTranscriptionJobRequestFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
export const StartTranscriptionJobResponseFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
});
|
|
532
|
+
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
536
|
+
...obj,
|
|
537
|
+
});
|
|
538
|
+
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
542
|
+
...obj,
|
|
543
|
+
});
|
|
544
|
+
export const UpdateCallAnalyticsCategoryRequestFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
...(obj.Rules && { Rules: obj.Rules.map((item) => RuleFilterSensitiveLog(item)) }),
|
|
547
|
+
});
|
|
548
|
+
export const UpdateCallAnalyticsCategoryResponseFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
...(obj.CategoryProperties && { CategoryProperties: CategoryPropertiesFilterSensitiveLog(obj.CategoryProperties) }),
|
|
551
|
+
});
|
|
552
|
+
export const UpdateMedicalVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
export const UpdateMedicalVocabularyResponseFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
export const UpdateVocabularyRequestFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
export const UpdateVocabularyResponseFilterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
});
|
|
564
|
+
export const UpdateVocabularyFilterRequestFilterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
export const UpdateVocabularyFilterResponseFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|