@aws-sdk/client-transcribe 3.136.0 → 3.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +2 -2
  3. package/dist-cjs/commands/CreateLanguageModelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +2 -2
  5. package/dist-cjs/commands/CreateVocabularyCommand.js +2 -2
  6. package/dist-cjs/commands/CreateVocabularyFilterCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -1
  15. package/dist-cjs/commands/DescribeLanguageModelCommand.js +2 -2
  16. package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +2 -2
  17. package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +2 -2
  18. package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +2 -2
  19. package/dist-cjs/commands/GetMedicalVocabularyCommand.js +2 -2
  20. package/dist-cjs/commands/GetTranscriptionJobCommand.js +2 -2
  21. package/dist-cjs/commands/GetVocabularyCommand.js +2 -2
  22. package/dist-cjs/commands/GetVocabularyFilterCommand.js +2 -2
  23. package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +2 -2
  24. package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +2 -2
  25. package/dist-cjs/commands/ListLanguageModelsCommand.js +2 -2
  26. package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +2 -2
  27. package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/ListTranscriptionJobsCommand.js +2 -2
  30. package/dist-cjs/commands/ListVocabulariesCommand.js +2 -2
  31. package/dist-cjs/commands/ListVocabularyFiltersCommand.js +2 -2
  32. package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +2 -2
  33. package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +2 -2
  34. package/dist-cjs/commands/StartTranscriptionJobCommand.js +2 -2
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateVocabularyCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +2 -2
  41. package/dist-cjs/models/models_0.js +439 -652
  42. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -3
  43. package/dist-es/commands/CreateLanguageModelCommand.js +3 -3
  44. package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -3
  45. package/dist-es/commands/CreateVocabularyCommand.js +3 -3
  46. package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -3
  47. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -3
  48. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -3
  49. package/dist-es/commands/DeleteLanguageModelCommand.js +2 -2
  50. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +2 -2
  51. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +2 -2
  52. package/dist-es/commands/DeleteTranscriptionJobCommand.js +2 -2
  53. package/dist-es/commands/DeleteVocabularyCommand.js +2 -2
  54. package/dist-es/commands/DeleteVocabularyFilterCommand.js +2 -2
  55. package/dist-es/commands/DescribeLanguageModelCommand.js +3 -3
  56. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -3
  57. package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -3
  58. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -3
  59. package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -3
  60. package/dist-es/commands/GetTranscriptionJobCommand.js +3 -3
  61. package/dist-es/commands/GetVocabularyCommand.js +3 -3
  62. package/dist-es/commands/GetVocabularyFilterCommand.js +3 -3
  63. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -3
  64. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -3
  65. package/dist-es/commands/ListLanguageModelsCommand.js +3 -3
  66. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -3
  67. package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -3
  70. package/dist-es/commands/ListVocabulariesCommand.js +3 -3
  71. package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -3
  72. package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -3
  73. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -3
  74. package/dist-es/commands/StartTranscriptionJobCommand.js +3 -3
  75. package/dist-es/commands/TagResourceCommand.js +3 -3
  76. package/dist-es/commands/UntagResourceCommand.js +3 -3
  77. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -3
  78. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -3
  79. package/dist-es/commands/UpdateVocabularyCommand.js +3 -3
  80. package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -3
  81. package/dist-es/models/models_0.js +117 -435
  82. package/dist-types/models/models_0.d.ts +421 -629
  83. package/dist-types/ts3.4/models/models_0.d.ts +210 -418
  84. 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,12 +86,6 @@ 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",
@@ -188,12 +176,6 @@ export interface Media {
188
176
  */
189
177
  RedactedMediaFileUri?: string;
190
178
  }
191
- export declare namespace Media {
192
- /**
193
- * @internal
194
- */
195
- const filterSensitiveLog: (obj: Media) => any;
196
- }
197
179
  export declare enum MediaFormat {
198
180
  AMR = "amr",
199
181
  FLAC = "flac",
@@ -253,12 +235,6 @@ export interface ContentRedaction {
253
235
  */
254
236
  PiiEntityTypes?: (PiiEntityType | string)[];
255
237
  }
256
- export declare namespace ContentRedaction {
257
- /**
258
- * @internal
259
- */
260
- const filterSensitiveLog: (obj: ContentRedaction) => any;
261
- }
262
238
  /**
263
239
  * <p>If using automatic language identification (<code>IdentifyLanguage</code>) in your request
264
240
  * and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary
@@ -313,12 +289,6 @@ export interface LanguageIdSettings {
313
289
  */
314
290
  LanguageModelName?: string;
315
291
  }
316
- export declare namespace LanguageIdSettings {
317
- /**
318
- * @internal
319
- */
320
- const filterSensitiveLog: (obj: LanguageIdSettings) => any;
321
- }
322
292
  export declare enum VocabularyFilterMethod {
323
293
  MASK = "mask",
324
294
  REMOVE = "remove",
@@ -400,12 +370,6 @@ export interface CallAnalyticsJobSettings {
400
370
  */
401
371
  LanguageIdSettings?: Record<string, LanguageIdSettings>;
402
372
  }
403
- export declare namespace CallAnalyticsJobSettings {
404
- /**
405
- * @internal
406
- */
407
- const filterSensitiveLog: (obj: CallAnalyticsJobSettings) => any;
408
- }
409
373
  /**
410
374
  * <p>Provides you with the Amazon S3 URI you can use to access your transcript.</p>
411
375
  */
@@ -446,12 +410,6 @@ export interface Transcript {
446
410
  */
447
411
  RedactedTranscriptFileUri?: string;
448
412
  }
449
- export declare namespace Transcript {
450
- /**
451
- * @internal
452
- */
453
- const filterSensitiveLog: (obj: Transcript) => any;
454
- }
455
413
  /**
456
414
  * <p>Provides detailed information about a Call Analytics job.</p>
457
415
  * <p>To view the job's status, refer to <code>CallAnalyticsJobStatus</code>. If the status is
@@ -612,12 +570,6 @@ export interface CallAnalyticsJob {
612
570
  */
613
571
  ChannelDefinitions?: ChannelDefinition[];
614
572
  }
615
- export declare namespace CallAnalyticsJob {
616
- /**
617
- * @internal
618
- */
619
- const filterSensitiveLog: (obj: CallAnalyticsJob) => any;
620
- }
621
573
  /**
622
574
  * <p>Provides detailed information about a specific Call Analytics job.</p>
623
575
  */
@@ -668,12 +620,6 @@ export interface CallAnalyticsJobSummary {
668
620
  */
669
621
  FailureReason?: string;
670
622
  }
671
- export declare namespace CallAnalyticsJobSummary {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: CallAnalyticsJobSummary) => any;
676
- }
677
623
  /**
678
624
  * <p>A time range, in percentage, between two points in your media file.</p>
679
625
  * <p>You can use <code>StartPercentage</code> and <code>EndPercentage</code> to
@@ -711,12 +657,6 @@ export interface RelativeTimeRange {
711
657
  */
712
658
  Last?: number;
713
659
  }
714
- export declare namespace RelativeTimeRange {
715
- /**
716
- * @internal
717
- */
718
- const filterSensitiveLog: (obj: RelativeTimeRange) => any;
719
- }
720
660
  /**
721
661
  * <p>Flag the presence or absence of interruptions in your Call Analytics transcription output.</p>
722
662
  * <p>Rules using <code>InterruptionFilter</code> are designed to match:</p>
@@ -766,12 +706,6 @@ export interface InterruptionFilter {
766
706
  */
767
707
  Negate?: boolean;
768
708
  }
