@aws-sdk/client-transcribe 3.169.0 → 3.170.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +706 -200
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +363 -112
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1553 -1452
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/package.json +34 -34
@@ -1,1452 +1,1553 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException";
3
-
4
- export interface AbsoluteTimeRange {
5
-
6
- StartTime?: number;
7
-
8
- EndTime?: number;
9
-
10
- First?: number;
11
-
12
- Last?: number;
13
- }
14
-
15
- export declare class BadRequestException extends __BaseException {
16
- readonly name: "BadRequestException";
17
- readonly $fault: "client";
18
- Message?: string;
19
-
20
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
21
- }
22
- export declare enum BaseModelName {
23
- NARROW_BAND = "NarrowBand",
24
- WIDE_BAND = "WideBand"
25
- }
26
- export declare enum CallAnalyticsJobStatus {
27
- COMPLETED = "COMPLETED",
28
- FAILED = "FAILED",
29
- IN_PROGRESS = "IN_PROGRESS",
30
- QUEUED = "QUEUED"
31
- }
32
- export declare enum ParticipantRole {
33
- AGENT = "AGENT",
34
- CUSTOMER = "CUSTOMER"
35
- }
36
-
37
- export interface ChannelDefinition {
38
-
39
- ChannelId?: number;
40
-
41
- ParticipantRole?: ParticipantRole | string;
42
- }
43
- export declare enum LanguageCode {
44
- AF_ZA = "af-ZA",
45
- AR_AE = "ar-AE",
46
- AR_SA = "ar-SA",
47
- DA_DK = "da-DK",
48
- DE_CH = "de-CH",
49
- DE_DE = "de-DE",
50
- EN_AB = "en-AB",
51
- EN_AU = "en-AU",
52
- EN_GB = "en-GB",
53
- EN_IE = "en-IE",
54
- EN_IN = "en-IN",
55
- EN_NZ = "en-NZ",
56
- EN_US = "en-US",
57
- EN_WL = "en-WL",
58
- EN_ZA = "en-ZA",
59
- ES_ES = "es-ES",
60
- ES_US = "es-US",
61
- FA_IR = "fa-IR",
62
- FR_CA = "fr-CA",
63
- FR_FR = "fr-FR",
64
- HE_IL = "he-IL",
65
- HI_IN = "hi-IN",
66
- ID_ID = "id-ID",
67
- IT_IT = "it-IT",
68
- JA_JP = "ja-JP",
69
- KO_KR = "ko-KR",
70
- MS_MY = "ms-MY",
71
- NL_NL = "nl-NL",
72
- PT_BR = "pt-BR",
73
- PT_PT = "pt-PT",
74
- RU_RU = "ru-RU",
75
- TA_IN = "ta-IN",
76
- TE_IN = "te-IN",
77
- TH_TH = "th-TH",
78
- TR_TR = "tr-TR",
79
- ZH_CN = "zh-CN",
80
- ZH_TW = "zh-TW"
81
- }
82
-
83
- export interface Media {
84
-
85
- MediaFileUri?: string;
86
-
87
- RedactedMediaFileUri?: string;
88
- }
89
- export declare enum MediaFormat {
90
- AMR = "amr",
91
- FLAC = "flac",
92
- MP3 = "mp3",
93
- MP4 = "mp4",
94
- OGG = "ogg",
95
- WAV = "wav",
96
- WEBM = "webm"
97
- }
98
- export declare enum PiiEntityType {
99
- ADDRESS = "ADDRESS",
100
- ALL = "ALL",
101
- BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
102
- BANK_ROUTING = "BANK_ROUTING",
103
- CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
104
- CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
105
- CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
106
- EMAIL = "EMAIL",
107
- NAME = "NAME",
108
- PHONE = "PHONE",
109
- PIN = "PIN",
110
- SSN = "SSN"
111
- }
112
- export declare enum RedactionOutput {
113
- REDACTED = "redacted",
114
- REDACTED_AND_UNREDACTED = "redacted_and_unredacted"
115
- }
116
- export declare enum RedactionType {
117
- PII = "PII"
118
- }
119
-
120
- export interface ContentRedaction {
121
-
122
- RedactionType: RedactionType | string | undefined;
123
-
124
- RedactionOutput: RedactionOutput | string | undefined;
125
-
126
- PiiEntityTypes?: (PiiEntityType | string)[];
127
- }
128
-
129
- export interface LanguageIdSettings {
130
-
131
- VocabularyName?: string;
132
-
133
- VocabularyFilterName?: string;
134
-
135
- LanguageModelName?: string;
136
- }
137
- export declare enum VocabularyFilterMethod {
138
- MASK = "mask",
139
- REMOVE = "remove",
140
- TAG = "tag"
141
- }
142
-
143
- export interface CallAnalyticsJobSettings {
144
-
145
- VocabularyName?: string;
146
-
147
- VocabularyFilterName?: string;
148
-
149
- VocabularyFilterMethod?: VocabularyFilterMethod | string;
150
-
151
- LanguageModelName?: string;
152
-
153
- ContentRedaction?: ContentRedaction;
154
-
155
- LanguageOptions?: (LanguageCode | string)[];
156
-
157
- LanguageIdSettings?: Record<string, LanguageIdSettings>;
158
- }
159
-
160
- export interface Transcript {
161
-
162
- TranscriptFileUri?: string;
163
-
164
- RedactedTranscriptFileUri?: string;
165
- }
166
-
167
- export interface CallAnalyticsJob {
168
-
169
- CallAnalyticsJobName?: string;
170
-
171
- CallAnalyticsJobStatus?: CallAnalyticsJobStatus | string;
172
-
173
- LanguageCode?: LanguageCode | string;
174
-
175
- MediaSampleRateHertz?: number;
176
-
177
- MediaFormat?: MediaFormat | string;
178
-
179
- Media?: Media;
180
-
181
- Transcript?: Transcript;
182
-
183
- StartTime?: Date;
184
-
185
- CreationTime?: Date;
186
-
187
- CompletionTime?: Date;
188
-
189
- FailureReason?: string;
190
-
191
- DataAccessRoleArn?: string;
192
-
193
- IdentifiedLanguageScore?: number;
194
-
195
- Settings?: CallAnalyticsJobSettings;
196
-
197
- ChannelDefinitions?: ChannelDefinition[];
198
- }
199
-
200
- export interface CallAnalyticsJobSummary {
201
-
202
- CallAnalyticsJobName?: string;
203
-
204
- CreationTime?: Date;
205
-
206
- StartTime?: Date;
207
-
208
- CompletionTime?: Date;
209
-
210
- LanguageCode?: LanguageCode | string;
211
-
212
- CallAnalyticsJobStatus?: CallAnalyticsJobStatus | string;
213
-
214
- FailureReason?: string;
215
- }
216
-
217
- export interface RelativeTimeRange {
218
-
219
- StartPercentage?: number;
220
-
221
- EndPercentage?: number;
222
-
223
- First?: number;
224
-
225
- Last?: number;
226
- }
227
-
228
- export interface InterruptionFilter {
229
-
230
- Threshold?: number;
231
-
232
- ParticipantRole?: ParticipantRole | string;
233
-
234
- AbsoluteTimeRange?: AbsoluteTimeRange;
235
-
236
- RelativeTimeRange?: RelativeTimeRange;
237
-
238
- Negate?: boolean;
239
- }
240
-
241
- export interface NonTalkTimeFilter {
242
-
243
- Threshold?: number;
244
-
245
- AbsoluteTimeRange?: AbsoluteTimeRange;
246
-
247
- RelativeTimeRange?: RelativeTimeRange;
248
-
249
- Negate?: boolean;
250
- }
251
- export declare enum SentimentValue {
252
- MIXED = "MIXED",
253
- NEGATIVE = "NEGATIVE",
254
- NEUTRAL = "NEUTRAL",
255
- POSITIVE = "POSITIVE"
256
- }
257
-
258
- export interface SentimentFilter {
259
-
260
- Sentiments: (SentimentValue | string)[] | undefined;
261
-
262
- AbsoluteTimeRange?: AbsoluteTimeRange;
263
-
264
- RelativeTimeRange?: RelativeTimeRange;
265
-
266
- ParticipantRole?: ParticipantRole | string;
267
-
268
- Negate?: boolean;
269
- }
270
- export declare enum TranscriptFilterType {
271
- EXACT = "EXACT"
272
- }
273
-
274
- export interface TranscriptFilter {
275
-
276
- TranscriptFilterType: TranscriptFilterType | string | undefined;
277
-
278
- AbsoluteTimeRange?: AbsoluteTimeRange;
279
-
280
- RelativeTimeRange?: RelativeTimeRange;
281
-
282
- ParticipantRole?: ParticipantRole | string;
283
-
284
- Negate?: boolean;
285
-
286
- Targets: string[] | undefined;
287
- }
288
-
289
- export declare type Rule = Rule.InterruptionFilterMember | Rule.NonTalkTimeFilterMember | Rule.SentimentFilterMember | Rule.TranscriptFilterMember | Rule.$UnknownMember;
290
- export declare namespace Rule {
291
-
292
- interface NonTalkTimeFilterMember {
293
- NonTalkTimeFilter: NonTalkTimeFilter;
294
- InterruptionFilter?: never;
295
- TranscriptFilter?: never;
296
- SentimentFilter?: never;
297
- $unknown?: never;
298
- }
299
-
300
- interface InterruptionFilterMember {
301
- NonTalkTimeFilter?: never;
302
- InterruptionFilter: InterruptionFilter;
303
- TranscriptFilter?: never;
304
- SentimentFilter?: never;
305
- $unknown?: never;
306
- }
307
-
308
- interface TranscriptFilterMember {
309
- NonTalkTimeFilter?: never;
310
- InterruptionFilter?: never;
311
- TranscriptFilter: TranscriptFilter;
312
- SentimentFilter?: never;
313
- $unknown?: never;
314
- }
315
-
316
- interface SentimentFilterMember {
317
- NonTalkTimeFilter?: never;
318
- InterruptionFilter?: never;
319
- TranscriptFilter?: never;
320
- SentimentFilter: SentimentFilter;
321
- $unknown?: never;
322
- }
323
- interface $UnknownMember {
324
- NonTalkTimeFilter?: never;
325
- InterruptionFilter?: never;
326
- TranscriptFilter?: never;
327
- SentimentFilter?: never;
328
- $unknown: [
329
- string,
330
- any
331
- ];
332
- }
333
- interface Visitor<T> {
334
- NonTalkTimeFilter: (value: NonTalkTimeFilter) => T;
335
- InterruptionFilter: (value: InterruptionFilter) => T;
336
- TranscriptFilter: (value: TranscriptFilter) => T;
337
- SentimentFilter: (value: SentimentFilter) => T;
338
- _: (name: string, value: any) => T;
339
- }
340
- const visit: <T>(value: Rule, visitor: Visitor<T>) => T;
341
- }
342
-
343
- export interface CategoryProperties {
344
-
345
- CategoryName?: string;
346
-
347
- Rules?: Rule[];
348
-
349
- CreateTime?: Date;
350
-
351
- LastUpdateTime?: Date;
352
- }
353
- export declare enum CLMLanguageCode {
354
- EN_AU = "en-AU",
355
- EN_GB = "en-GB",
356
- EN_US = "en-US",
357
- ES_US = "es-US",
358
- HI_IN = "hi-IN"
359
- }
360
-
361
- export declare class ConflictException extends __BaseException {
362
- readonly name: "ConflictException";
363
- readonly $fault: "client";
364
- Message?: string;
365
-
366
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
367
- }
368
- export interface CreateCallAnalyticsCategoryRequest {
369
-
370
- CategoryName: string | undefined;
371
-
372
- Rules: Rule[] | undefined;
373
- }
374
- export interface CreateCallAnalyticsCategoryResponse {
375
-
376
- CategoryProperties?: CategoryProperties;
377
- }
378
-
379
- export declare class InternalFailureException extends __BaseException {
380
- readonly name: "InternalFailureException";
381
- readonly $fault: "server";
382
- Message?: string;
383
-
384
- constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
385
- }
386
-
387
- export declare class LimitExceededException extends __BaseException {
388
- readonly name: "LimitExceededException";
389
- readonly $fault: "client";
390
- Message?: string;
391
-
392
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
393
- }
394
-
395
- export interface InputDataConfig {
396
-
397
- S3Uri: string | undefined;
398
-
399
- TuningDataS3Uri?: string;
400
-
401
- DataAccessRoleArn: string | undefined;
402
- }
403
-
404
- export interface Tag {
405
-
406
- Key: string | undefined;
407
-
408
- Value: string | undefined;
409
- }
410
- export interface CreateLanguageModelRequest {
411
-
412
- LanguageCode: CLMLanguageCode | string | undefined;
413
-
414
- BaseModelName: BaseModelName | string | undefined;
415
-
416
- ModelName: string | undefined;
417
-
418
- InputDataConfig: InputDataConfig | undefined;
419
-
420
- Tags?: Tag[];
421
- }
422
- export declare enum ModelStatus {
423
- COMPLETED = "COMPLETED",
424
- FAILED = "FAILED",
425
- IN_PROGRESS = "IN_PROGRESS"
426
- }
427
- export interface CreateLanguageModelResponse {
428
-
429
- LanguageCode?: CLMLanguageCode | string;
430
-
431
- BaseModelName?: BaseModelName | string;
432
-
433
- ModelName?: string;
434
-
435
- InputDataConfig?: InputDataConfig;
436
-
437
- ModelStatus?: ModelStatus | string;
438
- }
439
- export interface CreateMedicalVocabularyRequest {
440
-
441
- VocabularyName: string | undefined;
442
-
443
- LanguageCode: LanguageCode | string | undefined;
444
-
445
- VocabularyFileUri: string | undefined;
446
-
447
- Tags?: Tag[];
448
- }
449
- export declare enum VocabularyState {
450
- FAILED = "FAILED",
451
- PENDING = "PENDING",
452
- READY = "READY"
453
- }
454
- export interface CreateMedicalVocabularyResponse {
455
-
456
- VocabularyName?: string;
457
-
458
- LanguageCode?: LanguageCode | string;
459
-
460
- VocabularyState?: VocabularyState | string;
461
-
462
- LastModifiedTime?: Date;
463
-
464
- FailureReason?: string;
465
- }
466
- export interface CreateVocabularyRequest {
467
-
468
- VocabularyName: string | undefined;
469
-
470
- LanguageCode: LanguageCode | string | undefined;
471
-
472
- Phrases?: string[];
473
-
474
- VocabularyFileUri?: string;
475
-
476
- Tags?: Tag[];
477
- }
478
- export interface CreateVocabularyResponse {
479
-
480
- VocabularyName?: string;
481
-
482
- LanguageCode?: LanguageCode | string;
483
-
484
- VocabularyState?: VocabularyState | string;
485
-
486
- LastModifiedTime?: Date;
487
-
488
- FailureReason?: string;
489
- }
490
- export interface CreateVocabularyFilterRequest {
491
-
492
- VocabularyFilterName: string | undefined;
493
-
494
- LanguageCode: LanguageCode | string | undefined;
495
-
496
- Words?: string[];
497
-
498
- VocabularyFilterFileUri?: string;
499
-
500
- Tags?: Tag[];
501
- }
502
- export interface CreateVocabularyFilterResponse {
503
-
504
- VocabularyFilterName?: string;
505
-
506
- LanguageCode?: LanguageCode | string;
507
-
508
- LastModifiedTime?: Date;
509
- }
510
- export interface DeleteCallAnalyticsCategoryRequest {
511
-
512
- CategoryName: string | undefined;
513
- }
514
- export interface DeleteCallAnalyticsCategoryResponse {
515
- }
516
-
517
- export declare class NotFoundException extends __BaseException {
518
- readonly name: "NotFoundException";
519
- readonly $fault: "client";
520
- Message?: string;
521
-
522
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
523
- }
524
- export interface DeleteCallAnalyticsJobRequest {
525
-
526
- CallAnalyticsJobName: string | undefined;
527
- }
528
- export interface DeleteCallAnalyticsJobResponse {
529
- }
530
- export interface DeleteLanguageModelRequest {
531
-
532
- ModelName: string | undefined;
533
- }
534
- export interface DeleteMedicalTranscriptionJobRequest {
535
-
536
- MedicalTranscriptionJobName: string | undefined;
537
- }
538
- export interface DeleteMedicalVocabularyRequest {
539
-
540
- VocabularyName: string | undefined;
541
- }
542
- export interface DeleteTranscriptionJobRequest {
543
-
544
- TranscriptionJobName: string | undefined;
545
- }
546
- export interface DeleteVocabularyRequest {
547
-
548
- VocabularyName: string | undefined;
549
- }
550
- export interface DeleteVocabularyFilterRequest {
551
-
552
- VocabularyFilterName: string | undefined;
553
- }
554
- export interface DescribeLanguageModelRequest {
555
-
556
- ModelName: string | undefined;
557
- }
558
-
559
- export interface LanguageModel {
560
-
561
- ModelName?: string;
562
-
563
- CreateTime?: Date;
564
-
565
- LastModifiedTime?: Date;
566
-
567
- LanguageCode?: CLMLanguageCode | string;
568
-
569
- BaseModelName?: BaseModelName | string;
570
-
571
- ModelStatus?: ModelStatus | string;
572
-
573
- UpgradeAvailability?: boolean;
574
-
575
- FailureReason?: string;
576
-
577
- InputDataConfig?: InputDataConfig;
578
- }
579
- export interface DescribeLanguageModelResponse {
580
-
581
- LanguageModel?: LanguageModel;
582
- }
583
- export interface GetCallAnalyticsCategoryRequest {
584
-
585
- CategoryName: string | undefined;
586
- }
587
- export interface GetCallAnalyticsCategoryResponse {
588
-
589
- CategoryProperties?: CategoryProperties;
590
- }
591
- export interface GetCallAnalyticsJobRequest {
592
-
593
- CallAnalyticsJobName: string | undefined;
594
- }
595
- export interface GetCallAnalyticsJobResponse {
596
-
597
- CallAnalyticsJob?: CallAnalyticsJob;
598
- }
599
- export interface GetMedicalTranscriptionJobRequest {
600
-
601
- MedicalTranscriptionJobName: string | undefined;
602
- }
603
- export declare enum MedicalContentIdentificationType {
604
- PHI = "PHI"
605
- }
606
-
607
- export interface MedicalTranscriptionSetting {
608
-
609
- ShowSpeakerLabels?: boolean;
610
-
611
- MaxSpeakerLabels?: number;
612
-
613
- ChannelIdentification?: boolean;
614
-
615
- ShowAlternatives?: boolean;
616
-
617
- MaxAlternatives?: number;
618
-
619
- VocabularyName?: string;
620
- }
621
- export declare enum Specialty {
622
- PRIMARYCARE = "PRIMARYCARE"
623
- }
624
-
625
- export interface MedicalTranscript {
626
-
627
- TranscriptFileUri?: string;
628
- }
629
- export declare enum TranscriptionJobStatus {
630
- COMPLETED = "COMPLETED",
631
- FAILED = "FAILED",
632
- IN_PROGRESS = "IN_PROGRESS",
633
- QUEUED = "QUEUED"
634
- }
635
- export declare enum Type {
636
- CONVERSATION = "CONVERSATION",
637
- DICTATION = "DICTATION"
638
- }
639
-
640
- export interface MedicalTranscriptionJob {
641
-
642
- MedicalTranscriptionJobName?: string;
643
-
644
- TranscriptionJobStatus?: TranscriptionJobStatus | string;
645
-
646
- LanguageCode?: LanguageCode | string;
647
-
648
- MediaSampleRateHertz?: number;
649
-
650
- MediaFormat?: MediaFormat | string;
651
-
652
- Media?: Media;
653
-
654
- Transcript?: MedicalTranscript;
655
-
656
- StartTime?: Date;
657
-
658
- CreationTime?: Date;
659
-
660
- CompletionTime?: Date;
661
-
662
- FailureReason?: string;
663
-
664
- Settings?: MedicalTranscriptionSetting;
665
-
666
- ContentIdentificationType?: MedicalContentIdentificationType | string;
667
-
668
- Specialty?: Specialty | string;
669
-
670
- Type?: Type | string;
671
-
672
- Tags?: Tag[];
673
- }
674
- export interface GetMedicalTranscriptionJobResponse {
675
-
676
- MedicalTranscriptionJob?: MedicalTranscriptionJob;
677
- }
678
- export interface GetMedicalVocabularyRequest {
679
-
680
- VocabularyName: string | undefined;
681
- }
682
- export interface GetMedicalVocabularyResponse {
683
-
684
- VocabularyName?: string;
685
-
686
- LanguageCode?: LanguageCode | string;
687
-
688
- VocabularyState?: VocabularyState | string;
689
-
690
- LastModifiedTime?: Date;
691
-
692
- FailureReason?: string;
693
-
694
- DownloadUri?: string;
695
- }
696
- export interface GetTranscriptionJobRequest {
697
-
698
- TranscriptionJobName: string | undefined;
699
- }
700
-
701
- export interface JobExecutionSettings {
702
-
703
- AllowDeferredExecution?: boolean;
704
-
705
- DataAccessRoleArn?: string;
706
- }
707
-
708
- export interface LanguageCodeItem {
709
-
710
- LanguageCode?: LanguageCode | string;
711
-
712
- DurationInSeconds?: number;
713
- }
714
-
715
- export interface ModelSettings {
716
-
717
- LanguageModelName?: string;
718
- }
719
-
720
- export interface Settings {
721
-
722
- VocabularyName?: string;
723
-
724
- ShowSpeakerLabels?: boolean;
725
-
726
- MaxSpeakerLabels?: number;
727
-
728
- ChannelIdentification?: boolean;
729
-
730
- ShowAlternatives?: boolean;
731
-
732
- MaxAlternatives?: number;
733
-
734
- VocabularyFilterName?: string;
735
-
736
- VocabularyFilterMethod?: VocabularyFilterMethod | string;
737
- }
738
- export declare enum SubtitleFormat {
739
- SRT = "srt",
740
- VTT = "vtt"
741
- }
742
-
743
- export interface SubtitlesOutput {
744
-
745
- Formats?: (SubtitleFormat | string)[];
746
-
747
- SubtitleFileUris?: string[];
748
-
749
- OutputStartIndex?: number;
750
- }
751
-
752
- export interface TranscriptionJob {
753
-
754
- TranscriptionJobName?: string;
755
-
756
- TranscriptionJobStatus?: TranscriptionJobStatus | string;
757
-
758
- LanguageCode?: LanguageCode | string;
759
-
760
- MediaSampleRateHertz?: number;
761
-
762
- MediaFormat?: MediaFormat | string;
763
-
764
- Media?: Media;
765
-
766
- Transcript?: Transcript;
767
-
768
- StartTime?: Date;
769
-
770
- CreationTime?: Date;
771
-
772
- CompletionTime?: Date;
773
-
774
- FailureReason?: string;
775
-
776
- Settings?: Settings;
777
-
778
- ModelSettings?: ModelSettings;
779
-
780
- JobExecutionSettings?: JobExecutionSettings;
781
-
782
- ContentRedaction?: ContentRedaction;
783
-
784
- IdentifyLanguage?: boolean;
785
-
786
- IdentifyMultipleLanguages?: boolean;
787
-
788
- LanguageOptions?: (LanguageCode | string)[];
789
-
790
- IdentifiedLanguageScore?: number;
791
-
792
- LanguageCodes?: LanguageCodeItem[];
793
-
794
- Tags?: Tag[];
795
-
796
- Subtitles?: SubtitlesOutput;
797
-
798
- LanguageIdSettings?: Record<string, LanguageIdSettings>;
799
- }
800
- export interface GetTranscriptionJobResponse {
801
-
802
- TranscriptionJob?: TranscriptionJob;
803
- }
804
- export interface GetVocabularyRequest {
805
-
806
- VocabularyName: string | undefined;
807
- }
808
- export interface GetVocabularyResponse {
809
-
810
- VocabularyName?: string;
811
-
812
- LanguageCode?: LanguageCode | string;
813
-
814
- VocabularyState?: VocabularyState | string;
815
-
816
- LastModifiedTime?: Date;
817
-
818
- FailureReason?: string;
819
-
820
- DownloadUri?: string;
821
- }
822
- export interface GetVocabularyFilterRequest {
823
-
824
- VocabularyFilterName: string | undefined;
825
- }
826
- export interface GetVocabularyFilterResponse {
827
-
828
- VocabularyFilterName?: string;
829
-
830
- LanguageCode?: LanguageCode | string;
831
-
832
- LastModifiedTime?: Date;
833
-
834
- DownloadUri?: string;
835
- }
836
- export interface ListCallAnalyticsCategoriesRequest {
837
-
838
- NextToken?: string;
839
-
840
- MaxResults?: number;
841
- }
842
- export interface ListCallAnalyticsCategoriesResponse {
843
-
844
- NextToken?: string;
845
-
846
- Categories?: CategoryProperties[];
847
- }
848
- export interface ListCallAnalyticsJobsRequest {
849
-
850
- Status?: CallAnalyticsJobStatus | string;
851
-
852
- JobNameContains?: string;
853
-
854
- NextToken?: string;
855
-
856
- MaxResults?: number;
857
- }
858
- export interface ListCallAnalyticsJobsResponse {
859
-
860
- Status?: CallAnalyticsJobStatus | string;
861
-
862
- NextToken?: string;
863
-
864
- CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[];
865
- }
866
- export interface ListLanguageModelsRequest {
867
-
868
- StatusEquals?: ModelStatus | string;
869
-
870
- NameContains?: string;
871
-
872
- NextToken?: string;
873
-
874
- MaxResults?: number;
875
- }
876
- export interface ListLanguageModelsResponse {
877
-
878
- NextToken?: string;
879
-
880
- Models?: LanguageModel[];
881
- }
882
- export interface ListMedicalTranscriptionJobsRequest {
883
-
884
- Status?: TranscriptionJobStatus | string;
885
-
886
- JobNameContains?: string;
887
-
888
- NextToken?: string;
889
-
890
- MaxResults?: number;
891
- }
892
- export declare enum OutputLocationType {
893
- CUSTOMER_BUCKET = "CUSTOMER_BUCKET",
894
- SERVICE_BUCKET = "SERVICE_BUCKET"
895
- }
896
-
897
- export interface MedicalTranscriptionJobSummary {
898
-
899
- MedicalTranscriptionJobName?: string;
900
-
901
- CreationTime?: Date;
902
-
903
- StartTime?: Date;
904
-
905
- CompletionTime?: Date;
906
-
907
- LanguageCode?: LanguageCode | string;
908
-
909
- TranscriptionJobStatus?: TranscriptionJobStatus | string;
910
-
911
- FailureReason?: string;
912
-
913
- OutputLocationType?: OutputLocationType | string;
914
-
915
- Specialty?: Specialty | string;
916
-
917
- ContentIdentificationType?: MedicalContentIdentificationType | string;
918
-
919
- Type?: Type | string;
920
- }
921
- export interface ListMedicalTranscriptionJobsResponse {
922
-
923
- Status?: TranscriptionJobStatus | string;
924
-
925
- NextToken?: string;
926
-
927
- MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[];
928
- }
929
- export interface ListMedicalVocabulariesRequest {
930
-
931
- NextToken?: string;
932
-
933
- MaxResults?: number;
934
-
935
- StateEquals?: VocabularyState | string;
936
-
937
- NameContains?: string;
938
- }
939
-
940
- export interface VocabularyInfo {
941
-
942
- VocabularyName?: string;
943
-
944
- LanguageCode?: LanguageCode | string;
945
-
946
- LastModifiedTime?: Date;
947
-
948
- VocabularyState?: VocabularyState | string;
949
- }
950
- export interface ListMedicalVocabulariesResponse {
951
-
952
- Status?: VocabularyState | string;
953
-
954
- NextToken?: string;
955
-
956
- Vocabularies?: VocabularyInfo[];
957
- }
958
- export interface ListTagsForResourceRequest {
959
-
960
- ResourceArn: string | undefined;
961
- }
962
- export interface ListTagsForResourceResponse {
963
-
964
- ResourceArn?: string;
965
-
966
- Tags?: Tag[];
967
- }
968
- export interface ListTranscriptionJobsRequest {
969
-
970
- Status?: TranscriptionJobStatus | string;
971
-
972
- JobNameContains?: string;
973
-
974
- NextToken?: string;
975
-
976
- MaxResults?: number;
977
- }
978
-
979
- export interface TranscriptionJobSummary {
980
-
981
- TranscriptionJobName?: string;
982
-
983
- CreationTime?: Date;
984
-
985
- StartTime?: Date;
986
-
987
- CompletionTime?: Date;
988
-
989
- LanguageCode?: LanguageCode | string;
990
-
991
- TranscriptionJobStatus?: TranscriptionJobStatus | string;
992
-
993
- FailureReason?: string;
994
-
995
- OutputLocationType?: OutputLocationType | string;
996
-
997
- ContentRedaction?: ContentRedaction;
998
-
999
- ModelSettings?: ModelSettings;
1000
-
1001
- IdentifyLanguage?: boolean;
1002
-
1003
- IdentifyMultipleLanguages?: boolean;
1004
-
1005
- IdentifiedLanguageScore?: number;
1006
-
1007
- LanguageCodes?: LanguageCodeItem[];
1008
- }
1009
- export interface ListTranscriptionJobsResponse {
1010
-
1011
- Status?: TranscriptionJobStatus | string;
1012
-
1013
- NextToken?: string;
1014
-
1015
- TranscriptionJobSummaries?: TranscriptionJobSummary[];
1016
- }
1017
- export interface ListVocabulariesRequest {
1018
-
1019
- NextToken?: string;
1020
-
1021
- MaxResults?: number;
1022
-
1023
- StateEquals?: VocabularyState | string;
1024
-
1025
- NameContains?: string;
1026
- }
1027
- export interface ListVocabulariesResponse {
1028
-
1029
- Status?: VocabularyState | string;
1030
-
1031
- NextToken?: string;
1032
-
1033
- Vocabularies?: VocabularyInfo[];
1034
- }
1035
- export interface ListVocabularyFiltersRequest {
1036
-
1037
- NextToken?: string;
1038
-
1039
- MaxResults?: number;
1040
-
1041
- NameContains?: string;
1042
- }
1043
-
1044
- export interface VocabularyFilterInfo {
1045
-
1046
- VocabularyFilterName?: string;
1047
-
1048
- LanguageCode?: LanguageCode | string;
1049
-
1050
- LastModifiedTime?: Date;
1051
- }
1052
- export interface ListVocabularyFiltersResponse {
1053
-
1054
- NextToken?: string;
1055
-
1056
- VocabularyFilters?: VocabularyFilterInfo[];
1057
- }
1058
- export interface StartCallAnalyticsJobRequest {
1059
-
1060
- CallAnalyticsJobName: string | undefined;
1061
-
1062
- Media: Media | undefined;
1063
-
1064
- OutputLocation?: string;
1065
-
1066
- OutputEncryptionKMSKeyId?: string;
1067
-
1068
- DataAccessRoleArn?: string;
1069
-
1070
- Settings?: CallAnalyticsJobSettings;
1071
-
1072
- ChannelDefinitions?: ChannelDefinition[];
1073
- }
1074
- export interface StartCallAnalyticsJobResponse {
1075
-
1076
- CallAnalyticsJob?: CallAnalyticsJob;
1077
- }
1078
- export interface StartMedicalTranscriptionJobRequest {
1079
-
1080
- MedicalTranscriptionJobName: string | undefined;
1081
-
1082
- LanguageCode: LanguageCode | string | undefined;
1083
-
1084
- MediaSampleRateHertz?: number;
1085
-
1086
- MediaFormat?: MediaFormat | string;
1087
-
1088
- Media: Media | undefined;
1089
-
1090
- OutputBucketName: string | undefined;
1091
-
1092
- OutputKey?: string;
1093
-
1094
- OutputEncryptionKMSKeyId?: string;
1095
-
1096
- KMSEncryptionContext?: Record<string, string>;
1097
-
1098
- Settings?: MedicalTranscriptionSetting;
1099
-
1100
- ContentIdentificationType?: MedicalContentIdentificationType | string;
1101
-
1102
- Specialty: Specialty | string | undefined;
1103
-
1104
- Type: Type | string | undefined;
1105
-
1106
- Tags?: Tag[];
1107
- }
1108
- export interface StartMedicalTranscriptionJobResponse {
1109
-
1110
- MedicalTranscriptionJob?: MedicalTranscriptionJob;
1111
- }
1112
-
1113
- export interface Subtitles {
1114
-
1115
- Formats?: (SubtitleFormat | string)[];
1116
-
1117
- OutputStartIndex?: number;
1118
- }
1119
- export interface StartTranscriptionJobRequest {
1120
-
1121
- TranscriptionJobName: string | undefined;
1122
-
1123
- LanguageCode?: LanguageCode | string;
1124
-
1125
- MediaSampleRateHertz?: number;
1126
-
1127
- MediaFormat?: MediaFormat | string;
1128
-
1129
- Media: Media | undefined;
1130
-
1131
- OutputBucketName?: string;
1132
-
1133
- OutputKey?: string;
1134
-
1135
- OutputEncryptionKMSKeyId?: string;
1136
-
1137
- KMSEncryptionContext?: Record<string, string>;
1138
-
1139
- Settings?: Settings;
1140
-
1141
- ModelSettings?: ModelSettings;
1142
-
1143
- JobExecutionSettings?: JobExecutionSettings;
1144
-
1145
- ContentRedaction?: ContentRedaction;
1146
-
1147
- IdentifyLanguage?: boolean;
1148
-
1149
- IdentifyMultipleLanguages?: boolean;
1150
-
1151
- LanguageOptions?: (LanguageCode | string)[];
1152
-
1153
- Subtitles?: Subtitles;
1154
-
1155
- Tags?: Tag[];
1156
-
1157
- LanguageIdSettings?: Record<string, LanguageIdSettings>;
1158
- }
1159
- export interface StartTranscriptionJobResponse {
1160
-
1161
- TranscriptionJob?: TranscriptionJob;
1162
- }
1163
- export interface TagResourceRequest {
1164
-
1165
- ResourceArn: string | undefined;
1166
-
1167
- Tags: Tag[] | undefined;
1168
- }
1169
- export interface TagResourceResponse {
1170
- }
1171
- export interface UntagResourceRequest {
1172
-
1173
- ResourceArn: string | undefined;
1174
-
1175
- TagKeys: string[] | undefined;
1176
- }
1177
- export interface UntagResourceResponse {
1178
- }
1179
- export interface UpdateCallAnalyticsCategoryRequest {
1180
-
1181
- CategoryName: string | undefined;
1182
-
1183
- Rules: Rule[] | undefined;
1184
- }
1185
- export interface UpdateCallAnalyticsCategoryResponse {
1186
-
1187
- CategoryProperties?: CategoryProperties;
1188
- }
1189
- export interface UpdateMedicalVocabularyRequest {
1190
-
1191
- VocabularyName: string | undefined;
1192
-
1193
- LanguageCode: LanguageCode | string | undefined;
1194
-
1195
- VocabularyFileUri: string | undefined;
1196
- }
1197
- export interface UpdateMedicalVocabularyResponse {
1198
-
1199
- VocabularyName?: string;
1200
-
1201
- LanguageCode?: LanguageCode | string;
1202
-
1203
- LastModifiedTime?: Date;
1204
-
1205
- VocabularyState?: VocabularyState | string;
1206
- }
1207
- export interface UpdateVocabularyRequest {
1208
-
1209
- VocabularyName: string | undefined;
1210
-
1211
- LanguageCode: LanguageCode | string | undefined;
1212
-
1213
- Phrases?: string[];
1214
-
1215
- VocabularyFileUri?: string;
1216
- }
1217
- export interface UpdateVocabularyResponse {
1218
-
1219
- VocabularyName?: string;
1220
-
1221
- LanguageCode?: LanguageCode | string;
1222
-
1223
- LastModifiedTime?: Date;
1224
-
1225
- VocabularyState?: VocabularyState | string;
1226
- }
1227
- export interface UpdateVocabularyFilterRequest {
1228
-
1229
- VocabularyFilterName: string | undefined;
1230
-
1231
- Words?: string[];
1232
-
1233
- VocabularyFilterFileUri?: string;
1234
- }
1235
- export interface UpdateVocabularyFilterResponse {
1236
-
1237
- VocabularyFilterName?: string;
1238
-
1239
- LanguageCode?: LanguageCode | string;
1240
-
1241
- LastModifiedTime?: Date;
1242
- }
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;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException";
3
+
4
+ export interface AbsoluteTimeRange {
5
+ StartTime?: number;
6
+
7
+ EndTime?: number;
8
+
9
+ First?: number;
10
+
11
+ Last?: number;
12
+ }
13
+
14
+ export declare class BadRequestException extends __BaseException {
15
+ readonly name: "BadRequestException";
16
+ readonly $fault: "client";
17
+ Message?: string;
18
+
19
+ constructor(
20
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
21
+ );
22
+ }
23
+ export declare enum BaseModelName {
24
+ NARROW_BAND = "NarrowBand",
25
+ WIDE_BAND = "WideBand",
26
+ }
27
+ export declare enum CallAnalyticsJobStatus {
28
+ COMPLETED = "COMPLETED",
29
+ FAILED = "FAILED",
30
+ IN_PROGRESS = "IN_PROGRESS",
31
+ QUEUED = "QUEUED",
32
+ }
33
+ export declare enum ParticipantRole {
34
+ AGENT = "AGENT",
35
+ CUSTOMER = "CUSTOMER",
36
+ }
37
+
38
+ export interface ChannelDefinition {
39
+ ChannelId?: number;
40
+
41
+ ParticipantRole?: ParticipantRole | string;
42
+ }
43
+ export declare enum LanguageCode {
44
+ AF_ZA = "af-ZA",
45
+ AR_AE = "ar-AE",
46
+ AR_SA = "ar-SA",
47
+ DA_DK = "da-DK",
48
+ DE_CH = "de-CH",
49
+ DE_DE = "de-DE",
50
+ EN_AB = "en-AB",
51
+ EN_AU = "en-AU",
52
+ EN_GB = "en-GB",
53
+ EN_IE = "en-IE",
54
+ EN_IN = "en-IN",
55
+ EN_NZ = "en-NZ",
56
+ EN_US = "en-US",
57
+ EN_WL = "en-WL",
58
+ EN_ZA = "en-ZA",
59
+ ES_ES = "es-ES",
60
+ ES_US = "es-US",
61
+ FA_IR = "fa-IR",
62
+ FR_CA = "fr-CA",
63
+ FR_FR = "fr-FR",
64
+ HE_IL = "he-IL",
65
+ HI_IN = "hi-IN",
66
+ ID_ID = "id-ID",
67
+ IT_IT = "it-IT",
68
+ JA_JP = "ja-JP",
69
+ KO_KR = "ko-KR",
70
+ MS_MY = "ms-MY",
71
+ NL_NL = "nl-NL",
72
+ PT_BR = "pt-BR",
73
+ PT_PT = "pt-PT",
74
+ RU_RU = "ru-RU",
75
+ TA_IN = "ta-IN",
76
+ TE_IN = "te-IN",
77
+ TH_TH = "th-TH",
78
+ TR_TR = "tr-TR",
79
+ ZH_CN = "zh-CN",
80
+ ZH_TW = "zh-TW",
81
+ }
82
+
83
+ export interface Media {
84
+ MediaFileUri?: string;
85
+
86
+ RedactedMediaFileUri?: string;
87
+ }
88
+ export declare enum MediaFormat {
89
+ AMR = "amr",
90
+ FLAC = "flac",
91
+ MP3 = "mp3",
92
+ MP4 = "mp4",
93
+ OGG = "ogg",
94
+ WAV = "wav",
95
+ WEBM = "webm",
96
+ }
97
+ export declare enum PiiEntityType {
98
+ ADDRESS = "ADDRESS",
99
+ ALL = "ALL",
100
+ BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
101
+ BANK_ROUTING = "BANK_ROUTING",
102
+ CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
103
+ CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
104
+ CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
105
+ EMAIL = "EMAIL",
106
+ NAME = "NAME",
107
+ PHONE = "PHONE",
108
+ PIN = "PIN",
109
+ SSN = "SSN",
110
+ }
111
+ export declare enum RedactionOutput {
112
+ REDACTED = "redacted",
113
+ REDACTED_AND_UNREDACTED = "redacted_and_unredacted",
114
+ }
115
+ export declare enum RedactionType {
116
+ PII = "PII",
117
+ }
118
+
119
+ export interface ContentRedaction {
120
+ RedactionType: RedactionType | string | undefined;
121
+
122
+ RedactionOutput: RedactionOutput | string | undefined;
123
+
124
+ PiiEntityTypes?: (PiiEntityType | string)[];
125
+ }
126
+
127
+ export interface LanguageIdSettings {
128
+ VocabularyName?: string;
129
+
130
+ VocabularyFilterName?: string;
131
+
132
+ LanguageModelName?: string;
133
+ }
134
+ export declare enum VocabularyFilterMethod {
135
+ MASK = "mask",
136
+ REMOVE = "remove",
137
+ TAG = "tag",
138
+ }
139
+
140
+ export interface CallAnalyticsJobSettings {
141
+ VocabularyName?: string;
142
+
143
+ VocabularyFilterName?: string;
144
+
145
+ VocabularyFilterMethod?: VocabularyFilterMethod | string;
146
+
147
+ LanguageModelName?: string;
148
+
149
+ ContentRedaction?: ContentRedaction;
150
+
151
+ LanguageOptions?: (LanguageCode | string)[];
152
+
153
+ LanguageIdSettings?: Record<string, LanguageIdSettings>;
154
+ }
155
+
156
+ export interface Transcript {
157
+ TranscriptFileUri?: string;
158
+
159
+ RedactedTranscriptFileUri?: string;
160
+ }
161
+
162
+ export interface CallAnalyticsJob {
163
+ CallAnalyticsJobName?: string;
164
+
165
+ CallAnalyticsJobStatus?: CallAnalyticsJobStatus | string;
166
+
167
+ LanguageCode?: LanguageCode | string;
168
+
169
+ MediaSampleRateHertz?: number;
170
+
171
+ MediaFormat?: MediaFormat | string;
172
+
173
+ Media?: Media;
174
+
175
+ Transcript?: Transcript;
176
+
177
+ StartTime?: Date;
178
+
179
+ CreationTime?: Date;
180
+
181
+ CompletionTime?: Date;
182
+
183
+ FailureReason?: string;
184
+
185
+ DataAccessRoleArn?: string;
186
+
187
+ IdentifiedLanguageScore?: number;
188
+
189
+ Settings?: CallAnalyticsJobSettings;
190
+
191
+ ChannelDefinitions?: ChannelDefinition[];
192
+ }
193
+
194
+ export interface CallAnalyticsJobSummary {
195
+ CallAnalyticsJobName?: string;
196
+
197
+ CreationTime?: Date;
198
+
199
+ StartTime?: Date;
200
+
201
+ CompletionTime?: Date;
202
+
203
+ LanguageCode?: LanguageCode | string;
204
+
205
+ CallAnalyticsJobStatus?: CallAnalyticsJobStatus | string;
206
+
207
+ FailureReason?: string;
208
+ }
209
+
210
+ export interface RelativeTimeRange {
211
+ StartPercentage?: number;
212
+
213
+ EndPercentage?: number;
214
+
215
+ First?: number;
216
+
217
+ Last?: number;
218
+ }
219
+
220
+ export interface InterruptionFilter {
221
+ Threshold?: number;
222
+
223
+ ParticipantRole?: ParticipantRole | string;
224
+
225
+ AbsoluteTimeRange?: AbsoluteTimeRange;
226
+
227
+ RelativeTimeRange?: RelativeTimeRange;
228
+
229
+ Negate?: boolean;
230
+ }
231
+
232
+ export interface NonTalkTimeFilter {
233
+ Threshold?: number;
234
+
235
+ AbsoluteTimeRange?: AbsoluteTimeRange;
236
+
237
+ RelativeTimeRange?: RelativeTimeRange;
238
+
239
+ Negate?: boolean;
240
+ }
241
+ export declare enum SentimentValue {
242
+ MIXED = "MIXED",
243
+ NEGATIVE = "NEGATIVE",
244
+ NEUTRAL = "NEUTRAL",
245
+ POSITIVE = "POSITIVE",
246
+ }
247
+
248
+ export interface SentimentFilter {
249
+ Sentiments: (SentimentValue | string)[] | undefined;
250
+
251
+ AbsoluteTimeRange?: AbsoluteTimeRange;
252
+
253
+ RelativeTimeRange?: RelativeTimeRange;
254
+
255
+ ParticipantRole?: ParticipantRole | string;
256
+
257
+ Negate?: boolean;
258
+ }
259
+ export declare enum TranscriptFilterType {
260
+ EXACT = "EXACT",
261
+ }
262
+
263
+ export interface TranscriptFilter {
264
+ TranscriptFilterType: TranscriptFilterType | string | undefined;
265
+
266
+ AbsoluteTimeRange?: AbsoluteTimeRange;
267
+
268
+ RelativeTimeRange?: RelativeTimeRange;
269
+
270
+ ParticipantRole?: ParticipantRole | string;
271
+
272
+ Negate?: boolean;
273
+
274
+ Targets: string[] | undefined;
275
+ }
276
+
277
+ export declare type Rule =
278
+ | Rule.InterruptionFilterMember
279
+ | Rule.NonTalkTimeFilterMember
280
+ | Rule.SentimentFilterMember
281
+ | Rule.TranscriptFilterMember
282
+ | Rule.$UnknownMember;
283
+ export declare namespace Rule {
284
+ interface NonTalkTimeFilterMember {
285
+ NonTalkTimeFilter: NonTalkTimeFilter;
286
+ InterruptionFilter?: never;
287
+ TranscriptFilter?: never;
288
+ SentimentFilter?: never;
289
+ $unknown?: never;
290
+ }
291
+
292
+ interface InterruptionFilterMember {
293
+ NonTalkTimeFilter?: never;
294
+ InterruptionFilter: InterruptionFilter;
295
+ TranscriptFilter?: never;
296
+ SentimentFilter?: never;
297
+ $unknown?: never;
298
+ }
299
+
300
+ interface TranscriptFilterMember {
301
+ NonTalkTimeFilter?: never;
302
+ InterruptionFilter?: never;
303
+ TranscriptFilter: TranscriptFilter;
304
+ SentimentFilter?: never;
305
+ $unknown?: never;
306
+ }
307
+
308
+ interface SentimentFilterMember {
309
+ NonTalkTimeFilter?: never;
310
+ InterruptionFilter?: never;
311
+ TranscriptFilter?: never;
312
+ SentimentFilter: SentimentFilter;
313
+ $unknown?: never;
314
+ }
315
+ interface $UnknownMember {
316
+ NonTalkTimeFilter?: never;
317
+ InterruptionFilter?: never;
318
+ TranscriptFilter?: never;
319
+ SentimentFilter?: never;
320
+ $unknown: [string, any];
321
+ }
322
+ interface Visitor<T> {
323
+ NonTalkTimeFilter: (value: NonTalkTimeFilter) => T;
324
+ InterruptionFilter: (value: InterruptionFilter) => T;
325
+ TranscriptFilter: (value: TranscriptFilter) => T;
326
+ SentimentFilter: (value: SentimentFilter) => T;
327
+ _: (name: string, value: any) => T;
328
+ }
329
+ const visit: <T>(value: Rule, visitor: Visitor<T>) => T;
330
+ }
331
+
332
+ export interface CategoryProperties {
333
+ CategoryName?: string;
334
+
335
+ Rules?: Rule[];
336
+
337
+ CreateTime?: Date;
338
+
339
+ LastUpdateTime?: Date;
340
+ }
341
+ export declare enum CLMLanguageCode {
342
+ EN_AU = "en-AU",
343
+ EN_GB = "en-GB",
344
+ EN_US = "en-US",
345
+ ES_US = "es-US",
346
+ HI_IN = "hi-IN",
347
+ }
348
+
349
+ export declare class ConflictException extends __BaseException {
350
+ readonly name: "ConflictException";
351
+ readonly $fault: "client";
352
+ Message?: string;
353
+
354
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
355
+ }
356
+ export interface CreateCallAnalyticsCategoryRequest {
357
+ CategoryName: string | undefined;
358
+
359
+ Rules: Rule[] | undefined;
360
+ }
361
+ export interface CreateCallAnalyticsCategoryResponse {
362
+ CategoryProperties?: CategoryProperties;
363
+ }
364
+
365
+ export declare class InternalFailureException extends __BaseException {
366
+ readonly name: "InternalFailureException";
367
+ readonly $fault: "server";
368
+ Message?: string;
369
+
370
+ constructor(
371
+ opts: __ExceptionOptionType<InternalFailureException, __BaseException>
372
+ );
373
+ }
374
+
375
+ export declare class LimitExceededException extends __BaseException {
376
+ readonly name: "LimitExceededException";
377
+ readonly $fault: "client";
378
+ Message?: string;
379
+
380
+ constructor(
381
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
382
+ );
383
+ }
384
+
385
+ export interface InputDataConfig {
386
+ S3Uri: string | undefined;
387
+
388
+ TuningDataS3Uri?: string;
389
+
390
+ DataAccessRoleArn: string | undefined;
391
+ }
392
+
393
+ export interface Tag {
394
+ Key: string | undefined;
395
+
396
+ Value: string | undefined;
397
+ }
398
+ export interface CreateLanguageModelRequest {
399
+ LanguageCode: CLMLanguageCode | string | undefined;
400
+
401
+ BaseModelName: BaseModelName | string | undefined;
402
+
403
+ ModelName: string | undefined;
404
+
405
+ InputDataConfig: InputDataConfig | undefined;
406
+
407
+ Tags?: Tag[];
408
+ }
409
+ export declare enum ModelStatus {
410
+ COMPLETED = "COMPLETED",
411
+ FAILED = "FAILED",
412
+ IN_PROGRESS = "IN_PROGRESS",
413
+ }
414
+ export interface CreateLanguageModelResponse {
415
+ LanguageCode?: CLMLanguageCode | string;
416
+
417
+ BaseModelName?: BaseModelName | string;
418
+
419
+ ModelName?: string;
420
+
421
+ InputDataConfig?: InputDataConfig;
422
+
423
+ ModelStatus?: ModelStatus | string;
424
+ }
425
+ export interface CreateMedicalVocabularyRequest {
426
+ VocabularyName: string | undefined;
427
+
428
+ LanguageCode: LanguageCode | string | undefined;
429
+
430
+ VocabularyFileUri: string | undefined;
431
+
432
+ Tags?: Tag[];
433
+ }
434
+ export declare enum VocabularyState {
435
+ FAILED = "FAILED",
436
+ PENDING = "PENDING",
437
+ READY = "READY",
438
+ }
439
+ export interface CreateMedicalVocabularyResponse {
440
+ VocabularyName?: string;
441
+
442
+ LanguageCode?: LanguageCode | string;
443
+
444
+ VocabularyState?: VocabularyState | string;
445
+
446
+ LastModifiedTime?: Date;
447
+
448
+ FailureReason?: string;
449
+ }
450
+ export interface CreateVocabularyRequest {
451
+ VocabularyName: string | undefined;
452
+
453
+ LanguageCode: LanguageCode | string | undefined;
454
+
455
+ Phrases?: string[];
456
+
457
+ VocabularyFileUri?: string;
458
+
459
+ Tags?: Tag[];
460
+ }
461
+ export interface CreateVocabularyResponse {
462
+ VocabularyName?: string;
463
+
464
+ LanguageCode?: LanguageCode | string;
465
+
466
+ VocabularyState?: VocabularyState | string;
467
+
468
+ LastModifiedTime?: Date;
469
+
470
+ FailureReason?: string;
471
+ }
472
+ export interface CreateVocabularyFilterRequest {
473
+ VocabularyFilterName: string | undefined;
474
+
475
+ LanguageCode: LanguageCode | string | undefined;
476
+
477
+ Words?: string[];
478
+
479
+ VocabularyFilterFileUri?: string;
480
+
481
+ Tags?: Tag[];
482
+ }
483
+ export interface CreateVocabularyFilterResponse {
484
+ VocabularyFilterName?: string;
485
+
486
+ LanguageCode?: LanguageCode | string;
487
+
488
+ LastModifiedTime?: Date;
489
+ }
490
+ export interface DeleteCallAnalyticsCategoryRequest {
491
+ CategoryName: string | undefined;
492
+ }
493
+ export interface DeleteCallAnalyticsCategoryResponse {}
494
+
495
+ export declare class NotFoundException extends __BaseException {
496
+ readonly name: "NotFoundException";
497
+ readonly $fault: "client";
498
+ Message?: string;
499
+
500
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
501
+ }
502
+ export interface DeleteCallAnalyticsJobRequest {
503
+ CallAnalyticsJobName: string | undefined;
504
+ }
505
+ export interface DeleteCallAnalyticsJobResponse {}
506
+ export interface DeleteLanguageModelRequest {
507
+ ModelName: string | undefined;
508
+ }
509
+ export interface DeleteMedicalTranscriptionJobRequest {
510
+ MedicalTranscriptionJobName: string | undefined;
511
+ }
512
+ export interface DeleteMedicalVocabularyRequest {
513
+ VocabularyName: string | undefined;
514
+ }
515
+ export interface DeleteTranscriptionJobRequest {
516
+ TranscriptionJobName: string | undefined;
517
+ }
518
+ export interface DeleteVocabularyRequest {
519
+ VocabularyName: string | undefined;
520
+ }
521
+ export interface DeleteVocabularyFilterRequest {
522
+ VocabularyFilterName: string | undefined;
523
+ }
524
+ export interface DescribeLanguageModelRequest {
525
+ ModelName: string | undefined;
526
+ }
527
+
528
+ export interface LanguageModel {
529
+ ModelName?: string;
530
+
531
+ CreateTime?: Date;
532
+
533
+ LastModifiedTime?: Date;
534
+
535
+ LanguageCode?: CLMLanguageCode | string;
536
+
537
+ BaseModelName?: BaseModelName | string;
538
+
539
+ ModelStatus?: ModelStatus | string;
540
+
541
+ UpgradeAvailability?: boolean;
542
+
543
+ FailureReason?: string;
544
+
545
+ InputDataConfig?: InputDataConfig;
546
+ }
547
+ export interface DescribeLanguageModelResponse {
548
+ LanguageModel?: LanguageModel;
549
+ }
550
+ export interface GetCallAnalyticsCategoryRequest {
551
+ CategoryName: string | undefined;
552
+ }
553
+ export interface GetCallAnalyticsCategoryResponse {
554
+ CategoryProperties?: CategoryProperties;
555
+ }
556
+ export interface GetCallAnalyticsJobRequest {
557
+ CallAnalyticsJobName: string | undefined;
558
+ }
559
+ export interface GetCallAnalyticsJobResponse {
560
+ CallAnalyticsJob?: CallAnalyticsJob;
561
+ }
562
+ export interface GetMedicalTranscriptionJobRequest {
563
+ MedicalTranscriptionJobName: string | undefined;
564
+ }
565
+ export declare enum MedicalContentIdentificationType {
566
+ PHI = "PHI",
567
+ }
568
+
569
+ export interface MedicalTranscriptionSetting {
570
+ ShowSpeakerLabels?: boolean;
571
+
572
+ MaxSpeakerLabels?: number;
573
+
574
+ ChannelIdentification?: boolean;
575
+
576
+ ShowAlternatives?: boolean;
577
+
578
+ MaxAlternatives?: number;
579
+
580
+ VocabularyName?: string;
581
+ }
582
+ export declare enum Specialty {
583
+ PRIMARYCARE = "PRIMARYCARE",
584
+ }
585
+
586
+ export interface MedicalTranscript {
587
+ TranscriptFileUri?: string;
588
+ }
589
+ export declare enum TranscriptionJobStatus {
590
+ COMPLETED = "COMPLETED",
591
+ FAILED = "FAILED",
592
+ IN_PROGRESS = "IN_PROGRESS",
593
+ QUEUED = "QUEUED",
594
+ }
595
+ export declare enum Type {
596
+ CONVERSATION = "CONVERSATION",
597
+ DICTATION = "DICTATION",
598
+ }
599
+
600
+ export interface MedicalTranscriptionJob {
601
+ MedicalTranscriptionJobName?: string;
602
+
603
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
604
+
605
+ LanguageCode?: LanguageCode | string;
606
+
607
+ MediaSampleRateHertz?: number;
608
+
609
+ MediaFormat?: MediaFormat | string;
610
+
611
+ Media?: Media;
612
+
613
+ Transcript?: MedicalTranscript;
614
+
615
+ StartTime?: Date;
616
+
617
+ CreationTime?: Date;
618
+
619
+ CompletionTime?: Date;
620
+
621
+ FailureReason?: string;
622
+
623
+ Settings?: MedicalTranscriptionSetting;
624
+
625
+ ContentIdentificationType?: MedicalContentIdentificationType | string;
626
+
627
+ Specialty?: Specialty | string;
628
+
629
+ Type?: Type | string;
630
+
631
+ Tags?: Tag[];
632
+ }
633
+ export interface GetMedicalTranscriptionJobResponse {
634
+ MedicalTranscriptionJob?: MedicalTranscriptionJob;
635
+ }
636
+ export interface GetMedicalVocabularyRequest {
637
+ VocabularyName: string | undefined;
638
+ }
639
+ export interface GetMedicalVocabularyResponse {
640
+ VocabularyName?: string;
641
+
642
+ LanguageCode?: LanguageCode | string;
643
+
644
+ VocabularyState?: VocabularyState | string;
645
+
646
+ LastModifiedTime?: Date;
647
+
648
+ FailureReason?: string;
649
+
650
+ DownloadUri?: string;
651
+ }
652
+ export interface GetTranscriptionJobRequest {
653
+ TranscriptionJobName: string | undefined;
654
+ }
655
+
656
+ export interface JobExecutionSettings {
657
+ AllowDeferredExecution?: boolean;
658
+
659
+ DataAccessRoleArn?: string;
660
+ }
661
+
662
+ export interface LanguageCodeItem {
663
+ LanguageCode?: LanguageCode | string;
664
+
665
+ DurationInSeconds?: number;
666
+ }
667
+
668
+ export interface ModelSettings {
669
+ LanguageModelName?: string;
670
+ }
671
+
672
+ export interface Settings {
673
+ VocabularyName?: string;
674
+
675
+ ShowSpeakerLabels?: boolean;
676
+
677
+ MaxSpeakerLabels?: number;
678
+
679
+ ChannelIdentification?: boolean;
680
+
681
+ ShowAlternatives?: boolean;
682
+
683
+ MaxAlternatives?: number;
684
+
685
+ VocabularyFilterName?: string;
686
+
687
+ VocabularyFilterMethod?: VocabularyFilterMethod | string;
688
+ }
689
+ export declare enum SubtitleFormat {
690
+ SRT = "srt",
691
+ VTT = "vtt",
692
+ }
693
+
694
+ export interface SubtitlesOutput {
695
+ Formats?: (SubtitleFormat | string)[];
696
+
697
+ SubtitleFileUris?: string[];
698
+
699
+ OutputStartIndex?: number;
700
+ }
701
+
702
+ export interface TranscriptionJob {
703
+ TranscriptionJobName?: string;
704
+
705
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
706
+
707
+ LanguageCode?: LanguageCode | string;
708
+
709
+ MediaSampleRateHertz?: number;
710
+
711
+ MediaFormat?: MediaFormat | string;
712
+
713
+ Media?: Media;
714
+
715
+ Transcript?: Transcript;
716
+
717
+ StartTime?: Date;
718
+
719
+ CreationTime?: Date;
720
+
721
+ CompletionTime?: Date;
722
+
723
+ FailureReason?: string;
724
+
725
+ Settings?: Settings;
726
+
727
+ ModelSettings?: ModelSettings;
728
+
729
+ JobExecutionSettings?: JobExecutionSettings;
730
+
731
+ ContentRedaction?: ContentRedaction;
732
+
733
+ IdentifyLanguage?: boolean;
734
+
735
+ IdentifyMultipleLanguages?: boolean;
736
+
737
+ LanguageOptions?: (LanguageCode | string)[];
738
+
739
+ IdentifiedLanguageScore?: number;
740
+
741
+ LanguageCodes?: LanguageCodeItem[];
742
+
743
+ Tags?: Tag[];
744
+
745
+ Subtitles?: SubtitlesOutput;
746
+
747
+ LanguageIdSettings?: Record<string, LanguageIdSettings>;
748
+ }
749
+ export interface GetTranscriptionJobResponse {
750
+ TranscriptionJob?: TranscriptionJob;
751
+ }
752
+ export interface GetVocabularyRequest {
753
+ VocabularyName: string | undefined;
754
+ }
755
+ export interface GetVocabularyResponse {
756
+ VocabularyName?: string;
757
+
758
+ LanguageCode?: LanguageCode | string;
759
+
760
+ VocabularyState?: VocabularyState | string;
761
+
762
+ LastModifiedTime?: Date;
763
+
764
+ FailureReason?: string;
765
+
766
+ DownloadUri?: string;
767
+ }
768
+ export interface GetVocabularyFilterRequest {
769
+ VocabularyFilterName: string | undefined;
770
+ }
771
+ export interface GetVocabularyFilterResponse {
772
+ VocabularyFilterName?: string;
773
+
774
+ LanguageCode?: LanguageCode | string;
775
+
776
+ LastModifiedTime?: Date;
777
+
778
+ DownloadUri?: string;
779
+ }
780
+ export interface ListCallAnalyticsCategoriesRequest {
781
+ NextToken?: string;
782
+
783
+ MaxResults?: number;
784
+ }
785
+ export interface ListCallAnalyticsCategoriesResponse {
786
+ NextToken?: string;
787
+
788
+ Categories?: CategoryProperties[];
789
+ }
790
+ export interface ListCallAnalyticsJobsRequest {
791
+ Status?: CallAnalyticsJobStatus | string;
792
+
793
+ JobNameContains?: string;
794
+
795
+ NextToken?: string;
796
+
797
+ MaxResults?: number;
798
+ }
799
+ export interface ListCallAnalyticsJobsResponse {
800
+ Status?: CallAnalyticsJobStatus | string;
801
+
802
+ NextToken?: string;
803
+
804
+ CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[];
805
+ }
806
+ export interface ListLanguageModelsRequest {
807
+ StatusEquals?: ModelStatus | string;
808
+
809
+ NameContains?: string;
810
+
811
+ NextToken?: string;
812
+
813
+ MaxResults?: number;
814
+ }
815
+ export interface ListLanguageModelsResponse {
816
+ NextToken?: string;
817
+
818
+ Models?: LanguageModel[];
819
+ }
820
+ export interface ListMedicalTranscriptionJobsRequest {
821
+ Status?: TranscriptionJobStatus | string;
822
+
823
+ JobNameContains?: string;
824
+
825
+ NextToken?: string;
826
+
827
+ MaxResults?: number;
828
+ }
829
+ export declare enum OutputLocationType {
830
+ CUSTOMER_BUCKET = "CUSTOMER_BUCKET",
831
+ SERVICE_BUCKET = "SERVICE_BUCKET",
832
+ }
833
+
834
+ export interface MedicalTranscriptionJobSummary {
835
+ MedicalTranscriptionJobName?: string;
836
+
837
+ CreationTime?: Date;
838
+
839
+ StartTime?: Date;
840
+
841
+ CompletionTime?: Date;
842
+
843
+ LanguageCode?: LanguageCode | string;
844
+
845
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
846
+
847
+ FailureReason?: string;
848
+
849
+ OutputLocationType?: OutputLocationType | string;
850
+
851
+ Specialty?: Specialty | string;
852
+
853
+ ContentIdentificationType?: MedicalContentIdentificationType | string;
854
+
855
+ Type?: Type | string;
856
+ }
857
+ export interface ListMedicalTranscriptionJobsResponse {
858
+ Status?: TranscriptionJobStatus | string;
859
+
860
+ NextToken?: string;
861
+
862
+ MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[];
863
+ }
864
+ export interface ListMedicalVocabulariesRequest {
865
+ NextToken?: string;
866
+
867
+ MaxResults?: number;
868
+
869
+ StateEquals?: VocabularyState | string;
870
+
871
+ NameContains?: string;
872
+ }
873
+
874
+ export interface VocabularyInfo {
875
+ VocabularyName?: string;
876
+
877
+ LanguageCode?: LanguageCode | string;
878
+
879
+ LastModifiedTime?: Date;
880
+
881
+ VocabularyState?: VocabularyState | string;
882
+ }
883
+ export interface ListMedicalVocabulariesResponse {
884
+ Status?: VocabularyState | string;
885
+
886
+ NextToken?: string;
887
+
888
+ Vocabularies?: VocabularyInfo[];
889
+ }
890
+ export interface ListTagsForResourceRequest {
891
+ ResourceArn: string | undefined;
892
+ }
893
+ export interface ListTagsForResourceResponse {
894
+ ResourceArn?: string;
895
+
896
+ Tags?: Tag[];
897
+ }
898
+ export interface ListTranscriptionJobsRequest {
899
+ Status?: TranscriptionJobStatus | string;
900
+
901
+ JobNameContains?: string;
902
+
903
+ NextToken?: string;
904
+
905
+ MaxResults?: number;
906
+ }
907
+
908
+ export interface TranscriptionJobSummary {
909
+ TranscriptionJobName?: string;
910
+
911
+ CreationTime?: Date;
912
+
913
+ StartTime?: Date;
914
+
915
+ CompletionTime?: Date;
916
+
917
+ LanguageCode?: LanguageCode | string;
918
+
919
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
920
+
921
+ FailureReason?: string;
922
+
923
+ OutputLocationType?: OutputLocationType | string;
924
+
925
+ ContentRedaction?: ContentRedaction;
926
+
927
+ ModelSettings?: ModelSettings;
928
+
929
+ IdentifyLanguage?: boolean;
930
+
931
+ IdentifyMultipleLanguages?: boolean;
932
+
933
+ IdentifiedLanguageScore?: number;
934
+
935
+ LanguageCodes?: LanguageCodeItem[];
936
+ }
937
+ export interface ListTranscriptionJobsResponse {
938
+ Status?: TranscriptionJobStatus | string;
939
+
940
+ NextToken?: string;
941
+
942
+ TranscriptionJobSummaries?: TranscriptionJobSummary[];
943
+ }
944
+ export interface ListVocabulariesRequest {
945
+ NextToken?: string;
946
+
947
+ MaxResults?: number;
948
+
949
+ StateEquals?: VocabularyState | string;
950
+
951
+ NameContains?: string;
952
+ }
953
+ export interface ListVocabulariesResponse {
954
+ Status?: VocabularyState | string;
955
+
956
+ NextToken?: string;
957
+
958
+ Vocabularies?: VocabularyInfo[];
959
+ }
960
+ export interface ListVocabularyFiltersRequest {
961
+ NextToken?: string;
962
+
963
+ MaxResults?: number;
964
+
965
+ NameContains?: string;
966
+ }
967
+
968
+ export interface VocabularyFilterInfo {
969
+ VocabularyFilterName?: string;
970
+
971
+ LanguageCode?: LanguageCode | string;
972
+
973
+ LastModifiedTime?: Date;
974
+ }
975
+ export interface ListVocabularyFiltersResponse {
976
+ NextToken?: string;
977
+
978
+ VocabularyFilters?: VocabularyFilterInfo[];
979
+ }
980
+ export interface StartCallAnalyticsJobRequest {
981
+ CallAnalyticsJobName: string | undefined;
982
+
983
+ Media: Media | undefined;
984
+
985
+ OutputLocation?: string;
986
+
987
+ OutputEncryptionKMSKeyId?: string;
988
+
989
+ DataAccessRoleArn?: string;
990
+
991
+ Settings?: CallAnalyticsJobSettings;
992
+
993
+ ChannelDefinitions?: ChannelDefinition[];
994
+ }
995
+ export interface StartCallAnalyticsJobResponse {
996
+ CallAnalyticsJob?: CallAnalyticsJob;
997
+ }
998
+ export interface StartMedicalTranscriptionJobRequest {
999
+ MedicalTranscriptionJobName: string | undefined;
1000
+
1001
+ LanguageCode: LanguageCode | string | undefined;
1002
+
1003
+ MediaSampleRateHertz?: number;
1004
+
1005
+ MediaFormat?: MediaFormat | string;
1006
+
1007
+ Media: Media | undefined;
1008
+
1009
+ OutputBucketName: string | undefined;
1010
+
1011
+ OutputKey?: string;
1012
+
1013
+ OutputEncryptionKMSKeyId?: string;
1014
+
1015
+ KMSEncryptionContext?: Record<string, string>;
1016
+
1017
+ Settings?: MedicalTranscriptionSetting;
1018
+
1019
+ ContentIdentificationType?: MedicalContentIdentificationType | string;
1020
+
1021
+ Specialty: Specialty | string | undefined;
1022
+
1023
+ Type: Type | string | undefined;
1024
+
1025
+ Tags?: Tag[];
1026
+ }
1027
+ export interface StartMedicalTranscriptionJobResponse {
1028
+ MedicalTranscriptionJob?: MedicalTranscriptionJob;
1029
+ }
1030
+
1031
+ export interface Subtitles {
1032
+ Formats?: (SubtitleFormat | string)[];
1033
+
1034
+ OutputStartIndex?: number;
1035
+ }
1036
+ export interface StartTranscriptionJobRequest {
1037
+ TranscriptionJobName: string | undefined;
1038
+
1039
+ LanguageCode?: LanguageCode | string;
1040
+
1041
+ MediaSampleRateHertz?: number;
1042
+
1043
+ MediaFormat?: MediaFormat | string;
1044
+
1045
+ Media: Media | undefined;
1046
+
1047
+ OutputBucketName?: string;
1048
+
1049
+ OutputKey?: string;
1050
+
1051
+ OutputEncryptionKMSKeyId?: string;
1052
+
1053
+ KMSEncryptionContext?: Record<string, string>;
1054
+
1055
+ Settings?: Settings;
1056
+
1057
+ ModelSettings?: ModelSettings;
1058
+
1059
+ JobExecutionSettings?: JobExecutionSettings;
1060
+
1061
+ ContentRedaction?: ContentRedaction;
1062
+
1063
+ IdentifyLanguage?: boolean;
1064
+
1065
+ IdentifyMultipleLanguages?: boolean;
1066
+
1067
+ LanguageOptions?: (LanguageCode | string)[];
1068
+
1069
+ Subtitles?: Subtitles;
1070
+
1071
+ Tags?: Tag[];
1072
+
1073
+ LanguageIdSettings?: Record<string, LanguageIdSettings>;
1074
+ }
1075
+ export interface StartTranscriptionJobResponse {
1076
+ TranscriptionJob?: TranscriptionJob;
1077
+ }
1078
+ export interface TagResourceRequest {
1079
+ ResourceArn: string | undefined;
1080
+
1081
+ Tags: Tag[] | undefined;
1082
+ }
1083
+ export interface TagResourceResponse {}
1084
+ export interface UntagResourceRequest {
1085
+ ResourceArn: string | undefined;
1086
+
1087
+ TagKeys: string[] | undefined;
1088
+ }
1089
+ export interface UntagResourceResponse {}
1090
+ export interface UpdateCallAnalyticsCategoryRequest {
1091
+ CategoryName: string | undefined;
1092
+
1093
+ Rules: Rule[] | undefined;
1094
+ }
1095
+ export interface UpdateCallAnalyticsCategoryResponse {
1096
+ CategoryProperties?: CategoryProperties;
1097
+ }
1098
+ export interface UpdateMedicalVocabularyRequest {
1099
+ VocabularyName: string | undefined;
1100
+
1101
+ LanguageCode: LanguageCode | string | undefined;
1102
+
1103
+ VocabularyFileUri: string | undefined;
1104
+ }
1105
+ export interface UpdateMedicalVocabularyResponse {
1106
+ VocabularyName?: string;
1107
+
1108
+ LanguageCode?: LanguageCode | string;
1109
+
1110
+ LastModifiedTime?: Date;
1111
+
1112
+ VocabularyState?: VocabularyState | string;
1113
+ }
1114
+ export interface UpdateVocabularyRequest {
1115
+ VocabularyName: string | undefined;
1116
+
1117
+ LanguageCode: LanguageCode | string | undefined;
1118
+
1119
+ Phrases?: string[];
1120
+
1121
+ VocabularyFileUri?: string;
1122
+ }
1123
+ export interface UpdateVocabularyResponse {
1124
+ VocabularyName?: string;
1125
+
1126
+ LanguageCode?: LanguageCode | string;
1127
+
1128
+ LastModifiedTime?: Date;
1129
+
1130
+ VocabularyState?: VocabularyState | string;
1131
+ }
1132
+ export interface UpdateVocabularyFilterRequest {
1133
+ VocabularyFilterName: string | undefined;
1134
+
1135
+ Words?: string[];
1136
+
1137
+ VocabularyFilterFileUri?: string;
1138
+ }
1139
+ export interface UpdateVocabularyFilterResponse {
1140
+ VocabularyFilterName?: string;
1141
+
1142
+ LanguageCode?: LanguageCode | string;
1143
+
1144
+ LastModifiedTime?: Date;
1145
+ }
1146
+
1147
+ export declare const AbsoluteTimeRangeFilterSensitiveLog: (
1148
+ obj: AbsoluteTimeRange
1149
+ ) => any;
1150
+
1151
+ export declare const ChannelDefinitionFilterSensitiveLog: (
1152
+ obj: ChannelDefinition
1153
+ ) => any;
1154
+
1155
+ export declare const MediaFilterSensitiveLog: (obj: Media) => any;
1156
+
1157
+ export declare const ContentRedactionFilterSensitiveLog: (
1158
+ obj: ContentRedaction
1159
+ ) => any;
1160
+
1161
+ export declare const LanguageIdSettingsFilterSensitiveLog: (
1162
+ obj: LanguageIdSettings
1163
+ ) => any;
1164
+
1165
+ export declare const CallAnalyticsJobSettingsFilterSensitiveLog: (
1166
+ obj: CallAnalyticsJobSettings
1167
+ ) => any;
1168
+
1169
+ export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
1170
+
1171
+ export declare const CallAnalyticsJobFilterSensitiveLog: (
1172
+ obj: CallAnalyticsJob
1173
+ ) => any;
1174
+
1175
+ export declare const CallAnalyticsJobSummaryFilterSensitiveLog: (
1176
+ obj: CallAnalyticsJobSummary
1177
+ ) => any;
1178
+
1179
+ export declare const RelativeTimeRangeFilterSensitiveLog: (
1180
+ obj: RelativeTimeRange
1181
+ ) => any;
1182
+
1183
+ export declare const InterruptionFilterFilterSensitiveLog: (
1184
+ obj: InterruptionFilter
1185
+ ) => any;
1186
+
1187
+ export declare const NonTalkTimeFilterFilterSensitiveLog: (
1188
+ obj: NonTalkTimeFilter
1189
+ ) => any;
1190
+
1191
+ export declare const SentimentFilterFilterSensitiveLog: (
1192
+ obj: SentimentFilter
1193
+ ) => any;
1194
+
1195
+ export declare const TranscriptFilterFilterSensitiveLog: (
1196
+ obj: TranscriptFilter
1197
+ ) => any;
1198
+
1199
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
1200
+
1201
+ export declare const CategoryPropertiesFilterSensitiveLog: (
1202
+ obj: CategoryProperties
1203
+ ) => any;
1204
+
1205
+ export declare const CreateCallAnalyticsCategoryRequestFilterSensitiveLog: (
1206
+ obj: CreateCallAnalyticsCategoryRequest
1207
+ ) => any;
1208
+
1209
+ export declare const CreateCallAnalyticsCategoryResponseFilterSensitiveLog: (
1210
+ obj: CreateCallAnalyticsCategoryResponse
1211
+ ) => any;
1212
+
1213
+ export declare const InputDataConfigFilterSensitiveLog: (
1214
+ obj: InputDataConfig
1215
+ ) => any;
1216
+
1217
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1218
+
1219
+ export declare const CreateLanguageModelRequestFilterSensitiveLog: (
1220
+ obj: CreateLanguageModelRequest
1221
+ ) => any;
1222
+
1223
+ export declare const CreateLanguageModelResponseFilterSensitiveLog: (
1224
+ obj: CreateLanguageModelResponse
1225
+ ) => any;
1226
+
1227
+ export declare const CreateMedicalVocabularyRequestFilterSensitiveLog: (
1228
+ obj: CreateMedicalVocabularyRequest
1229
+ ) => any;
1230
+
1231
+ export declare const CreateMedicalVocabularyResponseFilterSensitiveLog: (
1232
+ obj: CreateMedicalVocabularyResponse
1233
+ ) => any;
1234
+
1235
+ export declare const CreateVocabularyRequestFilterSensitiveLog: (
1236
+ obj: CreateVocabularyRequest
1237
+ ) => any;
1238
+
1239
+ export declare const CreateVocabularyResponseFilterSensitiveLog: (
1240
+ obj: CreateVocabularyResponse
1241
+ ) => any;
1242
+
1243
+ export declare const CreateVocabularyFilterRequestFilterSensitiveLog: (
1244
+ obj: CreateVocabularyFilterRequest
1245
+ ) => any;
1246
+
1247
+ export declare const CreateVocabularyFilterResponseFilterSensitiveLog: (
1248
+ obj: CreateVocabularyFilterResponse
1249
+ ) => any;
1250
+
1251
+ export declare const DeleteCallAnalyticsCategoryRequestFilterSensitiveLog: (
1252
+ obj: DeleteCallAnalyticsCategoryRequest
1253
+ ) => any;
1254
+
1255
+ export declare const DeleteCallAnalyticsCategoryResponseFilterSensitiveLog: (
1256
+ obj: DeleteCallAnalyticsCategoryResponse
1257
+ ) => any;
1258
+
1259
+ export declare const DeleteCallAnalyticsJobRequestFilterSensitiveLog: (
1260
+ obj: DeleteCallAnalyticsJobRequest
1261
+ ) => any;
1262
+
1263
+ export declare const DeleteCallAnalyticsJobResponseFilterSensitiveLog: (
1264
+ obj: DeleteCallAnalyticsJobResponse
1265
+ ) => any;
1266
+
1267
+ export declare const DeleteLanguageModelRequestFilterSensitiveLog: (
1268
+ obj: DeleteLanguageModelRequest
1269
+ ) => any;
1270
+
1271
+ export declare const DeleteMedicalTranscriptionJobRequestFilterSensitiveLog: (
1272
+ obj: DeleteMedicalTranscriptionJobRequest
1273
+ ) => any;
1274
+
1275
+ export declare const DeleteMedicalVocabularyRequestFilterSensitiveLog: (
1276
+ obj: DeleteMedicalVocabularyRequest
1277
+ ) => any;
1278
+
1279
+ export declare const DeleteTranscriptionJobRequestFilterSensitiveLog: (
1280
+ obj: DeleteTranscriptionJobRequest
1281
+ ) => any;
1282
+
1283
+ export declare const DeleteVocabularyRequestFilterSensitiveLog: (
1284
+ obj: DeleteVocabularyRequest
1285
+ ) => any;
1286
+
1287
+ export declare const DeleteVocabularyFilterRequestFilterSensitiveLog: (
1288
+ obj: DeleteVocabularyFilterRequest
1289
+ ) => any;
1290
+
1291
+ export declare const DescribeLanguageModelRequestFilterSensitiveLog: (
1292
+ obj: DescribeLanguageModelRequest
1293
+ ) => any;
1294
+
1295
+ export declare const LanguageModelFilterSensitiveLog: (
1296
+ obj: LanguageModel
1297
+ ) => any;
1298
+
1299
+ export declare const DescribeLanguageModelResponseFilterSensitiveLog: (
1300
+ obj: DescribeLanguageModelResponse
1301
+ ) => any;
1302
+
1303
+ export declare const GetCallAnalyticsCategoryRequestFilterSensitiveLog: (
1304
+ obj: GetCallAnalyticsCategoryRequest
1305
+ ) => any;
1306
+
1307
+ export declare const GetCallAnalyticsCategoryResponseFilterSensitiveLog: (
1308
+ obj: GetCallAnalyticsCategoryResponse
1309
+ ) => any;
1310
+
1311
+ export declare const GetCallAnalyticsJobRequestFilterSensitiveLog: (
1312
+ obj: GetCallAnalyticsJobRequest
1313
+ ) => any;
1314
+
1315
+ export declare const GetCallAnalyticsJobResponseFilterSensitiveLog: (
1316
+ obj: GetCallAnalyticsJobResponse
1317
+ ) => any;
1318
+
1319
+ export declare const GetMedicalTranscriptionJobRequestFilterSensitiveLog: (
1320
+ obj: GetMedicalTranscriptionJobRequest
1321
+ ) => any;
1322
+
1323
+ export declare const MedicalTranscriptionSettingFilterSensitiveLog: (
1324
+ obj: MedicalTranscriptionSetting
1325
+ ) => any;
1326
+
1327
+ export declare const MedicalTranscriptFilterSensitiveLog: (
1328
+ obj: MedicalTranscript
1329
+ ) => any;
1330
+
1331
+ export declare const MedicalTranscriptionJobFilterSensitiveLog: (
1332
+ obj: MedicalTranscriptionJob
1333
+ ) => any;
1334
+
1335
+ export declare const GetMedicalTranscriptionJobResponseFilterSensitiveLog: (
1336
+ obj: GetMedicalTranscriptionJobResponse
1337
+ ) => any;
1338
+
1339
+ export declare const GetMedicalVocabularyRequestFilterSensitiveLog: (
1340
+ obj: GetMedicalVocabularyRequest
1341
+ ) => any;
1342
+
1343
+ export declare const GetMedicalVocabularyResponseFilterSensitiveLog: (
1344
+ obj: GetMedicalVocabularyResponse
1345
+ ) => any;
1346
+
1347
+ export declare const GetTranscriptionJobRequestFilterSensitiveLog: (
1348
+ obj: GetTranscriptionJobRequest
1349
+ ) => any;
1350
+
1351
+ export declare const JobExecutionSettingsFilterSensitiveLog: (
1352
+ obj: JobExecutionSettings
1353
+ ) => any;
1354
+
1355
+ export declare const LanguageCodeItemFilterSensitiveLog: (
1356
+ obj: LanguageCodeItem
1357
+ ) => any;
1358
+
1359
+ export declare const ModelSettingsFilterSensitiveLog: (
1360
+ obj: ModelSettings
1361
+ ) => any;
1362
+
1363
+ export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
1364
+
1365
+ export declare const SubtitlesOutputFilterSensitiveLog: (
1366
+ obj: SubtitlesOutput
1367
+ ) => any;
1368
+
1369
+ export declare const TranscriptionJobFilterSensitiveLog: (
1370
+ obj: TranscriptionJob
1371
+ ) => any;
1372
+
1373
+ export declare const GetTranscriptionJobResponseFilterSensitiveLog: (
1374
+ obj: GetTranscriptionJobResponse
1375
+ ) => any;
1376
+
1377
+ export declare const GetVocabularyRequestFilterSensitiveLog: (
1378
+ obj: GetVocabularyRequest
1379
+ ) => any;
1380
+
1381
+ export declare const GetVocabularyResponseFilterSensitiveLog: (
1382
+ obj: GetVocabularyResponse
1383
+ ) => any;
1384
+
1385
+ export declare const GetVocabularyFilterRequestFilterSensitiveLog: (
1386
+ obj: GetVocabularyFilterRequest
1387
+ ) => any;
1388
+
1389
+ export declare const GetVocabularyFilterResponseFilterSensitiveLog: (
1390
+ obj: GetVocabularyFilterResponse
1391
+ ) => any;
1392
+
1393
+ export declare const ListCallAnalyticsCategoriesRequestFilterSensitiveLog: (
1394
+ obj: ListCallAnalyticsCategoriesRequest
1395
+ ) => any;
1396
+
1397
+ export declare const ListCallAnalyticsCategoriesResponseFilterSensitiveLog: (
1398
+ obj: ListCallAnalyticsCategoriesResponse
1399
+ ) => any;
1400
+
1401
+ export declare const ListCallAnalyticsJobsRequestFilterSensitiveLog: (
1402
+ obj: ListCallAnalyticsJobsRequest
1403
+ ) => any;
1404
+
1405
+ export declare const ListCallAnalyticsJobsResponseFilterSensitiveLog: (
1406
+ obj: ListCallAnalyticsJobsResponse
1407
+ ) => any;
1408
+
1409
+ export declare const ListLanguageModelsRequestFilterSensitiveLog: (
1410
+ obj: ListLanguageModelsRequest
1411
+ ) => any;
1412
+
1413
+ export declare const ListLanguageModelsResponseFilterSensitiveLog: (
1414
+ obj: ListLanguageModelsResponse
1415
+ ) => any;
1416
+
1417
+ export declare const ListMedicalTranscriptionJobsRequestFilterSensitiveLog: (
1418
+ obj: ListMedicalTranscriptionJobsRequest
1419
+ ) => any;
1420
+
1421
+ export declare const MedicalTranscriptionJobSummaryFilterSensitiveLog: (
1422
+ obj: MedicalTranscriptionJobSummary
1423
+ ) => any;
1424
+
1425
+ export declare const ListMedicalTranscriptionJobsResponseFilterSensitiveLog: (
1426
+ obj: ListMedicalTranscriptionJobsResponse
1427
+ ) => any;
1428
+
1429
+ export declare const ListMedicalVocabulariesRequestFilterSensitiveLog: (
1430
+ obj: ListMedicalVocabulariesRequest
1431
+ ) => any;
1432
+
1433
+ export declare const VocabularyInfoFilterSensitiveLog: (
1434
+ obj: VocabularyInfo
1435
+ ) => any;
1436
+
1437
+ export declare const ListMedicalVocabulariesResponseFilterSensitiveLog: (
1438
+ obj: ListMedicalVocabulariesResponse
1439
+ ) => any;
1440
+
1441
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1442
+ obj: ListTagsForResourceRequest
1443
+ ) => any;
1444
+
1445
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1446
+ obj: ListTagsForResourceResponse
1447
+ ) => any;
1448
+
1449
+ export declare const ListTranscriptionJobsRequestFilterSensitiveLog: (
1450
+ obj: ListTranscriptionJobsRequest
1451
+ ) => any;
1452
+
1453
+ export declare const TranscriptionJobSummaryFilterSensitiveLog: (
1454
+ obj: TranscriptionJobSummary
1455
+ ) => any;
1456
+
1457
+ export declare const ListTranscriptionJobsResponseFilterSensitiveLog: (
1458
+ obj: ListTranscriptionJobsResponse
1459
+ ) => any;
1460
+
1461
+ export declare const ListVocabulariesRequestFilterSensitiveLog: (
1462
+ obj: ListVocabulariesRequest
1463
+ ) => any;
1464
+
1465
+ export declare const ListVocabulariesResponseFilterSensitiveLog: (
1466
+ obj: ListVocabulariesResponse
1467
+ ) => any;
1468
+
1469
+ export declare const ListVocabularyFiltersRequestFilterSensitiveLog: (
1470
+ obj: ListVocabularyFiltersRequest
1471
+ ) => any;
1472
+
1473
+ export declare const VocabularyFilterInfoFilterSensitiveLog: (
1474
+ obj: VocabularyFilterInfo
1475
+ ) => any;
1476
+
1477
+ export declare const ListVocabularyFiltersResponseFilterSensitiveLog: (
1478
+ obj: ListVocabularyFiltersResponse
1479
+ ) => any;
1480
+
1481
+ export declare const StartCallAnalyticsJobRequestFilterSensitiveLog: (
1482
+ obj: StartCallAnalyticsJobRequest
1483
+ ) => any;
1484
+
1485
+ export declare const StartCallAnalyticsJobResponseFilterSensitiveLog: (
1486
+ obj: StartCallAnalyticsJobResponse
1487
+ ) => any;
1488
+
1489
+ export declare const StartMedicalTranscriptionJobRequestFilterSensitiveLog: (
1490
+ obj: StartMedicalTranscriptionJobRequest
1491
+ ) => any;
1492
+
1493
+ export declare const StartMedicalTranscriptionJobResponseFilterSensitiveLog: (
1494
+ obj: StartMedicalTranscriptionJobResponse
1495
+ ) => any;
1496
+
1497
+ export declare const SubtitlesFilterSensitiveLog: (obj: Subtitles) => any;
1498
+
1499
+ export declare const StartTranscriptionJobRequestFilterSensitiveLog: (
1500
+ obj: StartTranscriptionJobRequest
1501
+ ) => any;
1502
+
1503
+ export declare const StartTranscriptionJobResponseFilterSensitiveLog: (
1504
+ obj: StartTranscriptionJobResponse
1505
+ ) => any;
1506
+
1507
+ export declare const TagResourceRequestFilterSensitiveLog: (
1508
+ obj: TagResourceRequest
1509
+ ) => any;
1510
+
1511
+ export declare const TagResourceResponseFilterSensitiveLog: (
1512
+ obj: TagResourceResponse
1513
+ ) => any;
1514
+
1515
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1516
+ obj: UntagResourceRequest
1517
+ ) => any;
1518
+
1519
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1520
+ obj: UntagResourceResponse
1521
+ ) => any;
1522
+
1523
+ export declare const UpdateCallAnalyticsCategoryRequestFilterSensitiveLog: (
1524
+ obj: UpdateCallAnalyticsCategoryRequest
1525
+ ) => any;
1526
+
1527
+ export declare const UpdateCallAnalyticsCategoryResponseFilterSensitiveLog: (
1528
+ obj: UpdateCallAnalyticsCategoryResponse
1529
+ ) => any;
1530
+
1531
+ export declare const UpdateMedicalVocabularyRequestFilterSensitiveLog: (
1532
+ obj: UpdateMedicalVocabularyRequest
1533
+ ) => any;
1534
+
1535
+ export declare const UpdateMedicalVocabularyResponseFilterSensitiveLog: (
1536
+ obj: UpdateMedicalVocabularyResponse
1537
+ ) => any;
1538
+
1539
+ export declare const UpdateVocabularyRequestFilterSensitiveLog: (
1540
+ obj: UpdateVocabularyRequest
1541
+ ) => any;
1542
+
1543
+ export declare const UpdateVocabularyResponseFilterSensitiveLog: (
1544
+ obj: UpdateVocabularyResponse
1545
+ ) => any;
1546
+
1547
+ export declare const UpdateVocabularyFilterRequestFilterSensitiveLog: (
1548
+ obj: UpdateVocabularyFilterRequest
1549
+ ) => any;
1550
+
1551
+ export declare const UpdateVocabularyFilterResponseFilterSensitiveLog: (
1552
+ obj: UpdateVocabularyFilterResponse
1553
+ ) => any;