@aws-sdk/client-transcribe 3.136.0 → 3.137.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/commands/CreateCallAnalyticsCategoryCommand.js +2 -2
- package/dist-cjs/commands/CreateLanguageModelCommand.js +2 -2
- package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +2 -2
- package/dist-cjs/commands/CreateVocabularyCommand.js +2 -2
- package/dist-cjs/commands/CreateVocabularyFilterCommand.js +2 -2
- package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -1
- package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -1
- package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -1
- package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -1
- package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -1
- package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -1
- package/dist-cjs/commands/DescribeLanguageModelCommand.js +2 -2
- package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +2 -2
- package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +2 -2
- package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +2 -2
- package/dist-cjs/commands/GetMedicalVocabularyCommand.js +2 -2
- package/dist-cjs/commands/GetTranscriptionJobCommand.js +2 -2
- package/dist-cjs/commands/GetVocabularyCommand.js +2 -2
- package/dist-cjs/commands/GetVocabularyFilterCommand.js +2 -2
- package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +2 -2
- package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +2 -2
- package/dist-cjs/commands/ListLanguageModelsCommand.js +2 -2
- package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTranscriptionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListVocabulariesCommand.js +2 -2
- package/dist-cjs/commands/ListVocabularyFiltersCommand.js +2 -2
- package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +2 -2
- package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +2 -2
- package/dist-cjs/commands/StartTranscriptionJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +2 -2
- package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +2 -2
- package/dist-cjs/commands/UpdateVocabularyCommand.js +2 -2
- package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +2 -2
- package/dist-cjs/models/models_0.js +439 -652
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -3
- package/dist-es/commands/CreateLanguageModelCommand.js +3 -3
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -3
- package/dist-es/commands/CreateVocabularyCommand.js +3 -3
- package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -3
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -3
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -3
- package/dist-es/commands/DeleteLanguageModelCommand.js +2 -2
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +2 -2
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +2 -2
- package/dist-es/commands/DeleteVocabularyCommand.js +2 -2
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +2 -2
- package/dist-es/commands/DescribeLanguageModelCommand.js +3 -3
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -3
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -3
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -3
- package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -3
- package/dist-es/commands/GetTranscriptionJobCommand.js +3 -3
- package/dist-es/commands/GetVocabularyCommand.js +3 -3
- package/dist-es/commands/GetVocabularyFilterCommand.js +3 -3
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -3
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -3
- package/dist-es/commands/ListLanguageModelsCommand.js +3 -3
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -3
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -3
- package/dist-es/commands/ListVocabulariesCommand.js +3 -3
- package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -3
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -3
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -3
- package/dist-es/commands/StartTranscriptionJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -3
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -3
- package/dist-es/commands/UpdateVocabularyCommand.js +3 -3
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -3
- package/dist-es/models/models_0.js +117 -435
- package/dist-types/models/models_0.d.ts +421 -629
- package/dist-types/ts3.4/models/models_0.d.ts +210 -418
- package/package.json +6 -6
|
@@ -11,10 +11,6 @@ export interface AbsoluteTimeRange {
|
|
|
11
11
|
|
|
12
12
|
Last?: number;
|
|
13
13
|
}
|
|
14
|
-
export declare namespace AbsoluteTimeRange {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: AbsoluteTimeRange) => any;
|
|
17
|
-
}
|
|
18
14
|
|
|
19
15
|
export declare class BadRequestException extends __BaseException {
|
|
20
16
|
readonly name: "BadRequestException";
|
|
@@ -44,10 +40,6 @@ export interface ChannelDefinition {
|
|
|
44
40
|
|
|
45
41
|
ParticipantRole?: ParticipantRole | string;
|
|
46
42
|
}
|
|
47
|
-
export declare namespace ChannelDefinition {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: ChannelDefinition) => any;
|
|
50
|
-
}
|
|
51
43
|
export declare enum LanguageCode {
|
|
52
44
|
AF_ZA = "af-ZA",
|
|
53
45
|
AR_AE = "ar-AE",
|
|
@@ -94,10 +86,6 @@ export interface Media {
|
|
|
94
86
|
|
|
95
87
|
RedactedMediaFileUri?: string;
|
|
96
88
|
}
|
|
97
|
-
export declare namespace Media {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: Media) => any;
|
|
100
|
-
}
|
|
101
89
|
export declare enum MediaFormat {
|
|
102
90
|
AMR = "amr",
|
|
103
91
|
FLAC = "flac",
|
|
@@ -137,10 +125,6 @@ export interface ContentRedaction {
|
|
|
137
125
|
|
|
138
126
|
PiiEntityTypes?: (PiiEntityType | string)[];
|
|
139
127
|
}
|
|
140
|
-
export declare namespace ContentRedaction {
|
|
141
|
-
|
|
142
|
-
const filterSensitiveLog: (obj: ContentRedaction) => any;
|
|
143
|
-
}
|
|
144
128
|
|
|
145
129
|
export interface LanguageIdSettings {
|
|
146
130
|
|
|
@@ -150,10 +134,6 @@ export interface LanguageIdSettings {
|
|
|
150
134
|
|
|
151
135
|
LanguageModelName?: string;
|
|
152
136
|
}
|
|
153
|
-
export declare namespace LanguageIdSettings {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: LanguageIdSettings) => any;
|
|
156
|
-
}
|
|
157
137
|
export declare enum VocabularyFilterMethod {
|
|
158
138
|
MASK = "mask",
|
|
159
139
|
REMOVE = "remove",
|
|
@@ -176,10 +156,6 @@ export interface CallAnalyticsJobSettings {
|
|
|
176
156
|
|
|
177
157
|
LanguageIdSettings?: Record<string, LanguageIdSettings>;
|
|
178
158
|
}
|
|
179
|
-
export declare namespace CallAnalyticsJobSettings {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: CallAnalyticsJobSettings) => any;
|
|
182
|
-
}
|
|
183
159
|
|
|
184
160
|
export interface Transcript {
|
|
185
161
|
|
|
@@ -187,10 +163,6 @@ export interface Transcript {
|
|
|
187
163
|
|
|
188
164
|
RedactedTranscriptFileUri?: string;
|
|
189
165
|
}
|
|
190
|
-
export declare namespace Transcript {
|
|
191
|
-
|
|
192
|
-
const filterSensitiveLog: (obj: Transcript) => any;
|
|
193
|
-
}
|
|
194
166
|
|
|
195
167
|
export interface CallAnalyticsJob {
|
|
196
168
|
|
|
@@ -224,10 +196,6 @@ export interface CallAnalyticsJob {
|
|
|
224
196
|
|
|
225
197
|
ChannelDefinitions?: ChannelDefinition[];
|
|
226
198
|
}
|
|
227
|
-
export declare namespace CallAnalyticsJob {
|
|
228
|
-
|
|
229
|
-
const filterSensitiveLog: (obj: CallAnalyticsJob) => any;
|
|
230
|
-
}
|
|
231
199
|
|
|
232
200
|
export interface CallAnalyticsJobSummary {
|
|
233
201
|
|
|
@@ -245,10 +213,6 @@ export interface CallAnalyticsJobSummary {
|
|
|
245
213
|
|
|
246
214
|
FailureReason?: string;
|
|
247
215
|
}
|
|
248
|
-
export declare namespace CallAnalyticsJobSummary {
|
|
249
|
-
|
|
250
|
-
const filterSensitiveLog: (obj: CallAnalyticsJobSummary) => any;
|
|
251
|
-
}
|
|
252
216
|
|
|
253
217
|
export interface RelativeTimeRange {
|
|
254
218
|
|
|
@@ -260,10 +224,6 @@ export interface RelativeTimeRange {
|
|
|
260
224
|
|
|
261
225
|
Last?: number;
|
|
262
226
|
}
|
|
263
|
-
export declare namespace RelativeTimeRange {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: RelativeTimeRange) => any;
|
|
266
|
-
}
|
|
267
227
|
|
|
268
228
|
export interface InterruptionFilter {
|
|
269
229
|
|
|
@@ -277,10 +237,6 @@ export interface InterruptionFilter {
|
|
|
277
237
|
|
|
278
238
|
Negate?: boolean;
|
|
279
239
|
}
|
|
280
|
-
export declare namespace InterruptionFilter {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: InterruptionFilter) => any;
|
|
283
|
-
}
|
|
284
240
|
|
|
285
241
|
export interface NonTalkTimeFilter {
|
|
286
242
|
|
|
@@ -292,10 +248,6 @@ export interface NonTalkTimeFilter {
|
|
|
292
248
|
|
|
293
249
|
Negate?: boolean;
|
|
294
250
|
}
|
|
295
|
-
export declare namespace NonTalkTimeFilter {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: NonTalkTimeFilter) => any;
|
|
298
|
-
}
|
|
299
251
|
export declare enum SentimentValue {
|
|
300
252
|
MIXED = "MIXED",
|
|
301
253
|
NEGATIVE = "NEGATIVE",
|
|
@@ -315,10 +267,6 @@ export interface SentimentFilter {
|
|
|
315
267
|
|
|
316
268
|
Negate?: boolean;
|
|
317
269
|
}
|
|
318
|
-
export declare namespace SentimentFilter {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: SentimentFilter) => any;
|
|
321
|
-
}
|
|
322
270
|
export declare enum TranscriptFilterType {
|
|
323
271
|
EXACT = "EXACT"
|
|
324
272
|
}
|
|
@@ -337,10 +285,6 @@ export interface TranscriptFilter {
|
|
|
337
285
|
|
|
338
286
|
Targets: string[] | undefined;
|
|
339
287
|
}
|
|
340
|
-
export declare namespace TranscriptFilter {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: TranscriptFilter) => any;
|
|
343
|
-
}
|
|
344
288
|
|
|
345
289
|
export declare type Rule = Rule.InterruptionFilterMember | Rule.NonTalkTimeFilterMember | Rule.SentimentFilterMember | Rule.TranscriptFilterMember | Rule.$UnknownMember;
|
|
346
290
|
export declare namespace Rule {
|
|
@@ -394,8 +338,6 @@ export declare namespace Rule {
|
|
|
394
338
|
_: (name: string, value: any) => T;
|
|
395
339
|
}
|
|
396
340
|
const visit: <T>(value: Rule, visitor: Visitor<T>) => T;
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
399
341
|
}
|
|
400
342
|
|
|
401
343
|
export interface CategoryProperties {
|
|
@@ -408,10 +350,6 @@ export interface CategoryProperties {
|
|
|
408
350
|
|
|
409
351
|
LastUpdateTime?: Date;
|
|
410
352
|
}
|
|
411
|
-
export declare namespace CategoryProperties {
|
|
412
|
-
|
|
413
|
-
const filterSensitiveLog: (obj: CategoryProperties) => any;
|
|
414
|
-
}
|
|
415
353
|
export declare enum CLMLanguageCode {
|
|
416
354
|
EN_AU = "en-AU",
|
|
417
355
|
EN_GB = "en-GB",
|
|
@@ -433,18 +371,10 @@ export interface CreateCallAnalyticsCategoryRequest {
|
|
|
433
371
|
|
|
434
372
|
Rules: Rule[] | undefined;
|
|
435
373
|
}
|
|
436
|
-
export declare namespace CreateCallAnalyticsCategoryRequest {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: CreateCallAnalyticsCategoryRequest) => any;
|
|
439
|
-
}
|
|
440
374
|
export interface CreateCallAnalyticsCategoryResponse {
|
|
441
375
|
|
|
442
376
|
CategoryProperties?: CategoryProperties;
|
|
443
377
|
}
|
|
444
|
-
export declare namespace CreateCallAnalyticsCategoryResponse {
|
|
445
|
-
|
|
446
|
-
const filterSensitiveLog: (obj: CreateCallAnalyticsCategoryResponse) => any;
|
|
447
|
-
}
|
|
448
378
|
|
|
449
379
|
export declare class InternalFailureException extends __BaseException {
|
|
450
380
|
readonly name: "InternalFailureException";
|
|
@@ -470,10 +400,6 @@ export interface InputDataConfig {
|
|
|
470
400
|
|
|
471
401
|
DataAccessRoleArn: string | undefined;
|
|
472
402
|
}
|
|
473
|
-
export declare namespace InputDataConfig {
|
|
474
|
-
|
|
475
|
-
const filterSensitiveLog: (obj: InputDataConfig) => any;
|
|
476
|
-
}
|
|
477
403
|
|
|
478
404
|
export interface Tag {
|
|
479
405
|
|
|
@@ -481,10 +407,6 @@ export interface Tag {
|
|
|
481
407
|
|
|
482
408
|
Value: string | undefined;
|
|
483
409
|
}
|
|
484
|
-
export declare namespace Tag {
|
|
485
|
-
|
|
486
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
487
|
-
}
|
|
488
410
|
export interface CreateLanguageModelRequest {
|
|
489
411
|
|
|
490
412
|
LanguageCode: CLMLanguageCode | string | undefined;
|
|
@@ -497,10 +419,6 @@ export interface CreateLanguageModelRequest {
|
|
|
497
419
|
|
|
498
420
|
Tags?: Tag[];
|
|
499
421
|
}
|
|
500
|
-
export declare namespace CreateLanguageModelRequest {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: CreateLanguageModelRequest) => any;
|
|
503
|
-
}
|
|
504
422
|
export declare enum ModelStatus {
|
|
505
423
|
COMPLETED = "COMPLETED",
|
|
506
424
|
FAILED = "FAILED",
|
|
@@ -518,10 +436,6 @@ export interface CreateLanguageModelResponse {
|
|
|
518
436
|
|
|
519
437
|
ModelStatus?: ModelStatus | string;
|
|
520
438
|
}
|
|
521
|
-
export declare namespace CreateLanguageModelResponse {
|
|
522
|
-
|
|
523
|
-
const filterSensitiveLog: (obj: CreateLanguageModelResponse) => any;
|
|
524
|
-
}
|
|
525
439
|
export interface CreateMedicalVocabularyRequest {
|
|
526
440
|
|
|
527
441
|
VocabularyName: string | undefined;
|
|
@@ -532,10 +446,6 @@ export interface CreateMedicalVocabularyRequest {
|
|
|
532
446
|
|
|
533
447
|
Tags?: Tag[];
|
|
534
448
|
}
|
|
535
|
-
export declare namespace CreateMedicalVocabularyRequest {
|
|
536
|
-
|
|
537
|
-
const filterSensitiveLog: (obj: CreateMedicalVocabularyRequest) => any;
|
|
538
|
-
}
|
|
539
449
|
export declare enum VocabularyState {
|
|
540
450
|
FAILED = "FAILED",
|
|
541
451
|
PENDING = "PENDING",
|
|
@@ -553,10 +463,6 @@ export interface CreateMedicalVocabularyResponse {
|
|
|
553
463
|
|
|
554
464
|
FailureReason?: string;
|
|
555
465
|
}
|
|
556
|
-
export declare namespace CreateMedicalVocabularyResponse {
|
|
557
|
-
|
|
558
|
-
const filterSensitiveLog: (obj: CreateMedicalVocabularyResponse) => any;
|
|
559
|
-
}
|
|
560
466
|
export interface CreateVocabularyRequest {
|
|
561
467
|
|
|
562
468
|
VocabularyName: string | undefined;
|
|
@@ -569,10 +475,6 @@ export interface CreateVocabularyRequest {
|
|
|
569
475
|
|
|
570
476
|
Tags?: Tag[];
|
|
571
477
|
}
|
|
572
|
-
export declare namespace CreateVocabularyRequest {
|
|
573
|
-
|
|
574
|
-
const filterSensitiveLog: (obj: CreateVocabularyRequest) => any;
|
|
575
|
-
}
|
|
576
478
|
export interface CreateVocabularyResponse {
|
|
577
479
|
|
|
578
480
|
VocabularyName?: string;
|
|
@@ -585,10 +487,6 @@ export interface CreateVocabularyResponse {
|
|
|
585
487
|
|
|
586
488
|
FailureReason?: string;
|
|
587
489
|
}
|
|
588
|
-
export declare namespace CreateVocabularyResponse {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: CreateVocabularyResponse) => any;
|
|
591
|
-
}
|
|
592
490
|
export interface CreateVocabularyFilterRequest {
|
|
593
491
|
|
|
594
492
|
VocabularyFilterName: string | undefined;
|
|
@@ -601,10 +499,6 @@ export interface CreateVocabularyFilterRequest {
|
|
|
601
499
|
|
|
602
500
|
Tags?: Tag[];
|
|
603
501
|
}
|
|
604
|
-
export declare namespace CreateVocabularyFilterRequest {
|
|
605
|
-
|
|
606
|
-
const filterSensitiveLog: (obj: CreateVocabularyFilterRequest) => any;
|
|
607
|
-
}
|
|
608
502
|
export interface CreateVocabularyFilterResponse {
|
|
609
503
|
|
|
610
504
|
VocabularyFilterName?: string;
|
|
@@ -613,24 +507,12 @@ export interface CreateVocabularyFilterResponse {
|
|
|
613
507
|
|
|
614
508
|
LastModifiedTime?: Date;
|
|
615
509
|
}
|
|
616
|
-
export declare namespace CreateVocabularyFilterResponse {
|
|
617
|
-
|
|
618
|
-
const filterSensitiveLog: (obj: CreateVocabularyFilterResponse) => any;
|
|
619
|
-
}
|
|
620
510
|
export interface DeleteCallAnalyticsCategoryRequest {
|
|
621
511
|
|
|
622
512
|
CategoryName: string | undefined;
|
|
623
513
|
}
|
|
624
|
-
export declare namespace DeleteCallAnalyticsCategoryRequest {
|
|
625
|
-
|
|
626
|
-
const filterSensitiveLog: (obj: DeleteCallAnalyticsCategoryRequest) => any;
|
|
627
|
-
}
|
|
628
514
|
export interface DeleteCallAnalyticsCategoryResponse {
|
|
629
515
|
}
|
|
630
|
-
export declare namespace DeleteCallAnalyticsCategoryResponse {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: DeleteCallAnalyticsCategoryResponse) => any;
|
|
633
|
-
}
|
|
634
516
|
|
|
635
517
|
export declare class NotFoundException extends __BaseException {
|
|
636
518
|
readonly name: "NotFoundException";
|
|
@@ -643,72 +525,36 @@ export interface DeleteCallAnalyticsJobRequest {
|
|
|
643
525
|
|
|
644
526
|
CallAnalyticsJobName: string | undefined;
|
|
645
527
|
}
|
|
646
|
-
export declare namespace DeleteCallAnalyticsJobRequest {
|
|
647
|
-
|
|
648
|
-
const filterSensitiveLog: (obj: DeleteCallAnalyticsJobRequest) => any;
|
|
649
|
-
}
|
|
650
528
|
export interface DeleteCallAnalyticsJobResponse {
|
|
651
529
|
}
|
|
652
|
-
export declare namespace DeleteCallAnalyticsJobResponse {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: DeleteCallAnalyticsJobResponse) => any;
|
|
655
|
-
}
|
|
656
530
|
export interface DeleteLanguageModelRequest {
|
|
657
531
|
|
|
658
532
|
ModelName: string | undefined;
|
|
659
533
|
}
|
|
660
|
-
export declare namespace DeleteLanguageModelRequest {
|
|
661
|
-
|
|
662
|
-
const filterSensitiveLog: (obj: DeleteLanguageModelRequest) => any;
|
|
663
|
-
}
|
|
664
534
|
export interface DeleteMedicalTranscriptionJobRequest {
|
|
665
535
|
|
|
666
536
|
MedicalTranscriptionJobName: string | undefined;
|
|
667
537
|
}
|
|
668
|
-
export declare namespace DeleteMedicalTranscriptionJobRequest {
|
|
669
|
-
|
|
670
|
-
const filterSensitiveLog: (obj: DeleteMedicalTranscriptionJobRequest) => any;
|
|
671
|
-
}
|
|
672
538
|
export interface DeleteMedicalVocabularyRequest {
|
|
673
539
|
|
|
674
540
|
VocabularyName: string | undefined;
|
|
675
541
|
}
|
|
676
|
-
export declare namespace DeleteMedicalVocabularyRequest {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: DeleteMedicalVocabularyRequest) => any;
|
|
679
|
-
}
|
|
680
542
|
export interface DeleteTranscriptionJobRequest {
|
|
681
543
|
|
|
682
544
|
TranscriptionJobName: string | undefined;
|
|
683
545
|
}
|
|
684
|
-
export declare namespace DeleteTranscriptionJobRequest {
|
|
685
|
-
|
|
686
|
-
const filterSensitiveLog: (obj: DeleteTranscriptionJobRequest) => any;
|
|
687
|
-
}
|
|
688
546
|
export interface DeleteVocabularyRequest {
|
|
689
547
|
|
|
690
548
|
VocabularyName: string | undefined;
|
|
691
549
|
}
|
|
692
|
-
export declare namespace DeleteVocabularyRequest {
|
|
693
|
-
|
|
694
|
-
const filterSensitiveLog: (obj: DeleteVocabularyRequest) => any;
|
|
695
|
-
}
|
|
696
550
|
export interface DeleteVocabularyFilterRequest {
|
|
697
551
|
|
|
698
552
|
VocabularyFilterName: string | undefined;
|
|
699
553
|
}
|
|
700
|
-
export declare namespace DeleteVocabularyFilterRequest {
|
|
701
|
-
|
|
702
|
-
const filterSensitiveLog: (obj: DeleteVocabularyFilterRequest) => any;
|
|
703
|
-
}
|
|
704
554
|
export interface DescribeLanguageModelRequest {
|
|
705
555
|
|
|
706
556
|
ModelName: string | undefined;
|
|
707
557
|
}
|
|
708
|
-
export declare namespace DescribeLanguageModelRequest {
|
|
709
|
-
|
|
710
|
-
const filterSensitiveLog: (obj: DescribeLanguageModelRequest) => any;
|
|
711
|
-
}
|
|
712
558
|
|
|
713
559
|
export interface LanguageModel {
|
|
714
560
|
|
|
@@ -730,58 +576,30 @@ export interface LanguageModel {
|
|
|
730
576
|
|
|
731
577
|
InputDataConfig?: InputDataConfig;
|
|
732
578
|
}
|
|
733
|
-
export declare namespace LanguageModel {
|
|
734
|
-
|
|
735
|
-
const filterSensitiveLog: (obj: LanguageModel) => any;
|
|
736
|
-
}
|
|
737
579
|
export interface DescribeLanguageModelResponse {
|
|
738
580
|
|
|
739
581
|
LanguageModel?: LanguageModel;
|
|
740
582
|
}
|
|
741
|
-
export declare namespace DescribeLanguageModelResponse {
|
|
742
|
-
|
|
743
|
-
const filterSensitiveLog: (obj: DescribeLanguageModelResponse) => any;
|
|
744
|
-
}
|
|
745
583
|
export interface GetCallAnalyticsCategoryRequest {
|
|
746
584
|
|
|
747
585
|
CategoryName: string | undefined;
|
|
748
586
|
}
|
|
749
|
-
export declare namespace GetCallAnalyticsCategoryRequest {
|
|
750
|
-
|
|
751
|
-
const filterSensitiveLog: (obj: GetCallAnalyticsCategoryRequest) => any;
|
|
752
|
-
}
|
|
753
587
|
export interface GetCallAnalyticsCategoryResponse {
|
|
754
588
|
|
|
755
589
|
CategoryProperties?: CategoryProperties;
|
|
756
590
|
}
|
|
757
|
-
export declare namespace GetCallAnalyticsCategoryResponse {
|
|
758
|
-
|
|
759
|
-
const filterSensitiveLog: (obj: GetCallAnalyticsCategoryResponse) => any;
|
|
760
|
-
}
|
|
761
591
|
export interface GetCallAnalyticsJobRequest {
|
|
762
592
|
|
|
763
593
|
CallAnalyticsJobName: string | undefined;
|
|
764
594
|
}
|
|
765
|
-
export declare namespace GetCallAnalyticsJobRequest {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: GetCallAnalyticsJobRequest) => any;
|
|
768
|
-
}
|
|
769
595
|
export interface GetCallAnalyticsJobResponse {
|
|
770
596
|
|
|
771
597
|
CallAnalyticsJob?: CallAnalyticsJob;
|
|
772
598
|
}
|
|
773
|
-
export declare namespace GetCallAnalyticsJobResponse {
|
|
774
|
-
|
|
775
|
-
const filterSensitiveLog: (obj: GetCallAnalyticsJobResponse) => any;
|
|
776
|
-
}
|
|
777
599
|
export interface GetMedicalTranscriptionJobRequest {
|
|
778
600
|
|
|
779
601
|
MedicalTranscriptionJobName: string | undefined;
|
|
780
602
|
}
|
|
781
|
-
export declare namespace GetMedicalTranscriptionJobRequest {
|
|
782
|
-
|
|
783
|
-
const filterSensitiveLog: (obj: GetMedicalTranscriptionJobRequest) => any;
|
|
784
|
-
}
|
|
785
603
|
export declare enum MedicalContentIdentificationType {
|
|
786
604
|
PHI = "PHI"
|
|
787
605
|
}
|
|
@@ -800,10 +618,6 @@ export interface MedicalTranscriptionSetting {
|
|
|
800
618
|
|
|
801
619
|
VocabularyName?: string;
|
|
802
620
|
}
|
|
803
|
-
export declare namespace MedicalTranscriptionSetting {
|
|
804
|
-
|
|
805
|
-
const filterSensitiveLog: (obj: MedicalTranscriptionSetting) => any;
|
|
806
|
-
}
|
|
807
621
|
export declare enum Specialty {
|
|
808
622
|
PRIMARYCARE = "PRIMARYCARE"
|
|
809
623
|
}
|
|
@@ -812,10 +626,6 @@ export interface MedicalTranscript {
|
|
|
812
626
|
|
|
813
627
|
TranscriptFileUri?: string;
|
|
814
628
|
}
|
|
815
|
-
export declare namespace MedicalTranscript {
|
|
816
|
-
|
|
817
|
-
const filterSensitiveLog: (obj: MedicalTranscript) => any;
|
|
818
|
-
}
|
|
819
629
|
export declare enum TranscriptionJobStatus {
|
|
820
630
|
COMPLETED = "COMPLETED",
|
|
821
631
|
FAILED = "FAILED",
|
|
@@ -861,26 +671,14 @@ export interface MedicalTranscriptionJob {
|
|
|
861
671
|
|
|
862
672
|
Tags?: Tag[];
|
|
863
673
|
}
|
|
864
|
-
export declare namespace MedicalTranscriptionJob {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: MedicalTranscriptionJob) => any;
|
|
867
|
-
}
|
|
868
674
|
export interface GetMedicalTranscriptionJobResponse {
|
|
869
675
|
|
|
870
676
|
MedicalTranscriptionJob?: MedicalTranscriptionJob;
|
|
871
677
|
}
|
|
872
|
-
export declare namespace GetMedicalTranscriptionJobResponse {
|
|
873
|
-
|
|
874
|
-
const filterSensitiveLog: (obj: GetMedicalTranscriptionJobResponse) => any;
|
|
875
|
-
}
|
|
876
678
|
export interface GetMedicalVocabularyRequest {
|
|
877
679
|
|
|
878
680
|
VocabularyName: string | undefined;
|
|
879
681
|
}
|
|
880
|
-
export declare namespace GetMedicalVocabularyRequest {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: GetMedicalVocabularyRequest) => any;
|
|
883
|
-
}
|
|
884
682
|
export interface GetMedicalVocabularyResponse {
|
|
885
683
|
|
|
886
684
|
VocabularyName?: string;
|
|
@@ -895,18 +693,10 @@ export interface GetMedicalVocabularyResponse {
|
|
|
895
693
|
|
|
896
694
|
DownloadUri?: string;
|
|
897
695
|
}
|
|
898
|
-
export declare namespace GetMedicalVocabularyResponse {
|
|
899
|
-
|
|
900
|
-
const filterSensitiveLog: (obj: GetMedicalVocabularyResponse) => any;
|
|
901
|
-
}
|
|
902
696
|
export interface GetTranscriptionJobRequest {
|
|
903
697
|
|
|
904
698
|
TranscriptionJobName: string | undefined;
|
|
905
699
|
}
|
|
906
|
-
export declare namespace GetTranscriptionJobRequest {
|
|
907
|
-
|
|
908
|
-
const filterSensitiveLog: (obj: GetTranscriptionJobRequest) => any;
|
|
909
|
-
}
|
|
910
700
|
|
|
911
701
|
export interface JobExecutionSettings {
|
|
912
702
|
|
|
@@ -914,10 +704,6 @@ export interface JobExecutionSettings {
|
|
|
914
704
|
|
|
915
705
|
DataAccessRoleArn?: string;
|
|
916
706
|
}
|
|
917
|
-
export declare namespace JobExecutionSettings {
|
|
918
|
-
|
|
919
|
-
const filterSensitiveLog: (obj: JobExecutionSettings) => any;
|
|
920
|
-
}
|
|
921
707
|
|
|
922
708
|
export interface LanguageCodeItem {
|
|
923
709
|
|
|
@@ -925,19 +711,11 @@ export interface LanguageCodeItem {
|
|
|
925
711
|
|
|
926
712
|
DurationInSeconds?: number;
|
|
927
713
|
}
|
|
928
|
-
export declare namespace LanguageCodeItem {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: LanguageCodeItem) => any;
|
|
931
|
-
}
|
|
932
714
|
|
|
933
715
|
export interface ModelSettings {
|
|
934
716
|
|
|
935
717
|
LanguageModelName?: string;
|
|
936
718
|
}
|
|
937
|
-
export declare namespace ModelSettings {
|
|
938
|
-
|
|
939
|
-
const filterSensitiveLog: (obj: ModelSettings) => any;
|
|
940
|
-
}
|
|
941
719
|
|
|
942
720
|
export interface Settings {
|
|
943
721
|
|
|
@@ -957,10 +735,6 @@ export interface Settings {
|
|
|
957
735
|
|
|
958
736
|
VocabularyFilterMethod?: VocabularyFilterMethod | string;
|
|
959
737
|
}
|
|
960
|
-
export declare namespace Settings {
|
|
961
|
-
|
|
962
|
-
const filterSensitiveLog: (obj: Settings) => any;
|
|
963
|
-
}
|
|
964
738
|
export declare enum SubtitleFormat {
|
|
965
739
|
SRT = "srt",
|
|
966
740
|
VTT = "vtt"
|
|
@@ -974,10 +748,6 @@ export interface SubtitlesOutput {
|
|
|
974
748
|
|
|
975
749
|
OutputStartIndex?: number;
|
|
976
750
|
}
|
|
977
|
-
export declare namespace SubtitlesOutput {
|
|
978
|
-
|
|
979
|
-
const filterSensitiveLog: (obj: SubtitlesOutput) => any;
|
|
980
|
-
}
|
|
981
751
|
|
|
982
752
|
export interface TranscriptionJob {
|
|
983
753
|
|
|
@@ -1027,26 +797,14 @@ export interface TranscriptionJob {
|
|
|
1027
797
|
|
|
1028
798
|
LanguageIdSettings?: Record<string, LanguageIdSettings>;
|
|
1029
799
|
}
|
|
1030
|
-
export declare namespace TranscriptionJob {
|
|
1031
|
-
|
|
1032
|
-
const filterSensitiveLog: (obj: TranscriptionJob) => any;
|
|
1033
|
-
}
|
|
1034
800
|
export interface GetTranscriptionJobResponse {
|
|
1035
801
|
|
|
1036
802
|
TranscriptionJob?: TranscriptionJob;
|
|
1037
803
|
}
|
|
1038
|
-
export declare namespace GetTranscriptionJobResponse {
|
|
1039
|
-
|
|
1040
|
-
const filterSensitiveLog: (obj: GetTranscriptionJobResponse) => any;
|
|
1041
|
-
}
|
|
1042
804
|
export interface GetVocabularyRequest {
|
|
1043
805
|
|
|
1044
806
|
VocabularyName: string | undefined;
|
|
1045
807
|
}
|
|
1046
|
-
export declare namespace GetVocabularyRequest {
|
|
1047
|
-
|
|
1048
|
-
const filterSensitiveLog: (obj: GetVocabularyRequest) => any;
|
|
1049
|
-
}
|
|
1050
808
|
export interface GetVocabularyResponse {
|
|
1051
809
|
|
|
1052
810
|
VocabularyName?: string;
|
|
@@ -1061,18 +819,10 @@ export interface GetVocabularyResponse {
|
|
|
1061
819
|
|
|
1062
820
|
DownloadUri?: string;
|
|
1063
821
|
}
|
|
1064
|
-
export declare namespace GetVocabularyResponse {
|
|
1065
|
-
|
|
1066
|
-
const filterSensitiveLog: (obj: GetVocabularyResponse) => any;
|
|
1067
|
-
}
|
|
1068
822
|
export interface GetVocabularyFilterRequest {
|
|
1069
823
|
|
|
1070
824
|
VocabularyFilterName: string | undefined;
|
|
1071
825
|
}
|
|
1072
|
-
export declare namespace GetVocabularyFilterRequest {
|
|
1073
|
-
|
|
1074
|
-
const filterSensitiveLog: (obj: GetVocabularyFilterRequest) => any;
|
|
1075
|
-
}
|
|
1076
826
|
export interface GetVocabularyFilterResponse {
|
|
1077
827
|
|
|
1078
828
|
VocabularyFilterName?: string;
|
|
@@ -1083,30 +833,18 @@ export interface GetVocabularyFilterResponse {
|
|
|
1083
833
|
|
|
1084
834
|
DownloadUri?: string;
|
|
1085
835
|
}
|
|
1086
|
-
export declare namespace GetVocabularyFilterResponse {
|
|
1087
|
-
|
|
1088
|
-
const filterSensitiveLog: (obj: GetVocabularyFilterResponse) => any;
|
|
1089
|
-
}
|
|
1090
836
|
export interface ListCallAnalyticsCategoriesRequest {
|
|
1091
837
|
|
|
1092
838
|
NextToken?: string;
|
|
1093
839
|
|
|
1094
840
|
MaxResults?: number;
|
|
1095
841
|
}
|
|
1096
|
-
export declare namespace ListCallAnalyticsCategoriesRequest {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: ListCallAnalyticsCategoriesRequest) => any;
|
|
1099
|
-
}
|
|
1100
842
|
export interface ListCallAnalyticsCategoriesResponse {
|
|
1101
843
|
|
|
1102
844
|
NextToken?: string;
|
|
1103
845
|
|
|
1104
846
|
Categories?: CategoryProperties[];
|
|
1105
847
|
}
|
|
1106
|
-
export declare namespace ListCallAnalyticsCategoriesResponse {
|
|
1107
|
-
|
|
1108
|
-
const filterSensitiveLog: (obj: ListCallAnalyticsCategoriesResponse) => any;
|
|
1109
|
-
}
|
|
1110
848
|
export interface ListCallAnalyticsJobsRequest {
|
|
1111
849
|
|
|
1112
850
|
Status?: CallAnalyticsJobStatus | string;
|
|
@@ -1117,10 +855,6 @@ export interface ListCallAnalyticsJobsRequest {
|
|
|
1117
855
|
|
|
1118
856
|
MaxResults?: number;
|
|
1119
857
|
}
|
|
1120
|
-
export declare namespace ListCallAnalyticsJobsRequest {
|
|
1121
|
-
|
|
1122
|
-
const filterSensitiveLog: (obj: ListCallAnalyticsJobsRequest) => any;
|
|
1123
|
-
}
|
|
1124
858
|
export interface ListCallAnalyticsJobsResponse {
|
|
1125
859
|
|
|
1126
860
|
Status?: CallAnalyticsJobStatus | string;
|
|
@@ -1129,10 +863,6 @@ export interface ListCallAnalyticsJobsResponse {
|
|
|
1129
863
|
|
|
1130
864
|
CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[];
|
|
1131
865
|
}
|
|
1132
|
-
export declare namespace ListCallAnalyticsJobsResponse {
|
|
1133
|
-
|
|
1134
|
-
const filterSensitiveLog: (obj: ListCallAnalyticsJobsResponse) => any;
|
|
1135
|
-
}
|
|
1136
866
|
export interface ListLanguageModelsRequest {
|
|
1137
867
|
|
|
1138
868
|
StatusEquals?: ModelStatus | string;
|
|
@@ -1143,20 +873,12 @@ export interface ListLanguageModelsRequest {
|
|
|
1143
873
|
|
|
1144
874
|
MaxResults?: number;
|
|
1145
875
|
}
|
|
1146
|
-
export declare namespace ListLanguageModelsRequest {
|
|
1147
|
-
|
|
1148
|
-
const filterSensitiveLog: (obj: ListLanguageModelsRequest) => any;
|
|
1149
|
-
}
|
|
1150
876
|
export interface ListLanguageModelsResponse {
|
|
1151
877
|
|
|
1152
878
|
NextToken?: string;
|
|
1153
879
|
|
|
1154
880
|
Models?: LanguageModel[];
|
|
1155
881
|
}
|
|
1156
|
-
export declare namespace ListLanguageModelsResponse {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: ListLanguageModelsResponse) => any;
|
|
1159
|
-
}
|
|
1160
882
|
export interface ListMedicalTranscriptionJobsRequest {
|
|
1161
883
|
|
|
1162
884
|
Status?: TranscriptionJobStatus | string;
|
|
@@ -1167,10 +889,6 @@ export interface ListMedicalTranscriptionJobsRequest {
|
|
|
1167
889
|
|
|
1168
890
|
MaxResults?: number;
|
|
1169
891
|
}
|
|
1170
|
-
export declare namespace ListMedicalTranscriptionJobsRequest {
|
|
1171
|
-
|
|
1172
|
-
const filterSensitiveLog: (obj: ListMedicalTranscriptionJobsRequest) => any;
|
|
1173
|
-
}
|
|
1174
892
|
export declare enum OutputLocationType {
|
|
1175
893
|
CUSTOMER_BUCKET = "CUSTOMER_BUCKET",
|
|
1176
894
|
SERVICE_BUCKET = "SERVICE_BUCKET"
|
|
@@ -1200,10 +918,6 @@ export interface MedicalTranscriptionJobSummary {
|
|
|
1200
918
|
|
|
1201
919
|
Type?: Type | string;
|
|
1202
920
|
}
|
|
1203
|
-
export declare namespace MedicalTranscriptionJobSummary {
|
|
1204
|
-
|
|
1205
|
-
const filterSensitiveLog: (obj: MedicalTranscriptionJobSummary) => any;
|
|
1206
|
-
}
|
|
1207
921
|
export interface ListMedicalTranscriptionJobsResponse {
|
|
1208
922
|
|
|
1209
923
|
Status?: TranscriptionJobStatus | string;
|
|
@@ -1212,10 +926,6 @@ export interface ListMedicalTranscriptionJobsResponse {
|
|
|
1212
926
|
|
|
1213
927
|
MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[];
|
|
1214
928
|
}
|
|
1215
|
-
export declare namespace ListMedicalTranscriptionJobsResponse {
|
|
1216
|
-
|
|
1217
|
-
const filterSensitiveLog: (obj: ListMedicalTranscriptionJobsResponse) => any;
|
|
1218
|
-
}
|
|
1219
929
|
export interface ListMedicalVocabulariesRequest {
|
|
1220
930
|
|
|
1221
931
|
NextToken?: string;
|
|
@@ -1226,10 +936,6 @@ export interface ListMedicalVocabulariesRequest {
|
|
|
1226
936
|
|
|
1227
937
|
NameContains?: string;
|
|
1228
938
|
}
|
|
1229
|
-
export declare namespace ListMedicalVocabulariesRequest {
|
|
1230
|
-
|
|
1231
|
-
const filterSensitiveLog: (obj: ListMedicalVocabulariesRequest) => any;
|
|
1232
|
-
}
|
|
1233
939
|
|
|
1234
940
|
export interface VocabularyInfo {
|
|
1235
941
|
|
|
@@ -1241,10 +947,6 @@ export interface VocabularyInfo {
|
|
|
1241
947
|
|
|
1242
948
|
VocabularyState?: VocabularyState | string;
|
|
1243
949
|
}
|
|
1244
|
-
export declare namespace VocabularyInfo {
|
|
1245
|
-
|
|
1246
|
-
const filterSensitiveLog: (obj: VocabularyInfo) => any;
|
|
1247
|
-
}
|
|
1248
950
|
export interface ListMedicalVocabulariesResponse {
|
|
1249
951
|
|
|
1250
952
|
Status?: VocabularyState | string;
|
|
@@ -1253,28 +955,16 @@ export interface ListMedicalVocabulariesResponse {
|
|
|
1253
955
|
|
|
1254
956
|
Vocabularies?: VocabularyInfo[];
|
|
1255
957
|
}
|
|
1256
|
-
export declare namespace ListMedicalVocabulariesResponse {
|
|
1257
|
-
|
|
1258
|
-
const filterSensitiveLog: (obj: ListMedicalVocabulariesResponse) => any;
|
|
1259
|
-
}
|
|
1260
958
|
export interface ListTagsForResourceRequest {
|
|
1261
959
|
|
|
1262
960
|
ResourceArn: string | undefined;
|
|
1263
961
|
}
|
|
1264
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1265
|
-
|
|
1266
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1267
|
-
}
|
|
1268
962
|
export interface ListTagsForResourceResponse {
|
|
1269
963
|
|
|
1270
964
|
ResourceArn?: string;
|
|
1271
965
|
|
|
1272
966
|
Tags?: Tag[];
|
|
1273
967
|
}
|
|
1274
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1275
|
-
|
|
1276
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1277
|
-
}
|
|
1278
968
|
export interface ListTranscriptionJobsRequest {
|
|
1279
969
|
|
|
1280
970
|
Status?: TranscriptionJobStatus | string;
|
|
@@ -1285,10 +975,6 @@ export interface ListTranscriptionJobsRequest {
|
|
|
1285
975
|
|
|
1286
976
|
MaxResults?: number;
|
|
1287
977
|
}
|
|
1288
|
-
export declare namespace ListTranscriptionJobsRequest {
|
|
1289
|
-
|
|
1290
|
-
const filterSensitiveLog: (obj: ListTranscriptionJobsRequest) => any;
|
|
1291
|
-
}
|
|
1292
978
|
|
|
1293
979
|
export interface TranscriptionJobSummary {
|
|
1294
980
|
|
|
@@ -1320,10 +1006,6 @@ export interface TranscriptionJobSummary {
|
|
|
1320
1006
|
|
|
1321
1007
|
LanguageCodes?: LanguageCodeItem[];
|
|
1322
1008
|
}
|
|
1323
|
-
export declare namespace TranscriptionJobSummary {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: TranscriptionJobSummary) => any;
|
|
1326
|
-
}
|
|
1327
1009
|
export interface ListTranscriptionJobsResponse {
|
|
1328
1010
|
|
|
1329
1011
|
Status?: TranscriptionJobStatus | string;
|
|
@@ -1332,10 +1014,6 @@ export interface ListTranscriptionJobsResponse {
|
|
|
1332
1014
|
|
|
1333
1015
|
TranscriptionJobSummaries?: TranscriptionJobSummary[];
|
|
1334
1016
|
}
|
|
1335
|
-
export declare namespace ListTranscriptionJobsResponse {
|
|
1336
|
-
|
|
1337
|
-
const filterSensitiveLog: (obj: ListTranscriptionJobsResponse) => any;
|
|
1338
|
-
}
|
|
1339
1017
|
export interface ListVocabulariesRequest {
|
|
1340
1018
|
|
|
1341
1019
|
NextToken?: string;
|
|
@@ -1346,10 +1024,6 @@ export interface ListVocabulariesRequest {
|
|
|
1346
1024
|
|
|
1347
1025
|
NameContains?: string;
|
|
1348
1026
|
}
|
|
1349
|
-
export declare namespace ListVocabulariesRequest {
|
|
1350
|
-
|
|
1351
|
-
const filterSensitiveLog: (obj: ListVocabulariesRequest) => any;
|
|
1352
|
-
}
|
|
1353
1027
|
export interface ListVocabulariesResponse {
|
|
1354
1028
|
|
|
1355
1029
|
Status?: VocabularyState | string;
|
|
@@ -1358,10 +1032,6 @@ export interface ListVocabulariesResponse {
|
|
|
1358
1032
|
|
|
1359
1033
|
Vocabularies?: VocabularyInfo[];
|
|
1360
1034
|
}
|
|
1361
|
-
export declare namespace ListVocabulariesResponse {
|
|
1362
|
-
|
|
1363
|
-
const filterSensitiveLog: (obj: ListVocabulariesResponse) => any;
|
|
1364
|
-
}
|
|
1365
1035
|
export interface ListVocabularyFiltersRequest {
|
|
1366
1036
|
|
|
1367
1037
|
NextToken?: string;
|
|
@@ -1370,10 +1040,6 @@ export interface ListVocabularyFiltersRequest {
|
|
|
1370
1040
|
|
|
1371
1041
|
NameContains?: string;
|
|
1372
1042
|
}
|
|
1373
|
-
export declare namespace ListVocabularyFiltersRequest {
|
|
1374
|
-
|
|
1375
|
-
const filterSensitiveLog: (obj: ListVocabularyFiltersRequest) => any;
|
|
1376
|
-
}
|
|
1377
1043
|
|
|
1378
1044
|
export interface VocabularyFilterInfo {
|
|
1379
1045
|
|
|
@@ -1383,20 +1049,12 @@ export interface VocabularyFilterInfo {
|
|
|
1383
1049
|
|
|
1384
1050
|
LastModifiedTime?: Date;
|
|
1385
1051
|
}
|
|
1386
|
-
export declare namespace VocabularyFilterInfo {
|
|
1387
|
-
|
|
1388
|
-
const filterSensitiveLog: (obj: VocabularyFilterInfo) => any;
|
|
1389
|
-
}
|
|
1390
1052
|
export interface ListVocabularyFiltersResponse {
|
|
1391
1053
|
|
|
1392
1054
|
NextToken?: string;
|
|
1393
1055
|
|
|
1394
1056
|
VocabularyFilters?: VocabularyFilterInfo[];
|
|
1395
1057
|
}
|
|
1396
|
-
export declare namespace ListVocabularyFiltersResponse {
|
|
1397
|
-
|
|
1398
|
-
const filterSensitiveLog: (obj: ListVocabularyFiltersResponse) => any;
|
|
1399
|
-
}
|
|
1400
1058
|
export interface StartCallAnalyticsJobRequest {
|
|
1401
1059
|
|
|
1402
1060
|
CallAnalyticsJobName: string | undefined;
|
|
@@ -1413,18 +1071,10 @@ export interface StartCallAnalyticsJobRequest {
|
|
|
1413
1071
|
|
|
1414
1072
|
ChannelDefinitions?: ChannelDefinition[];
|
|
1415
1073
|
}
|
|
1416
|
-
export declare namespace StartCallAnalyticsJobRequest {
|
|
1417
|
-
|
|
1418
|
-
const filterSensitiveLog: (obj: StartCallAnalyticsJobRequest) => any;
|
|
1419
|
-
}
|
|
1420
1074
|
export interface StartCallAnalyticsJobResponse {
|
|
1421
1075
|
|
|
1422
1076
|
CallAnalyticsJob?: CallAnalyticsJob;
|
|
1423
1077
|
}
|
|
1424
|
-
export declare namespace StartCallAnalyticsJobResponse {
|
|
1425
|
-
|
|
1426
|
-
const filterSensitiveLog: (obj: StartCallAnalyticsJobResponse) => any;
|
|
1427
|
-
}
|
|
1428
1078
|
export interface StartMedicalTranscriptionJobRequest {
|
|
1429
1079
|
|
|
1430
1080
|
MedicalTranscriptionJobName: string | undefined;
|
|
@@ -1455,18 +1105,10 @@ export interface StartMedicalTranscriptionJobRequest {
|
|
|
1455
1105
|
|
|
1456
1106
|
Tags?: Tag[];
|
|
1457
1107
|
}
|
|
1458
|
-
export declare namespace StartMedicalTranscriptionJobRequest {
|
|
1459
|
-
|
|
1460
|
-
const filterSensitiveLog: (obj: StartMedicalTranscriptionJobRequest) => any;
|
|
1461
|
-
}
|
|
1462
1108
|
export interface StartMedicalTranscriptionJobResponse {
|
|
1463
1109
|
|
|
1464
1110
|
MedicalTranscriptionJob?: MedicalTranscriptionJob;
|
|
1465
1111
|
}
|
|
1466
|
-
export declare namespace StartMedicalTranscriptionJobResponse {
|
|
1467
|
-
|
|
1468
|
-
const filterSensitiveLog: (obj: StartMedicalTranscriptionJobResponse) => any;
|
|
1469
|
-
}
|
|
1470
1112
|
|
|
1471
1113
|
export interface Subtitles {
|
|
1472
1114
|
|
|
@@ -1474,10 +1116,6 @@ export interface Subtitles {
|
|
|
1474
1116
|
|
|
1475
1117
|
OutputStartIndex?: number;
|
|
1476
1118
|
}
|
|
1477
|
-
export declare namespace Subtitles {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: Subtitles) => any;
|
|
1480
|
-
}
|
|
1481
1119
|
export interface StartTranscriptionJobRequest {
|
|
1482
1120
|
|
|
1483
1121
|
TranscriptionJobName: string | undefined;
|
|
@@ -1518,68 +1156,36 @@ export interface StartTranscriptionJobRequest {
|
|
|
1518
1156
|
|
|
1519
1157
|
LanguageIdSettings?: Record<string, LanguageIdSettings>;
|
|
1520
1158
|
}
|
|
1521
|
-
export declare namespace StartTranscriptionJobRequest {
|
|
1522
|
-
|
|
1523
|
-
const filterSensitiveLog: (obj: StartTranscriptionJobRequest) => any;
|
|
1524
|
-
}
|
|
1525
1159
|
export interface StartTranscriptionJobResponse {
|
|
1526
1160
|
|
|
1527
1161
|
TranscriptionJob?: TranscriptionJob;
|
|
1528
1162
|
}
|
|
1529
|
-
export declare namespace StartTranscriptionJobResponse {
|
|
1530
|
-
|
|
1531
|
-
const filterSensitiveLog: (obj: StartTranscriptionJobResponse) => any;
|
|
1532
|
-
}
|
|
1533
1163
|
export interface TagResourceRequest {
|
|
1534
1164
|
|
|
1535
1165
|
ResourceArn: string | undefined;
|
|
1536
1166
|
|
|
1537
1167
|
Tags: Tag[] | undefined;
|
|
1538
1168
|
}
|
|
1539
|
-
export declare namespace TagResourceRequest {
|
|
1540
|
-
|
|
1541
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1542
|
-
}
|
|
1543
1169
|
export interface TagResourceResponse {
|
|
1544
1170
|
}
|
|
1545
|
-
export declare namespace TagResourceResponse {
|
|
1546
|
-
|
|
1547
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1548
|
-
}
|
|
1549
1171
|
export interface UntagResourceRequest {
|
|
1550
1172
|
|
|
1551
1173
|
ResourceArn: string | undefined;
|
|
1552
1174
|
|
|
1553
1175
|
TagKeys: string[] | undefined;
|
|
1554
1176
|
}
|
|
1555
|
-
export declare namespace UntagResourceRequest {
|
|
1556
|
-
|
|
1557
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1558
|
-
}
|
|
1559
1177
|
export interface UntagResourceResponse {
|
|
1560
1178
|
}
|
|
1561
|
-
export declare namespace UntagResourceResponse {
|
|
1562
|
-
|
|
1563
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1564
|
-
}
|
|
1565
1179
|
export interface UpdateCallAnalyticsCategoryRequest {
|
|
1566
1180
|
|
|
1567
1181
|
CategoryName: string | undefined;
|
|
1568
1182
|
|
|
1569
1183
|
Rules: Rule[] | undefined;
|
|
1570
1184
|
}
|
|
1571
|
-
export declare namespace UpdateCallAnalyticsCategoryRequest {
|
|
1572
|
-
|
|
1573
|
-
const filterSensitiveLog: (obj: UpdateCallAnalyticsCategoryRequest) => any;
|
|
1574
|
-
}
|
|
1575
1185
|
export interface UpdateCallAnalyticsCategoryResponse {
|
|
1576
1186
|
|
|
1577
1187
|
CategoryProperties?: CategoryProperties;
|
|
1578
1188
|
}
|
|
1579
|
-
export declare namespace UpdateCallAnalyticsCategoryResponse {
|
|
1580
|
-
|
|
1581
|
-
const filterSensitiveLog: (obj: UpdateCallAnalyticsCategoryResponse) => any;
|
|
1582
|
-
}
|
|
1583
1189
|
export interface UpdateMedicalVocabularyRequest {
|
|
1584
1190
|
|
|
1585
1191
|
VocabularyName: string | undefined;
|
|
@@ -1588,10 +1194,6 @@ export interface UpdateMedicalVocabularyRequest {
|
|
|
1588
1194
|
|
|
1589
1195
|
VocabularyFileUri: string | undefined;
|
|
1590
1196
|
}
|
|
1591
|
-
export declare namespace UpdateMedicalVocabularyRequest {
|
|
1592
|
-
|
|
1593
|
-
const filterSensitiveLog: (obj: UpdateMedicalVocabularyRequest) => any;
|
|
1594
|
-
}
|
|
1595
1197
|
export interface UpdateMedicalVocabularyResponse {
|
|
1596
1198
|
|
|
1597
1199
|
VocabularyName?: string;
|
|
@@ -1602,10 +1204,6 @@ export interface UpdateMedicalVocabularyResponse {
|
|
|
1602
1204
|
|
|
1603
1205
|
VocabularyState?: VocabularyState | string;
|
|
1604
1206
|
}
|
|
1605
|
-
export declare namespace UpdateMedicalVocabularyResponse {
|
|
1606
|
-
|
|
1607
|
-
const filterSensitiveLog: (obj: UpdateMedicalVocabularyResponse) => any;
|
|
1608
|
-
}
|
|
1609
1207
|
export interface UpdateVocabularyRequest {
|
|
1610
1208
|
|
|
1611
1209
|
VocabularyName: string | undefined;
|
|
@@ -1616,10 +1214,6 @@ export interface UpdateVocabularyRequest {
|
|
|
1616
1214
|
|
|
1617
1215
|
VocabularyFileUri?: string;
|
|
1618
1216
|
}
|
|
1619
|
-
export declare namespace UpdateVocabularyRequest {
|
|
1620
|
-
|
|
1621
|
-
const filterSensitiveLog: (obj: UpdateVocabularyRequest) => any;
|
|
1622
|
-
}
|
|
1623
1217
|
export interface UpdateVocabularyResponse {
|
|
1624
1218
|
|
|
1625
1219
|
VocabularyName?: string;
|
|
@@ -1630,10 +1224,6 @@ export interface UpdateVocabularyResponse {
|
|
|
1630
1224
|
|
|
1631
1225
|
VocabularyState?: VocabularyState | string;
|
|
1632
1226
|
}
|
|
1633
|
-
export declare namespace UpdateVocabularyResponse {
|
|
1634
|
-
|
|
1635
|
-
const filterSensitiveLog: (obj: UpdateVocabularyResponse) => any;
|
|
1636
|
-
}
|
|
1637
1227
|
export interface UpdateVocabularyFilterRequest {
|
|
1638
1228
|
|
|
1639
1229
|
VocabularyFilterName: string | undefined;
|
|
@@ -1642,10 +1232,6 @@ export interface UpdateVocabularyFilterRequest {
|
|
|
1642
1232
|
|
|
1643
1233
|
VocabularyFilterFileUri?: string;
|
|
1644
1234
|
}
|
|
1645
|
-
export declare namespace UpdateVocabularyFilterRequest {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: UpdateVocabularyFilterRequest) => any;
|
|
1648
|
-
}
|
|
1649
1235
|
export interface UpdateVocabularyFilterResponse {
|
|
1650
1236
|
|
|
1651
1237
|
VocabularyFilterName?: string;
|
|
@@ -1654,7 +1240,213 @@ export interface UpdateVocabularyFilterResponse {
|
|
|
1654
1240
|
|
|
1655
1241
|
LastModifiedTime?: Date;
|
|
1656
1242
|
}
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1243
|
+
|
|
1244
|
+
export declare const AbsoluteTimeRangeFilterSensitiveLog: (obj: AbsoluteTimeRange) => any;
|
|
1245
|
+
|
|
1246
|
+
export declare const ChannelDefinitionFilterSensitiveLog: (obj: ChannelDefinition) => any;
|
|
1247
|
+
|
|
1248
|
+
export declare const MediaFilterSensitiveLog: (obj: Media) => any;
|
|
1249
|
+
|
|
1250
|
+
export declare const ContentRedactionFilterSensitiveLog: (obj: ContentRedaction) => any;
|
|
1251
|
+
|
|
1252
|
+
export declare const LanguageIdSettingsFilterSensitiveLog: (obj: LanguageIdSettings) => any;
|
|
1253
|
+
|
|
1254
|
+
export declare const CallAnalyticsJobSettingsFilterSensitiveLog: (obj: CallAnalyticsJobSettings) => any;
|
|
1255
|
+
|
|
1256
|
+
export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
|
|
1257
|
+
|
|
1258
|
+
export declare const CallAnalyticsJobFilterSensitiveLog: (obj: CallAnalyticsJob) => any;
|
|
1259
|
+
|
|
1260
|
+
export declare const CallAnalyticsJobSummaryFilterSensitiveLog: (obj: CallAnalyticsJobSummary) => any;
|
|
1261
|
+
|
|
1262
|
+
export declare const RelativeTimeRangeFilterSensitiveLog: (obj: RelativeTimeRange) => any;
|
|
1263
|
+
|
|
1264
|
+
export declare const InterruptionFilterFilterSensitiveLog: (obj: InterruptionFilter) => any;
|
|
1265
|
+
|
|
1266
|
+
export declare const NonTalkTimeFilterFilterSensitiveLog: (obj: NonTalkTimeFilter) => any;
|
|
1267
|
+
|
|
1268
|
+
export declare const SentimentFilterFilterSensitiveLog: (obj: SentimentFilter) => any;
|
|
1269
|
+
|
|
1270
|
+
export declare const TranscriptFilterFilterSensitiveLog: (obj: TranscriptFilter) => any;
|
|
1271
|
+
|
|
1272
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1273
|
+
|
|
1274
|
+
export declare const CategoryPropertiesFilterSensitiveLog: (obj: CategoryProperties) => any;
|
|
1275
|
+
|
|
1276
|
+
export declare const CreateCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: CreateCallAnalyticsCategoryRequest) => any;
|
|
1277
|
+
|
|
1278
|
+
export declare const CreateCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: CreateCallAnalyticsCategoryResponse) => any;
|
|
1279
|
+
|
|
1280
|
+
export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
|
|
1281
|
+
|
|
1282
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1283
|
+
|
|
1284
|
+
export declare const CreateLanguageModelRequestFilterSensitiveLog: (obj: CreateLanguageModelRequest) => any;
|
|
1285
|
+
|
|
1286
|
+
export declare const CreateLanguageModelResponseFilterSensitiveLog: (obj: CreateLanguageModelResponse) => any;
|
|
1287
|
+
|
|
1288
|
+
export declare const CreateMedicalVocabularyRequestFilterSensitiveLog: (obj: CreateMedicalVocabularyRequest) => any;
|
|
1289
|
+
|
|
1290
|
+
export declare const CreateMedicalVocabularyResponseFilterSensitiveLog: (obj: CreateMedicalVocabularyResponse) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const CreateVocabularyRequestFilterSensitiveLog: (obj: CreateVocabularyRequest) => any;
|
|
1293
|
+
|
|
1294
|
+
export declare const CreateVocabularyResponseFilterSensitiveLog: (obj: CreateVocabularyResponse) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const CreateVocabularyFilterRequestFilterSensitiveLog: (obj: CreateVocabularyFilterRequest) => any;
|
|
1297
|
+
|
|
1298
|
+
export declare const CreateVocabularyFilterResponseFilterSensitiveLog: (obj: CreateVocabularyFilterResponse) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const DeleteCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: DeleteCallAnalyticsCategoryRequest) => any;
|
|
1301
|
+
|
|
1302
|
+
export declare const DeleteCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: DeleteCallAnalyticsCategoryResponse) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const DeleteCallAnalyticsJobRequestFilterSensitiveLog: (obj: DeleteCallAnalyticsJobRequest) => any;
|
|
1305
|
+
|
|
1306
|
+
export declare const DeleteCallAnalyticsJobResponseFilterSensitiveLog: (obj: DeleteCallAnalyticsJobResponse) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const DeleteLanguageModelRequestFilterSensitiveLog: (obj: DeleteLanguageModelRequest) => any;
|
|
1309
|
+
|
|
1310
|
+
export declare const DeleteMedicalTranscriptionJobRequestFilterSensitiveLog: (obj: DeleteMedicalTranscriptionJobRequest) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const DeleteMedicalVocabularyRequestFilterSensitiveLog: (obj: DeleteMedicalVocabularyRequest) => any;
|
|
1313
|
+
|
|
1314
|
+
export declare const DeleteTranscriptionJobRequestFilterSensitiveLog: (obj: DeleteTranscriptionJobRequest) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const DeleteVocabularyRequestFilterSensitiveLog: (obj: DeleteVocabularyRequest) => any;
|
|
1317
|
+
|
|
1318
|
+
export declare const DeleteVocabularyFilterRequestFilterSensitiveLog: (obj: DeleteVocabularyFilterRequest) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const DescribeLanguageModelRequestFilterSensitiveLog: (obj: DescribeLanguageModelRequest) => any;
|
|
1321
|
+
|
|
1322
|
+
export declare const LanguageModelFilterSensitiveLog: (obj: LanguageModel) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const DescribeLanguageModelResponseFilterSensitiveLog: (obj: DescribeLanguageModelResponse) => any;
|
|
1325
|
+
|
|
1326
|
+
export declare const GetCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: GetCallAnalyticsCategoryRequest) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const GetCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: GetCallAnalyticsCategoryResponse) => any;
|
|
1329
|
+
|
|
1330
|
+
export declare const GetCallAnalyticsJobRequestFilterSensitiveLog: (obj: GetCallAnalyticsJobRequest) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const GetCallAnalyticsJobResponseFilterSensitiveLog: (obj: GetCallAnalyticsJobResponse) => any;
|
|
1333
|
+
|
|
1334
|
+
export declare const GetMedicalTranscriptionJobRequestFilterSensitiveLog: (obj: GetMedicalTranscriptionJobRequest) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const MedicalTranscriptionSettingFilterSensitiveLog: (obj: MedicalTranscriptionSetting) => any;
|
|
1337
|
+
|
|
1338
|
+
export declare const MedicalTranscriptFilterSensitiveLog: (obj: MedicalTranscript) => any;
|
|
1339
|
+
|
|
1340
|
+
export declare const MedicalTranscriptionJobFilterSensitiveLog: (obj: MedicalTranscriptionJob) => any;
|
|
1341
|
+
|
|
1342
|
+
export declare const GetMedicalTranscriptionJobResponseFilterSensitiveLog: (obj: GetMedicalTranscriptionJobResponse) => any;
|
|
1343
|
+
|
|
1344
|
+
export declare const GetMedicalVocabularyRequestFilterSensitiveLog: (obj: GetMedicalVocabularyRequest) => any;
|
|
1345
|
+
|
|
1346
|
+
export declare const GetMedicalVocabularyResponseFilterSensitiveLog: (obj: GetMedicalVocabularyResponse) => any;
|
|
1347
|
+
|
|
1348
|
+
export declare const GetTranscriptionJobRequestFilterSensitiveLog: (obj: GetTranscriptionJobRequest) => any;
|
|
1349
|
+
|
|
1350
|
+
export declare const JobExecutionSettingsFilterSensitiveLog: (obj: JobExecutionSettings) => any;
|
|
1351
|
+
|
|
1352
|
+
export declare const LanguageCodeItemFilterSensitiveLog: (obj: LanguageCodeItem) => any;
|
|
1353
|
+
|
|
1354
|
+
export declare const ModelSettingsFilterSensitiveLog: (obj: ModelSettings) => any;
|
|
1355
|
+
|
|
1356
|
+
export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
|
|
1357
|
+
|
|
1358
|
+
export declare const SubtitlesOutputFilterSensitiveLog: (obj: SubtitlesOutput) => any;
|
|
1359
|
+
|
|
1360
|
+
export declare const TranscriptionJobFilterSensitiveLog: (obj: TranscriptionJob) => any;
|
|
1361
|
+
|
|
1362
|
+
export declare const GetTranscriptionJobResponseFilterSensitiveLog: (obj: GetTranscriptionJobResponse) => any;
|
|
1363
|
+
|
|
1364
|
+
export declare const GetVocabularyRequestFilterSensitiveLog: (obj: GetVocabularyRequest) => any;
|
|
1365
|
+
|
|
1366
|
+
export declare const GetVocabularyResponseFilterSensitiveLog: (obj: GetVocabularyResponse) => any;
|
|
1367
|
+
|
|
1368
|
+
export declare const GetVocabularyFilterRequestFilterSensitiveLog: (obj: GetVocabularyFilterRequest) => any;
|
|
1369
|
+
|
|
1370
|
+
export declare const GetVocabularyFilterResponseFilterSensitiveLog: (obj: GetVocabularyFilterResponse) => any;
|
|
1371
|
+
|
|
1372
|
+
export declare const ListCallAnalyticsCategoriesRequestFilterSensitiveLog: (obj: ListCallAnalyticsCategoriesRequest) => any;
|
|
1373
|
+
|
|
1374
|
+
export declare const ListCallAnalyticsCategoriesResponseFilterSensitiveLog: (obj: ListCallAnalyticsCategoriesResponse) => any;
|
|
1375
|
+
|
|
1376
|
+
export declare const ListCallAnalyticsJobsRequestFilterSensitiveLog: (obj: ListCallAnalyticsJobsRequest) => any;
|
|
1377
|
+
|
|
1378
|
+
export declare const ListCallAnalyticsJobsResponseFilterSensitiveLog: (obj: ListCallAnalyticsJobsResponse) => any;
|
|
1379
|
+
|
|
1380
|
+
export declare const ListLanguageModelsRequestFilterSensitiveLog: (obj: ListLanguageModelsRequest) => any;
|
|
1381
|
+
|
|
1382
|
+
export declare const ListLanguageModelsResponseFilterSensitiveLog: (obj: ListLanguageModelsResponse) => any;
|
|
1383
|
+
|
|
1384
|
+
export declare const ListMedicalTranscriptionJobsRequestFilterSensitiveLog: (obj: ListMedicalTranscriptionJobsRequest) => any;
|
|
1385
|
+
|
|
1386
|
+
export declare const MedicalTranscriptionJobSummaryFilterSensitiveLog: (obj: MedicalTranscriptionJobSummary) => any;
|
|
1387
|
+
|
|
1388
|
+
export declare const ListMedicalTranscriptionJobsResponseFilterSensitiveLog: (obj: ListMedicalTranscriptionJobsResponse) => any;
|
|
1389
|
+
|
|
1390
|
+
export declare const ListMedicalVocabulariesRequestFilterSensitiveLog: (obj: ListMedicalVocabulariesRequest) => any;
|
|
1391
|
+
|
|
1392
|
+
export declare const VocabularyInfoFilterSensitiveLog: (obj: VocabularyInfo) => any;
|
|
1393
|
+
|
|
1394
|
+
export declare const ListMedicalVocabulariesResponseFilterSensitiveLog: (obj: ListMedicalVocabulariesResponse) => any;
|
|
1395
|
+
|
|
1396
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1397
|
+
|
|
1398
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1399
|
+
|
|
1400
|
+
export declare const ListTranscriptionJobsRequestFilterSensitiveLog: (obj: ListTranscriptionJobsRequest) => any;
|
|
1401
|
+
|
|
1402
|
+
export declare const TranscriptionJobSummaryFilterSensitiveLog: (obj: TranscriptionJobSummary) => any;
|
|
1403
|
+
|
|
1404
|
+
export declare const ListTranscriptionJobsResponseFilterSensitiveLog: (obj: ListTranscriptionJobsResponse) => any;
|
|
1405
|
+
|
|
1406
|
+
export declare const ListVocabulariesRequestFilterSensitiveLog: (obj: ListVocabulariesRequest) => any;
|
|
1407
|
+
|
|
1408
|
+
export declare const ListVocabulariesResponseFilterSensitiveLog: (obj: ListVocabulariesResponse) => any;
|
|
1409
|
+
|
|
1410
|
+
export declare const ListVocabularyFiltersRequestFilterSensitiveLog: (obj: ListVocabularyFiltersRequest) => any;
|
|
1411
|
+
|
|
1412
|
+
export declare const VocabularyFilterInfoFilterSensitiveLog: (obj: VocabularyFilterInfo) => any;
|
|
1413
|
+
|
|
1414
|
+
export declare const ListVocabularyFiltersResponseFilterSensitiveLog: (obj: ListVocabularyFiltersResponse) => any;
|
|
1415
|
+
|
|
1416
|
+
export declare const StartCallAnalyticsJobRequestFilterSensitiveLog: (obj: StartCallAnalyticsJobRequest) => any;
|
|
1417
|
+
|
|
1418
|
+
export declare const StartCallAnalyticsJobResponseFilterSensitiveLog: (obj: StartCallAnalyticsJobResponse) => any;
|
|
1419
|
+
|
|
1420
|
+
export declare const StartMedicalTranscriptionJobRequestFilterSensitiveLog: (obj: StartMedicalTranscriptionJobRequest) => any;
|
|
1421
|
+
|
|
1422
|
+
export declare const StartMedicalTranscriptionJobResponseFilterSensitiveLog: (obj: StartMedicalTranscriptionJobResponse) => any;
|
|
1423
|
+
|
|
1424
|
+
export declare const SubtitlesFilterSensitiveLog: (obj: Subtitles) => any;
|
|
1425
|
+
|
|
1426
|
+
export declare const StartTranscriptionJobRequestFilterSensitiveLog: (obj: StartTranscriptionJobRequest) => any;
|
|
1427
|
+
|
|
1428
|
+
export declare const StartTranscriptionJobResponseFilterSensitiveLog: (obj: StartTranscriptionJobResponse) => any;
|
|
1429
|
+
|
|
1430
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1431
|
+
|
|
1432
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1433
|
+
|
|
1434
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1437
|
+
|
|
1438
|
+
export declare const UpdateCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: UpdateCallAnalyticsCategoryRequest) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const UpdateCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: UpdateCallAnalyticsCategoryResponse) => any;
|
|
1441
|
+
|
|
1442
|
+
export declare const UpdateMedicalVocabularyRequestFilterSensitiveLog: (obj: UpdateMedicalVocabularyRequest) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const UpdateMedicalVocabularyResponseFilterSensitiveLog: (obj: UpdateMedicalVocabularyResponse) => any;
|
|
1445
|
+
|
|
1446
|
+
export declare const UpdateVocabularyRequestFilterSensitiveLog: (obj: UpdateVocabularyRequest) => any;
|
|
1447
|
+
|
|
1448
|
+
export declare const UpdateVocabularyResponseFilterSensitiveLog: (obj: UpdateVocabularyResponse) => any;
|
|
1449
|
+
|
|
1450
|
+
export declare const UpdateVocabularyFilterRequestFilterSensitiveLog: (obj: UpdateVocabularyFilterRequest) => any;
|
|
1451
|
+
|
|
1452
|
+
export declare const UpdateVocabularyFilterResponseFilterSensitiveLog: (obj: UpdateVocabularyFilterResponse) => any;
|