@aws-sdk/client-transcribe 3.131.0 → 3.141.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 (85) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLanguageModelCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +2 -2
  6. package/dist-cjs/commands/CreateVocabularyCommand.js +2 -2
  7. package/dist-cjs/commands/CreateVocabularyFilterCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeLanguageModelCommand.js +2 -2
  17. package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +2 -2
  18. package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +2 -2
  19. package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +2 -2
  20. package/dist-cjs/commands/GetMedicalVocabularyCommand.js +2 -2
  21. package/dist-cjs/commands/GetTranscriptionJobCommand.js +2 -2
  22. package/dist-cjs/commands/GetVocabularyCommand.js +2 -2
  23. package/dist-cjs/commands/GetVocabularyFilterCommand.js +2 -2
  24. package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +2 -2
  25. package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +2 -2
  26. package/dist-cjs/commands/ListLanguageModelsCommand.js +2 -2
  27. package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +2 -2
  28. package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +2 -2
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-cjs/commands/ListTranscriptionJobsCommand.js +2 -2
  31. package/dist-cjs/commands/ListVocabulariesCommand.js +2 -2
  32. package/dist-cjs/commands/ListVocabularyFiltersCommand.js +2 -2
  33. package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +2 -2
  34. package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +2 -2
  35. package/dist-cjs/commands/StartTranscriptionJobCommand.js +2 -2
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateVocabularyCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +2 -2
  42. package/dist-cjs/models/models_0.js +439 -655
  43. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -3
  44. package/dist-es/commands/CreateLanguageModelCommand.js +3 -3
  45. package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -3
  46. package/dist-es/commands/CreateVocabularyCommand.js +3 -3
  47. package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -3
  48. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -3
  49. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -3
  50. package/dist-es/commands/DeleteLanguageModelCommand.js +2 -2
  51. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -2
  52. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +2 -2
  53. package/dist-es/commands/DeleteTranscriptionJobCommand.js +2 -2
  54. package/dist-es/commands/DeleteVocabularyCommand.js +2 -2
  55. package/dist-es/commands/DeleteVocabularyFilterCommand.js +2 -2
  56. package/dist-es/commands/DescribeLanguageModelCommand.js +3 -3
  57. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -3
  58. package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -3
  59. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -3
  60. package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -3
  61. package/dist-es/commands/GetTranscriptionJobCommand.js +3 -3
  62. package/dist-es/commands/GetVocabularyCommand.js +3 -3
  63. package/dist-es/commands/GetVocabularyFilterCommand.js +3 -3
  64. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -3
  65. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -3
  66. package/dist-es/commands/ListLanguageModelsCommand.js +3 -3
  67. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -3
  68. package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -3
  69. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  70. package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -3
  71. package/dist-es/commands/ListVocabulariesCommand.js +3 -3
  72. package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -3
  73. package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -3
  74. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -3
  75. package/dist-es/commands/StartTranscriptionJobCommand.js +3 -3
  76. package/dist-es/commands/TagResourceCommand.js +3 -3
  77. package/dist-es/commands/UntagResourceCommand.js +3 -3
  78. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -3
  79. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -3
  80. package/dist-es/commands/UpdateVocabularyCommand.js +3 -3
  81. package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -3
  82. package/dist-es/models/models_0.js +117 -438
  83. package/dist-types/models/models_0.d.ts +422 -633
  84. package/dist-types/ts3.4/models/models_0.d.ts +211 -422
  85. package/package.json +6 -6
@@ -41,12 +41,6 @@ export interface AbsoluteTimeRange {
41
41
  */
42
42
  Last?: number;
43
43
  }
44
- export declare namespace AbsoluteTimeRange {
45
- /**
46
- * @internal
47
- */
48
- const filterSensitiveLog: (obj: AbsoluteTimeRange) => any;
49
- }
50
44
  /**
51
45
  * <p>Your request didn't pass one or more validation tests. This can occur when the entity you're
52
46
  * trying to delete doesn't exist or if it's in a non-terminal state (such as
@@ -92,17 +86,10 @@ export interface ChannelDefinition {
92
86
  */
93
87
  ParticipantRole?: ParticipantRole | string;
94
88
  }
95
- export declare namespace ChannelDefinition {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: ChannelDefinition) => any;
100
- }
101
89
  export declare enum LanguageCode {
102
90
  AF_ZA = "af-ZA",
103
91
  AR_AE = "ar-AE",
104
92
  AR_SA = "ar-SA",
105
- CY_GB = "cy-GB",
106
93
  DA_DK = "da-DK",
107
94
  DE_CH = "de-CH",
108
95
  DE_DE = "de-DE",
@@ -120,8 +107,6 @@ export declare enum LanguageCode {
120
107
  FA_IR = "fa-IR",
121
108
  FR_CA = "fr-CA",
122
109
  FR_FR = "fr-FR",
123
- GA_IE = "ga-IE",
124
- GD_GB = "gd-GB",
125
110
  HE_IL = "he-IL",
126
111
  HI_IN = "hi-IN",
127
112
  ID_ID = "id-ID",
@@ -191,12 +176,6 @@ export interface Media {
191
176
  */
192
177
  RedactedMediaFileUri?: string;
193
178
  }
194
- export declare namespace Media {
195
- /**
196
- * @internal
197
- */
198
- const filterSensitiveLog: (obj: Media) => any;
199
- }
200
179
  export declare enum MediaFormat {
201
180
  AMR = "amr",
202
181
  FLAC = "flac",
@@ -256,12 +235,6 @@ export interface ContentRedaction {
256
235
  */
257
236
  PiiEntityTypes?: (PiiEntityType | string)[];
258
237
  }
259
- export declare namespace ContentRedaction {
260
- /**
261
- * @internal
262
- */
263
- const filterSensitiveLog: (obj: ContentRedaction) => any;
264
- }
265
238
  /**
266
239
  * <p>If using automatic language identification (<code>IdentifyLanguage</code>) in your request
267
240
  * and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary
@@ -316,12 +289,6 @@ export interface LanguageIdSettings {
316
289
  */
317
290
  LanguageModelName?: string;
318
291
  }
319
- export declare namespace LanguageIdSettings {
320
- /**
321
- * @internal
322
- */
323
- const filterSensitiveLog: (obj: LanguageIdSettings) => any;
324
- }
325
292
  export declare enum VocabularyFilterMethod {
326
293
  MASK = "mask",
327
294
  REMOVE = "remove",
@@ -403,12 +370,6 @@ export interface CallAnalyticsJobSettings {
403
370
  */
404
371
  LanguageIdSettings?: Record<string, LanguageIdSettings>;
405
372
  }
406
- export declare namespace CallAnalyticsJobSettings {
407
- /**
408
- * @internal
409
- */
410
- const filterSensitiveLog: (obj: CallAnalyticsJobSettings) => any;
411
- }
412
373
  /**
413
374
  * <p>Provides you with the Amazon S3 URI you can use to access your transcript.</p>
414
375
  */
@@ -449,12 +410,6 @@ export interface Transcript {
449
410
  */
450
411
  RedactedTranscriptFileUri?: string;
451
412
  }
452
- export declare namespace Transcript {
453
- /**
454
- * @internal
455
- */
456
- const filterSensitiveLog: (obj: Transcript) => any;
457
- }
458
413
  /**
459
414
  * <p>Provides detailed information about a Call Analytics job.</p>
460
415
  * <p>To view the job's status, refer to <code>CallAnalyticsJobStatus</code>. If the status is
@@ -615,12 +570,6 @@ export interface CallAnalyticsJob {
615
570
  */
616
571
  ChannelDefinitions?: ChannelDefinition[];
617
572
  }
618
- export declare namespace CallAnalyticsJob {
619
- /**
620
- * @internal
621
- */
622
- const filterSensitiveLog: (obj: CallAnalyticsJob) => any;
623
- }
624
573
  /**
625
574
  * <p>Provides detailed information about a specific Call Analytics job.</p>
626
575
  */
@@ -671,12 +620,6 @@ export interface CallAnalyticsJobSummary {
671
620
  */
672
621
  FailureReason?: string;
673
622
  }
674
- export declare namespace CallAnalyticsJobSummary {
675
- /**
676
- * @internal
677
- */
678
- const filterSensitiveLog: (obj: CallAnalyticsJobSummary) => any;
679
- }
680
623
  /**
681
624
  * <p>A time range, in percentage, between two points in your media file.</p>
682
625
  * <p>You can use <code>StartPercentage</code> and <code>EndPercentage</code> to
@@ -714,12 +657,6 @@ export interface RelativeTimeRange {
714
657
  */
715
658
  Last?: number;
716
659
  }
717
- export declare namespace RelativeTimeRange {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: RelativeTimeRange) => any;
722
- }
723
660
  /**
724
661
  * <p>Flag the presence or absence of interruptions in your Call Analytics transcription output.</p>
725
662
  * <p>Rules using <code>InterruptionFilter</code> are designed to match:</p>
@@ -769,12 +706,6 @@ export interface InterruptionFilter {
769
706
  */
770
707
  Negate?: boolean;
771
708
  }
772
- export declare namespace InterruptionFilter {
773
- /**
774
- * @internal
775
- */
776
- const filterSensitiveLog: (obj: InterruptionFilter) => any;
777
- }
778
709
  /**
779
710
  * <p>Flag the presence or absence of periods of silence in your Call Analytics transcription
780
711
  * output.</p>
@@ -814,12 +745,6 @@ export interface NonTalkTimeFilter {
814
745
  */
815
746
  Negate?: boolean;
816
747
  }
