@aws-sdk/client-transcribe 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Transcribe.js +165 -158
- package/dist-es/TranscribeClient.js +28 -22
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +28 -21
- package/dist-es/commands/CreateLanguageModelCommand.js +28 -21
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +28 -21
- package/dist-es/commands/CreateVocabularyCommand.js +28 -21
- package/dist-es/commands/CreateVocabularyFilterCommand.js +28 -21
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +28 -21
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +28 -21
- package/dist-es/commands/DeleteLanguageModelCommand.js +29 -22
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +29 -22
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +29 -22
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +29 -22
- package/dist-es/commands/DeleteVocabularyCommand.js +29 -22
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +29 -22
- package/dist-es/commands/DescribeLanguageModelCommand.js +28 -21
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +28 -21
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +28 -21
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +28 -21
- package/dist-es/commands/GetMedicalVocabularyCommand.js +28 -21
- package/dist-es/commands/GetTranscriptionJobCommand.js +28 -21
- package/dist-es/commands/GetVocabularyCommand.js +28 -21
- package/dist-es/commands/GetVocabularyFilterCommand.js +28 -21
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +28 -21
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +28 -21
- package/dist-es/commands/ListLanguageModelsCommand.js +28 -21
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +28 -21
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTranscriptionJobsCommand.js +28 -21
- package/dist-es/commands/ListVocabulariesCommand.js +28 -21
- package/dist-es/commands/ListVocabularyFiltersCommand.js +28 -21
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +28 -21
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +28 -21
- package/dist-es/commands/StartTranscriptionJobCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +28 -21
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +28 -21
- package/dist-es/commands/UpdateVocabularyCommand.js +28 -21
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/TranscribeServiceException.js +10 -5
- package/dist-es/models/models_0.js +169 -382
- package/dist-es/pagination/ListCallAnalyticsCategoriesPaginator.js +68 -25
- package/dist-es/pagination/ListCallAnalyticsJobsPaginator.js +68 -25
- package/dist-es/pagination/ListLanguageModelsPaginator.js +68 -25
- package/dist-es/pagination/ListMedicalTranscriptionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListMedicalVocabulariesPaginator.js +68 -25
- package/dist-es/pagination/ListTranscriptionJobsPaginator.js +68 -25
- package/dist-es/pagination/ListVocabulariesPaginator.js +68 -25
- package/dist-es/pagination/ListVocabularyFiltersPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +3326 -2646
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
package/dist-es/endpoints.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
1
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
|
|
3
|
+
var regionHash = {
|
|
3
4
|
"ca-central-1": {
|
|
4
5
|
variants: [
|
|
5
6
|
{
|
|
@@ -75,7 +76,7 @@ const regionHash = {
|
|
|
75
76
|
],
|
|
76
77
|
},
|
|
77
78
|
};
|
|
78
|
-
|
|
79
|
+
var partitionHash = {
|
|
79
80
|
aws: {
|
|
80
81
|
regions: [
|
|
81
82
|
"af-south-1",
|
|
@@ -200,9 +201,8 @@ const partitionHash = {
|
|
|
200
201
|
],
|
|
201
202
|
},
|
|
202
203
|
};
|
|
203
|
-
export
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
});
|
|
204
|
+
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
205
|
+
return __generator(this, function (_a) {
|
|
206
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "transcribe", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
207
|
+
});
|
|
208
|
+
}); };
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
var TranscribeServiceException = (function (_super) {
|
|
4
|
+
__extends(TranscribeServiceException, _super);
|
|
5
|
+
function TranscribeServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, TranscribeServiceException.prototype);
|
|
8
|
+
return _this;
|
|
6
9
|
}
|
|
7
|
-
|
|
10
|
+
return TranscribeServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { TranscribeServiceException };
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
12
|
-
this.Message = opts.Message;
|
|
3
|
+
var BadRequestException = (function (_super) {
|
|
4
|
+
__extends(BadRequestException, _super);
|
|
5
|
+
function BadRequestException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "BadRequestException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
10
|
+
_this.Message = opts.Message;
|
|
11
|
+
return _this;
|
|
13
12
|
}
|
|
14
|
-
|
|
13
|
+
return BadRequestException;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { BadRequestException };
|
|
15
16
|
export var BaseModelName;
|
|
16
17
|
(function (BaseModelName) {
|
|
17
18
|
BaseModelName["NARROW_BAND"] = "NarrowBand";
|
|
@@ -122,7 +123,7 @@ export var TranscriptFilterType;
|
|
|
122
123
|
})(TranscriptFilterType || (TranscriptFilterType = {}));
|
|
123
124
|
export var Rule;
|
|
124
125
|
(function (Rule) {
|
|
125
|
-
Rule.visit = (value, visitor)
|
|
126
|
+
Rule.visit = function (value, visitor) {
|
|
126
127
|
if (value.NonTalkTimeFilter !== undefined)
|
|
127
128
|
return visitor.NonTalkTimeFilter(value.NonTalkTimeFilter);
|
|
128
129
|
if (value.InterruptionFilter !== undefined)
|
|
@@ -142,45 +143,45 @@ export var CLMLanguageCode;
|
|
|
142
143
|
CLMLanguageCode["ES_US"] = "es-US";
|
|
143
144
|
CLMLanguageCode["HI_IN"] = "hi-IN";
|
|
144
145
|
})(CLMLanguageCode || (CLMLanguageCode = {}));
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
155
|
-
this.Message = opts.Message;
|
|
146
|
+
var ConflictException = (function (_super) {
|
|
147
|
+
__extends(ConflictException, _super);
|
|
148
|
+
function ConflictException(opts) {
|
|
149
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
150
|
+
_this.name = "ConflictException";
|
|
151
|
+
_this.$fault = "client";
|
|
152
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
153
|
+
_this.Message = opts.Message;
|
|
154
|
+
return _this;
|
|
156
155
|
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
156
|
+
return ConflictException;
|
|
157
|
+
}(__BaseException));
|
|
158
|
+
export { ConflictException };
|
|
159
|
+
var InternalFailureException = (function (_super) {
|
|
160
|
+
__extends(InternalFailureException, _super);
|
|
161
|
+
function InternalFailureException(opts) {
|
|
162
|
+
var _this = _super.call(this, __assign({ name: "InternalFailureException", $fault: "server" }, opts)) || this;
|
|
163
|
+
_this.name = "InternalFailureException";
|
|
164
|
+
_this.$fault = "server";
|
|
165
|
+
Object.setPrototypeOf(_this, InternalFailureException.prototype);
|
|
166
|
+
_this.Message = opts.Message;
|
|
167
|
+
return _this;
|
|
169
168
|
}
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
169
|
+
return InternalFailureException;
|
|
170
|
+
}(__BaseException));
|
|
171
|
+
export { InternalFailureException };
|
|
172
|
+
var LimitExceededException = (function (_super) {
|
|
173
|
+
__extends(LimitExceededException, _super);
|
|
174
|
+
function LimitExceededException(opts) {
|
|
175
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
176
|
+
_this.name = "LimitExceededException";
|
|
177
|
+
_this.$fault = "client";
|
|
178
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
179
|
+
_this.Message = opts.Message;
|
|
180
|
+
return _this;
|
|
182
181
|
}
|
|
183
|
-
|
|
182
|
+
return LimitExceededException;
|
|
183
|
+
}(__BaseException));
|
|
184
|
+
export { LimitExceededException };
|
|
184
185
|
export var ModelStatus;
|
|
185
186
|
(function (ModelStatus) {
|
|
186
187
|
ModelStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -193,19 +194,19 @@ export var VocabularyState;
|
|
|
193
194
|
VocabularyState["PENDING"] = "PENDING";
|
|
194
195
|
VocabularyState["READY"] = "READY";
|
|
195
196
|
})(VocabularyState || (VocabularyState = {}));
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
206
|
-
this.Message = opts.Message;
|
|
197
|
+
var NotFoundException = (function (_super) {
|
|
198
|
+
__extends(NotFoundException, _super);
|
|
199
|
+
function NotFoundException(opts) {
|
|
200
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
201
|
+
_this.name = "NotFoundException";
|
|
202
|
+
_this.$fault = "client";
|
|
203
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
204
|
+
_this.Message = opts.Message;
|
|
205
|
+
return _this;
|
|
207
206
|
}
|
|
208
|
-
|
|
207
|
+
return NotFoundException;
|
|
208
|
+
}(__BaseException));
|
|
209
|
+
export { NotFoundException };
|
|
209
210
|
export var MedicalContentIdentificationType;
|
|
210
211
|
(function (MedicalContentIdentificationType) {
|
|
211
212
|
MedicalContentIdentificationType["PHI"] = "PHI";
|
|
@@ -236,49 +237,22 @@ export var OutputLocationType;
|
|
|
236
237
|
OutputLocationType["CUSTOMER_BUCKET"] = "CUSTOMER_BUCKET";
|
|
237
238
|
OutputLocationType["SERVICE_BUCKET"] = "SERVICE_BUCKET";
|
|
238
239
|
})(OutputLocationType || (OutputLocationType = {}));
|
|
239
|
-
export
|
|
240
|
-
|
|
241
|
-
});
|
|
242
|
-
export
|
|
243
|
-
|
|
244
|
-
});
|
|
245
|
-
export
|
|
246
|
-
|
|
247
|
-
});
|
|
248
|
-
export
|
|
249
|
-
|
|
250
|
-
});
|
|
251
|
-
export
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
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) => {
|
|
240
|
+
export var AbsoluteTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var ChannelDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var MediaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var ContentRedactionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var LanguageIdSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var CallAnalyticsJobSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var TranscriptFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var CallAnalyticsJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var CallAnalyticsJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var RelativeTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var InterruptionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var NonTalkTimeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var SentimentFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var TranscriptFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var RuleFilterSensitiveLog = function (obj) {
|
|
255
|
+
var _a;
|
|
282
256
|
if (obj.NonTalkTimeFilter !== undefined)
|
|
283
257
|
return { NonTalkTimeFilter: NonTalkTimeFilterFilterSensitiveLog(obj.NonTalkTimeFilter) };
|
|
284
258
|
if (obj.InterruptionFilter !== undefined)
|
|
@@ -288,282 +262,95 @@ export const RuleFilterSensitiveLog = (obj) => {
|
|
|
288
262
|
if (obj.SentimentFilter !== undefined)
|
|
289
263
|
return { SentimentFilter: SentimentFilterFilterSensitiveLog(obj.SentimentFilter) };
|
|
290
264
|
if (obj.$unknown !== undefined)
|
|
291
|
-
return { [obj.$unknown[0]]
|
|
265
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
292
266
|
};
|
|
293
|
-
export
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
});
|
|
297
|
-
export
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
});
|
|
301
|
-
export
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
});
|
|
305
|
-
export
|
|
306
|
-
|
|
307
|
-
});
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
});
|
|
311
|
-
export
|
|
312
|
-
|
|
313
|
-
});
|
|
314
|
-
export
|
|
315
|
-
|
|
316
|
-
});
|
|
317
|
-
export
|
|
318
|
-
|
|
319
|
-
});
|
|
320
|
-
export
|
|
321
|
-
|
|
322
|
-
});
|
|
323
|
-
export
|
|
324
|
-
|
|
325
|
-
});
|
|
326
|
-
export
|
|
327
|
-
|
|
328
|
-
});
|
|
329
|
-
export
|
|
330
|
-
|
|
331
|
-
});
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
});
|
|
335
|
-
export
|
|
336
|
-
|
|
337
|
-
});
|
|
338
|
-
export
|
|
339
|
-
|
|
340
|
-
});
|
|
341
|
-
export
|
|
342
|
-
|
|
343
|
-
});
|
|
344
|
-
export
|
|
345
|
-
|
|
346
|
-
});
|
|
347
|
-
export
|
|
348
|
-
|
|
349
|
-
});
|
|
350
|
-
export
|
|
351
|
-
|
|
352
|
-
});
|
|
353
|
-
export
|
|
354
|
-
|
|
355
|
-
});
|
|
356
|
-
export
|
|
357
|
-
|
|
358
|
-
});
|
|
359
|
-
export
|
|
360
|
-
|
|
361
|
-
});
|
|
362
|
-
export
|
|
363
|
-
|
|
364
|
-
});
|
|
365
|
-
export
|
|
366
|
-
|
|
367
|
-
});
|
|
368
|
-
export
|
|
369
|
-
|
|
370
|
-
});
|
|
371
|
-
export
|
|
372
|
-
|
|
373
|
-
});
|
|
374
|
-
export
|
|
375
|
-
|
|
376
|
-
});
|
|
377
|
-
export
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
});
|
|
381
|
-
export
|
|
382
|
-
|
|
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
|
-
});
|
|
267
|
+
export var CategoryPropertiesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return RuleFilterSensitiveLog(item); }) }))); };
|
|
268
|
+
export var CreateCallAnalyticsCategoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return RuleFilterSensitiveLog(item); }) }))); };
|
|
269
|
+
export var CreateCallAnalyticsCategoryResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CategoryProperties && { CategoryProperties: CategoryPropertiesFilterSensitiveLog(obj.CategoryProperties) }))); };
|
|
270
|
+
export var InputDataConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var CreateLanguageModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var CreateLanguageModelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var CreateMedicalVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var CreateMedicalVocabularyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var CreateVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var CreateVocabularyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var CreateVocabularyFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var CreateVocabularyFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var DeleteCallAnalyticsCategoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var DeleteCallAnalyticsCategoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var DeleteCallAnalyticsJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DeleteCallAnalyticsJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var DeleteLanguageModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var DeleteMedicalTranscriptionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var DeleteMedicalVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var DeleteTranscriptionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var DeleteVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var DeleteVocabularyFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var DescribeLanguageModelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var LanguageModelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var DescribeLanguageModelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var GetCallAnalyticsCategoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var GetCallAnalyticsCategoryResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CategoryProperties && { CategoryProperties: CategoryPropertiesFilterSensitiveLog(obj.CategoryProperties) }))); };
|
|
295
|
+
export var GetCallAnalyticsJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var GetCallAnalyticsJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var GetMedicalTranscriptionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var MedicalTranscriptionSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var MedicalTranscriptFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var MedicalTranscriptionJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var GetMedicalTranscriptionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var GetMedicalVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var GetMedicalVocabularyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var GetTranscriptionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var JobExecutionSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var LanguageCodeItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var ModelSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var SubtitlesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var TranscriptionJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var GetTranscriptionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var GetVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var GetVocabularyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var GetVocabularyFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var GetVocabularyFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var ListCallAnalyticsCategoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var ListCallAnalyticsCategoriesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Categories && { Categories: obj.Categories.map(function (item) { return CategoryPropertiesFilterSensitiveLog(item); }) }))); };
|
|
318
|
+
export var ListCallAnalyticsJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var ListCallAnalyticsJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var ListLanguageModelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var ListLanguageModelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var ListMedicalTranscriptionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var MedicalTranscriptionJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var ListMedicalTranscriptionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var ListMedicalVocabulariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var VocabularyInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var ListMedicalVocabulariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var ListTranscriptionJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var TranscriptionJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var ListTranscriptionJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var ListVocabulariesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var ListVocabulariesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var ListVocabularyFiltersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var VocabularyFilterInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var ListVocabularyFiltersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var StartCallAnalyticsJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var StartCallAnalyticsJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var StartMedicalTranscriptionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var StartMedicalTranscriptionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var SubtitlesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var StartTranscriptionJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var StartTranscriptionJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var UpdateCallAnalyticsCategoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return RuleFilterSensitiveLog(item); }) }))); };
|
|
350
|
+
export var UpdateCallAnalyticsCategoryResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CategoryProperties && { CategoryProperties: CategoryPropertiesFilterSensitiveLog(obj.CategoryProperties) }))); };
|
|
351
|
+
export var UpdateMedicalVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var UpdateMedicalVocabularyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var UpdateVocabularyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var UpdateVocabularyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var UpdateVocabularyFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var UpdateVocabularyFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|