769
- export declare namespace InterruptionFilter {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: InterruptionFilter) => any;
774
- }
775
709
  /**
776
710
  * <p>Flag the presence or absence of periods of silence in your Call Analytics transcription
777
711
  * output.</p>
@@ -811,12 +745,6 @@ export interface NonTalkTimeFilter {
811
745
  */
812
746
  Negate?: boolean;
813
747
  }
814
- export declare namespace NonTalkTimeFilter {
815
- /**
816
- * @internal
817
- */
818
- const filterSensitiveLog: (obj: NonTalkTimeFilter) => any;
819
- }
820
748
  export declare enum SentimentValue {
821
749
  MIXED = "MIXED",
822
750
  NEGATIVE = "NEGATIVE",
@@ -876,12 +804,6 @@ export interface SentimentFilter {
876
804
  */
877
805
  Negate?: boolean;
878
806
  }
879
- export declare namespace SentimentFilter {
880
- /**
881
- * @internal
882
- */
883
- const filterSensitiveLog: (obj: SentimentFilter) => any;
884
- }
885
807
  export declare enum TranscriptFilterType {
886
808
  EXACT = "EXACT"
887
809
  }
@@ -941,12 +863,6 @@ export interface TranscriptFilter {
941
863
  */
942
864
  Targets: string[] | undefined;
943
865
  }
944
- export declare namespace TranscriptFilter {
945
- /**
946
- * @internal
947
- */
948
- const filterSensitiveLog: (obj: TranscriptFilter) => any;
949
- }
950
866
  /**
951
867
  * <p>A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output.
952
868
  * Rules define a Call Analytics category.</p>
@@ -1020,10 +936,6 @@ export declare namespace Rule {
1020
936
  _: (name: string, value: any) => T;
1021
937
  }
1022
938
  const visit: <T>(value: Rule, visitor: Visitor<T>) => T;
1023
- /**
1024
- * @internal
1025
- */
1026
- const filterSensitiveLog: (obj: Rule) => any;
1027
939
  }
1028
940
  /**
1029
941
  * <p>Provides you with the properties of the Call Analytics category you specified in your
@@ -1055,12 +967,6 @@ export interface CategoryProperties {
1055
967
  */
1056
968
  LastUpdateTime?: Date;
1057
969
  }
1058
- export declare namespace CategoryProperties {
1059
- /**
1060
- * @internal
1061
- */
1062
- const filterSensitiveLog: (obj: CategoryProperties) => any;
1063
- }
1064
970
  export declare enum CLMLanguageCode {
1065
971
  EN_AU = "en-AU",
1066
972
  EN_GB = "en-GB",
@@ -1098,24 +1004,12 @@ export interface CreateCallAnalyticsCategoryRequest {
1098
1004
  */
1099
1005
  Rules: Rule[] | undefined;
1100
1006
  }
1101
- export declare namespace CreateCallAnalyticsCategoryRequest {
1102
- /**
1103
- * @internal
1104
- */
1105
- const filterSensitiveLog: (obj: CreateCallAnalyticsCategoryRequest) => any;
1106
- }
1107
1007
  export interface CreateCallAnalyticsCategoryResponse {
1108
1008
  /**
1109
1009
  * <p>Provides you with the properties of your new category, including its associated rules.</p>
1110
1010
  */
1111
1011
  CategoryProperties?: CategoryProperties;
1112
1012
  }
1113
- export declare namespace CreateCallAnalyticsCategoryResponse {
1114
- /**
1115
- * @internal
1116
- */
1117
- const filterSensitiveLog: (obj: CreateCallAnalyticsCategoryResponse) => any;
1118
- }
1119
1013
  /**
1120
1014
  * <p>There was an internal error. Check the error message, correct the issue, and try your
1121
1015
  * request again.</p>
@@ -1178,12 +1072,6 @@ export interface InputDataConfig {
1178
1072
  */
1179
1073
  DataAccessRoleArn: string | undefined;
1180
1074
  }
1181
- export declare namespace InputDataConfig {
1182
- /**
1183
- * @internal
1184
- */
1185
- const filterSensitiveLog: (obj: InputDataConfig) => any;
1186
- }
1187
1075
  /**
1188
1076
  * <p>Adds metadata, in the form of a key:value pair, to the specified resource.</p>
1189
1077
  * <p>For example, you could add the tag <code>Department:Sales</code> to a
@@ -1205,12 +1093,6 @@ export interface Tag {
1205
1093
  */
1206
1094
  Value: string | undefined;
1207
1095
  }
1208
- export declare namespace Tag {
1209
- /**
1210
- * @internal
1211
- */
1212
- const filterSensitiveLog: (obj: Tag) => any;
1213
- }
1214
1096
  export interface CreateLanguageModelRequest {
1215
1097
  /**
1216
1098
  * <p>The language code that represents the language of your model. Each language model must
@@ -1260,12 +1142,6 @@ export interface CreateLanguageModelRequest {
1260
1142
  */
1261
1143
  Tags?: Tag[];
1262
1144
  }