817
- export declare namespace NonTalkTimeFilter {
818
- /**
819
- * @internal
820
- */
821
- const filterSensitiveLog: (obj: NonTalkTimeFilter) => any;
822
- }
823
748
  export declare enum SentimentValue {
824
749
  MIXED = "MIXED",
825
750
  NEGATIVE = "NEGATIVE",
@@ -879,12 +804,6 @@ export interface SentimentFilter {
879
804
  */
880
805
  Negate?: boolean;
881
806
  }
882
- export declare namespace SentimentFilter {
883
- /**
884
- * @internal
885
- */
886
- const filterSensitiveLog: (obj: SentimentFilter) => any;
887
- }
888
807
  export declare enum TranscriptFilterType {
889
808
  EXACT = "EXACT"
890
809
  }
@@ -944,12 +863,6 @@ export interface TranscriptFilter {
944
863
  */
945
864
  Targets: string[] | undefined;
946
865
  }
947
- export declare namespace TranscriptFilter {
948
- /**
949
- * @internal
950
- */
951
- const filterSensitiveLog: (obj: TranscriptFilter) => any;
952
- }
953
866
  /**
954
867
  * <p>A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output.
955
868
  * Rules define a Call Analytics category.</p>
@@ -1023,10 +936,6 @@ export declare namespace Rule {
1023
936
  _: (name: string, value: any) => T;
1024
937
  }
1025
938
  const visit: <T>(value: Rule, visitor: Visitor<T>) => T;
1026
- /**
1027
- * @internal
1028
- */
1029
- const filterSensitiveLog: (obj: Rule) => any;
1030
939
  }
1031
940
  /**
1032
941
  * <p>Provides you with the properties of the Call Analytics category you specified in your
@@ -1058,12 +967,6 @@ export interface CategoryProperties {
1058
967
  */
1059
968
  LastUpdateTime?: Date;
1060
969
  }
1061
- export declare namespace CategoryProperties {
1062
- /**
1063
- * @internal
1064
- */
1065
- const filterSensitiveLog: (obj: CategoryProperties) => any;
1066
- }
1067
970
  export declare enum CLMLanguageCode {
1068
971
  EN_AU = "en-AU",
1069
972
  EN_GB = "en-GB",
@@ -1101,24 +1004,12 @@ export interface CreateCallAnalyticsCategoryRequest {
1101
1004
  */
1102
1005
  Rules: Rule[] | undefined;
1103
1006
  }
1104
- export declare namespace CreateCallAnalyticsCategoryRequest {
1105
- /**
1106
- * @internal
1107
- */
1108
- const filterSensitiveLog: (obj: CreateCallAnalyticsCategoryRequest) => any;
1109
- }
1110
1007
  export interface CreateCallAnalyticsCategoryResponse {
1111
1008
  /**
1112
1009
  * <p>Provides you with the properties of your new category, including its associated rules.</p>
1113
1010
  */
1114
1011
  CategoryProperties?: CategoryProperties;
1115
1012
  }
1116
- export declare namespace CreateCallAnalyticsCategoryResponse {
1117
- /**
1118
- * @internal
1119
- */
1120
- const filterSensitiveLog: (obj: CreateCallAnalyticsCategoryResponse) => any;
1121
- }
1122
1013
  /**
1123
1014
  * <p>There was an internal error. Check the error message, correct the issue, and try your
1124
1015
  * request again.</p>
@@ -1181,12 +1072,6 @@ export interface InputDataConfig {
1181
1072
  */
1182
1073
  DataAccessRoleArn: string | undefined;
1183
1074
  }
1184
- export declare namespace InputDataConfig {
1185
- /**
1186
- * @internal
1187
- */
1188
- const filterSensitiveLog: (obj: InputDataConfig) => any;
1189
- }
1190
1075
  /**
1191
1076
  * <p>Adds metadata, in the form of a key:value pair, to the specified resource.</p>
1192
1077
  * <p>For example, you could add the tag <code>Department:Sales</code> to a
@@ -1208,12 +1093,6 @@ export interface Tag {
1208
1093
  */
1209
1094
  Value: string | undefined;
1210
1095
  }
1211
- export declare namespace Tag {
1212
- /**
1213
- * @internal
1214
- */
1215
- const filterSensitiveLog: (obj: Tag) => any;
1216
- }
1217
1096
  export interface CreateLanguageModelRequest {
1218
1097
  /**
1219
1098
  * <p>The language code that represents the language of your model. Each language model must
@@ -1263,12 +1142,6 @@ export interface CreateLanguageModelRequest {
1263
1142
  */
1264
1143
  Tags?: Tag[];
1265
1144
  }
1266
- export declare namespace CreateLanguageModelRequest {
1267
- /**
1268
- * @internal
1269
- */
1270
- const filterSensitiveLog: (obj: CreateLanguageModelRequest) => any;
1271
- }
1272
1145
  export declare enum ModelStatus {
1273
1146
  COMPLETED = "COMPLETED",
1274
1147
  FAILED = "FAILED",
@@ -1300,12 +1173,6 @@ export interface CreateLanguageModelResponse {
1300
1173
  */
1301
1174
  ModelStatus?: ModelStatus | string;
1302
1175
  }
1303
- export declare namespace CreateLanguageModelResponse {
1304
- /**
1305
- * @internal
1306
- */
1307
- const filterSensitiveLog: (obj: CreateLanguageModelResponse) => any;
1308
- }
1309
1176
  export interface CreateMedicalVocabularyRequest {
1310
1177
  /**
1311
1178
  * <p>A unique name, chosen by you, for your new custom medical vocabulary.</p>
@@ -1336,12 +1203,6 @@ export interface CreateMedicalVocabularyRequest {
1336
1203
  */
1337
1204
  Tags?: Tag[];
1338
1205
  }
1339
- export declare namespace CreateMedicalVocabularyRequest {
1340
- /**
1341
- * @internal
1342
- */
1343
- const filterSensitiveLog: (obj: CreateMedicalVocabularyRequest) => any;
1344
- }
1345
1206
  export declare enum VocabularyState {
1346
1207
  FAILED = "FAILED",
1347
1208
  PENDING = "PENDING",
@@ -1377,12 +1238,6 @@ export interface CreateMedicalVocabularyResponse {
1377
1238
  */
1378
1239
  FailureReason?: string;
1379
1240
  }
1380
- export declare namespace CreateMedicalVocabularyResponse {
1381
- /**
1382
- * @internal
1383
- */
1384
- const filterSensitiveLog: (obj: CreateMedicalVocabularyResponse) => any;
1385
- }
1386
1241
  export interface CreateVocabularyRequest {
1387
1242
  /**
1388
1243
  * <p>A unique name, chosen by you, for your new custom vocabulary.</p>
@@ -1433,12 +1288,6 @@ export interface CreateVocabularyRequest {
1433
1288
  */
1434
1289
  Tags?: Tag[];
1435
1290
  }
1436
- export declare namespace CreateVocabularyRequest {
1437
- /**
1438
- * @internal
1439
- */
1440
- const filterSensitiveLog: (obj: CreateVocabularyRequest) => any;
1441
- }
1442
1291
  export interface CreateVocabularyResponse {
1443
1292
  /**
1444
1293
  * <p>The name you chose for your custom vocabulary.</p>
@@ -1467,12 +1316,6 @@ export interface CreateVocabularyResponse {
1467
1316
  */
1468
1317
  FailureReason?: string;
1469
1318
  }
1470
- export declare namespace CreateVocabularyResponse {
1471
- /**
1472
- * @internal
1473
- */
1474
- const filterSensitiveLog: (obj: CreateVocabularyResponse) => any;
1475
- }
1476
1319
  export interface CreateVocabularyFilterRequest {
1477
1320
  /**
1478
1321
  * <p>A unique name, chosen by you, for your new custom vocabulary filter.</p>
@@ -1524,12 +1367,6 @@ export interface CreateVocabularyFilterRequest {
1524
1367
  */
1525
1368
  Tags?: Tag[];
1526
1369
  }
1527
- export declare namespace CreateVocabularyFilterRequest {
1528
- /**
1529
- * @internal
1530
- */
1531
- const filterSensitiveLog: (obj: CreateVocabularyFilterRequest) => any;
1532
- }
1533
1370
  export interface CreateVocabularyFilterResponse {
1534
1371
  /**
1535
1372
  * <p>The name you chose for your custom vocabulary filter.</p>
@@ -1547,12 +1384,6 @@ export interface CreateVocabularyFilterResponse {
1547
1384
  */
1548
1385
  LastModifiedTime?: Date;
1549
1386
  }
1550
- export declare namespace CreateVocabularyFilterResponse {
1551
- /**
1552
- * @internal
1553
- */
1554
- const filterSensitiveLog: (obj: CreateVocabularyFilterResponse) => any;
1555
- }
1556
1387
  export interface DeleteCallAnalyticsCategoryRequest {
1557
1388
  /**
1558
1389
  * <p>The name of the Call Analytics category you want to delete. Category names are
@@ -1560,20 +1391,8 @@ export interface DeleteCallAnalyticsCategoryRequest {
1560
1391
  */
1561
1392
  CategoryName: string | undefined;
1562
1393
  }
1563
- export declare namespace DeleteCallAnalyticsCategoryRequest {
1564
- /**
1565
- * @internal
1566
- */
1567
- const filterSensitiveLog: (obj: DeleteCallAnalyticsCategoryRequest) => any;
1568
- }
1569
1394
  export interface DeleteCallAnalyticsCategoryResponse {
1570
1395
  }
1571
- export declare namespace DeleteCallAnalyticsCategoryResponse {
1572
- /**
1573
- * @internal
1574
- */
1575
- const filterSensitiveLog: (obj: DeleteCallAnalyticsCategoryResponse) => any;
1576
- }
1577
1396
  /**
1578
1397
  * <p>We can't find the requested resource. Check that the specified name is correct and try your
1579
1398
  * request again.</p>
@@ -1593,20 +1412,8 @@ export interface DeleteCallAnalyticsJobRequest {
1593
1412
  */
1594
1413
  CallAnalyticsJobName: string | undefined;
1595
1414
  }
1596
- export declare namespace DeleteCallAnalyticsJobRequest {
1597
- /**
1598
- * @internal
1599
- */
1600
- const filterSensitiveLog: (obj: DeleteCallAnalyticsJobRequest) => any;
1601
- }
1602
1415
  export interface DeleteCallAnalyticsJobResponse {
1603
1416
  }
1604
- export declare namespace DeleteCallAnalyticsJobResponse {
1605
- /**
1606
- * @internal
1607
- */
1608
- const filterSensitiveLog: (obj: DeleteCallAnalyticsJobResponse) => any;
1609
- }
1610
1417
  export interface DeleteLanguageModelRequest {
1611
1418
  /**
1612
1419
  * <p>The name of the custom language model you want to delete. Model names are
@@ -1614,12 +1421,6 @@ export interface DeleteLanguageModelRequest {
1614
1421
  */
1615
1422
  ModelName: string | undefined;
1616
1423
  }
1617
- export declare namespace DeleteLanguageModelRequest {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: DeleteLanguageModelRequest) => any;
1622
- }
1623
1424
  export interface DeleteMedicalTranscriptionJobRequest {
1624
1425
  /**
1625
1426
  * <p>The name of the medical transcription job you want to delete. Job names are case
@@ -1627,12 +1428,6 @@ export interface DeleteMedicalTranscriptionJobRequest {
1627
1428
  */
1628
1429
  MedicalTranscriptionJobName: string | undefined;
1629
1430
  }
