@aws-sdk/client-transcribe 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/Transcribe.d.ts +667 -200
  3. package/dist-types/ts3.4/TranscribeClient.d.ts +338 -112
  4. package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +31 -17
  12. package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +39 -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 +7 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1118 -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 +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. package/package.json +34 -34
@@ -1,1452 +1,1118 @@
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
+ export interface AbsoluteTimeRange {
4
+ StartTime?: number;
5
+ EndTime?: number;
6
+ First?: number;
7
+ Last?: number;
8
+ }
9
+ export declare class BadRequestException extends __BaseException {
10
+ readonly name: "BadRequestException";
11
+ readonly $fault: "client";
12
+ Message?: string;
13
+ constructor(
14
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
15
+ );
16
+ }
17
+ export declare enum BaseModelName {
18
+ NARROW_BAND = "NarrowBand",
19
+ WIDE_BAND = "WideBand",
20
+ }
21
+ export declare enum CallAnalyticsJobStatus {
22
+ COMPLETED = "COMPLETED",
23
+ FAILED = "FAILED",
24
+ IN_PROGRESS = "IN_PROGRESS",
25
+ QUEUED = "QUEUED",
26
+ }
27
+ export declare enum ParticipantRole {
28
+ AGENT = "AGENT",
29
+ CUSTOMER = "CUSTOMER",
30
+ }
31
+ export interface ChannelDefinition {
32
+ ChannelId?: number;
33
+ ParticipantRole?: ParticipantRole | string;
34
+ }
35
+ export declare enum LanguageCode {
36
+ AF_ZA = "af-ZA",
37
+ AR_AE = "ar-AE",
38
+ AR_SA = "ar-SA",
39
+ DA_DK = "da-DK",
40
+ DE_CH = "de-CH",
41
+ DE_DE = "de-DE",
42
+ EN_AB = "en-AB",
43
+ EN_AU = "en-AU",
44
+ EN_GB = "en-GB",
45
+ EN_IE = "en-IE",
46
+ EN_IN = "en-IN",
47
+ EN_NZ = "en-NZ",
48
+ EN_US = "en-US",
49
+ EN_WL = "en-WL",
50
+ EN_ZA = "en-ZA",
51
+ ES_ES = "es-ES",
52
+ ES_US = "es-US",
53
+ FA_IR = "fa-IR",
54
+ FR_CA = "fr-CA",
55
+ FR_FR = "fr-FR",
56
+ HE_IL = "he-IL",
57
+ HI_IN = "hi-IN",
58
+ ID_ID = "id-ID",
59
+ IT_IT = "it-IT",
60
+ JA_JP = "ja-JP",
61
+ KO_KR = "ko-KR",
62
+ MS_MY = "ms-MY",
63
+ NL_NL = "nl-NL",
64
+ PT_BR = "pt-BR",
65
+ PT_PT = "pt-PT",
66
+ RU_RU = "ru-RU",
67
+ TA_IN = "ta-IN",
68
+ TE_IN = "te-IN",
69
+ TH_TH = "th-TH",
70
+ TR_TR = "tr-TR",
71
+ ZH_CN = "zh-CN",
72
+ ZH_TW = "zh-TW",
73
+ }
74
+ export interface Media {
75
+ MediaFileUri?: string;
76
+ RedactedMediaFileUri?: string;
77
+ }
78
+ export declare enum MediaFormat {
79
+ AMR = "amr",
80
+ FLAC = "flac",
81
+ MP3 = "mp3",
82
+ MP4 = "mp4",
83
+ OGG = "ogg",
84
+ WAV = "wav",
85
+ WEBM = "webm",
86
+ }
87
+ export declare enum PiiEntityType {
88
+ ADDRESS = "ADDRESS",
89
+ ALL = "ALL",
90
+ BANK_ACCOUNT_NUMBER = "BANK_ACCOUNT_NUMBER",
91
+ BANK_ROUTING = "BANK_ROUTING",
92
+ CREDIT_DEBIT_CVV = "CREDIT_DEBIT_CVV",
93
+ CREDIT_DEBIT_EXPIRY = "CREDIT_DEBIT_EXPIRY",
94
+ CREDIT_DEBIT_NUMBER = "CREDIT_DEBIT_NUMBER",
95
+ EMAIL = "EMAIL",
96
+ NAME = "NAME",
97
+ PHONE = "PHONE",
98
+ PIN = "PIN",
99
+ SSN = "SSN",
100
+ }
101
+ export declare enum RedactionOutput {
102
+ REDACTED = "redacted",
103
+ REDACTED_AND_UNREDACTED = "redacted_and_unredacted",
104
+ }
105
+ export declare enum RedactionType {
106
+ PII = "PII",
107
+ }
108
+ export interface ContentRedaction {
109
+ RedactionType: RedactionType | string | undefined;
110
+ RedactionOutput: RedactionOutput | string | undefined;
111
+ PiiEntityTypes?: (PiiEntityType | string)[];
112
+ }
113
+ export interface LanguageIdSettings {
114
+ VocabularyName?: string;
115
+ VocabularyFilterName?: string;
116
+ LanguageModelName?: string;
117
+ }
118
+ export declare enum VocabularyFilterMethod {
119
+ MASK = "mask",
120
+ REMOVE = "remove",
121
+ TAG = "tag",
122
+ }
123
+ export interface CallAnalyticsJobSettings {
124
+ VocabularyName?: string;
125
+ VocabularyFilterName?: string;
126
+ VocabularyFilterMethod?: VocabularyFilterMethod | string;
127
+ LanguageModelName?: string;
128
+ ContentRedaction?: ContentRedaction;
129
+ LanguageOptions?: (LanguageCode | string)[];
130
+ LanguageIdSettings?: Record<string, LanguageIdSettings>;
131
+ }
132
+ export interface Transcript {
133
+ TranscriptFileUri?: string;
134
+ RedactedTranscriptFileUri?: string;
135
+ }
136
+ export interface CallAnalyticsJob {
137
+ CallAnalyticsJobName?: string;
138
+ CallAnalyticsJobStatus?: CallAnalyticsJobStatus | string;
139
+ LanguageCode?: LanguageCode | string;
140
+ MediaSampleRateHertz?: number;
141
+ MediaFormat?: MediaFormat | string;
142
+ Media?: Media;
143
+ Transcript?: Transcript;
144
+ StartTime?: Date;
145
+ CreationTime?: Date;
146
+ CompletionTime?: Date;
147
+ FailureReason?: string;
148
+ DataAccessRoleArn?: string;
149
+ IdentifiedLanguageScore?: number;
150
+ Settings?: CallAnalyticsJobSettings;
151
+ ChannelDefinitions?: ChannelDefinition[];
152
+ }
153
+ export interface CallAnalyticsJobSummary {
154
+ CallAnalyticsJobName?: string;
155
+ CreationTime?: Date;
156
+ StartTime?: Date;
157
+ CompletionTime?: Date;
158
+ LanguageCode?: LanguageCode | string;
159
+ CallAnalyticsJobStatus?: CallAnalyticsJobStatus | string;
160
+ FailureReason?: string;
161
+ }
162
+ export interface RelativeTimeRange {
163
+ StartPercentage?: number;
164
+ EndPercentage?: number;
165
+ First?: number;
166
+ Last?: number;
167
+ }
168
+ export interface InterruptionFilter {
169
+ Threshold?: number;
170
+ ParticipantRole?: ParticipantRole | string;
171
+ AbsoluteTimeRange?: AbsoluteTimeRange;
172
+ RelativeTimeRange?: RelativeTimeRange;
173
+ Negate?: boolean;
174
+ }
175
+ export interface NonTalkTimeFilter {
176
+ Threshold?: number;
177
+ AbsoluteTimeRange?: AbsoluteTimeRange;
178
+ RelativeTimeRange?: RelativeTimeRange;
179
+ Negate?: boolean;
180
+ }
181
+ export declare enum SentimentValue {
182
+ MIXED = "MIXED",
183
+ NEGATIVE = "NEGATIVE",
184
+ NEUTRAL = "NEUTRAL",
185
+ POSITIVE = "POSITIVE",
186
+ }
187
+ export interface SentimentFilter {
188
+ Sentiments: (SentimentValue | string)[] | undefined;
189
+ AbsoluteTimeRange?: AbsoluteTimeRange;
190
+ RelativeTimeRange?: RelativeTimeRange;
191
+ ParticipantRole?: ParticipantRole | string;
192
+ Negate?: boolean;
193
+ }
194
+ export declare enum TranscriptFilterType {
195
+ EXACT = "EXACT",
196
+ }
197
+ export interface TranscriptFilter {
198
+ TranscriptFilterType: TranscriptFilterType | string | undefined;
199
+ AbsoluteTimeRange?: AbsoluteTimeRange;
200
+ RelativeTimeRange?: RelativeTimeRange;
201
+ ParticipantRole?: ParticipantRole | string;
202
+ Negate?: boolean;
203
+ Targets: string[] | undefined;
204
+ }
205
+ export declare type Rule =
206
+ | Rule.InterruptionFilterMember
207
+ | Rule.NonTalkTimeFilterMember
208
+ | Rule.SentimentFilterMember
209
+ | Rule.TranscriptFilterMember
210
+ | Rule.$UnknownMember;
211
+ export declare namespace Rule {
212
+ interface NonTalkTimeFilterMember {
213
+ NonTalkTimeFilter: NonTalkTimeFilter;
214
+ InterruptionFilter?: never;
215
+ TranscriptFilter?: never;
216
+ SentimentFilter?: never;
217
+ $unknown?: never;
218
+ }
219
+ interface InterruptionFilterMember {
220
+ NonTalkTimeFilter?: never;
221
+ InterruptionFilter: InterruptionFilter;
222
+ TranscriptFilter?: never;
223
+ SentimentFilter?: never;
224
+ $unknown?: never;
225
+ }
226
+ interface TranscriptFilterMember {
227
+ NonTalkTimeFilter?: never;
228
+ InterruptionFilter?: never;
229
+ TranscriptFilter: TranscriptFilter;
230
+ SentimentFilter?: never;
231
+ $unknown?: never;
232
+ }
233
+ interface SentimentFilterMember {
234
+ NonTalkTimeFilter?: never;
235
+ InterruptionFilter?: never;
236
+ TranscriptFilter?: never;
237
+ SentimentFilter: SentimentFilter;
238
+ $unknown?: never;
239
+ }
240
+ interface $UnknownMember {
241
+ NonTalkTimeFilter?: never;
242
+ InterruptionFilter?: never;
243
+ TranscriptFilter?: never;
244
+ SentimentFilter?: never;
245
+ $unknown: [string, any];
246
+ }
247
+ interface Visitor<T> {
248
+ NonTalkTimeFilter: (value: NonTalkTimeFilter) => T;
249
+ InterruptionFilter: (value: InterruptionFilter) => T;
250
+ TranscriptFilter: (value: TranscriptFilter) => T;
251
+ SentimentFilter: (value: SentimentFilter) => T;
252
+ _: (name: string, value: any) => T;
253
+ }
254
+ const visit: <T>(value: Rule, visitor: Visitor<T>) => T;
255
+ }
256
+ export interface CategoryProperties {
257
+ CategoryName?: string;
258
+ Rules?: Rule[];
259
+ CreateTime?: Date;
260
+ LastUpdateTime?: Date;
261
+ }
262
+ export declare enum CLMLanguageCode {
263
+ EN_AU = "en-AU",
264
+ EN_GB = "en-GB",
265
+ EN_US = "en-US",
266
+ ES_US = "es-US",
267
+ HI_IN = "hi-IN",
268
+ }
269
+ export declare class ConflictException extends __BaseException {
270
+ readonly name: "ConflictException";
271
+ readonly $fault: "client";
272
+ Message?: string;
273
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
274
+ }
275
+ export interface CreateCallAnalyticsCategoryRequest {
276
+ CategoryName: string | undefined;
277
+ Rules: Rule[] | undefined;
278
+ }
279
+ export interface CreateCallAnalyticsCategoryResponse {
280
+ CategoryProperties?: CategoryProperties;
281
+ }
282
+ export declare class InternalFailureException extends __BaseException {
283
+ readonly name: "InternalFailureException";
284
+ readonly $fault: "server";
285
+ Message?: string;
286
+ constructor(
287
+ opts: __ExceptionOptionType<InternalFailureException, __BaseException>
288
+ );
289
+ }
290
+ export declare class LimitExceededException extends __BaseException {
291
+ readonly name: "LimitExceededException";
292
+ readonly $fault: "client";
293
+ Message?: string;
294
+ constructor(
295
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
296
+ );
297
+ }
298
+ export interface InputDataConfig {
299
+ S3Uri: string | undefined;
300
+ TuningDataS3Uri?: string;
301
+ DataAccessRoleArn: string | undefined;
302
+ }
303
+ export interface Tag {
304
+ Key: string | undefined;
305
+ Value: string | undefined;
306
+ }
307
+ export interface CreateLanguageModelRequest {
308
+ LanguageCode: CLMLanguageCode | string | undefined;
309
+ BaseModelName: BaseModelName | string | undefined;
310
+ ModelName: string | undefined;
311
+ InputDataConfig: InputDataConfig | undefined;
312
+ Tags?: Tag[];
313
+ }
314
+ export declare enum ModelStatus {
315
+ COMPLETED = "COMPLETED",
316
+ FAILED = "FAILED",
317
+ IN_PROGRESS = "IN_PROGRESS",
318
+ }
319
+ export interface CreateLanguageModelResponse {
320
+ LanguageCode?: CLMLanguageCode | string;
321
+ BaseModelName?: BaseModelName | string;
322
+ ModelName?: string;
323
+ InputDataConfig?: InputDataConfig;
324
+ ModelStatus?: ModelStatus | string;
325
+ }
326
+ export interface CreateMedicalVocabularyRequest {
327
+ VocabularyName: string | undefined;
328
+ LanguageCode: LanguageCode | string | undefined;
329
+ VocabularyFileUri: string | undefined;
330
+ Tags?: Tag[];
331
+ }
332
+ export declare enum VocabularyState {
333
+ FAILED = "FAILED",
334
+ PENDING = "PENDING",
335
+ READY = "READY",
336
+ }
337
+ export interface CreateMedicalVocabularyResponse {
338
+ VocabularyName?: string;
339
+ LanguageCode?: LanguageCode | string;
340
+ VocabularyState?: VocabularyState | string;
341
+ LastModifiedTime?: Date;
342
+ FailureReason?: string;
343
+ }
344
+ export interface CreateVocabularyRequest {
345
+ VocabularyName: string | undefined;
346
+ LanguageCode: LanguageCode | string | undefined;
347
+ Phrases?: string[];
348
+ VocabularyFileUri?: string;
349
+ Tags?: Tag[];
350
+ }
351
+ export interface CreateVocabularyResponse {
352
+ VocabularyName?: string;
353
+ LanguageCode?: LanguageCode | string;
354
+ VocabularyState?: VocabularyState | string;
355
+ LastModifiedTime?: Date;
356
+ FailureReason?: string;
357
+ }
358
+ export interface CreateVocabularyFilterRequest {
359
+ VocabularyFilterName: string | undefined;
360
+ LanguageCode: LanguageCode | string | undefined;
361
+ Words?: string[];
362
+ VocabularyFilterFileUri?: string;
363
+ Tags?: Tag[];
364
+ }
365
+ export interface CreateVocabularyFilterResponse {
366
+ VocabularyFilterName?: string;
367
+ LanguageCode?: LanguageCode | string;
368
+ LastModifiedTime?: Date;
369
+ }
370
+ export interface DeleteCallAnalyticsCategoryRequest {
371
+ CategoryName: string | undefined;
372
+ }
373
+ export interface DeleteCallAnalyticsCategoryResponse {}
374
+ export declare class NotFoundException extends __BaseException {
375
+ readonly name: "NotFoundException";
376
+ readonly $fault: "client";
377
+ Message?: string;
378
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
379
+ }
380
+ export interface DeleteCallAnalyticsJobRequest {
381
+ CallAnalyticsJobName: string | undefined;
382
+ }
383
+ export interface DeleteCallAnalyticsJobResponse {}
384
+ export interface DeleteLanguageModelRequest {
385
+ ModelName: string | undefined;
386
+ }
387
+ export interface DeleteMedicalTranscriptionJobRequest {
388
+ MedicalTranscriptionJobName: string | undefined;
389
+ }
390
+ export interface DeleteMedicalVocabularyRequest {
391
+ VocabularyName: string | undefined;
392
+ }
393
+ export interface DeleteTranscriptionJobRequest {
394
+ TranscriptionJobName: string | undefined;
395
+ }
396
+ export interface DeleteVocabularyRequest {
397
+ VocabularyName: string | undefined;
398
+ }
399
+ export interface DeleteVocabularyFilterRequest {
400
+ VocabularyFilterName: string | undefined;
401
+ }
402
+ export interface DescribeLanguageModelRequest {
403
+ ModelName: string | undefined;
404
+ }
405
+ export interface LanguageModel {
406
+ ModelName?: string;
407
+ CreateTime?: Date;
408
+ LastModifiedTime?: Date;
409
+ LanguageCode?: CLMLanguageCode | string;
410
+ BaseModelName?: BaseModelName | string;
411
+ ModelStatus?: ModelStatus | string;
412
+ UpgradeAvailability?: boolean;
413
+ FailureReason?: string;
414
+ InputDataConfig?: InputDataConfig;
415
+ }
416
+ export interface DescribeLanguageModelResponse {
417
+ LanguageModel?: LanguageModel;
418
+ }
419
+ export interface GetCallAnalyticsCategoryRequest {
420
+ CategoryName: string | undefined;
421
+ }
422
+ export interface GetCallAnalyticsCategoryResponse {
423
+ CategoryProperties?: CategoryProperties;
424
+ }
425
+ export interface GetCallAnalyticsJobRequest {
426
+ CallAnalyticsJobName: string | undefined;
427
+ }
428
+ export interface GetCallAnalyticsJobResponse {
429
+ CallAnalyticsJob?: CallAnalyticsJob;
430
+ }
431
+ export interface GetMedicalTranscriptionJobRequest {
432
+ MedicalTranscriptionJobName: string | undefined;
433
+ }
434
+ export declare enum MedicalContentIdentificationType {
435
+ PHI = "PHI",
436
+ }
437
+ export interface MedicalTranscriptionSetting {
438
+ ShowSpeakerLabels?: boolean;
439
+ MaxSpeakerLabels?: number;
440
+ ChannelIdentification?: boolean;
441
+ ShowAlternatives?: boolean;
442
+ MaxAlternatives?: number;
443
+ VocabularyName?: string;
444
+ }
445
+ export declare enum Specialty {
446
+ PRIMARYCARE = "PRIMARYCARE",
447
+ }
448
+ export interface MedicalTranscript {
449
+ TranscriptFileUri?: string;
450
+ }
451
+ export declare enum TranscriptionJobStatus {
452
+ COMPLETED = "COMPLETED",
453
+ FAILED = "FAILED",
454
+ IN_PROGRESS = "IN_PROGRESS",
455
+ QUEUED = "QUEUED",
456
+ }
457
+ export declare enum Type {
458
+ CONVERSATION = "CONVERSATION",
459
+ DICTATION = "DICTATION",
460
+ }
461
+ export interface MedicalTranscriptionJob {
462
+ MedicalTranscriptionJobName?: string;
463
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
464
+ LanguageCode?: LanguageCode | string;
465
+ MediaSampleRateHertz?: number;
466
+ MediaFormat?: MediaFormat | string;
467
+ Media?: Media;
468
+ Transcript?: MedicalTranscript;
469
+ StartTime?: Date;
470
+ CreationTime?: Date;
471
+ CompletionTime?: Date;
472
+ FailureReason?: string;
473
+ Settings?: MedicalTranscriptionSetting;
474
+ ContentIdentificationType?: MedicalContentIdentificationType | string;
475
+ Specialty?: Specialty | string;
476
+ Type?: Type | string;
477
+ Tags?: Tag[];
478
+ }
479
+ export interface GetMedicalTranscriptionJobResponse {
480
+ MedicalTranscriptionJob?: MedicalTranscriptionJob;
481
+ }
482
+ export interface GetMedicalVocabularyRequest {
483
+ VocabularyName: string | undefined;
484
+ }
485
+ export interface GetMedicalVocabularyResponse {
486
+ VocabularyName?: string;
487
+ LanguageCode?: LanguageCode | string;
488
+ VocabularyState?: VocabularyState | string;
489
+ LastModifiedTime?: Date;
490
+ FailureReason?: string;
491
+ DownloadUri?: string;
492
+ }
493
+ export interface GetTranscriptionJobRequest {
494
+ TranscriptionJobName: string | undefined;
495
+ }
496
+ export interface JobExecutionSettings {
497
+ AllowDeferredExecution?: boolean;
498
+ DataAccessRoleArn?: string;
499
+ }
500
+ export interface LanguageCodeItem {
501
+ LanguageCode?: LanguageCode | string;
502
+ DurationInSeconds?: number;
503
+ }
504
+ export interface ModelSettings {
505
+ LanguageModelName?: string;
506
+ }
507
+ export interface Settings {
508
+ VocabularyName?: string;
509
+ ShowSpeakerLabels?: boolean;
510
+ MaxSpeakerLabels?: number;
511
+ ChannelIdentification?: boolean;
512
+ ShowAlternatives?: boolean;
513
+ MaxAlternatives?: number;
514
+ VocabularyFilterName?: string;
515
+ VocabularyFilterMethod?: VocabularyFilterMethod | string;
516
+ }
517
+ export declare enum SubtitleFormat {
518
+ SRT = "srt",
519
+ VTT = "vtt",
520
+ }
521
+ export interface SubtitlesOutput {
522
+ Formats?: (SubtitleFormat | string)[];
523
+ SubtitleFileUris?: string[];
524
+ OutputStartIndex?: number;
525
+ }
526
+ export interface TranscriptionJob {
527
+ TranscriptionJobName?: string;
528
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
529
+ LanguageCode?: LanguageCode | string;
530
+ MediaSampleRateHertz?: number;
531
+ MediaFormat?: MediaFormat | string;
532
+ Media?: Media;
533
+ Transcript?: Transcript;
534
+ StartTime?: Date;
535
+ CreationTime?: Date;
536
+ CompletionTime?: Date;
537
+ FailureReason?: string;
538
+ Settings?: Settings;
539
+ ModelSettings?: ModelSettings;
540
+ JobExecutionSettings?: JobExecutionSettings;
541
+ ContentRedaction?: ContentRedaction;
542
+ IdentifyLanguage?: boolean;
543
+ IdentifyMultipleLanguages?: boolean;
544
+ LanguageOptions?: (LanguageCode | string)[];
545
+ IdentifiedLanguageScore?: number;
546
+ LanguageCodes?: LanguageCodeItem[];
547
+ Tags?: Tag[];
548
+ Subtitles?: SubtitlesOutput;
549
+ LanguageIdSettings?: Record<string, LanguageIdSettings>;
550
+ }
551
+ export interface GetTranscriptionJobResponse {
552
+ TranscriptionJob?: TranscriptionJob;
553
+ }
554
+ export interface GetVocabularyRequest {
555
+ VocabularyName: string | undefined;
556
+ }
557
+ export interface GetVocabularyResponse {
558
+ VocabularyName?: string;
559
+ LanguageCode?: LanguageCode | string;
560
+ VocabularyState?: VocabularyState | string;
561
+ LastModifiedTime?: Date;
562
+ FailureReason?: string;
563
+ DownloadUri?: string;
564
+ }
565
+ export interface GetVocabularyFilterRequest {
566
+ VocabularyFilterName: string | undefined;
567
+ }
568
+ export interface GetVocabularyFilterResponse {
569
+ VocabularyFilterName?: string;
570
+ LanguageCode?: LanguageCode | string;
571
+ LastModifiedTime?: Date;
572
+ DownloadUri?: string;
573
+ }
574
+ export interface ListCallAnalyticsCategoriesRequest {
575
+ NextToken?: string;
576
+ MaxResults?: number;
577
+ }
578
+ export interface ListCallAnalyticsCategoriesResponse {
579
+ NextToken?: string;
580
+ Categories?: CategoryProperties[];
581
+ }
582
+ export interface ListCallAnalyticsJobsRequest {
583
+ Status?: CallAnalyticsJobStatus | string;
584
+ JobNameContains?: string;
585
+ NextToken?: string;
586
+ MaxResults?: number;
587
+ }
588
+ export interface ListCallAnalyticsJobsResponse {
589
+ Status?: CallAnalyticsJobStatus | string;
590
+ NextToken?: string;
591
+ CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[];
592
+ }
593
+ export interface ListLanguageModelsRequest {
594
+ StatusEquals?: ModelStatus | string;
595
+ NameContains?: string;
596
+ NextToken?: string;
597
+ MaxResults?: number;
598
+ }
599
+ export interface ListLanguageModelsResponse {
600
+ NextToken?: string;
601
+ Models?: LanguageModel[];
602
+ }
603
+ export interface ListMedicalTranscriptionJobsRequest {
604
+ Status?: TranscriptionJobStatus | string;
605
+ JobNameContains?: string;
606
+ NextToken?: string;
607
+ MaxResults?: number;
608
+ }
609
+ export declare enum OutputLocationType {
610
+ CUSTOMER_BUCKET = "CUSTOMER_BUCKET",
611
+ SERVICE_BUCKET = "SERVICE_BUCKET",
612
+ }
613
+ export interface MedicalTranscriptionJobSummary {
614
+ MedicalTranscriptionJobName?: string;
615
+ CreationTime?: Date;
616
+ StartTime?: Date;
617
+ CompletionTime?: Date;
618
+ LanguageCode?: LanguageCode | string;
619
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
620
+ FailureReason?: string;
621
+ OutputLocationType?: OutputLocationType | string;
622
+ Specialty?: Specialty | string;
623
+ ContentIdentificationType?: MedicalContentIdentificationType | string;
624
+ Type?: Type | string;
625
+ }
626
+ export interface ListMedicalTranscriptionJobsResponse {
627
+ Status?: TranscriptionJobStatus | string;
628
+ NextToken?: string;
629
+ MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[];
630
+ }
631
+ export interface ListMedicalVocabulariesRequest {
632
+ NextToken?: string;
633
+ MaxResults?: number;
634
+ StateEquals?: VocabularyState | string;
635
+ NameContains?: string;
636
+ }
637
+ export interface VocabularyInfo {
638
+ VocabularyName?: string;
639
+ LanguageCode?: LanguageCode | string;
640
+ LastModifiedTime?: Date;
641
+ VocabularyState?: VocabularyState | string;
642
+ }
643
+ export interface ListMedicalVocabulariesResponse {
644
+ Status?: VocabularyState | string;
645
+ NextToken?: string;
646
+ Vocabularies?: VocabularyInfo[];
647
+ }
648
+ export interface ListTagsForResourceRequest {
649
+ ResourceArn: string | undefined;
650
+ }
651
+ export interface ListTagsForResourceResponse {
652
+ ResourceArn?: string;
653
+ Tags?: Tag[];
654
+ }
655
+ export interface ListTranscriptionJobsRequest {
656
+ Status?: TranscriptionJobStatus | string;
657
+ JobNameContains?: string;
658
+ NextToken?: string;
659
+ MaxResults?: number;
660
+ }
661
+ export interface TranscriptionJobSummary {
662
+ TranscriptionJobName?: string;
663
+ CreationTime?: Date;
664
+ StartTime?: Date;
665
+ CompletionTime?: Date;
666
+ LanguageCode?: LanguageCode | string;
667
+ TranscriptionJobStatus?: TranscriptionJobStatus | string;
668
+ FailureReason?: string;
669
+ OutputLocationType?: OutputLocationType | string;
670
+ ContentRedaction?: ContentRedaction;
671
+ ModelSettings?: ModelSettings;
672
+ IdentifyLanguage?: boolean;
673
+ IdentifyMultipleLanguages?: boolean;
674
+ IdentifiedLanguageScore?: number;
675
+ LanguageCodes?: LanguageCodeItem[];
676
+ }
677
+ export interface ListTranscriptionJobsResponse {
678
+ Status?: TranscriptionJobStatus | string;
679
+ NextToken?: string;
680
+ TranscriptionJobSummaries?: TranscriptionJobSummary[];
681
+ }
682
+ export interface ListVocabulariesRequest {
683
+ NextToken?: string;
684
+ MaxResults?: number;
685
+ StateEquals?: VocabularyState | string;
686
+ NameContains?: string;
687
+ }
688
+ export interface ListVocabulariesResponse {
689
+ Status?: VocabularyState | string;
690
+ NextToken?: string;
691
+ Vocabularies?: VocabularyInfo[];
692
+ }
693
+ export interface ListVocabularyFiltersRequest {
694
+ NextToken?: string;
695
+ MaxResults?: number;
696
+ NameContains?: string;
697
+ }
698
+ export interface VocabularyFilterInfo {
699
+ VocabularyFilterName?: string;
700
+ LanguageCode?: LanguageCode | string;
701
+ LastModifiedTime?: Date;
702
+ }
703
+ export interface ListVocabularyFiltersResponse {
704
+ NextToken?: string;
705
+ VocabularyFilters?: VocabularyFilterInfo[];
706
+ }
707
+ export interface StartCallAnalyticsJobRequest {
708
+ CallAnalyticsJobName: string | undefined;
709
+ Media: Media | undefined;
710
+ OutputLocation?: string;
711
+ OutputEncryptionKMSKeyId?: string;
712
+ DataAccessRoleArn?: string;
713
+ Settings?: CallAnalyticsJobSettings;
714
+ ChannelDefinitions?: ChannelDefinition[];
715
+ }
716
+ export interface StartCallAnalyticsJobResponse {
717
+ CallAnalyticsJob?: CallAnalyticsJob;
718
+ }
719
+ export interface StartMedicalTranscriptionJobRequest {
720
+ MedicalTranscriptionJobName: string | undefined;
721
+ LanguageCode: LanguageCode | string | undefined;
722
+ MediaSampleRateHertz?: number;
723
+ MediaFormat?: MediaFormat | string;
724
+ Media: Media | undefined;
725
+ OutputBucketName: string | undefined;
726
+ OutputKey?: string;
727
+ OutputEncryptionKMSKeyId?: string;
728
+ KMSEncryptionContext?: Record<string, string>;
729
+ Settings?: MedicalTranscriptionSetting;
730
+ ContentIdentificationType?: MedicalContentIdentificationType | string;
731
+ Specialty: Specialty | string | undefined;
732
+ Type: Type | string | undefined;
733
+ Tags?: Tag[];
734
+ }
735
+ export interface StartMedicalTranscriptionJobResponse {
736
+ MedicalTranscriptionJob?: MedicalTranscriptionJob;
737
+ }
738
+ export interface Subtitles {
739
+ Formats?: (SubtitleFormat | string)[];
740
+ OutputStartIndex?: number;
741
+ }
742
+ export interface StartTranscriptionJobRequest {
743
+ TranscriptionJobName: string | undefined;
744
+ LanguageCode?: LanguageCode | string;
745
+ MediaSampleRateHertz?: number;
746
+ MediaFormat?: MediaFormat | string;
747
+ Media: Media | undefined;
748
+ OutputBucketName?: string;
749
+ OutputKey?: string;
750
+ OutputEncryptionKMSKeyId?: string;
751
+ KMSEncryptionContext?: Record<string, string>;
752
+ Settings?: Settings;
753
+ ModelSettings?: ModelSettings;
754
+ JobExecutionSettings?: JobExecutionSettings;
755
+ ContentRedaction?: ContentRedaction;
756
+ IdentifyLanguage?: boolean;
757
+ IdentifyMultipleLanguages?: boolean;
758
+ LanguageOptions?: (LanguageCode | string)[];
759
+ Subtitles?: Subtitles;
760
+ Tags?: Tag[];
761
+ LanguageIdSettings?: Record<string, LanguageIdSettings>;
762
+ }
763
+ export interface StartTranscriptionJobResponse {
764
+ TranscriptionJob?: TranscriptionJob;
765
+ }
766
+ export interface TagResourceRequest {
767
+ ResourceArn: string | undefined;
768
+ Tags: Tag[] | undefined;
769
+ }
770
+ export interface TagResourceResponse {}
771
+ export interface UntagResourceRequest {
772
+ ResourceArn: string | undefined;
773
+ TagKeys: string[] | undefined;
774
+ }
775
+ export interface UntagResourceResponse {}
776
+ export interface UpdateCallAnalyticsCategoryRequest {
777
+ CategoryName: string | undefined;
778
+ Rules: Rule[] | undefined;
779
+ }
780
+ export interface UpdateCallAnalyticsCategoryResponse {
781
+ CategoryProperties?: CategoryProperties;
782
+ }
783
+ export interface UpdateMedicalVocabularyRequest {
784
+ VocabularyName: string | undefined;
785
+ LanguageCode: LanguageCode | string | undefined;
786
+ VocabularyFileUri: string | undefined;
787
+ }
788
+ export interface UpdateMedicalVocabularyResponse {
789
+ VocabularyName?: string;
790
+ LanguageCode?: LanguageCode | string;
791
+ LastModifiedTime?: Date;
792
+ VocabularyState?: VocabularyState | string;
793
+ }
794
+ export interface UpdateVocabularyRequest {
795
+ VocabularyName: string | undefined;
796
+ LanguageCode: LanguageCode | string | undefined;
797
+ Phrases?: string[];
798
+ VocabularyFileUri?: string;
799
+ }
800
+ export interface UpdateVocabularyResponse {
801
+ VocabularyName?: string;
802
+ LanguageCode?: LanguageCode | string;
803
+ LastModifiedTime?: Date;
804
+ VocabularyState?: VocabularyState | string;
805
+ }
806
+ export interface UpdateVocabularyFilterRequest {
807
+ VocabularyFilterName: string | undefined;
808
+ Words?: string[];
809
+ VocabularyFilterFileUri?: string;
810
+ }
811
+ export interface UpdateVocabularyFilterResponse {
812
+ VocabularyFilterName?: string;
813
+ LanguageCode?: LanguageCode | string;
814
+ LastModifiedTime?: Date;
815
+ }
816
+ export declare const AbsoluteTimeRangeFilterSensitiveLog: (
817
+ obj: AbsoluteTimeRange
818
+ ) => any;
819
+ export declare const ChannelDefinitionFilterSensitiveLog: (
820
+ obj: ChannelDefinition
821
+ ) => any;
822
+ export declare const MediaFilterSensitiveLog: (obj: Media) => any;
823
+ export declare const ContentRedactionFilterSensitiveLog: (
824
+ obj: ContentRedaction
825
+ ) => any;
826
+ export declare const LanguageIdSettingsFilterSensitiveLog: (
827
+ obj: LanguageIdSettings
828
+ ) => any;
829
+ export declare const CallAnalyticsJobSettingsFilterSensitiveLog: (
830
+ obj: CallAnalyticsJobSettings
831
+ ) => any;
832
+ export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
833
+ export declare const CallAnalyticsJobFilterSensitiveLog: (
834
+ obj: CallAnalyticsJob
835
+ ) => any;
836
+ export declare const CallAnalyticsJobSummaryFilterSensitiveLog: (
837
+ obj: CallAnalyticsJobSummary
838
+ ) => any;
839
+ export declare const RelativeTimeRangeFilterSensitiveLog: (
840
+ obj: RelativeTimeRange
841
+ ) => any;
842
+ export declare const InterruptionFilterFilterSensitiveLog: (
843
+ obj: InterruptionFilter
844
+ ) => any;
845
+ export declare const NonTalkTimeFilterFilterSensitiveLog: (
846
+ obj: NonTalkTimeFilter
847
+ ) => any;
848
+ export declare const SentimentFilterFilterSensitiveLog: (
849
+ obj: SentimentFilter
850
+ ) => any;
851
+ export declare const TranscriptFilterFilterSensitiveLog: (
852
+ obj: TranscriptFilter
853
+ ) => any;
854
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
855
+ export declare const CategoryPropertiesFilterSensitiveLog: (
856
+ obj: CategoryProperties
857
+ ) => any;
858
+ export declare const CreateCallAnalyticsCategoryRequestFilterSensitiveLog: (
859
+ obj: CreateCallAnalyticsCategoryRequest
860
+ ) => any;
861
+ export declare const CreateCallAnalyticsCategoryResponseFilterSensitiveLog: (
862
+ obj: CreateCallAnalyticsCategoryResponse
863
+ ) => any;
864
+ export declare const InputDataConfigFilterSensitiveLog: (
865
+ obj: InputDataConfig
866
+ ) => any;
867
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
868
+ export declare const CreateLanguageModelRequestFilterSensitiveLog: (
869
+ obj: CreateLanguageModelRequest
870
+ ) => any;
871
+ export declare const CreateLanguageModelResponseFilterSensitiveLog: (
872
+ obj: CreateLanguageModelResponse
873
+ ) => any;
874
+ export declare const CreateMedicalVocabularyRequestFilterSensitiveLog: (
875
+ obj: CreateMedicalVocabularyRequest
876
+ ) => any;
877
+ export declare const CreateMedicalVocabularyResponseFilterSensitiveLog: (
878
+ obj: CreateMedicalVocabularyResponse
879
+ ) => any;
880
+ export declare const CreateVocabularyRequestFilterSensitiveLog: (
881
+ obj: CreateVocabularyRequest
882
+ ) => any;
883
+ export declare const CreateVocabularyResponseFilterSensitiveLog: (
884
+ obj: CreateVocabularyResponse
885
+ ) => any;
886
+ export declare const CreateVocabularyFilterRequestFilterSensitiveLog: (
887
+ obj: CreateVocabularyFilterRequest
888
+ ) => any;
889
+ export declare const CreateVocabularyFilterResponseFilterSensitiveLog: (
890
+ obj: CreateVocabularyFilterResponse
891
+ ) => any;
892
+ export declare const DeleteCallAnalyticsCategoryRequestFilterSensitiveLog: (
893
+ obj: DeleteCallAnalyticsCategoryRequest
894
+ ) => any;
895
+ export declare const DeleteCallAnalyticsCategoryResponseFilterSensitiveLog: (
896
+ obj: DeleteCallAnalyticsCategoryResponse
897
+ ) => any;
898
+ export declare const DeleteCallAnalyticsJobRequestFilterSensitiveLog: (
899
+ obj: DeleteCallAnalyticsJobRequest
900
+ ) => any;
901
+ export declare const DeleteCallAnalyticsJobResponseFilterSensitiveLog: (
902
+ obj: DeleteCallAnalyticsJobResponse
903
+ ) => any;
904
+ export declare const DeleteLanguageModelRequestFilterSensitiveLog: (
905
+ obj: DeleteLanguageModelRequest
906
+ ) => any;
907
+ export declare const DeleteMedicalTranscriptionJobRequestFilterSensitiveLog: (
908
+ obj: DeleteMedicalTranscriptionJobRequest
909
+ ) => any;
910
+ export declare const DeleteMedicalVocabularyRequestFilterSensitiveLog: (
911
+ obj: DeleteMedicalVocabularyRequest
912
+ ) => any;
913
+ export declare const DeleteTranscriptionJobRequestFilterSensitiveLog: (
914
+ obj: DeleteTranscriptionJobRequest
915
+ ) => any;
916
+ export declare const DeleteVocabularyRequestFilterSensitiveLog: (
917
+ obj: DeleteVocabularyRequest
918
+ ) => any;
919
+ export declare const DeleteVocabularyFilterRequestFilterSensitiveLog: (
920
+ obj: DeleteVocabularyFilterRequest
921
+ ) => any;
922
+ export declare const DescribeLanguageModelRequestFilterSensitiveLog: (
923
+ obj: DescribeLanguageModelRequest
924
+ ) => any;
925
+ export declare const LanguageModelFilterSensitiveLog: (
926
+ obj: LanguageModel
927
+ ) => any;
928
+ export declare const DescribeLanguageModelResponseFilterSensitiveLog: (
929
+ obj: DescribeLanguageModelResponse
930
+ ) => any;
931
+ export declare const GetCallAnalyticsCategoryRequestFilterSensitiveLog: (
932
+ obj: GetCallAnalyticsCategoryRequest
933
+ ) => any;
934
+ export declare const GetCallAnalyticsCategoryResponseFilterSensitiveLog: (
935
+ obj: GetCallAnalyticsCategoryResponse
936
+ ) => any;
937
+ export declare const GetCallAnalyticsJobRequestFilterSensitiveLog: (
938
+ obj: GetCallAnalyticsJobRequest
939
+ ) => any;
940
+ export declare const GetCallAnalyticsJobResponseFilterSensitiveLog: (
941
+ obj: GetCallAnalyticsJobResponse
942
+ ) => any;
943
+ export declare const GetMedicalTranscriptionJobRequestFilterSensitiveLog: (
944
+ obj: GetMedicalTranscriptionJobRequest
945
+ ) => any;
946
+ export declare const MedicalTranscriptionSettingFilterSensitiveLog: (
947
+ obj: MedicalTranscriptionSetting
948
+ ) => any;
949
+ export declare const MedicalTranscriptFilterSensitiveLog: (
950
+ obj: MedicalTranscript
951
+ ) => any;
952
+ export declare const MedicalTranscriptionJobFilterSensitiveLog: (
953
+ obj: MedicalTranscriptionJob
954
+ ) => any;
955
+ export declare const GetMedicalTranscriptionJobResponseFilterSensitiveLog: (
956
+ obj: GetMedicalTranscriptionJobResponse
957
+ ) => any;
958
+ export declare const GetMedicalVocabularyRequestFilterSensitiveLog: (
959
+ obj: GetMedicalVocabularyRequest
960
+ ) => any;
961
+ export declare const GetMedicalVocabularyResponseFilterSensitiveLog: (
962
+ obj: GetMedicalVocabularyResponse
963
+ ) => any;
964
+ export declare const GetTranscriptionJobRequestFilterSensitiveLog: (
965
+ obj: GetTranscriptionJobRequest
966
+ ) => any;
967
+ export declare const JobExecutionSettingsFilterSensitiveLog: (
968
+ obj: JobExecutionSettings
969
+ ) => any;
970
+ export declare const LanguageCodeItemFilterSensitiveLog: (
971
+ obj: LanguageCodeItem
972
+ ) => any;
973
+ export declare const ModelSettingsFilterSensitiveLog: (
974
+ obj: ModelSettings
975
+ ) => any;
976
+ export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
977
+ export declare const SubtitlesOutputFilterSensitiveLog: (
978
+ obj: SubtitlesOutput
979
+ ) => any;
980
+ export declare const TranscriptionJobFilterSensitiveLog: (
981
+ obj: TranscriptionJob
982
+ ) => any;
983
+ export declare const GetTranscriptionJobResponseFilterSensitiveLog: (
984
+ obj: GetTranscriptionJobResponse
985
+ ) => any;
986
+ export declare const GetVocabularyRequestFilterSensitiveLog: (
987
+ obj: GetVocabularyRequest
988
+ ) => any;
989
+ export declare const GetVocabularyResponseFilterSensitiveLog: (
990
+ obj: GetVocabularyResponse
991
+ ) => any;
992
+ export declare const GetVocabularyFilterRequestFilterSensitiveLog: (
993
+ obj: GetVocabularyFilterRequest
994
+ ) => any;
995
+ export declare const GetVocabularyFilterResponseFilterSensitiveLog: (
996
+ obj: GetVocabularyFilterResponse
997
+ ) => any;
998
+ export declare const ListCallAnalyticsCategoriesRequestFilterSensitiveLog: (
999
+ obj: ListCallAnalyticsCategoriesRequest
1000
+ ) => any;
1001
+ export declare const ListCallAnalyticsCategoriesResponseFilterSensitiveLog: (
1002
+ obj: ListCallAnalyticsCategoriesResponse
1003
+ ) => any;
1004
+ export declare const ListCallAnalyticsJobsRequestFilterSensitiveLog: (
1005
+ obj: ListCallAnalyticsJobsRequest
1006
+ ) => any;
1007
+ export declare const ListCallAnalyticsJobsResponseFilterSensitiveLog: (
1008
+ obj: ListCallAnalyticsJobsResponse
1009
+ ) => any;
1010
+ export declare const ListLanguageModelsRequestFilterSensitiveLog: (
1011
+ obj: ListLanguageModelsRequest
1012
+ ) => any;
1013
+ export declare const ListLanguageModelsResponseFilterSensitiveLog: (
1014
+ obj: ListLanguageModelsResponse
1015
+ ) => any;
1016
+ export declare const ListMedicalTranscriptionJobsRequestFilterSensitiveLog: (
1017
+ obj: ListMedicalTranscriptionJobsRequest
1018
+ ) => any;
1019
+ export declare const MedicalTranscriptionJobSummaryFilterSensitiveLog: (
1020
+ obj: MedicalTranscriptionJobSummary
1021
+ ) => any;
1022
+ export declare const ListMedicalTranscriptionJobsResponseFilterSensitiveLog: (
1023
+ obj: ListMedicalTranscriptionJobsResponse
1024
+ ) => any;
1025
+ export declare const ListMedicalVocabulariesRequestFilterSensitiveLog: (
1026
+ obj: ListMedicalVocabulariesRequest
1027
+ ) => any;
1028
+ export declare const VocabularyInfoFilterSensitiveLog: (
1029
+ obj: VocabularyInfo
1030
+ ) => any;
1031
+ export declare const ListMedicalVocabulariesResponseFilterSensitiveLog: (
1032
+ obj: ListMedicalVocabulariesResponse
1033
+ ) => any;
1034
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1035
+ obj: ListTagsForResourceRequest
1036
+ ) => any;
1037
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1038
+ obj: ListTagsForResourceResponse
1039
+ ) => any;
1040
+ export declare const ListTranscriptionJobsRequestFilterSensitiveLog: (
1041
+ obj: ListTranscriptionJobsRequest
1042
+ ) => any;
1043
+ export declare const TranscriptionJobSummaryFilterSensitiveLog: (
1044
+ obj: TranscriptionJobSummary
1045
+ ) => any;
1046
+ export declare const ListTranscriptionJobsResponseFilterSensitiveLog: (
1047
+ obj: ListTranscriptionJobsResponse
1048
+ ) => any;
1049
+ export declare const ListVocabulariesRequestFilterSensitiveLog: (
1050
+ obj: ListVocabulariesRequest
1051
+ ) => any;
1052
+ export declare const ListVocabulariesResponseFilterSensitiveLog: (
1053
+ obj: ListVocabulariesResponse
1054
+ ) => any;
1055
+ export declare const ListVocabularyFiltersRequestFilterSensitiveLog: (
1056
+ obj: ListVocabularyFiltersRequest
1057
+ ) => any;
1058
+ export declare const VocabularyFilterInfoFilterSensitiveLog: (
1059
+ obj: VocabularyFilterInfo
1060
+ ) => any;
1061
+ export declare const ListVocabularyFiltersResponseFilterSensitiveLog: (
1062
+ obj: ListVocabularyFiltersResponse
1063
+ ) => any;
1064
+ export declare const StartCallAnalyticsJobRequestFilterSensitiveLog: (
1065
+ obj: StartCallAnalyticsJobRequest
1066
+ ) => any;
1067
+ export declare const StartCallAnalyticsJobResponseFilterSensitiveLog: (
1068
+ obj: StartCallAnalyticsJobResponse
1069
+ ) => any;
1070
+ export declare const StartMedicalTranscriptionJobRequestFilterSensitiveLog: (
1071
+ obj: StartMedicalTranscriptionJobRequest
1072
+ ) => any;
1073
+ export declare const StartMedicalTranscriptionJobResponseFilterSensitiveLog: (
1074
+ obj: StartMedicalTranscriptionJobResponse
1075
+ ) => any;
1076
+ export declare const SubtitlesFilterSensitiveLog: (obj: Subtitles) => any;
1077
+ export declare const StartTranscriptionJobRequestFilterSensitiveLog: (
1078
+ obj: StartTranscriptionJobRequest
1079
+ ) => any;
1080
+ export declare const StartTranscriptionJobResponseFilterSensitiveLog: (
1081
+ obj: StartTranscriptionJobResponse
1082
+ ) => any;
1083
+ export declare const TagResourceRequestFilterSensitiveLog: (
1084
+ obj: TagResourceRequest
1085
+ ) => any;
1086
+ export declare const TagResourceResponseFilterSensitiveLog: (
1087
+ obj: TagResourceResponse
1088
+ ) => any;
1089
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1090
+ obj: UntagResourceRequest
1091
+ ) => any;
1092
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1093
+ obj: UntagResourceResponse
1094
+ ) => any;
1095
+ export declare const UpdateCallAnalyticsCategoryRequestFilterSensitiveLog: (
1096
+ obj: UpdateCallAnalyticsCategoryRequest
1097
+ ) => any;
1098
+ export declare const UpdateCallAnalyticsCategoryResponseFilterSensitiveLog: (
1099
+ obj: UpdateCallAnalyticsCategoryResponse
1100
+ ) => any;
1101
+ export declare const UpdateMedicalVocabularyRequestFilterSensitiveLog: (
1102
+ obj: UpdateMedicalVocabularyRequest
1103
+ ) => any;
1104
+ export declare const UpdateMedicalVocabularyResponseFilterSensitiveLog: (
1105
+ obj: UpdateMedicalVocabularyResponse
1106
+ ) => any;
1107
+ export declare const UpdateVocabularyRequestFilterSensitiveLog: (
1108
+ obj: UpdateVocabularyRequest
1109
+ ) => any;
1110
+ export declare const UpdateVocabularyResponseFilterSensitiveLog: (
1111
+ obj: UpdateVocabularyResponse
1112
+ ) => any;
1113
+ export declare const UpdateVocabularyFilterRequestFilterSensitiveLog: (
1114
+ obj: UpdateVocabularyFilterRequest
1115
+ ) => any;
1116
+ export declare const UpdateVocabularyFilterResponseFilterSensitiveLog: (
1117
+ obj: UpdateVocabularyFilterResponse
1118
+ ) => any;