1263
- export declare namespace CreateLanguageModelRequest {
1264
- /**
1265
- * @internal
1266
- */
1267
- const filterSensitiveLog: (obj: CreateLanguageModelRequest) => any;
1268
- }
1269
1145
  export declare enum ModelStatus {
1270
1146
  COMPLETED = "COMPLETED",
1271
1147
  FAILED = "FAILED",
@@ -1297,12 +1173,6 @@ export interface CreateLanguageModelResponse {
1297
1173
  */
1298
1174
  ModelStatus?: ModelStatus | string;
1299
1175
  }
1300
- export declare namespace CreateLanguageModelResponse {
1301
- /**
1302
- * @internal
1303
- */
1304
- const filterSensitiveLog: (obj: CreateLanguageModelResponse) => any;
1305
- }
1306
1176
  export interface CreateMedicalVocabularyRequest {
1307
1177
  /**
1308
1178
  * <p>A unique name, chosen by you, for your new custom medical vocabulary.</p>
@@ -1333,12 +1203,6 @@ export interface CreateMedicalVocabularyRequest {
1333
1203
  */
1334
1204
  Tags?: Tag[];
1335
1205
  }
1336
- export declare namespace CreateMedicalVocabularyRequest {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: CreateMedicalVocabularyRequest) => any;
1341
- }
1342
1206
  export declare enum VocabularyState {
1343
1207
  FAILED = "FAILED",
1344
1208
  PENDING = "PENDING",
@@ -1374,12 +1238,6 @@ export interface CreateMedicalVocabularyResponse {
1374
1238
  */
1375
1239
  FailureReason?: string;
1376
1240
  }
1377
- export declare namespace CreateMedicalVocabularyResponse {
1378
- /**
1379
- * @internal
1380
- */
1381
- const filterSensitiveLog: (obj: CreateMedicalVocabularyResponse) => any;
1382
- }
1383
1241
  export interface CreateVocabularyRequest {
1384
1242
  /**
1385
1243
  * <p>A unique name, chosen by you, for your new custom vocabulary.</p>
@@ -1430,12 +1288,6 @@ export interface CreateVocabularyRequest {
1430
1288
  */
1431
1289
  Tags?: Tag[];
1432
1290
  }
1433
- export declare namespace CreateVocabularyRequest {
1434
- /**
1435
- * @internal
1436
- */
1437
- const filterSensitiveLog: (obj: CreateVocabularyRequest) => any;
1438
- }
1439
1291
  export interface CreateVocabularyResponse {
1440
1292
  /**
1441
1293
  * <p>The name you chose for your custom vocabulary.</p>
@@ -1464,12 +1316,6 @@ export interface CreateVocabularyResponse {
1464
1316
  */
1465
1317
  FailureReason?: string;
1466
1318
  }
1467
- export declare namespace CreateVocabularyResponse {
1468
- /**
1469
- * @internal
1470
- */
1471
- const filterSensitiveLog: (obj: CreateVocabularyResponse) => any;
1472
- }
1473
1319
  export interface CreateVocabularyFilterRequest {
1474
1320
  /**
1475
1321
  * <p>A unique name, chosen by you, for your new custom vocabulary filter.</p>
@@ -1521,12 +1367,6 @@ export interface CreateVocabularyFilterRequest {
1521
1367
  */
1522
1368
  Tags?: Tag[];
1523
1369
  }
1524
- export declare namespace CreateVocabularyFilterRequest {
1525
- /**
1526
- * @internal
1527
- */
1528
- const filterSensitiveLog: (obj: CreateVocabularyFilterRequest) => any;
1529
- }
1530
1370
  export interface CreateVocabularyFilterResponse {
1531
1371
  /**
1532
1372
  * <p>The name you chose for your custom vocabulary filter.</p>
@@ -1544,12 +1384,6 @@ export interface CreateVocabularyFilterResponse {
1544
1384
  */
1545
1385
  LastModifiedTime?: Date;
1546
1386
  }
1547
- export declare namespace CreateVocabularyFilterResponse {
1548
- /**
1549
- * @internal
1550
- */
1551
- const filterSensitiveLog: (obj: CreateVocabularyFilterResponse) => any;
1552
- }
1553
1387
  export interface DeleteCallAnalyticsCategoryRequest {
1554
1388
  /**
1555
1389
  * <p>The name of the Call Analytics category you want to delete. Category names are
@@ -1557,20 +1391,8 @@ export interface DeleteCallAnalyticsCategoryRequest {
1557
1391
  */
1558
1392
  CategoryName: string | undefined;
1559
1393
  }
1560
- export declare namespace DeleteCallAnalyticsCategoryRequest {
1561
- /**
1562
- * @internal
1563
- */
1564
- const filterSensitiveLog: (obj: DeleteCallAnalyticsCategoryRequest) => any;
1565
- }
1566
1394
  export interface DeleteCallAnalyticsCategoryResponse {
1567
1395
  }
1568
- export declare namespace DeleteCallAnalyticsCategoryResponse {
1569
- /**
1570
- * @internal
1571
- */
1572
- const filterSensitiveLog: (obj: DeleteCallAnalyticsCategoryResponse) => any;
1573
- }
1574
1396
  /**
1575
1397
  * <p>We can't find the requested resource. Check that the specified name is correct and try your
1576
1398
  * request again.</p>
@@ -1590,20 +1412,8 @@ export interface DeleteCallAnalyticsJobRequest {
1590
1412
  */
1591
1413
  CallAnalyticsJobName: string | undefined;
1592
1414
  }
1593
- export declare namespace DeleteCallAnalyticsJobRequest {
1594
- /**
1595
- * @internal
1596
- */
1597
- const filterSensitiveLog: (obj: DeleteCallAnalyticsJobRequest) => any;
1598
- }
1599
1415
  export interface DeleteCallAnalyticsJobResponse {
1600
1416
  }
1601
- export declare namespace DeleteCallAnalyticsJobResponse {
1602
- /**
1603
- * @internal
1604
- */
1605
- const filterSensitiveLog: (obj: DeleteCallAnalyticsJobResponse) => any;
1606
- }
1607
1417
  export interface DeleteLanguageModelRequest {
1608
1418
  /**
1609
1419
  * <p>The name of the custom language model you want to delete. Model names are
@@ -1611,12 +1421,6 @@ export interface DeleteLanguageModelRequest {
1611
1421
  */
1612
1422
  ModelName: string | undefined;
1613
1423
  }
1614
- export declare namespace DeleteLanguageModelRequest {
1615
- /**
1616
- * @internal
1617
- */
1618
- const filterSensitiveLog: (obj: DeleteLanguageModelRequest) => any;
1619
- }
1620
1424
  export interface DeleteMedicalTranscriptionJobRequest {
1621
1425
  /**
1622
1426
  * <p>The name of the medical transcription job you want to delete. Job names are case
@@ -1624,12 +1428,6 @@ export interface DeleteMedicalTranscriptionJobRequest {
1624
1428
  */
1625
1429
  MedicalTranscriptionJobName: string | undefined;
1626
1430
  }
1627
- export declare namespace DeleteMedicalTranscriptionJobRequest {
1628
- /**
1629
- * @internal
1630
- */
1631
- const filterSensitiveLog: (obj: DeleteMedicalTranscriptionJobRequest) => any;
1632
- }
1633
1431
  export interface DeleteMedicalVocabularyRequest {
1634
1432
  /**
1635
1433
  * <p>The name of the custom medical vocabulary you want to delete. Vocabulary names are
@@ -1637,24 +1435,12 @@ export interface DeleteMedicalVocabularyRequest {
1637
1435
  */
1638
1436
  VocabularyName: string | undefined;
1639
1437
  }
1640
- export declare namespace DeleteMedicalVocabularyRequest {
1641
- /**
1642
- * @internal
1643
- */
1644
- const filterSensitiveLog: (obj: DeleteMedicalVocabularyRequest) => any;
1645
- }
1646
1438
  export interface DeleteTranscriptionJobRequest {
1647
1439
  /**
1648
1440
  * <p>The name of the transcription job you want to delete. Job names are case sensitive.</p>
1649
1441
  */
1650
1442
  TranscriptionJobName: string | undefined;
1651
1443
  }
1652
- export declare namespace DeleteTranscriptionJobRequest {
1653
- /**
1654
- * @internal
1655
- */
1656
- const filterSensitiveLog: (obj: DeleteTranscriptionJobRequest) => any;
1657
- }
1658
1444
  export interface DeleteVocabularyRequest {
1659
1445
  /**
1660
1446
  * <p>The name of the custom vocabulary you want to delete. Vocabulary names are
@@ -1662,12 +1448,6 @@ export interface DeleteVocabularyRequest {
1662
1448
  */
1663
1449
  VocabularyName: string | undefined;
1664
1450
  }
1665
- export declare namespace DeleteVocabularyRequest {
1666
- /**
1667
- * @internal
1668
- */
1669
- const filterSensitiveLog: (obj: DeleteVocabularyRequest) => any;
1670
- }
1671
1451
  export interface DeleteVocabularyFilterRequest {
1672
1452
  /**
1673
1453
  * <p>The name of the custom vocabulary filter you want to delete. Vocabulary filter names
@@ -1675,12 +1455,6 @@ export interface DeleteVocabularyFilterRequest {
1675
1455
  */
1676
1456
  VocabularyFilterName: string | undefined;
1677
1457
  }
1678
- export declare namespace DeleteVocabularyFilterRequest {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: DeleteVocabularyFilterRequest) => any;
1683
- }
1684
1458
  export interface DescribeLanguageModelRequest {
1685
1459
  /**
1686
1460
  * <p>The name of the custom language model you want information about. Model names are
@@ -1688,12 +1462,6 @@ export interface DescribeLanguageModelRequest {
1688
1462
  */
1689
1463
  ModelName: string | undefined;
1690
1464
  }
1691
- export declare namespace DescribeLanguageModelRequest {
1692
- /**
1693
- * @internal
1694
- */
1695
- const filterSensitiveLog: (obj: DescribeLanguageModelRequest) => any;
1696
- }
1697
1465
  /**
1698
1466
  * <p>Provides information about a custom language model, including the base model name, when
1699
1467
  * the model was created, the location of the files used to train the model, when the model was last
@@ -1765,12 +1533,6 @@ export interface LanguageModel {
1765
1533
  */