1630
- export declare namespace DeleteMedicalTranscriptionJobRequest {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: DeleteMedicalTranscriptionJobRequest) => any;
1635
- }
1636
1431
  export interface DeleteMedicalVocabularyRequest {
1637
1432
  /**
1638
1433
  * <p>The name of the custom medical vocabulary you want to delete. Vocabulary names are
@@ -1640,24 +1435,12 @@ export interface DeleteMedicalVocabularyRequest {
1640
1435
  */
1641
1436
  VocabularyName: string | undefined;
1642
1437
  }
1643
- export declare namespace DeleteMedicalVocabularyRequest {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: DeleteMedicalVocabularyRequest) => any;
1648
- }
1649
1438
  export interface DeleteTranscriptionJobRequest {
1650
1439
  /**
1651
1440
  * <p>The name of the transcription job you want to delete. Job names are case sensitive.</p>
1652
1441
  */
1653
1442
  TranscriptionJobName: string | undefined;
1654
1443
  }
1655
- export declare namespace DeleteTranscriptionJobRequest {
1656
- /**
1657
- * @internal
1658
- */
1659
- const filterSensitiveLog: (obj: DeleteTranscriptionJobRequest) => any;
1660
- }
1661
1444
  export interface DeleteVocabularyRequest {
1662
1445
  /**
1663
1446
  * <p>The name of the custom vocabulary you want to delete. Vocabulary names are
@@ -1665,12 +1448,6 @@ export interface DeleteVocabularyRequest {
1665
1448
  */
1666
1449
  VocabularyName: string | undefined;
1667
1450
  }
1668
- export declare namespace DeleteVocabularyRequest {
1669
- /**
1670
- * @internal
1671
- */
1672
- const filterSensitiveLog: (obj: DeleteVocabularyRequest) => any;
1673
- }
1674
1451
  export interface DeleteVocabularyFilterRequest {
1675
1452
  /**
1676
1453
  * <p>The name of the custom vocabulary filter you want to delete. Vocabulary filter names
@@ -1678,12 +1455,6 @@ export interface DeleteVocabularyFilterRequest {
1678
1455
  */
1679
1456
  VocabularyFilterName: string | undefined;
1680
1457
  }
1681
- export declare namespace DeleteVocabularyFilterRequest {
1682
- /**
1683
- * @internal
1684
- */
1685
- const filterSensitiveLog: (obj: DeleteVocabularyFilterRequest) => any;
1686
- }
1687
1458
  export interface DescribeLanguageModelRequest {
1688
1459
  /**
1689
1460
  * <p>The name of the custom language model you want information about. Model names are
@@ -1691,12 +1462,6 @@ export interface DescribeLanguageModelRequest {
1691
1462
  */
1692
1463
  ModelName: string | undefined;
1693
1464
  }
1694
- export declare namespace DescribeLanguageModelRequest {
1695
- /**
1696
- * @internal
1697
- */
1698
- const filterSensitiveLog: (obj: DescribeLanguageModelRequest) => any;
1699
- }
1700
1465
  /**
1701
1466
  * <p>Provides information about a custom language model, including the base model name, when
1702
1467
  * the model was created, the location of the files used to train the model, when the model was last
@@ -1768,12 +1533,6 @@ export interface LanguageModel {
1768
1533
  */
1769
1534
  InputDataConfig?: InputDataConfig;
1770
1535
  }
1771
- export declare namespace LanguageModel {
1772
- /**
1773
- * @internal
1774
- */
1775
- const filterSensitiveLog: (obj: LanguageModel) => any;
1776
- }
1777
1536
  export interface DescribeLanguageModelResponse {
1778
1537
  /**
1779
1538
  * <p>Provides information about the specified custom language model.</p>
@@ -1786,12 +1545,6 @@ export interface DescribeLanguageModelResponse {
1786
1545
  */
1787
1546
  LanguageModel?: LanguageModel;
1788
1547
  }
1789
- export declare namespace DescribeLanguageModelResponse {
1790
- /**
1791
- * @internal
1792
- */
1793
- const filterSensitiveLog: (obj: DescribeLanguageModelResponse) => any;
1794
- }
1795
1548
  export interface GetCallAnalyticsCategoryRequest {
1796
1549
  /**
1797
1550
  * <p>The name of the Call Analytics category you want information about. Category names are
@@ -1799,12 +1552,6 @@ export interface GetCallAnalyticsCategoryRequest {
1799
1552
  */
1800
1553
  CategoryName: string | undefined;
1801
1554
  }
1802
- export declare namespace GetCallAnalyticsCategoryRequest {
1803
- /**
1804
- * @internal
1805
- */
1806
- const filterSensitiveLog: (obj: GetCallAnalyticsCategoryRequest) => any;
1807
- }
1808
1555
  export interface GetCallAnalyticsCategoryResponse {
1809
1556
  /**
1810
1557
  * <p>Provides you with the properties of the Call Analytics category you specified in your
@@ -1812,12 +1559,6 @@ export interface GetCallAnalyticsCategoryResponse {
1812
1559
  */
1813
1560
  CategoryProperties?: CategoryProperties;
1814
1561
  }
1815
- export declare namespace GetCallAnalyticsCategoryResponse {
1816
- /**
1817
- * @internal
1818
- */
1819
- const filterSensitiveLog: (obj: GetCallAnalyticsCategoryResponse) => any;
1820
- }
1821
1562
  export interface GetCallAnalyticsJobRequest {
1822
1563
  /**
1823
1564
  * <p>The name of the Call Analytics job you want information about. Job names are case
@@ -1825,12 +1566,6 @@ export interface GetCallAnalyticsJobRequest {
1825
1566
  */
1826
1567
  CallAnalyticsJobName: string | undefined;
1827
1568
  }
1828
- export declare namespace GetCallAnalyticsJobRequest {
1829
- /**
1830
- * @internal
1831
- */
1832
- const filterSensitiveLog: (obj: GetCallAnalyticsJobRequest) => any;
1833
- }
1834
1569
  export interface GetCallAnalyticsJobResponse {
1835
1570
  /**
1836
1571
  * <p>Provides detailed information about the specified Call Analytics job, including job status
@@ -1838,12 +1573,6 @@ export interface GetCallAnalyticsJobResponse {
1838
1573
  */
1839
1574
  CallAnalyticsJob?: CallAnalyticsJob;
1840
1575
  }
1841
- export declare namespace GetCallAnalyticsJobResponse {
1842
- /**
1843
- * @internal
1844
- */
1845
- const filterSensitiveLog: (obj: GetCallAnalyticsJobResponse) => any;
1846
- }
1847
1576
  export interface GetMedicalTranscriptionJobRequest {
1848
1577
  /**
1849
1578
  * <p>The name of the medical transcription job you want information about. Job names are case
@@ -1851,12 +1580,6 @@ export interface GetMedicalTranscriptionJobRequest {
1851
1580
  */
1852
1581
  MedicalTranscriptionJobName: string | undefined;
1853
1582
  }
1854
- export declare namespace GetMedicalTranscriptionJobRequest {
1855
- /**
1856
- * @internal
1857
- */
1858
- const filterSensitiveLog: (obj: GetMedicalTranscriptionJobRequest) => any;
1859
- }
1860
1583
  export declare enum MedicalContentIdentificationType {
1861
1584
  PHI = "PHI"
1862
1585
  }
@@ -1927,12 +1650,6 @@ export interface MedicalTranscriptionSetting {
1927
1650
  */
1928
1651
  VocabularyName?: string;
1929
1652
  }
1930
- export declare namespace MedicalTranscriptionSetting {
1931
- /**
1932
- * @internal
1933
- */
1934
- const filterSensitiveLog: (obj: MedicalTranscriptionSetting) => any;
1935
- }
1936
1653
  export declare enum Specialty {
1937
1654
  PRIMARYCARE = "PRIMARYCARE"
1938
1655
  }
@@ -1958,12 +1675,6 @@ export interface MedicalTranscript {
1958
1675
  */
1959
1676
  TranscriptFileUri?: string;
1960
1677
  }
1961
- export declare namespace MedicalTranscript {
1962
- /**
1963
- * @internal
1964
- */
1965
- const filterSensitiveLog: (obj: MedicalTranscript) => any;
1966
- }
1967
1678
  export declare enum TranscriptionJobStatus {
1968
1679
  COMPLETED = "COMPLETED",
1969
1680
  FAILED = "FAILED",
@@ -2117,12 +1828,6 @@ export interface MedicalTranscriptionJob {
2117
1828
  */
2118
1829
  Tags?: Tag[];
2119
1830
  }
2120
- export declare namespace MedicalTranscriptionJob {
2121
- /**
2122
- * @internal
2123
- */
2124
- const filterSensitiveLog: (obj: MedicalTranscriptionJob) => any;
2125
- }
2126
1831
  export interface GetMedicalTranscriptionJobResponse {
2127
1832
  /**
2128
1833
  * <p>Provides detailed information about the specified medical transcription job, including job
@@ -2130,12 +1835,6 @@ export interface GetMedicalTranscriptionJobResponse {
2130
1835
  */
2131
1836
  MedicalTranscriptionJob?: MedicalTranscriptionJob;
2132
1837
  }
2133
- export declare namespace GetMedicalTranscriptionJobResponse {
2134
- /**
2135
- * @internal
2136
- */
2137
- const filterSensitiveLog: (obj: GetMedicalTranscriptionJobResponse) => any;
2138
- }
2139
1838
  export interface GetMedicalVocabularyRequest {
2140
1839
  /**
2141
1840
  * <p>The name of the custom medical vocabulary you want information about. Vocabulary names
@@ -2143,12 +1842,6 @@ export interface GetMedicalVocabularyRequest {
2143
1842
  */
2144
1843
  VocabularyName: string | undefined;
2145
1844
  }
2146
- export declare namespace GetMedicalVocabularyRequest {
2147
- /**
2148
- * @internal
2149
- */
2150
- const filterSensitiveLog: (obj: GetMedicalVocabularyRequest) => any;
2151
- }
2152
1845
  export interface GetMedicalVocabularyResponse {
2153
1846
  /**
2154
1847
  * <p>The name of the custom medical vocabulary you requested information about.</p>
@@ -2184,12 +1877,6 @@ export interface GetMedicalVocabularyResponse {
2184
1877
  */
2185
1878
  DownloadUri?: string;
2186
1879
  }
2187
- export declare namespace GetMedicalVocabularyResponse {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: GetMedicalVocabularyResponse) => any;
2192
- }
2193
1880
  export interface GetTranscriptionJobRequest {
2194
1881
  /**
2195
1882
  * <p>The name of the transcription job you want information about. Job names are case
@@ -2197,12 +1884,6 @@ export interface GetTranscriptionJobRequest {
2197
1884
  */
2198
1885
  TranscriptionJobName: string | undefined;
2199
1886
  }
2200
- export declare namespace GetTranscriptionJobRequest {
2201
- /**
2202
- * @internal
2203
- */
2204
- const filterSensitiveLog: (obj: GetTranscriptionJobRequest) => any;
2205
- }
2206
1887
  /**
2207
1888
  * <p>Allows you to control how your transcription job is processed. Currently, the only
2208
1889
  * <code>JobExecutionSettings</code> modification you can choose is enabling job queueing using
@@ -2238,12 +1919,6 @@ export interface JobExecutionSettings {
2238
1919
  */
2239
1920
  DataAccessRoleArn?: string;
2240
1921
  }
2241
- export declare namespace JobExecutionSettings {
2242
- /**
2243
- * @internal
2244
- */
2245
- const filterSensitiveLog: (obj: JobExecutionSettings) => any;
2246
- }
2247
1922
  /**
2248
1923
  * <p>Provides information on the speech contained in a discreet utterance when
2249
1924
  * multi-language identification is enabled in your request. This utterance represents a block
@@ -2260,12 +1935,6 @@ export interface LanguageCodeItem {
2260
1935
  */
2261
1936
  DurationInSeconds?: number;
2262
1937
  }
2263
- export declare namespace LanguageCodeItem {
2264
- /**
2265
- * @internal
2266
- */
2267
- const filterSensitiveLog: (obj: LanguageCodeItem) => any;
2268
- }
2269
1938
  /**
2270
1939
  * <p>Provides the name of the custom language model that was included in the specified
2271
1940
  * transcription job.</p>
@@ -2285,12 +1954,6 @@ export interface ModelSettings {
2285
1954
  */
2286
1955
  LanguageModelName?: string;
2287
1956
  }
2288
- export declare namespace ModelSettings {
2289
- /**
2290
- * @internal
2291
- */
2292
- const filterSensitiveLog: (obj: ModelSettings) => any;
2293
- }
2294
1957
  /**
2295
1958
  * <p>Allows additional optional settings in your
2296
1959
  * request, including channel identification, alternative transcriptions, and speaker labeling; allows
@@ -2369,12 +2032,6 @@ export interface Settings {
2369
2032
  */
2370
2033
  VocabularyFilterMethod?: VocabularyFilterMethod | string;
2371
2034
  }
2372
- export declare namespace Settings {
2373
- /**
2374
- * @internal
2375
- */
2376
- const filterSensitiveLog: (obj: Settings) => any;
2377
- }
2378
2035
  export declare enum SubtitleFormat {
2379
2036
  SRT = "srt",
2380
2037
  VTT = "vtt"
@@ -2415,12 +2072,6 @@ export interface SubtitlesOutput {
2415
2072
  */
2416
2073
  OutputStartIndex?: number;
2417
2074
  }
2418
- export declare namespace SubtitlesOutput {
2419
- /**
2420
- * @internal
2421
- */
2422
- const filterSensitiveLog: (obj: SubtitlesOutput) => any;
2423
- }
2424
2075
  /**
2425
2076
  * <p>Provides detailed information about a transcription job.</p>
2426
2077
  * <p>To view the status of the specified transcription job, check the
@@ -2651,12 +2302,6 @@ export interface TranscriptionJob {
2651
2302
  */
2652
2303
  LanguageIdSettings?: Record<string, LanguageIdSettings>;
2653
2304
  }
2654
- export declare namespace TranscriptionJob {
2655
- /**
2656
- * @internal
2657
- */
2658
- const filterSensitiveLog: (obj: TranscriptionJob) => any;
2659
- }
2660
2305
  export interface GetTranscriptionJobResponse {
2661
2306
  /**
2662
2307
  * <p>Provides detailed information about the specified transcription job, including job status
@@ -2664,12 +2309,6 @@ export interface GetTranscriptionJobResponse {
2664
2309
  */
2665
2310
  TranscriptionJob?: TranscriptionJob;
2666
2311
  }
2667
- export declare namespace GetTranscriptionJobResponse {
2668
- /**
2669
- * @internal
2670
- */
2671
- const filterSensitiveLog: (obj: GetTranscriptionJobResponse) => any;
2672
- }
2673
2312
  export interface GetVocabularyRequest {
2674
2313
  /**
2675
2314
  * <p>The name of the custom vocabulary you want information about. Vocabulary names are
@@ -2677,12 +2316,6 @@ export interface GetVocabularyRequest {
2677
2316
  */
2678
2317
  VocabularyName: string | undefined;
2679
2318
  }
2680
- export declare namespace GetVocabularyRequest {
2681
- /**
2682
- * @internal
2683
- */
2684
- const filterSensitiveLog: (obj: GetVocabularyRequest) => any;
2685
- }
2686
2319
  export interface GetVocabularyResponse {
2687
2320
  /**
2688
2321
  * <p>The name of the custom vocabulary you requested information about.</p>
@@ -2716,12 +2349,6 @@ export interface GetVocabularyResponse {
2716
2349
  */
2717
2350
  DownloadUri?: string;
2718
2351
  }
2719
- export declare namespace GetVocabularyResponse {
2720
- /**
2721
- * @internal
2722
- */
2723
- const filterSensitiveLog: (obj: GetVocabularyResponse) => any;
2724
- }
2725
2352
  export interface GetVocabularyFilterRequest {
2726
2353
  /**
2727
2354
  * <p>The name of the custom vocabulary filter you want information about. Vocabulary filter
@@ -2729,12 +2356,6 @@ export interface GetVocabularyFilterRequest {
2729
2356
  */
2730
2357
  VocabularyFilterName: string | undefined;
2731
2358
  }
2732
- export declare namespace GetVocabularyFilterRequest {
2733
- /**
2734
- * @internal
2735
- */
2736
- const filterSensitiveLog: (obj: GetVocabularyFilterRequest) => any;
2737
- }
2738
2359
  export interface GetVocabularyFilterResponse {
2739
2360
  /**
2740
2361
  * <p>The name of the custom vocabulary filter you requested information about.</p>
@@ -2757,12 +2378,6 @@ export interface GetVocabularyFilterResponse {
2757
2378
  */
2758
2379
  DownloadUri?: string;
2759
2380
  }
2760
- export declare namespace GetVocabularyFilterResponse {
2761
- /**
2762
- * @internal
2763
- */
2764
- const filterSensitiveLog: (obj: GetVocabularyFilterResponse) => any;
2765
- }
2766
2381
  export interface ListCallAnalyticsCategoriesRequest {
2767
2382
  /**
2768
2383
  * <p>If your <code>ListCallAnalyticsCategories</code> request returns more results than can
@@ -2779,13 +2394,7 @@ export interface ListCallAnalyticsCategoriesRequest {
2779
2394
  */
2780
2395
  MaxResults?: number;
2781
2396
  }