1766
1534
  InputDataConfig?: InputDataConfig;
1767
1535
  }
1768
- export declare namespace LanguageModel {
1769
- /**
1770
- * @internal
1771
- */
1772
- const filterSensitiveLog: (obj: LanguageModel) => any;
1773
- }
1774
1536
  export interface DescribeLanguageModelResponse {
1775
1537
  /**
1776
1538
  * <p>Provides information about the specified custom language model.</p>
@@ -1783,12 +1545,6 @@ export interface DescribeLanguageModelResponse {
1783
1545
  */
1784
1546
  LanguageModel?: LanguageModel;
1785
1547
  }
1786
- export declare namespace DescribeLanguageModelResponse {
1787
- /**
1788
- * @internal
1789
- */
1790
- const filterSensitiveLog: (obj: DescribeLanguageModelResponse) => any;
1791
- }
1792
1548
  export interface GetCallAnalyticsCategoryRequest {
1793
1549
  /**
1794
1550
  * <p>The name of the Call Analytics category you want information about. Category names are
@@ -1796,12 +1552,6 @@ export interface GetCallAnalyticsCategoryRequest {
1796
1552
  */
1797
1553
  CategoryName: string | undefined;
1798
1554
  }
1799
- export declare namespace GetCallAnalyticsCategoryRequest {
1800
- /**
1801
- * @internal
1802
- */
1803
- const filterSensitiveLog: (obj: GetCallAnalyticsCategoryRequest) => any;
1804
- }
1805
1555
  export interface GetCallAnalyticsCategoryResponse {
1806
1556
  /**
1807
1557
  * <p>Provides you with the properties of the Call Analytics category you specified in your
@@ -1809,12 +1559,6 @@ export interface GetCallAnalyticsCategoryResponse {
1809
1559
  */
1810
1560
  CategoryProperties?: CategoryProperties;
1811
1561
  }
1812
- export declare namespace GetCallAnalyticsCategoryResponse {
1813
- /**
1814
- * @internal
1815
- */
1816
- const filterSensitiveLog: (obj: GetCallAnalyticsCategoryResponse) => any;
1817
- }
1818
1562
  export interface GetCallAnalyticsJobRequest {
1819
1563
  /**
1820
1564
  * <p>The name of the Call Analytics job you want information about. Job names are case
@@ -1822,12 +1566,6 @@ export interface GetCallAnalyticsJobRequest {
1822
1566
  */
1823
1567
  CallAnalyticsJobName: string | undefined;
1824
1568
  }
1825
- export declare namespace GetCallAnalyticsJobRequest {
1826
- /**
1827
- * @internal
1828
- */
1829
- const filterSensitiveLog: (obj: GetCallAnalyticsJobRequest) => any;
1830
- }
1831
1569
  export interface GetCallAnalyticsJobResponse {
1832
1570
  /**
1833
1571
  * <p>Provides detailed information about the specified Call Analytics job, including job status
@@ -1835,12 +1573,6 @@ export interface GetCallAnalyticsJobResponse {
1835
1573
  */
1836
1574
  CallAnalyticsJob?: CallAnalyticsJob;
1837
1575
  }
1838
- export declare namespace GetCallAnalyticsJobResponse {
1839
- /**
1840
- * @internal
1841
- */
1842
- const filterSensitiveLog: (obj: GetCallAnalyticsJobResponse) => any;
1843
- }
1844
1576
  export interface GetMedicalTranscriptionJobRequest {
1845
1577
  /**
1846
1578
  * <p>The name of the medical transcription job you want information about. Job names are case
@@ -1848,12 +1580,6 @@ export interface GetMedicalTranscriptionJobRequest {
1848
1580
  */
1849
1581
  MedicalTranscriptionJobName: string | undefined;
1850
1582
  }
1851
- export declare namespace GetMedicalTranscriptionJobRequest {
1852
- /**
1853
- * @internal
1854
- */
1855
- const filterSensitiveLog: (obj: GetMedicalTranscriptionJobRequest) => any;
1856
- }
1857
1583
  export declare enum MedicalContentIdentificationType {
1858
1584
  PHI = "PHI"
1859
1585
  }
@@ -1924,12 +1650,6 @@ export interface MedicalTranscriptionSetting {
1924
1650
  */
1925
1651
  VocabularyName?: string;
1926
1652
  }
1927
- export declare namespace MedicalTranscriptionSetting {
1928
- /**
1929
- * @internal
1930
- */
1931
- const filterSensitiveLog: (obj: MedicalTranscriptionSetting) => any;
1932
- }
1933
1653
  export declare enum Specialty {
1934
1654
  PRIMARYCARE = "PRIMARYCARE"
1935
1655
  }
@@ -1955,12 +1675,6 @@ export interface MedicalTranscript {
1955
1675
  */
1956
1676
  TranscriptFileUri?: string;
1957
1677
  }
1958
- export declare namespace MedicalTranscript {
1959
- /**
1960
- * @internal
1961
- */
1962
- const filterSensitiveLog: (obj: MedicalTranscript) => any;
1963
- }
1964
1678
  export declare enum TranscriptionJobStatus {
1965
1679
  COMPLETED = "COMPLETED",
1966
1680
  FAILED = "FAILED",
@@ -2114,12 +1828,6 @@ export interface MedicalTranscriptionJob {
2114
1828
  */
2115
1829
  Tags?: Tag[];
2116
1830
  }
2117
- export declare namespace MedicalTranscriptionJob {
2118
- /**
2119
- * @internal
2120
- */
2121
- const filterSensitiveLog: (obj: MedicalTranscriptionJob) => any;
2122
- }
2123
1831
  export interface GetMedicalTranscriptionJobResponse {
2124
1832
  /**
2125
1833
  * <p>Provides detailed information about the specified medical transcription job, including job
@@ -2127,12 +1835,6 @@ export interface GetMedicalTranscriptionJobResponse {
2127
1835
  */
2128
1836
  MedicalTranscriptionJob?: MedicalTranscriptionJob;
2129
1837
  }
2130
- export declare namespace GetMedicalTranscriptionJobResponse {
2131
- /**
2132
- * @internal
2133
- */
2134
- const filterSensitiveLog: (obj: GetMedicalTranscriptionJobResponse) => any;
2135
- }
2136
1838
  export interface GetMedicalVocabularyRequest {
2137
1839
  /**
2138
1840
  * <p>The name of the custom medical vocabulary you want information about. Vocabulary names
@@ -2140,12 +1842,6 @@ export interface GetMedicalVocabularyRequest {
2140
1842
  */
2141
1843
  VocabularyName: string | undefined;
2142
1844
  }
2143
- export declare namespace GetMedicalVocabularyRequest {
2144
- /**
2145
- * @internal
2146
- */
2147
- const filterSensitiveLog: (obj: GetMedicalVocabularyRequest) => any;
2148
- }
2149
1845
  export interface GetMedicalVocabularyResponse {
2150
1846
  /**
2151
1847
  * <p>The name of the custom medical vocabulary you requested information about.</p>
@@ -2181,12 +1877,6 @@ export interface GetMedicalVocabularyResponse {
2181
1877
  */
2182
1878
  DownloadUri?: string;
2183
1879
  }
2184
- export declare namespace GetMedicalVocabularyResponse {
2185
- /**
2186
- * @internal
2187
- */
2188
- const filterSensitiveLog: (obj: GetMedicalVocabularyResponse) => any;
2189
- }
2190
1880
  export interface GetTranscriptionJobRequest {
2191
1881
  /**
2192
1882
  * <p>The name of the transcription job you want information about. Job names are case
@@ -2194,12 +1884,6 @@ export interface GetTranscriptionJobRequest {
2194
1884
  */
2195
1885
  TranscriptionJobName: string | undefined;
2196
1886
  }
2197
- export declare namespace GetTranscriptionJobRequest {
2198
- /**
2199
- * @internal
2200
- */
2201
- const filterSensitiveLog: (obj: GetTranscriptionJobRequest) => any;
2202
- }
2203
1887
  /**
2204
1888
  * <p>Allows you to control how your transcription job is processed. Currently, the only
2205
1889
  * <code>JobExecutionSettings</code> modification you can choose is enabling job queueing using
@@ -2235,12 +1919,6 @@ export interface JobExecutionSettings {
2235
1919
  */
2236
1920
  DataAccessRoleArn?: string;
2237
1921
  }
2238
- export declare namespace JobExecutionSettings {
2239
- /**
2240
- * @internal
2241
- */
2242
- const filterSensitiveLog: (obj: JobExecutionSettings) => any;
2243
- }
2244
1922
  /**
2245
1923
  * <p>Provides information on the speech contained in a discreet utterance when
2246
1924
  * multi-language identification is enabled in your request. This utterance represents a block
@@ -2257,12 +1935,6 @@ export interface LanguageCodeItem {
2257
1935
  */
2258
1936
  DurationInSeconds?: number;
2259
1937
  }
2260
- export declare namespace LanguageCodeItem {
2261
- /**
2262
- * @internal
2263
- */
2264
- const filterSensitiveLog: (obj: LanguageCodeItem) => any;
2265
- }
2266
1938
  /**
2267
1939
  * <p>Provides the name of the custom language model that was included in the specified
2268
1940
  * transcription job.</p>
@@ -2282,12 +1954,6 @@ export interface ModelSettings {
2282
1954
  */
2283
1955
  LanguageModelName?: string;
2284
1956
  }
2285
- export declare namespace ModelSettings {
2286
- /**
2287
- * @internal
2288
- */
2289
- const filterSensitiveLog: (obj: ModelSettings) => any;
2290
- }
2291
1957
  /**
2292
1958
  * <p>Allows additional optional settings in your
2293
1959
  * request, including channel identification, alternative transcriptions, and speaker labeling; allows
@@ -2366,12 +2032,6 @@ export interface Settings {
2366
2032
  */
2367
2033
  VocabularyFilterMethod?: VocabularyFilterMethod | string;
2368
2034
  }
2369
- export declare namespace Settings {
2370
- /**
2371
- * @internal
2372
- */
2373
- const filterSensitiveLog: (obj: Settings) => any;
2374
- }
2375
2035
  export declare enum SubtitleFormat {
2376
2036
  SRT = "srt",
2377
2037
  VTT = "vtt"
@@ -2412,12 +2072,6 @@ export interface SubtitlesOutput {
2412
2072
  */
2413
2073
  OutputStartIndex?: number;
2414
2074
  }
2415
- export declare namespace SubtitlesOutput {
2416
- /**
2417
- * @internal
2418
- */
2419
- const filterSensitiveLog: (obj: SubtitlesOutput) => any;
2420
- }
2421
2075
  /**
2422
2076
  * <p>Provides detailed information about a transcription job.</p>
2423
2077
  * <p>To view the status of the specified transcription job, check the
@@ -2648,12 +2302,6 @@ export interface TranscriptionJob {
2648
2302
  */
2649
2303
  LanguageIdSettings?: Record<string, LanguageIdSettings>;
2650
2304
  }
2651
- export declare namespace TranscriptionJob {
2652
- /**
2653
- * @internal
2654
- */
2655
- const filterSensitiveLog: (obj: TranscriptionJob) => any;
2656
- }
2657
2305
  export interface GetTranscriptionJobResponse {
2658
2306
  /**
2659
2307
  * <p>Provides detailed information about the specified transcription job, including job status
@@ -2661,12 +2309,6 @@ export interface GetTranscriptionJobResponse {
2661
2309
  */
2662
2310
  TranscriptionJob?: TranscriptionJob;
2663
2311
  }
2664
- export declare namespace GetTranscriptionJobResponse {
2665
- /**
2666
- * @internal
2667
- */
2668
- const filterSensitiveLog: (obj: GetTranscriptionJobResponse) => any;
2669
- }
2670
2312
  export interface GetVocabularyRequest {
2671
2313
  /**
2672
2314
  * <p>The name of the custom vocabulary you want information about. Vocabulary names are
@@ -2674,12 +2316,6 @@ export interface GetVocabularyRequest {
2674
2316
  */
2675
2317
  VocabularyName: string | undefined;
2676
2318
  }
2677
- export declare namespace GetVocabularyRequest {
2678
- /**
2679
- * @internal
2680
- */
2681
- const filterSensitiveLog: (obj: GetVocabularyRequest) => any;
2682
- }
2683
2319
  export interface GetVocabularyResponse {
2684
2320
  /**
2685
2321
  * <p>The name of the custom vocabulary you requested information about.</p>
@@ -2713,12 +2349,6 @@ export interface GetVocabularyResponse {
2713
2349
  */
2714
2350
  DownloadUri?: string;
2715
2351
  }
2716
- export declare namespace GetVocabularyResponse {
2717
- /**
2718
- * @internal
2719
- */
2720
- const filterSensitiveLog: (obj: GetVocabularyResponse) => any;
2721
- }
2722
2352
  export interface GetVocabularyFilterRequest {
2723
2353
  /**
2724
2354
  * <p>The name of the custom vocabulary filter you want information about. Vocabulary filter
@@ -2726,12 +2356,6 @@ export interface GetVocabularyFilterRequest {
2726
2356
  */
2727
2357
  VocabularyFilterName: string | undefined;
2728
2358
  }
2729
- export declare namespace GetVocabularyFilterRequest {
2730
- /**
2731
- * @internal
2732
- */
2733
- const filterSensitiveLog: (obj: GetVocabularyFilterRequest) => any;
2734
- }
2735
2359
  export interface GetVocabularyFilterResponse {
2736
2360
  /**
2737
2361
  * <p>The name of the custom vocabulary filter you requested information about.</p>
@@ -2754,12 +2378,6 @@ export interface GetVocabularyFilterResponse {
2754
2378
  */
2755
2379
  DownloadUri?: string;
2756
2380
  }
2757
- export declare namespace GetVocabularyFilterResponse {
2758
- /**
2759
- * @internal
2760
- */
2761
- const filterSensitiveLog: (obj: GetVocabularyFilterResponse) => any;
2762
- }
2763
2381
  export interface ListCallAnalyticsCategoriesRequest {
2764
2382
  /**
2765
2383
  * <p>If your <code>ListCallAnalyticsCategories</code> request returns more results than can
@@ -2776,13 +2394,7 @@ export interface ListCallAnalyticsCategoriesRequest {
2776
2394
  */
2777
2395
  MaxResults?: number;
2778
2396
  }