2782
- export declare namespace ListCallAnalyticsCategoriesRequest {
2783
- /**
2784
- * @internal
2785
- */
2786
- const filterSensitiveLog: (obj: ListCallAnalyticsCategoriesRequest) => any;
2787
- }
2788
- export interface ListCallAnalyticsCategoriesResponse {
2397
+ export interface ListCallAnalyticsCategoriesResponse {
2789
2398
  /**
2790
2399
  * <p>If <code>NextToken</code> is present in your response, it indicates that not all results
2791
2400
  * are displayed. To view the next set of results, copy the string associated with the
@@ -2800,12 +2409,6 @@ export interface ListCallAnalyticsCategoriesResponse {
2800
2409
  */
2801
2410
  Categories?: CategoryProperties[];
2802
2411
  }
2803
- export declare namespace ListCallAnalyticsCategoriesResponse {
2804
- /**
2805
- * @internal
2806
- */
2807
- const filterSensitiveLog: (obj: ListCallAnalyticsCategoriesResponse) => any;
2808
- }
2809
2412
  export interface ListCallAnalyticsJobsRequest {
2810
2413
  /**
2811
2414
  * <p>Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation
@@ -2833,12 +2436,6 @@ export interface ListCallAnalyticsJobsRequest {
2833
2436
  */
2834
2437
  MaxResults?: number;
2835
2438
  }
2836
- export declare namespace ListCallAnalyticsJobsRequest {
2837
- /**
2838
- * @internal
2839
- */
2840
- const filterSensitiveLog: (obj: ListCallAnalyticsJobsRequest) => any;
2841
- }
2842
2439
  export interface ListCallAnalyticsJobsResponse {
2843
2440
  /**
2844
2441
  * <p>Lists all Call Analytics jobs that have the status specified in your request. Jobs are
@@ -2858,12 +2455,6 @@ export interface ListCallAnalyticsJobsResponse {
2858
2455
  */
2859
2456
  CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[];
2860
2457
  }
2861
- export declare namespace ListCallAnalyticsJobsResponse {
2862
- /**
2863
- * @internal
2864
- */
2865
- const filterSensitiveLog: (obj: ListCallAnalyticsJobsResponse) => any;
2866
- }
2867
2458
  export interface ListLanguageModelsRequest {
2868
2459
  /**
2869
2460
  * <p>Returns only custom language models with the specified status. Language
@@ -2891,12 +2482,6 @@ export interface ListLanguageModelsRequest {
2891
2482
  */
2892
2483
  MaxResults?: number;
2893
2484
  }
2894
- export declare namespace ListLanguageModelsRequest {
2895
- /**
2896
- * @internal
2897
- */
2898
- const filterSensitiveLog: (obj: ListLanguageModelsRequest) => any;
2899
- }
2900
2485
  export interface ListLanguageModelsResponse {
2901
2486
  /**
2902
2487
  * <p>If <code>NextToken</code> is present in your response, it indicates that not all results
@@ -2912,12 +2497,6 @@ export interface ListLanguageModelsResponse {
2912
2497
  */
2913
2498
  Models?: LanguageModel[];
2914
2499
  }
2915
- export declare namespace ListLanguageModelsResponse {
2916
- /**
2917
- * @internal
2918
- */
2919
- const filterSensitiveLog: (obj: ListLanguageModelsResponse) => any;
2920
- }
2921
2500
  export interface ListMedicalTranscriptionJobsRequest {
2922
2501
  /**
2923
2502
  * <p>Returns only medical transcription jobs with the specified status. Jobs are ordered by
@@ -2945,12 +2524,6 @@ export interface ListMedicalTranscriptionJobsRequest {
2945
2524
  */
2946
2525
  MaxResults?: number;
2947
2526
  }
2948
- export declare namespace ListMedicalTranscriptionJobsRequest {
2949
- /**
2950
- * @internal
2951
- */
2952
- const filterSensitiveLog: (obj: ListMedicalTranscriptionJobsRequest) => any;
2953
- }
2954
2527
  export declare enum OutputLocationType {
2955
2528
  CUSTOMER_BUCKET = "CUSTOMER_BUCKET",
2956
2529
  SERVICE_BUCKET = "SERVICE_BUCKET"
@@ -3032,12 +2605,6 @@ export interface MedicalTranscriptionJobSummary {
3032
2605
  */
3033
2606
  Type?: Type | string;
3034
2607
  }
3035
- export declare namespace MedicalTranscriptionJobSummary {
3036
- /**
3037
- * @internal
3038
- */
3039
- const filterSensitiveLog: (obj: MedicalTranscriptionJobSummary) => any;
3040
- }
3041
2608
  export interface ListMedicalTranscriptionJobsResponse {
3042
2609
  /**
3043
2610
  * <p>Lists all medical transcription jobs that have the status specified in your request. Jobs are
@@ -3057,12 +2624,6 @@ export interface ListMedicalTranscriptionJobsResponse {
3057
2624
  */
3058
2625
  MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[];
3059
2626
  }
3060
- export declare namespace ListMedicalTranscriptionJobsResponse {
3061
- /**
3062
- * @internal
3063
- */
3064
- const filterSensitiveLog: (obj: ListMedicalTranscriptionJobsResponse) => any;
3065
- }
3066
2627
  export interface ListMedicalVocabulariesRequest {
3067
2628
  /**
3068
2629
  * <p>If your <code>ListMedicalVocabularies</code> request returns more results than can be
@@ -3090,12 +2651,6 @@ export interface ListMedicalVocabulariesRequest {
3090
2651
  */
3091
2652
  NameContains?: string;
3092
2653
  }
3093
- export declare namespace ListMedicalVocabulariesRequest {
3094
- /**
3095
- * @internal
3096
- */
3097
- const filterSensitiveLog: (obj: ListMedicalVocabulariesRequest) => any;
3098
- }
3099
2654
  /**
3100
2655
  * <p>Provides information about a custom vocabulary, including the language of the vocabulary,
3101
2656
  * when it was last modified, its name, and the processing state.</p>
@@ -3127,12 +2682,6 @@ export interface VocabularyInfo {
3127
2682
  */
3128
2683
  VocabularyState?: VocabularyState | string;
3129
2684
  }
3130
- export declare namespace VocabularyInfo {
3131
- /**
3132
- * @internal
3133
- */
3134
- const filterSensitiveLog: (obj: VocabularyInfo) => any;
3135
- }
3136
2685
  export interface ListMedicalVocabulariesResponse {
3137
2686
  /**
3138
2687
  * <p>Lists all custom medical vocabularies that have the status specified in your request.
@@ -3153,12 +2702,6 @@ export interface ListMedicalVocabulariesResponse {
3153
2702
  */
3154
2703
  Vocabularies?: VocabularyInfo[];
3155
2704
  }
3156
- export declare namespace ListMedicalVocabulariesResponse {
3157
- /**
3158
- * @internal
3159
- */
3160
- const filterSensitiveLog: (obj: ListMedicalVocabulariesResponse) => any;
3161
- }
3162
2705
  export interface ListTagsForResourceRequest {
3163
2706
  /**
3164
2707
  * <p>Returns a list of all tags associated with the specified Amazon Resource Name (ARN). ARNs
@@ -3172,12 +2715,6 @@ export interface ListTagsForResourceRequest {
3172
2715
  */
3173
2716
  ResourceArn: string | undefined;
3174
2717
  }
3175
- export declare namespace ListTagsForResourceRequest {
3176
- /**
3177
- * @internal
3178
- */
3179
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3180
- }
3181
2718
  export interface ListTagsForResourceResponse {
3182
2719
  /**
3183
2720
  * <p>The Amazon Resource Name (ARN) specified in your request.</p>
@@ -3189,12 +2726,6 @@ export interface ListTagsForResourceResponse {
3189
2726
  */
3190
2727
  Tags?: Tag[];
3191
2728
  }
3192
- export declare namespace ListTagsForResourceResponse {
3193
- /**
3194
- * @internal
3195
- */
3196
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3197
- }
3198
2729
  export interface ListTranscriptionJobsRequest {
3199
2730
  /**
3200
2731
  * <p>Returns only transcription jobs with the specified status. Jobs are ordered by creation
@@ -3222,12 +2753,6 @@ export interface ListTranscriptionJobsRequest {
3222
2753
  */
3223
2754
  MaxResults?: number;
3224
2755
  }
3225
- export declare namespace ListTranscriptionJobsRequest {
3226
- /**
3227
- * @internal
3228
- */
3229
- const filterSensitiveLog: (obj: ListTranscriptionJobsRequest) => any;
3230
- }
3231
2756
  /**
3232
2757
  * <p>Provides detailed information about a specific transcription job.</p>
3233
2758
  */
@@ -3328,12 +2853,6 @@ export interface TranscriptionJobSummary {
3328
2853
  */
3329
2854
  LanguageCodes?: LanguageCodeItem[];
3330
2855
  }
3331
- export declare namespace TranscriptionJobSummary {
3332
- /**
3333
- * @internal
3334
- */
3335
- const filterSensitiveLog: (obj: TranscriptionJobSummary) => any;
3336
- }
3337
2856
  export interface ListTranscriptionJobsResponse {
3338
2857
  /**
3339
2858
  * <p>Lists all transcription jobs that have the status specified in your request. Jobs are
@@ -3353,12 +2872,6 @@ export interface ListTranscriptionJobsResponse {
3353
2872
  */
3354
2873
  TranscriptionJobSummaries?: TranscriptionJobSummary[];
3355
2874
  }
3356
- export declare namespace ListTranscriptionJobsResponse {
3357
- /**
3358
- * @internal
3359
- */
3360
- const filterSensitiveLog: (obj: ListTranscriptionJobsResponse) => any;
3361
- }
3362
2875
  export interface ListVocabulariesRequest {
3363
2876
  /**
3364
2877
  * <p>If your <code>ListVocabularies</code> request returns more results than can be displayed,
@@ -3386,12 +2899,6 @@ export interface ListVocabulariesRequest {
3386
2899
  */
3387
2900
  NameContains?: string;
3388
2901
  }
3389
- export declare namespace ListVocabulariesRequest {
3390
- /**
3391
- * @internal
3392
- */
3393
- const filterSensitiveLog: (obj: ListVocabulariesRequest) => any;
3394
- }
3395
2902
  export interface ListVocabulariesResponse {
3396
2903
  /**
3397
2904
  * <p>Lists all custom vocabularies that have the status specified in your request. Vocabularies
@@ -3412,12 +2919,6 @@ export interface ListVocabulariesResponse {
3412
2919
  */
3413
2920
  Vocabularies?: VocabularyInfo[];
3414
2921
  }
3415
- export declare namespace ListVocabulariesResponse {
3416
- /**
3417
- * @internal
3418
- */
3419
- const filterSensitiveLog: (obj: ListVocabulariesResponse) => any;
3420
- }
3421
2922
  export interface ListVocabularyFiltersRequest {
3422
2923
  /**
3423
2924
  * <p>If your <code>ListVocabularyFilters</code> request returns more results than can
@@ -3439,12 +2940,6 @@ export interface ListVocabularyFiltersRequest {
3439
2940
  */
3440
2941
  NameContains?: string;
3441
2942
  }
3442
- export declare namespace ListVocabularyFiltersRequest {
3443
- /**
3444
- * @internal
3445
- */
3446
- const filterSensitiveLog: (obj: ListVocabularyFiltersRequest) => any;
3447
- }
3448
2943
  /**
3449
2944
  * <p>Provides information about a vocabulary filter, including the language of the filter, when it
3450
2945
  * was last modified, and its name.</p>
@@ -3475,12 +2970,6 @@ export interface VocabularyFilterInfo {
3475
2970
  */
3476
2971
  LastModifiedTime?: Date;
3477
2972
  }
3478
- export declare namespace VocabularyFilterInfo {
3479
- /**
3480
- * @internal
3481
- */
3482
- const filterSensitiveLog: (obj: VocabularyFilterInfo) => any;
3483
- }
3484
2973
  export interface ListVocabularyFiltersResponse {
3485
2974
  /**
3486
2975
  * <p>If <code>NextToken</code> is present in your response, it indicates that not all results
@@ -3496,12 +2985,6 @@ export interface ListVocabularyFiltersResponse {
3496
2985
  */
3497
2986
  VocabularyFilters?: VocabularyFilterInfo[];
3498
2987
  }
3499
- export declare namespace ListVocabularyFiltersResponse {
3500
- /**
3501
- * @internal
3502
- */
3503
- const filterSensitiveLog: (obj: ListVocabularyFiltersResponse) => any;
3504
- }
3505
2988
  export interface StartCallAnalyticsJobRequest {
3506
2989
  /**
3507
2990
  * <p>A unique name, chosen by you, for your Call Analytics job.</p>
@@ -3611,12 +3094,6 @@ export interface StartCallAnalyticsJobRequest {
3611
3094
  */
3612
3095
  ChannelDefinitions?: ChannelDefinition[];
3613
3096
  }
3614
- export declare namespace StartCallAnalyticsJobRequest {
3615
- /**
3616
- * @internal
3617
- */
3618
- const filterSensitiveLog: (obj: StartCallAnalyticsJobRequest) => any;
3619
- }
3620
3097
  export interface StartCallAnalyticsJobResponse {
3621
3098
  /**
3622
3099
  * <p>Provides detailed information about the current Call Analytics job, including job status
@@ -3624,12 +3101,6 @@ export interface StartCallAnalyticsJobResponse {
3624
3101
  */
3625
3102
  CallAnalyticsJob?: CallAnalyticsJob;
3626
3103
  }
3627
- export declare namespace StartCallAnalyticsJobResponse {
3628
- /**
3629
- * @internal
3630
- */
3631
- const filterSensitiveLog: (obj: StartCallAnalyticsJobResponse) => any;
3632
- }
3633
3104
  export interface StartMedicalTranscriptionJobRequest {
3634
3105
  /**
3635
3106
  * <p>A unique name, chosen by you, for your medical transcription job. The name you specify is
@@ -3802,12 +3273,6 @@ export interface StartMedicalTranscriptionJobRequest {
3802
3273
  */
3803
3274
  Tags?: Tag[];
3804
3275
  }
3805
- export declare namespace StartMedicalTranscriptionJobRequest {
3806
- /**
3807
- * @internal
3808
- */
3809
- const filterSensitiveLog: (obj: StartMedicalTranscriptionJobRequest) => any;
3810
- }
3811
3276
  export interface StartMedicalTranscriptionJobResponse {
3812
3277
  /**
3813
3278
  * <p>Provides detailed information about the current medical transcription job, including job
@@ -3815,12 +3280,6 @@ export interface StartMedicalTranscriptionJobResponse {
3815
3280
  */
3816
3281
  MedicalTranscriptionJob?: MedicalTranscriptionJob;
3817
3282
  }
3818
- export declare namespace StartMedicalTranscriptionJobResponse {
3819
- /**
3820
- * @internal
3821
- */
3822
- const filterSensitiveLog: (obj: StartMedicalTranscriptionJobResponse) => any;
3823
- }
3824
3283
  /**
3825
3284
  * <p>Generate subtitles for your media file with your transcription request.</p>
3826
3285
  * <p>You can choose a start index of 0 or 1, and you can specify either WebVTT or SubRip (or
@@ -3844,12 +3303,6 @@ export interface Subtitles {
3844
3303
  */
3845
3304
  OutputStartIndex?: number;
3846
3305
  }
3847
- export declare namespace Subtitles {
3848
- /**
3849
- * @internal
3850
- */
3851
- const filterSensitiveLog: (obj: Subtitles) => any;
3852
- }
3853
3306
  export interface StartTranscriptionJobRequest {
3854
3307
  /**
3855
3308
  * <p>A unique name, chosen by you, for your transcription job. The name you specify is
@@ -4122,12 +3575,6 @@ export interface StartTranscriptionJobRequest {
4122
3575
  */
4123
3576
  LanguageIdSettings?: Record<string, LanguageIdSettings>;
4124
3577
  }
4125
- export declare namespace StartTranscriptionJobRequest {
4126
- /**
4127
- * @internal
4128
- */
4129
- const filterSensitiveLog: (obj: StartTranscriptionJobRequest) => any;
4130
- }
4131
3578
  export interface StartTranscriptionJobResponse {
4132
3579
  /**
4133
3580
  * <p>Provides detailed information about the current transcription job, including job status
@@ -4135,12 +3582,6 @@ export interface StartTranscriptionJobResponse {
4135
3582
  */
4136
3583
  TranscriptionJob?: TranscriptionJob;
4137
3584
  }
4138
- export declare namespace StartTranscriptionJobResponse {
4139
- /**
4140
- * @internal
4141
- */
4142
- const filterSensitiveLog: (obj: StartTranscriptionJobResponse) => any;
4143
- }
4144
3585
  export interface TagResourceRequest {
4145
3586
  /**
4146
3587
  * <p>The Amazon Resource Name (ARN) of the resource you want to tag. ARNs have the format
@@ -4160,20 +3601,8 @@ export interface TagResourceRequest {
4160
3601
  */
4161
3602
  Tags: Tag[] | undefined;
4162
3603
  }
4163
- export declare namespace TagResourceRequest {
4164
- /**
4165
- * @internal
4166
- */
4167
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4168
- }
4169
3604
  export interface TagResourceResponse {
4170
3605
  }
4171
- export declare namespace TagResourceResponse {
4172
- /**
4173
- * @internal
4174
- */
4175
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4176
- }
4177
3606
  export interface UntagResourceRequest {
4178
3607
  /**
4179
3608
  * <p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove
@@ -4192,20 +3621,8 @@ export interface UntagResourceRequest {
4192
3621
  */
4193
3622
  TagKeys: string[] | undefined;
4194
3623
  }
4195
- export declare namespace UntagResourceRequest {
4196
- /**
4197
- * @internal
4198
- */
4199
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4200
- }
4201
3624
  export interface UntagResourceResponse {
4202
3625
  }
4203
- export declare namespace UntagResourceResponse {
4204
- /**
4205
- * @internal
4206
- */
4207
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4208
- }
4209
3626
  export interface UpdateCallAnalyticsCategoryRequest {
4210
3627
  /**
4211
3628
  * <p>The name of the Call Analytics category you want to update. Category names are case
@@ -4218,12 +3635,6 @@ export interface UpdateCallAnalyticsCategoryRequest {
4218
3635
  */
4219
3636
  Rules: Rule[] | undefined;
4220
3637
  }
4221
- export declare namespace UpdateCallAnalyticsCategoryRequest {
4222
- /**
4223
- * @internal
4224
- */
4225
- const filterSensitiveLog: (obj: UpdateCallAnalyticsCategoryRequest) => any;
4226
- }
4227
3638
  export interface UpdateCallAnalyticsCategoryResponse {
4228
3639
  /**
4229
3640
  * <p>Provides you with the properties of the Call Analytics category you specified in your
@@ -4231,12 +3642,6 @@ export interface UpdateCallAnalyticsCategoryResponse {
4231
3642
  */
4232
3643
  CategoryProperties?: CategoryProperties;
4233
3644
  }
4234
- export declare namespace UpdateCallAnalyticsCategoryResponse {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: UpdateCallAnalyticsCategoryResponse) => any;
4239
- }
4240
3645
  export interface UpdateMedicalVocabularyRequest {
4241
3646
  /**
4242
3647
  * <p>The name of the custom medical vocabulary you want to update. Vocabulary names are
@@ -4257,13 +3662,7 @@ export interface UpdateMedicalVocabularyRequest {
4257
3662
  * <code>s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt</code>
4258
3663
  * </p>
4259
3664
  */
4260
- VocabularyFileUri?: string;
4261
- }
4262
- export declare namespace UpdateMedicalVocabularyRequest {
4263
- /**
4264
- * @internal
4265
- */
4266
- const filterSensitiveLog: (obj: UpdateMedicalVocabularyRequest) => any;
3665
+ VocabularyFileUri: string | undefined;
4267
3666
  }
4268
3667
  export interface UpdateMedicalVocabularyResponse {
4269
3668
  /**
@@ -4289,12 +3688,6 @@ export interface UpdateMedicalVocabularyResponse {
4289
3688
  */
4290
3689
  VocabularyState?: VocabularyState | string;
4291
3690
  }
4292
- export declare namespace UpdateMedicalVocabularyResponse {
4293
- /**
4294
- * @internal
4295
- */
4296
- const filterSensitiveLog: (obj: UpdateMedicalVocabularyResponse) => any;
4297
- }
4298
3691
  export interface UpdateVocabularyRequest {
4299
3692
  /**
4300
3693
  * <p>The name of the custom vocabulary you want to update. Vocabulary names are
@@ -4337,12 +3730,6 @@ export interface UpdateVocabularyRequest {
4337
3730
  */
4338
3731
  VocabularyFileUri?: string;
4339
3732
  }
4340
- export declare namespace UpdateVocabularyRequest {
4341
- /**
4342
- * @internal
4343
- */
4344
- const filterSensitiveLog: (obj: UpdateVocabularyRequest) => any;
4345
- }
4346
3733
  export interface UpdateVocabularyResponse {
4347
3734
  /**
4348
3735
  * <p>The name of the updated custom vocabulary.</p>
@@ -4365,12 +3752,6 @@ export interface UpdateVocabularyResponse {
4365
3752
  */
4366
3753
  VocabularyState?: VocabularyState | string;
4367
3754
  }