2779
- export declare namespace ListCallAnalyticsCategoriesRequest {
2780
- /**
2781
- * @internal
2782
- */
2783
- const filterSensitiveLog: (obj: ListCallAnalyticsCategoriesRequest) => any;
2784
- }
2785
- export interface ListCallAnalyticsCategoriesResponse {
2397
+ export interface ListCallAnalyticsCategoriesResponse {
2786
2398
  /**
2787
2399
  * <p>If <code>NextToken</code> is present in your response, it indicates that not all results
2788
2400
  * are displayed. To view the next set of results, copy the string associated with the
@@ -2797,12 +2409,6 @@ export interface ListCallAnalyticsCategoriesResponse {
2797
2409
  */
2798
2410
  Categories?: CategoryProperties[];
2799
2411
  }
2800
- export declare namespace ListCallAnalyticsCategoriesResponse {
2801
- /**
2802
- * @internal
2803
- */
2804
- const filterSensitiveLog: (obj: ListCallAnalyticsCategoriesResponse) => any;
2805
- }
2806
2412
  export interface ListCallAnalyticsJobsRequest {
2807
2413
  /**
2808
2414
  * <p>Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation
@@ -2830,12 +2436,6 @@ export interface ListCallAnalyticsJobsRequest {
2830
2436
  */
2831
2437
  MaxResults?: number;
2832
2438
  }
2833
- export declare namespace ListCallAnalyticsJobsRequest {
2834
- /**
2835
- * @internal
2836
- */
2837
- const filterSensitiveLog: (obj: ListCallAnalyticsJobsRequest) => any;
2838
- }
2839
2439
  export interface ListCallAnalyticsJobsResponse {
2840
2440
  /**
2841
2441
  * <p>Lists all Call Analytics jobs that have the status specified in your request. Jobs are
@@ -2855,12 +2455,6 @@ export interface ListCallAnalyticsJobsResponse {
2855
2455
  */
2856
2456
  CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[];
2857
2457
  }
2858
- export declare namespace ListCallAnalyticsJobsResponse {
2859
- /**
2860
- * @internal
2861
- */
2862
- const filterSensitiveLog: (obj: ListCallAnalyticsJobsResponse) => any;
2863
- }
2864
2458
  export interface ListLanguageModelsRequest {
2865
2459
  /**
2866
2460
  * <p>Returns only custom language models with the specified status. Language
@@ -2888,12 +2482,6 @@ export interface ListLanguageModelsRequest {
2888
2482
  */
2889
2483
  MaxResults?: number;
2890
2484
  }
2891
- export declare namespace ListLanguageModelsRequest {
2892
- /**
2893
- * @internal
2894
- */
2895
- const filterSensitiveLog: (obj: ListLanguageModelsRequest) => any;
2896
- }
2897
2485
  export interface ListLanguageModelsResponse {
2898
2486
  /**
2899
2487
  * <p>If <code>NextToken</code> is present in your response, it indicates that not all results
@@ -2909,12 +2497,6 @@ export interface ListLanguageModelsResponse {
2909
2497
  */
2910
2498
  Models?: LanguageModel[];
2911
2499
  }
2912
- export declare namespace ListLanguageModelsResponse {
2913
- /**
2914
- * @internal
2915
- */
2916
- const filterSensitiveLog: (obj: ListLanguageModelsResponse) => any;
2917
- }
2918
2500
  export interface ListMedicalTranscriptionJobsRequest {
2919
2501
  /**
2920
2502
  * <p>Returns only medical transcription jobs with the specified status. Jobs are ordered by
@@ -2942,12 +2524,6 @@ export interface ListMedicalTranscriptionJobsRequest {
2942
2524
  */
2943
2525
  MaxResults?: number;
2944
2526
  }
2945
- export declare namespace ListMedicalTranscriptionJobsRequest {
2946
- /**
2947
- * @internal
2948
- */
2949
- const filterSensitiveLog: (obj: ListMedicalTranscriptionJobsRequest) => any;
2950
- }
2951
2527
  export declare enum OutputLocationType {
2952
2528
  CUSTOMER_BUCKET = "CUSTOMER_BUCKET",
2953
2529
  SERVICE_BUCKET = "SERVICE_BUCKET"
@@ -3029,12 +2605,6 @@ export interface MedicalTranscriptionJobSummary {
3029
2605
  */
3030
2606
  Type?: Type | string;
3031
2607
  }
3032
- export declare namespace MedicalTranscriptionJobSummary {
3033
- /**
3034
- * @internal
3035
- */
3036
- const filterSensitiveLog: (obj: MedicalTranscriptionJobSummary) => any;
3037
- }
3038
2608
  export interface ListMedicalTranscriptionJobsResponse {
3039
2609
  /**
3040
2610
  * <p>Lists all medical transcription jobs that have the status specified in your request. Jobs are
@@ -3054,12 +2624,6 @@ export interface ListMedicalTranscriptionJobsResponse {
3054
2624
  */
3055
2625
  MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[];
3056
2626
  }
3057
- export declare namespace ListMedicalTranscriptionJobsResponse {
3058
- /**
3059
- * @internal
3060
- */
3061
- const filterSensitiveLog: (obj: ListMedicalTranscriptionJobsResponse) => any;
3062
- }
3063
2627
  export interface ListMedicalVocabulariesRequest {
3064
2628
  /**
3065
2629
  * <p>If your <code>ListMedicalVocabularies</code> request returns more results than can be
@@ -3087,12 +2651,6 @@ export interface ListMedicalVocabulariesRequest {
3087
2651
  */
3088
2652
  NameContains?: string;
3089
2653
  }
3090
- export declare namespace ListMedicalVocabulariesRequest {
3091
- /**
3092
- * @internal
3093
- */
3094
- const filterSensitiveLog: (obj: ListMedicalVocabulariesRequest) => any;
3095
- }
3096
2654
  /**
3097
2655
  * <p>Provides information about a custom vocabulary, including the language of the vocabulary,
3098
2656
  * when it was last modified, its name, and the processing state.</p>
@@ -3124,12 +2682,6 @@ export interface VocabularyInfo {
3124
2682
  */
3125
2683
  VocabularyState?: VocabularyState | string;
3126
2684
  }
3127
- export declare namespace VocabularyInfo {
3128
- /**
3129
- * @internal
3130
- */
3131
- const filterSensitiveLog: (obj: VocabularyInfo) => any;
3132
- }
3133
2685
  export interface ListMedicalVocabulariesResponse {
3134
2686
  /**
3135
2687
  * <p>Lists all custom medical vocabularies that have the status specified in your request.
@@ -3150,12 +2702,6 @@ export interface ListMedicalVocabulariesResponse {
3150
2702
  */
3151
2703
  Vocabularies?: VocabularyInfo[];
3152
2704
  }
3153
- export declare namespace ListMedicalVocabulariesResponse {
3154
- /**
3155
- * @internal
3156
- */
3157
- const filterSensitiveLog: (obj: ListMedicalVocabulariesResponse) => any;
3158
- }
3159
2705
  export interface ListTagsForResourceRequest {
3160
2706
  /**
3161
2707
  * <p>Returns a list of all tags associated with the specified Amazon Resource Name (ARN). ARNs
@@ -3169,12 +2715,6 @@ export interface ListTagsForResourceRequest {
3169
2715
  */
3170
2716
  ResourceArn: string | undefined;
3171
2717
  }
3172
- export declare namespace ListTagsForResourceRequest {
3173
- /**
3174
- * @internal
3175
- */
3176
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3177
- }
3178
2718
  export interface ListTagsForResourceResponse {
3179
2719
  /**
3180
2720
  * <p>The Amazon Resource Name (ARN) specified in your request.</p>
@@ -3186,12 +2726,6 @@ export interface ListTagsForResourceResponse {
3186
2726
  */
3187
2727
  Tags?: Tag[];
3188
2728
  }
3189
- export declare namespace ListTagsForResourceResponse {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3194
- }
3195
2729
  export interface ListTranscriptionJobsRequest {
3196
2730
  /**
3197
2731
  * <p>Returns only transcription jobs with the specified status. Jobs are ordered by creation
@@ -3219,12 +2753,6 @@ export interface ListTranscriptionJobsRequest {
3219
2753
  */
3220
2754
  MaxResults?: number;
3221
2755
  }
3222
- export declare namespace ListTranscriptionJobsRequest {
3223
- /**
3224
- * @internal
3225
- */
3226
- const filterSensitiveLog: (obj: ListTranscriptionJobsRequest) => any;
3227
- }
3228
2756
  /**
3229
2757
  * <p>Provides detailed information about a specific transcription job.</p>
3230
2758
  */
@@ -3325,12 +2853,6 @@ export interface TranscriptionJobSummary {
3325
2853
  */
3326
2854
  LanguageCodes?: LanguageCodeItem[];
3327
2855
  }
3328
- export declare namespace TranscriptionJobSummary {
3329
- /**
3330
- * @internal
3331
- */
3332
- const filterSensitiveLog: (obj: TranscriptionJobSummary) => any;
3333
- }
3334
2856
  export interface ListTranscriptionJobsResponse {
3335
2857
  /**
3336
2858
  * <p>Lists all transcription jobs that have the status specified in your request. Jobs are
@@ -3350,12 +2872,6 @@ export interface ListTranscriptionJobsResponse {
3350
2872
  */
3351
2873
  TranscriptionJobSummaries?: TranscriptionJobSummary[];
3352
2874
  }
3353
- export declare namespace ListTranscriptionJobsResponse {
3354
- /**
3355
- * @internal
3356
- */
3357
- const filterSensitiveLog: (obj: ListTranscriptionJobsResponse) => any;
3358
- }
3359
2875
  export interface ListVocabulariesRequest {
3360
2876
  /**
3361
2877
  * <p>If your <code>ListVocabularies</code> request returns more results than can be displayed,
@@ -3383,12 +2899,6 @@ export interface ListVocabulariesRequest {
3383
2899
  */
3384
2900
  NameContains?: string;
3385
2901
  }
3386
- export declare namespace ListVocabulariesRequest {
3387
- /**
3388
- * @internal
3389
- */
3390
- const filterSensitiveLog: (obj: ListVocabulariesRequest) => any;
3391
- }
3392
2902
  export interface ListVocabulariesResponse {
3393
2903
  /**
3394
2904
  * <p>Lists all custom vocabularies that have the status specified in your request. Vocabularies
@@ -3409,12 +2919,6 @@ export interface ListVocabulariesResponse {
3409
2919
  */
3410
2920
  Vocabularies?: VocabularyInfo[];
3411
2921
  }
3412
- export declare namespace ListVocabulariesResponse {
3413
- /**
3414
- * @internal
3415
- */
3416
- const filterSensitiveLog: (obj: ListVocabulariesResponse) => any;
3417
- }
3418
2922
  export interface ListVocabularyFiltersRequest {
3419
2923
  /**
3420
2924
  * <p>If your <code>ListVocabularyFilters</code> request returns more results than can
@@ -3436,12 +2940,6 @@ export interface ListVocabularyFiltersRequest {
3436
2940
  */
3437
2941
  NameContains?: string;
3438
2942
  }
3439
- export declare namespace ListVocabularyFiltersRequest {
3440
- /**
3441
- * @internal
3442
- */
3443
- const filterSensitiveLog: (obj: ListVocabularyFiltersRequest) => any;
3444
- }
3445
2943
  /**
3446
2944
  * <p>Provides information about a vocabulary filter, including the language of the filter, when it
3447
2945
  * was last modified, and its name.</p>
@@ -3472,12 +2970,6 @@ export interface VocabularyFilterInfo {
3472
2970
  */
3473
2971
  LastModifiedTime?: Date;
3474
2972
  }