4368
- export declare namespace UpdateVocabularyResponse {
4369
- /**
4370
- * @internal
4371
- */
4372
- const filterSensitiveLog: (obj: UpdateVocabularyResponse) => any;
4373
- }
4374
3755
  export interface UpdateVocabularyFilterRequest {
4375
3756
  /**
4376
3757
  * <p>The name of the custom vocabulary filter you want to update. Vocabulary filter names
@@ -4403,12 +3784,6 @@ export interface UpdateVocabularyFilterRequest {
4403
3784
  */
4404
3785
  VocabularyFilterFileUri?: string;
4405
3786
  }
4406
- export declare namespace UpdateVocabularyFilterRequest {
4407
- /**
4408
- * @internal
4409
- */
4410
- const filterSensitiveLog: (obj: UpdateVocabularyFilterRequest) => any;
4411
- }
4412
3787
  export interface UpdateVocabularyFilterResponse {
4413
3788
  /**
4414
3789
  * <p>The name of the updated custom vocabulary filter.</p>
@@ -4426,9 +3801,423 @@ export interface UpdateVocabularyFilterResponse {
4426
3801
  */
4427
3802
  LastModifiedTime?: Date;
4428
3803
  }
4429
- export declare namespace UpdateVocabularyFilterResponse {
4430
- /**
4431
- * @internal
4432
- */
4433
- const filterSensitiveLog: (obj: UpdateVocabularyFilterResponse) => any;
4434
- }
3804
+ /**
3805
+ * @internal
3806
+ */
3807
+ export declare const AbsoluteTimeRangeFilterSensitiveLog: (obj: AbsoluteTimeRange) => any;
3808
+ /**
3809
+ * @internal
3810
+ */
3811
+ export declare const ChannelDefinitionFilterSensitiveLog: (obj: ChannelDefinition) => any;
3812
+ /**
3813
+ * @internal
3814
+ */
3815
+ export declare const MediaFilterSensitiveLog: (obj: Media) => any;
3816
+ /**
3817
+ * @internal
3818
+ */
3819
+ export declare const ContentRedactionFilterSensitiveLog: (obj: ContentRedaction) => any;
3820
+ /**
3821
+ * @internal
3822
+ */
3823
+ export declare const LanguageIdSettingsFilterSensitiveLog: (obj: LanguageIdSettings) => any;
3824
+ /**
3825
+ * @internal
3826
+ */
3827
+ export declare const CallAnalyticsJobSettingsFilterSensitiveLog: (obj: CallAnalyticsJobSettings) => any;
3828
+ /**
3829
+ * @internal
3830
+ */
3831
+ export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
3832
+ /**
3833
+ * @internal
3834
+ */
3835
+ export declare const CallAnalyticsJobFilterSensitiveLog: (obj: CallAnalyticsJob) => any;
3836
+ /**
3837
+ * @internal
3838
+ */
3839
+ export declare const CallAnalyticsJobSummaryFilterSensitiveLog: (obj: CallAnalyticsJobSummary) => any;
3840
+ /**
3841
+ * @internal
3842
+ */
3843
+ export declare const RelativeTimeRangeFilterSensitiveLog: (obj: RelativeTimeRange) => any;
3844
+ /**
3845
+ * @internal
3846
+ */
3847
+ export declare const InterruptionFilterFilterSensitiveLog: (obj: InterruptionFilter) => any;
3848
+ /**
3849
+ * @internal
3850
+ */
3851
+ export declare const NonTalkTimeFilterFilterSensitiveLog: (obj: NonTalkTimeFilter) => any;
3852
+ /**
3853
+ * @internal
3854
+ */
3855
+ export declare const SentimentFilterFilterSensitiveLog: (obj: SentimentFilter) => any;
3856
+ /**
3857
+ * @internal
3858
+ */
3859
+ export declare const TranscriptFilterFilterSensitiveLog: (obj: TranscriptFilter) => any;
3860
+ /**
3861
+ * @internal
3862
+ */
3863
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
3864
+ /**
3865
+ * @internal
3866
+ */
3867
+ export declare const CategoryPropertiesFilterSensitiveLog: (obj: CategoryProperties) => any;
3868
+ /**
3869
+ * @internal
3870
+ */
3871
+ export declare const CreateCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: CreateCallAnalyticsCategoryRequest) => any;
3872
+ /**
3873
+ * @internal
3874
+ */
3875
+ export declare const CreateCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: CreateCallAnalyticsCategoryResponse) => any;
3876
+ /**
3877
+ * @internal
3878
+ */
3879
+ export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
3880
+ /**
3881
+ * @internal
3882
+ */
3883
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3884
+ /**
3885
+ * @internal
3886
+ */
3887
+ export declare const CreateLanguageModelRequestFilterSensitiveLog: (obj: CreateLanguageModelRequest) => any;
3888
+ /**
3889
+ * @internal
3890
+ */
3891
+ export declare const CreateLanguageModelResponseFilterSensitiveLog: (obj: CreateLanguageModelResponse) => any;
3892
+ /**
3893
+ * @internal
3894
+ */
3895
+ export declare const CreateMedicalVocabularyRequestFilterSensitiveLog: (obj: CreateMedicalVocabularyRequest) => any;
3896
+ /**
3897
+ * @internal
3898
+ */
3899
+ export declare const CreateMedicalVocabularyResponseFilterSensitiveLog: (obj: CreateMedicalVocabularyResponse) => any;
3900
+ /**
3901
+ * @internal
3902
+ */
3903
+ export declare const CreateVocabularyRequestFilterSensitiveLog: (obj: CreateVocabularyRequest) => any;
3904
+ /**
3905
+ * @internal
3906
+ */
3907
+ export declare const CreateVocabularyResponseFilterSensitiveLog: (obj: CreateVocabularyResponse) => any;
3908
+ /**
3909
+ * @internal
3910
+ */
3911
+ export declare const CreateVocabularyFilterRequestFilterSensitiveLog: (obj: CreateVocabularyFilterRequest) => any;
3912
+ /**
3913
+ * @internal
3914
+ */
3915
+ export declare const CreateVocabularyFilterResponseFilterSensitiveLog: (obj: CreateVocabularyFilterResponse) => any;
3916
+ /**
3917
+ * @internal
3918
+ */
3919
+ export declare const DeleteCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: DeleteCallAnalyticsCategoryRequest) => any;
3920
+ /**
3921
+ * @internal
3922
+ */
3923
+ export declare const DeleteCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: DeleteCallAnalyticsCategoryResponse) => any;
3924
+ /**
3925
+ * @internal
3926
+ */
3927
+ export declare const DeleteCallAnalyticsJobRequestFilterSensitiveLog: (obj: DeleteCallAnalyticsJobRequest) => any;
3928
+ /**
3929
+ * @internal
3930
+ */
3931
+ export declare const DeleteCallAnalyticsJobResponseFilterSensitiveLog: (obj: DeleteCallAnalyticsJobResponse) => any;
3932
+ /**
3933
+ * @internal
3934
+ */
3935
+ export declare const DeleteLanguageModelRequestFilterSensitiveLog: (obj: DeleteLanguageModelRequest) => any;
3936
+ /**
3937
+ * @internal
3938
+ */
3939
+ export declare const DeleteMedicalTranscriptionJobRequestFilterSensitiveLog: (obj: DeleteMedicalTranscriptionJobRequest) => any;
3940
+ /**
3941
+ * @internal
3942
+ */
3943
+ export declare const DeleteMedicalVocabularyRequestFilterSensitiveLog: (obj: DeleteMedicalVocabularyRequest) => any;
3944
+ /**
3945
+ * @internal
3946
+ */
3947
+ export declare const DeleteTranscriptionJobRequestFilterSensitiveLog: (obj: DeleteTranscriptionJobRequest) => any;
3948
+ /**
3949
+ * @internal
3950
+ */
3951
+ export declare const DeleteVocabularyRequestFilterSensitiveLog: (obj: DeleteVocabularyRequest) => any;
3952
+ /**
3953
+ * @internal
3954
+ */
3955
+ export declare const DeleteVocabularyFilterRequestFilterSensitiveLog: (obj: DeleteVocabularyFilterRequest) => any;
3956
+ /**
3957
+ * @internal
3958
+ */
3959
+ export declare const DescribeLanguageModelRequestFilterSensitiveLog: (obj: DescribeLanguageModelRequest) => any;
3960
+ /**
3961
+ * @internal
3962
+ */
3963
+ export declare const LanguageModelFilterSensitiveLog: (obj: LanguageModel) => any;
3964
+ /**
3965
+ * @internal
3966
+ */
3967
+ export declare const DescribeLanguageModelResponseFilterSensitiveLog: (obj: DescribeLanguageModelResponse) => any;
3968
+ /**
3969
+ * @internal
3970
+ */
3971
+ export declare const GetCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: GetCallAnalyticsCategoryRequest) => any;
3972
+ /**
3973
+ * @internal
3974
+ */
3975
+ export declare const GetCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: GetCallAnalyticsCategoryResponse) => any;
3976
+ /**
3977
+ * @internal
3978
+ */
3979
+ export declare const GetCallAnalyticsJobRequestFilterSensitiveLog: (obj: GetCallAnalyticsJobRequest) => any;
3980
+ /**
3981
+ * @internal
3982
+ */
3983
+ export declare const GetCallAnalyticsJobResponseFilterSensitiveLog: (obj: GetCallAnalyticsJobResponse) => any;
3984
+ /**
3985
+ * @internal
3986
+ */
3987
+ export declare const GetMedicalTranscriptionJobRequestFilterSensitiveLog: (obj: GetMedicalTranscriptionJobRequest) => any;
3988
+ /**
3989
+ * @internal
3990
+ */
3991
+ export declare const MedicalTranscriptionSettingFilterSensitiveLog: (obj: MedicalTranscriptionSetting) => any;
3992
+ /**
3993
+ * @internal
3994
+ */
3995
+ export declare const MedicalTranscriptFilterSensitiveLog: (obj: MedicalTranscript) => any;
3996
+ /**
3997
+ * @internal
3998
+ */
3999
+ export declare const MedicalTranscriptionJobFilterSensitiveLog: (obj: MedicalTranscriptionJob) => any;
4000
+ /**
4001
+ * @internal
4002
+ */
4003
+ export declare const GetMedicalTranscriptionJobResponseFilterSensitiveLog: (obj: GetMedicalTranscriptionJobResponse) => any;
4004
+ /**
4005
+ * @internal
4006
+ */
4007
+ export declare const GetMedicalVocabularyRequestFilterSensitiveLog: (obj: GetMedicalVocabularyRequest) => any;
4008
+ /**
4009
+ * @internal
4010
+ */
4011
+ export declare const GetMedicalVocabularyResponseFilterSensitiveLog: (obj: GetMedicalVocabularyResponse) => any;
4012
+ /**
4013
+ * @internal
4014
+ */
4015
+ export declare const GetTranscriptionJobRequestFilterSensitiveLog: (obj: GetTranscriptionJobRequest) => any;
4016
+ /**
4017
+ * @internal
4018
+ */
4019
+ export declare const JobExecutionSettingsFilterSensitiveLog: (obj: JobExecutionSettings) => any;
4020
+ /**
4021
+ * @internal
4022
+ */
4023
+ export declare const LanguageCodeItemFilterSensitiveLog: (obj: LanguageCodeItem) => any;
4024
+ /**
4025
+ * @internal
4026
+ */
4027
+ export declare const ModelSettingsFilterSensitiveLog: (obj: ModelSettings) => any;
4028
+ /**
4029
+ * @internal
4030
+ */
4031
+ export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
4032
+ /**
4033
+ * @internal
4034
+ */
4035
+ export declare const SubtitlesOutputFilterSensitiveLog: (obj: SubtitlesOutput) => any;
4036
+ /**
4037
+ * @internal
4038
+ */
4039
+ export declare const TranscriptionJobFilterSensitiveLog: (obj: TranscriptionJob) => any;
4040
+ /**
4041
+ * @internal
4042
+ */
4043
+ export declare const GetTranscriptionJobResponseFilterSensitiveLog: (obj: GetTranscriptionJobResponse) => any;
4044
+ /**
4045
+ * @internal
4046
+ */
4047
+ export declare const GetVocabularyRequestFilterSensitiveLog: (obj: GetVocabularyRequest) => any;
4048
+ /**
4049
+ * @internal
4050
+ */
4051
+ export declare const GetVocabularyResponseFilterSensitiveLog: (obj: GetVocabularyResponse) => any;
4052
+ /**
4053
+ * @internal
4054
+ */
4055
+ export declare const GetVocabularyFilterRequestFilterSensitiveLog: (obj: GetVocabularyFilterRequest) => any;
4056
+ /**
4057
+ * @internal
4058
+ */
4059
+ export declare const GetVocabularyFilterResponseFilterSensitiveLog: (obj: GetVocabularyFilterResponse) => any;
4060
+ /**
4061
+ * @internal
4062
+ */
4063
+ export declare const ListCallAnalyticsCategoriesRequestFilterSensitiveLog: (obj: ListCallAnalyticsCategoriesRequest) => any;
4064
+ /**
4065
+ * @internal
4066
+ */
4067
+ export declare const ListCallAnalyticsCategoriesResponseFilterSensitiveLog: (obj: ListCallAnalyticsCategoriesResponse) => any;
4068
+ /**
4069
+ * @internal
4070
+ */
4071
+ export declare const ListCallAnalyticsJobsRequestFilterSensitiveLog: (obj: ListCallAnalyticsJobsRequest) => any;
4072
+ /**
4073
+ * @internal
4074
+ */
4075
+ export declare const ListCallAnalyticsJobsResponseFilterSensitiveLog: (obj: ListCallAnalyticsJobsResponse) => any;
4076
+ /**
4077
+ * @internal
4078
+ */
4079
+ export declare const ListLanguageModelsRequestFilterSensitiveLog: (obj: ListLanguageModelsRequest) => any;
4080
+ /**
4081
+ * @internal
4082
+ */
4083
+ export declare const ListLanguageModelsResponseFilterSensitiveLog: (obj: ListLanguageModelsResponse) => any;
4084
+ /**
4085
+ * @internal
4086
+ */
4087
+ export declare const ListMedicalTranscriptionJobsRequestFilterSensitiveLog: (obj: ListMedicalTranscriptionJobsRequest) => any;
4088
+ /**
4089
+ * @internal
4090
+ */
4091
+ export declare const MedicalTranscriptionJobSummaryFilterSensitiveLog: (obj: MedicalTranscriptionJobSummary) => any;
4092
+ /**
4093
+ * @internal
4094
+ */
4095
+ export declare const ListMedicalTranscriptionJobsResponseFilterSensitiveLog: (obj: ListMedicalTranscriptionJobsResponse) => any;
4096
+ /**
4097
+ * @internal
4098
+ */
4099
+ export declare const ListMedicalVocabulariesRequestFilterSensitiveLog: (obj: ListMedicalVocabulariesRequest) => any;
4100
+ /**
4101
+ * @internal
4102
+ */
4103
+ export declare const VocabularyInfoFilterSensitiveLog: (obj: VocabularyInfo) => any;
4104
+ /**
4105
+ * @internal
4106
+ */
4107
+ export declare const ListMedicalVocabulariesResponseFilterSensitiveLog: (obj: ListMedicalVocabulariesResponse) => any;
4108
+ /**
4109
+ * @internal
4110
+ */
4111
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4112
+ /**
4113
+ * @internal
4114
+ */
4115
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4116
+ /**
4117
+ * @internal
4118
+ */
4119
+ export declare const ListTranscriptionJobsRequestFilterSensitiveLog: (obj: ListTranscriptionJobsRequest) => any;
4120
+ /**
4121
+ * @internal
4122
+ */
4123
+ export declare const TranscriptionJobSummaryFilterSensitiveLog: (obj: TranscriptionJobSummary) => any;
4124
+ /**
4125
+ * @internal
4126
+ */
4127
+ export declare const ListTranscriptionJobsResponseFilterSensitiveLog: (obj: ListTranscriptionJobsResponse) => any;
4128
+ /**
4129
+ * @internal
4130
+ */
4131
+ export declare const ListVocabulariesRequestFilterSensitiveLog: (obj: ListVocabulariesRequest) => any;
4132
+ /**
4133
+ * @internal
4134
+ */
4135
+ export declare const ListVocabulariesResponseFilterSensitiveLog: (obj: ListVocabulariesResponse) => any;
4136
+ /**
4137
+ * @internal
4138
+ */
4139
+ export declare const ListVocabularyFiltersRequestFilterSensitiveLog: (obj: ListVocabularyFiltersRequest) => any;
4140
+ /**
4141
+ * @internal
4142
+ */
4143
+ export declare const VocabularyFilterInfoFilterSensitiveLog: (obj: VocabularyFilterInfo) => any;
4144
+ /**
4145
+ * @internal
4146
+ */
4147
+ export declare const ListVocabularyFiltersResponseFilterSensitiveLog: (obj: ListVocabularyFiltersResponse) => any;
4148
+ /**
4149
+ * @internal
4150
+ */
4151
+ export declare const StartCallAnalyticsJobRequestFilterSensitiveLog: (obj: StartCallAnalyticsJobRequest) => any;
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ export declare const StartCallAnalyticsJobResponseFilterSensitiveLog: (obj: StartCallAnalyticsJobResponse) => any;
4156
+ /**
4157
+ * @internal
4158
+ */
4159
+ export declare const StartMedicalTranscriptionJobRequestFilterSensitiveLog: (obj: StartMedicalTranscriptionJobRequest) => any;
4160
+ /**
4161
+ * @internal
4162
+ */
4163
+ export declare const StartMedicalTranscriptionJobResponseFilterSensitiveLog: (obj: StartMedicalTranscriptionJobResponse) => any;
4164
+ /**
4165
+ * @internal
4166
+ */
4167
+ export declare const SubtitlesFilterSensitiveLog: (obj: Subtitles) => any;
4168
+ /**
4169
+ * @internal
4170
+ */
4171
+ export declare const StartTranscriptionJobRequestFilterSensitiveLog: (obj: StartTranscriptionJobRequest) => any;
4172
+ /**
4173
+ * @internal
4174
+ */
4175
+ export declare const StartTranscriptionJobResponseFilterSensitiveLog: (obj: StartTranscriptionJobResponse) => any;
4176
+ /**
4177
+ * @internal
4178
+ */
4179
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4180
+ /**
4181
+ * @internal
4182
+ */
4183
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4184
+ /**
4185
+ * @internal
4186
+ */
4187
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4188
+ /**
4189
+ * @internal
4190
+ */
4191
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4192
+ /**
4193
+ * @internal
4194
+ */
4195
+ export declare const UpdateCallAnalyticsCategoryRequestFilterSensitiveLog: (obj: UpdateCallAnalyticsCategoryRequest) => any;
4196
+ /**
4197
+ * @internal
4198
+ */
4199
+ export declare const UpdateCallAnalyticsCategoryResponseFilterSensitiveLog: (obj: UpdateCallAnalyticsCategoryResponse) => any;
4200
+ /**
4201
+ * @internal
4202
+ */
4203
+ export declare const UpdateMedicalVocabularyRequestFilterSensitiveLog: (obj: UpdateMedicalVocabularyRequest) => any;
4204
+ /**
4205
+ * @internal
4206
+ */
4207
+ export declare const UpdateMedicalVocabularyResponseFilterSensitiveLog: (obj: UpdateMedicalVocabularyResponse) => any;
4208
+ /**
4209
+ * @internal
4210
+ */
4211
+ export declare const UpdateVocabularyRequestFilterSensitiveLog: (obj: UpdateVocabularyRequest) => any;
4212
+ /**
4213
+ * @internal
4214
+ */
4215
+ export declare const UpdateVocabularyResponseFilterSensitiveLog: (obj: UpdateVocabularyResponse) => any;
4216
+ /**
4217
+ * @internal
4218
+ */
4219
+ export declare const UpdateVocabularyFilterRequestFilterSensitiveLog: (obj: UpdateVocabularyFilterRequest) => any;
4220
+ /**
4221
+ * @internal
4222
+ */
4223
+ export declare const UpdateVocabularyFilterResponseFilterSensitiveLog: (obj: UpdateVocabularyFilterResponse) => any;