3475
- export declare namespace VocabularyFilterInfo {
3476
- /**
3477
- * @internal
3478
- */
3479
- const filterSensitiveLog: (obj: VocabularyFilterInfo) => any;
3480
- }
3481
2973
  export interface ListVocabularyFiltersResponse {
3482
2974
  /**
3483
2975
  * <p>If <code>NextToken</code> is present in your response, it indicates that not all results
@@ -3493,12 +2985,6 @@ export interface ListVocabularyFiltersResponse {
3493
2985
  */
3494
2986
  VocabularyFilters?: VocabularyFilterInfo[];
3495
2987
  }
3496
- export declare namespace ListVocabularyFiltersResponse {
3497
- /**
3498
- * @internal
3499
- */
3500
- const filterSensitiveLog: (obj: ListVocabularyFiltersResponse) => any;
3501
- }
3502
2988
  export interface StartCallAnalyticsJobRequest {
3503
2989
  /**
3504
2990
  * <p>A unique name, chosen by you, for your Call Analytics job.</p>
@@ -3608,12 +3094,6 @@ export interface StartCallAnalyticsJobRequest {
3608
3094
  */
3609
3095
  ChannelDefinitions?: ChannelDefinition[];
3610
3096
  }
3611
- export declare namespace StartCallAnalyticsJobRequest {
3612
- /**
3613
- * @internal
3614
- */
3615
- const filterSensitiveLog: (obj: StartCallAnalyticsJobRequest) => any;
3616
- }
3617
3097
  export interface StartCallAnalyticsJobResponse {
3618
3098
  /**
3619
3099
  * <p>Provides detailed information about the current Call Analytics job, including job status
@@ -3621,12 +3101,6 @@ export interface StartCallAnalyticsJobResponse {
3621
3101
  */
3622
3102
  CallAnalyticsJob?: CallAnalyticsJob;
3623
3103
  }
3624
- export declare namespace StartCallAnalyticsJobResponse {
3625
- /**
3626
- * @internal
3627
- */
3628
- const filterSensitiveLog: (obj: StartCallAnalyticsJobResponse) => any;
3629
- }
3630
3104
  export interface StartMedicalTranscriptionJobRequest {
3631
3105
  /**
3632
3106
  * <p>A unique name, chosen by you, for your medical transcription job. The name you specify is
@@ -3799,12 +3273,6 @@ export interface StartMedicalTranscriptionJobRequest {
3799
3273
  */
3800
3274
  Tags?: Tag[];
3801
3275
  }
3802
- export declare namespace StartMedicalTranscriptionJobRequest {
3803
- /**
3804
- * @internal
3805
- */
3806
- const filterSensitiveLog: (obj: StartMedicalTranscriptionJobRequest) => any;
3807
- }
3808
3276
  export interface StartMedicalTranscriptionJobResponse {
3809
3277
  /**
3810
3278
  * <p>Provides detailed information about the current medical transcription job, including job
@@ -3812,12 +3280,6 @@ export interface StartMedicalTranscriptionJobResponse {
3812
3280
  */
3813
3281
  MedicalTranscriptionJob?: MedicalTranscriptionJob;
3814
3282
  }
3815
- export declare namespace StartMedicalTranscriptionJobResponse {
3816
- /**
3817
- * @internal
3818
- */
3819
- const filterSensitiveLog: (obj: StartMedicalTranscriptionJobResponse) => any;
3820
- }
3821
3283
  /**
3822
3284
  * <p>Generate subtitles for your media file with your transcription request.</p>
3823
3285
  * <p>You can choose a start index of 0 or 1, and you can specify either WebVTT or SubRip (or
@@ -3841,12 +3303,6 @@ export interface Subtitles {
3841
3303
  */
3842
3304
  OutputStartIndex?: number;
3843
3305
  }
3844
- export declare namespace Subtitles {
3845
- /**
3846
- * @internal
3847
- */
3848
- const filterSensitiveLog: (obj: Subtitles) => any;
3849
- }
3850
3306
  export interface StartTranscriptionJobRequest {
3851
3307
  /**
3852
3308
  * <p>A unique name, chosen by you, for your transcription job. The name you specify is
@@ -4119,12 +3575,6 @@ export interface StartTranscriptionJobRequest {
4119
3575
  */
4120
3576
  LanguageIdSettings?: Record<string, LanguageIdSettings>;
4121
3577
  }
4122
- export declare namespace StartTranscriptionJobRequest {
4123
- /**
4124
- * @internal
4125
- */
4126
- const filterSensitiveLog: (obj: StartTranscriptionJobRequest) => any;
4127
- }
4128
3578
  export interface StartTranscriptionJobResponse {
4129
3579
  /**
4130
3580
  * <p>Provides detailed information about the current transcription job, including job status
@@ -4132,12 +3582,6 @@ export interface StartTranscriptionJobResponse {
4132
3582
  */
4133
3583
  TranscriptionJob?: TranscriptionJob;
4134
3584
  }
4135
- export declare namespace StartTranscriptionJobResponse {
4136
- /**
4137
- * @internal
4138
- */
4139
- const filterSensitiveLog: (obj: StartTranscriptionJobResponse) => any;
4140
- }
4141
3585
  export interface TagResourceRequest {
4142
3586
  /**
4143
3587
  * <p>The Amazon Resource Name (ARN) of the resource you want to tag. ARNs have the format
@@ -4157,20 +3601,8 @@ export interface TagResourceRequest {
4157
3601
  */
4158
3602
  Tags: Tag[] | undefined;
4159
3603
  }
4160
- export declare namespace TagResourceRequest {
4161
- /**
4162
- * @internal
4163
- */
4164
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4165
- }
4166
3604
  export interface TagResourceResponse {
4167
3605
  }
4168
- export declare namespace TagResourceResponse {
4169
- /**
4170
- * @internal
4171
- */
4172
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4173
- }
4174
3606
  export interface UntagResourceRequest {
4175
3607
  /**
4176
3608
  * <p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove
@@ -4189,20 +3621,8 @@ export interface UntagResourceRequest {
4189
3621
  */
4190
3622
  TagKeys: string[] | undefined;
4191
3623
  }
4192
- export declare namespace UntagResourceRequest {
4193
- /**
4194
- * @internal
4195
- */
4196
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4197
- }
4198
3624
  export interface UntagResourceResponse {
4199
3625
  }
4200
- export declare namespace UntagResourceResponse {
4201
- /**
4202
- * @internal
4203
- */
4204
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4205
- }
4206
3626
  export interface UpdateCallAnalyticsCategoryRequest {
4207
3627
  /**
4208
3628
  * <p>The name of the Call Analytics category you want to update. Category names are case
@@ -4215,12 +3635,6 @@ export interface UpdateCallAnalyticsCategoryRequest {
4215
3635
  */
4216
3636
  Rules: Rule[] | undefined;
4217
3637
  }
4218
- export declare namespace UpdateCallAnalyticsCategoryRequest {
4219
- /**
4220
- * @internal
4221
- */
4222
- const filterSensitiveLog: (obj: UpdateCallAnalyticsCategoryRequest) => any;
4223
- }
4224
3638
  export interface UpdateCallAnalyticsCategoryResponse {
4225
3639
  /**
4226
3640
  * <p>Provides you with the properties of the Call Analytics category you specified in your
@@ -4228,12 +3642,6 @@ export interface UpdateCallAnalyticsCategoryResponse {
4228
3642
  */
4229
3643
  CategoryProperties?: CategoryProperties;
4230
3644
  }
4231
- export declare namespace UpdateCallAnalyticsCategoryResponse {
4232
- /**
4233
- * @internal
4234
- */
4235
- const filterSensitiveLog: (obj: UpdateCallAnalyticsCategoryResponse) => any;
4236
- }
4237
3645
  export interface UpdateMedicalVocabularyRequest {
4238
3646
  /**
4239
3647
  * <p>The name of the custom medical vocabulary you want to update. Vocabulary names are
@@ -4256,12 +3664,6 @@ export interface UpdateMedicalVocabularyRequest {
4256
3664
  */
4257
3665
  VocabularyFileUri: string | undefined;
4258
3666
  }
4259
- export declare namespace UpdateMedicalVocabularyRequest {
4260
- /**
4261
- * @internal
4262
- */
4263
- const filterSensitiveLog: (obj: UpdateMedicalVocabularyRequest) => any;
4264
- }
4265
3667
  export interface UpdateMedicalVocabularyResponse {
4266
3668
  /**
4267
3669
  * <p>The name of the updated custom medical vocabulary.</p>
@@ -4286,12 +3688,6 @@ export interface UpdateMedicalVocabularyResponse {
4286
3688
  */
4287
3689
  VocabularyState?: VocabularyState | string;
4288
3690
  }
4289
- export declare namespace UpdateMedicalVocabularyResponse {
4290
- /**
4291
- * @internal
4292
- */
4293
- const filterSensitiveLog: (obj: UpdateMedicalVocabularyResponse) => any;
4294
- }
4295
3691
  export interface UpdateVocabularyRequest {
4296
3692
  /**
4297
3693
  * <p>The name of the custom vocabulary you want to update. Vocabulary names are
@@ -4334,12 +3730,6 @@ export interface UpdateVocabularyRequest {
4334
3730
  */
4335
3731
  VocabularyFileUri?: string;
4336
3732
  }
4337
- export declare namespace UpdateVocabularyRequest {
4338
- /**
4339
- * @internal
4340
- */
4341
- const filterSensitiveLog: (obj: UpdateVocabularyRequest) => any;
4342
- }
4343
3733
  export interface UpdateVocabularyResponse {
4344
3734
  /**
4345
3735
  * <p>The name of the updated custom vocabulary.</p>
@@ -4362,12 +3752,6 @@ export interface UpdateVocabularyResponse {
4362
3752
  */
4363
3753
  VocabularyState?: VocabularyState | string;
4364
3754
  }
4365
- export declare namespace UpdateVocabularyResponse {
4366
- /**
4367
- * @internal
4368
- */
4369
- const filterSensitiveLog: (obj: UpdateVocabularyResponse) => any;
4370
- }
4371
3755
  export interface UpdateVocabularyFilterRequest {
4372
3756
  /**
4373
3757
  * <p>The name of the custom vocabulary filter you want to update. Vocabulary filter names
@@ -4400,12 +3784,6 @@ export interface UpdateVocabularyFilterRequest {
4400
3784
  */
4401
3785
  VocabularyFilterFileUri?: string;
4402
3786
  }
4403
- export declare namespace UpdateVocabularyFilterRequest {
4404
- /**
4405
- * @internal
4406
- */
4407
- const filterSensitiveLog: (obj: UpdateVocabularyFilterRequest) => any;
4408
- }
4409
3787
  export interface UpdateVocabularyFilterResponse {
4410
3788
  /**
4411
3789
  * <p>The name of the updated custom vocabulary filter.</p>
@@ -4423,9 +3801,423 @@ export interface UpdateVocabularyFilterResponse {
4423
3801
  */
4424
3802
  LastModifiedTime?: Date;
4425
3803
  }
4426
- export declare namespace UpdateVocabularyFilterResponse {
4427
- /**
4428
- * @internal
4429
- */
4430
- const filterSensitiveLog: (obj: UpdateVocabularyFilterResponse) => any;
4431
- }
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;