@aws-sdk/client-translate 3.128.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 (38) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateParallelDataCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteParallelDataCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteTerminologyCommand.js +1 -1
  5. package/dist-cjs/commands/DescribeTextTranslationJobCommand.js +2 -2
  6. package/dist-cjs/commands/GetParallelDataCommand.js +2 -2
  7. package/dist-cjs/commands/GetTerminologyCommand.js +2 -2
  8. package/dist-cjs/commands/ImportTerminologyCommand.js +2 -2
  9. package/dist-cjs/commands/ListLanguagesCommand.js +2 -2
  10. package/dist-cjs/commands/ListParallelDataCommand.js +2 -2
  11. package/dist-cjs/commands/ListTerminologiesCommand.js +2 -2
  12. package/dist-cjs/commands/ListTextTranslationJobsCommand.js +2 -2
  13. package/dist-cjs/commands/StartTextTranslationJobCommand.js +2 -2
  14. package/dist-cjs/commands/StopTextTranslationJobCommand.js +2 -2
  15. package/dist-cjs/commands/TranslateTextCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateParallelDataCommand.js +2 -2
  17. package/dist-cjs/models/models_0.js +184 -274
  18. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  19. package/dist-es/commands/CreateParallelDataCommand.js +3 -3
  20. package/dist-es/commands/DeleteParallelDataCommand.js +3 -3
  21. package/dist-es/commands/DeleteTerminologyCommand.js +2 -2
  22. package/dist-es/commands/DescribeTextTranslationJobCommand.js +3 -3
  23. package/dist-es/commands/GetParallelDataCommand.js +3 -3
  24. package/dist-es/commands/GetTerminologyCommand.js +3 -3
  25. package/dist-es/commands/ImportTerminologyCommand.js +3 -3
  26. package/dist-es/commands/ListLanguagesCommand.js +3 -3
  27. package/dist-es/commands/ListParallelDataCommand.js +3 -3
  28. package/dist-es/commands/ListTerminologiesCommand.js +3 -3
  29. package/dist-es/commands/ListTextTranslationJobsCommand.js +3 -3
  30. package/dist-es/commands/StartTextTranslationJobCommand.js +3 -3
  31. package/dist-es/commands/StopTextTranslationJobCommand.js +3 -3
  32. package/dist-es/commands/TranslateTextCommand.js +3 -3
  33. package/dist-es/commands/UpdateParallelDataCommand.js +3 -3
  34. package/dist-es/models/models_0.js +45 -180
  35. package/dist-es/protocols/Aws_json1_1.js +3 -0
  36. package/dist-types/models/models_0.d.ts +180 -270
  37. package/dist-types/ts3.4/models/models_0.d.ts +90 -180
  38. package/package.json +9 -9
@@ -13,12 +13,6 @@ export interface Term {
13
13
  */
14
14
  TargetText?: string;
15
15
  }
16
- export declare namespace Term {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: Term) => any;
21
- }
22
16
  /**
23
17
  * <p>The custom terminology applied to the input text by Amazon Translate for the translated text
24
18
  * response. This is optional in the response and will only be present if you specified
@@ -38,12 +32,6 @@ export interface AppliedTerminology {
38
32
  */
39
33
  Terms?: Term[];
40
34
  }
41
- export declare namespace AppliedTerminology {
42
- /**
43
- * @internal
44
- */
45
- const filterSensitiveLog: (obj: AppliedTerminology) => any;
46
- }
47
35
  /**
48
36
  * <p>There was a conflict processing the request. Try your request again.</p>
49
37
  */
@@ -72,12 +60,6 @@ export interface EncryptionKey {
72
60
  */
73
61
  Id: string | undefined;
74
62
  }
75
- export declare namespace EncryptionKey {
76
- /**
77
- * @internal
78
- */
79
- const filterSensitiveLog: (obj: EncryptionKey) => any;
80
- }
81
63
  export declare enum ParallelDataFormat {
82
64
  CSV = "CSV",
83
65
  TMX = "TMX",
@@ -97,12 +79,6 @@ export interface ParallelDataConfig {
97
79
  */
98
80
  Format: ParallelDataFormat | string | undefined;
99
81
  }
100
- export declare namespace ParallelDataConfig {
101
- /**
102
- * @internal
103
- */
104
- const filterSensitiveLog: (obj: ParallelDataConfig) => any;
105
- }
106
82
  export interface CreateParallelDataRequest {
107
83
  /**
108
84
  * <p>A custom name for the parallel data resource in Amazon Translate. You must assign a name
@@ -127,12 +103,6 @@ export interface CreateParallelDataRequest {
127
103
  */
128
104
  ClientToken?: string;
129
105
  }
130
- export declare namespace CreateParallelDataRequest {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: CreateParallelDataRequest) => any;
135
- }
136
106
  export declare enum ParallelDataStatus {
137
107
  ACTIVE = "ACTIVE",
138
108
  CREATING = "CREATING",
@@ -151,12 +121,6 @@ export interface CreateParallelDataResponse {
151
121
  */
152
122
  Status?: ParallelDataStatus | string;
153
123
  }
154
- export declare namespace CreateParallelDataResponse {
155
- /**
156
- * @internal
157
- */
158
- const filterSensitiveLog: (obj: CreateParallelDataResponse) => any;
159
- }
160
124
  /**
161
125
  * <p>An internal server error occurred. Retry your request.</p>
162
126
  */
@@ -240,12 +204,6 @@ export interface DeleteParallelDataRequest {
240
204
  */
241
205
  Name: string | undefined;
242
206
  }
243
- export declare namespace DeleteParallelDataRequest {
244
- /**
245
- * @internal
246
- */
247
- const filterSensitiveLog: (obj: DeleteParallelDataRequest) => any;
248
- }
249
207
  export interface DeleteParallelDataResponse {
250
208
  /**
251
209
  * <p>The name of the parallel data resource that is being deleted.</p>
@@ -256,12 +214,6 @@ export interface DeleteParallelDataResponse {
256
214
  */
257
215
  Status?: ParallelDataStatus | string;
258
216
  }
259
- export declare namespace DeleteParallelDataResponse {
260
- /**
261
- * @internal
262
- */
263
- const filterSensitiveLog: (obj: DeleteParallelDataResponse) => any;
264
- }
265
217
  /**
266
218
  * <p>The resource you are looking for has not been found. Review the resource you're looking
267
219
  * for and see if a different resource will accomplish your needs before retrying the revised
@@ -282,12 +234,6 @@ export interface DeleteTerminologyRequest {
282
234
  */
283
235
  Name: string | undefined;
284
236
  }
285
- export declare namespace DeleteTerminologyRequest {
286
- /**
287
- * @internal
288
- */
289
- const filterSensitiveLog: (obj: DeleteTerminologyRequest) => any;
290
- }
291
237
  export interface DescribeTextTranslationJobRequest {
292
238
  /**
293
239
  * <p>The identifier that Amazon Translate generated for the job. The <a>StartTextTranslationJob</a> operation returns this identifier in its
@@ -295,12 +241,6 @@ export interface DescribeTextTranslationJobRequest {
295
241
  */
296
242
  JobId: string | undefined;
297
243
  }
298
- export declare namespace DescribeTextTranslationJobRequest {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: DescribeTextTranslationJobRequest) => any;
303
- }
304
244
  /**
305
245
  * <p>The input configuration properties for requesting a batch translation job.</p>
306
246
  */
@@ -363,12 +303,6 @@ export interface InputDataConfig {
363
303
  */
364
304
  ContentType: string | undefined;
365
305
  }
366
- export declare namespace InputDataConfig {
367
- /**
368
- * @internal
369
- */
370
- const filterSensitiveLog: (obj: InputDataConfig) => any;
371
- }
372
306
  /**
373
307
  * <p>The number of documents successfully and unsuccessfully processed during a translation
374
308
  * job.</p>
@@ -387,12 +321,6 @@ export interface JobDetails {
387
321
  */
388
322
  InputDocumentsCount?: number;
389
323
  }
390
- export declare namespace JobDetails {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: JobDetails) => any;
395
- }
396
324
  export declare enum JobStatus {
397
325
  COMPLETED = "COMPLETED",
398
326
  COMPLETED_WITH_ERROR = "COMPLETED_WITH_ERROR",
@@ -416,12 +344,6 @@ export interface OutputDataConfig {
416
344
  */
417
345
  EncryptionKey?: EncryptionKey;
418
346
  }
419
- export declare namespace OutputDataConfig {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: OutputDataConfig) => any;
424
- }
425
347
  export declare enum Formality {
426
348
  FORMAL = "FORMAL",
427
349
  INFORMAL = "INFORMAL"
@@ -458,12 +380,6 @@ export interface TranslationSettings {
458
380
  */
459
381
  Profanity?: Profanity | string;
460
382
  }
461
- export declare namespace TranslationSettings {
462
- /**
463
- * @internal
464
- */
465
- const filterSensitiveLog: (obj: TranslationSettings) => any;
466
- }
467
383
  /**
468
384
  * <p>Provides information about a translation job.</p>
469
385
  */
@@ -536,12 +452,6 @@ export interface TextTranslationJobProperties {
536
452
  */
537
453
  Settings?: TranslationSettings;
538
454
  }
539
- export declare namespace TextTranslationJobProperties {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: TextTranslationJobProperties) => any;
544
- }
545
455
  export interface DescribeTextTranslationJobResponse {
546
456
  /**
547
457
  * <p>An object that contains the properties associated with an asynchronous batch translation
@@ -549,24 +459,12 @@ export interface DescribeTextTranslationJobResponse {
549
459
  */
550
460
  TextTranslationJobProperties?: TextTranslationJobProperties;
551
461
  }
552
- export declare namespace DescribeTextTranslationJobResponse {
553
- /**
554
- * @internal
555
- */
556
- const filterSensitiveLog: (obj: DescribeTextTranslationJobResponse) => any;
557
- }
558
462
  export interface GetParallelDataRequest {
559
463
  /**
560
464
  * <p>The name of the parallel data resource that is being retrieved.</p>
561
465
  */
562
466
  Name: string | undefined;
563
467
  }
564
- export declare namespace GetParallelDataRequest {
565
- /**
566
- * @internal
567
- */
568
- const filterSensitiveLog: (obj: GetParallelDataRequest) => any;
569
- }
570
468
  /**
571
469
  * <p>The location of the most recent parallel data input file that was successfully imported
572
470
  * into Amazon Translate.</p>
@@ -592,12 +490,6 @@ export interface ParallelDataDataLocation {
592
490
  */
593
491
  Location: string | undefined;
594
492
  }
595
- export declare namespace ParallelDataDataLocation {
596
- /**
597
- * @internal
598
- */
599
- const filterSensitiveLog: (obj: ParallelDataDataLocation) => any;
600
- }
601
493
  /**
602
494
  * <p>The properties of a parallel data resource.</p>
603
495
  */
@@ -678,12 +570,6 @@ export interface ParallelDataProperties {
678
570
  */
679
571
  LatestUpdateAttemptAt?: Date;
680
572
  }
681
- export declare namespace ParallelDataProperties {
682
- /**
683
- * @internal
684
- */
685
- const filterSensitiveLog: (obj: ParallelDataProperties) => any;
686
- }
687
573
  export interface GetParallelDataResponse {
688
574
  /**
689
575
  * <p>The properties of the parallel data resource that is being retrieved.</p>
@@ -720,12 +606,6 @@ export interface GetParallelDataResponse {
720
606
  */
721
607
  LatestUpdateAttemptAuxiliaryDataLocation?: ParallelDataDataLocation;
722
608
  }
723
- export declare namespace GetParallelDataResponse {
724
- /**
725
- * @internal
726
- */
727
- const filterSensitiveLog: (obj: GetParallelDataResponse) => any;
728
- }
729
609
  export declare enum TerminologyDataFormat {
730
610
  CSV = "CSV",
731
611
  TMX = "TMX",
@@ -746,12 +626,6 @@ export interface GetTerminologyRequest {
746
626
  */
747
627
  TerminologyDataFormat?: TerminologyDataFormat | string;
748
628
  }
749
- export declare namespace GetTerminologyRequest {
750
- /**
751
- * @internal
752
- */
753
- const filterSensitiveLog: (obj: GetTerminologyRequest) => any;
754
- }
755
629
  /**
756
630
  * <p>The location of the custom terminology data.</p>
757
631
  */
@@ -777,12 +651,6 @@ export interface TerminologyDataLocation {
777
651
  */
778
652
  Location: string | undefined;
779
653
  }
780
- export declare namespace TerminologyDataLocation {
781
- /**
782
- * @internal
783
- */
784
- const filterSensitiveLog: (obj: TerminologyDataLocation) => any;
785
- }
786
654
  export declare enum Directionality {
787
655
  MULTI = "MULTI",
788
656
  UNI = "UNI"
@@ -863,12 +731,6 @@ export interface TerminologyProperties {
863
731
  */
864
732
  Format?: TerminologyDataFormat | string;
865
733
  }
866
- export declare namespace TerminologyProperties {
867
- /**
868
- * @internal
869
- */
870
- const filterSensitiveLog: (obj: TerminologyProperties) => any;
871
- }
872
734
  export interface GetTerminologyResponse {
873
735
  /**
874
736
  * <p>The properties of the custom terminology being retrieved.</p>
@@ -898,12 +760,6 @@ export interface GetTerminologyResponse {
898
760
  */
899
761
  AuxiliaryDataLocation?: TerminologyDataLocation;
900
762
  }
901
- export declare namespace GetTerminologyResponse {
902
- /**
903
- * @internal
904
- */
905
- const filterSensitiveLog: (obj: GetTerminologyResponse) => any;
906
- }
907
763
  export declare enum MergeStrategy {
908
764
  OVERWRITE = "OVERWRITE"
909
765
  }
@@ -945,12 +801,6 @@ export interface TerminologyData {
945
801
  */
946
802
  Directionality?: Directionality | string;
947
803
  }
948
- export declare namespace TerminologyData {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: TerminologyData) => any;
953
- }
954
804
  export interface ImportTerminologyRequest {
955
805
  /**
956
806
  * <p>The name of the custom terminology being imported.</p>
@@ -975,12 +825,6 @@ export interface ImportTerminologyRequest {
975
825
  */
976
826
  EncryptionKey?: EncryptionKey;
977
827
  }
978
- export declare namespace ImportTerminologyRequest {
979
- /**
980
- * @internal
981
- */
982
- const filterSensitiveLog: (obj: ImportTerminologyRequest) => any;
983
- }
984
828
  export interface ImportTerminologyResponse {
985
829
  /**
986
830
  * <p>The properties of the custom terminology being imported.</p>
@@ -994,12 +838,6 @@ export interface ImportTerminologyResponse {
994
838
  */
995
839
  AuxiliaryDataLocation?: TerminologyDataLocation;
996
840
  }
997
- export declare namespace ImportTerminologyResponse {
998
- /**
999
- * @internal
1000
- */
1001
- const filterSensitiveLog: (obj: ImportTerminologyResponse) => any;
1002
- }
1003
841
  export declare enum DisplayLanguageCode {
1004
842
  DE = "de",
1005
843
  EN = "en",
@@ -1027,12 +865,6 @@ export interface ListLanguagesRequest {
1027
865
  */
1028
866
  MaxResults?: number;
1029
867
  }
1030
- export declare namespace ListLanguagesRequest {
1031
- /**
1032
- * @internal
1033
- */
1034
- const filterSensitiveLog: (obj: ListLanguagesRequest) => any;
1035
- }
1036
868
  /**
1037
869
  * <p>A supported language.</p>
1038
870
  */
@@ -1046,12 +878,6 @@ export interface Language {
1046
878
  */
1047
879
  LanguageCode: string | undefined;
1048
880
  }
1049
- export declare namespace Language {
1050
- /**
1051
- * @internal
1052
- */
1053
- const filterSensitiveLog: (obj: Language) => any;
1054
- }
1055
881
  export interface ListLanguagesResponse {
1056
882
  /**
1057
883
  * <p>The list of supported languages.</p>
@@ -1067,12 +893,6 @@ export interface ListLanguagesResponse {
1067
893
  */
1068
894
  NextToken?: string;
1069
895
  }
1070
- export declare namespace ListLanguagesResponse {
1071
- /**
1072
- * @internal
1073
- */
1074
- const filterSensitiveLog: (obj: ListLanguagesResponse) => any;
1075
- }
1076
896
  /**
1077
897
  * <p>Requested display language code is not supported.</p>
1078
898
  */
@@ -1099,12 +919,6 @@ export interface ListParallelDataRequest {
1099
919
  */
1100
920
  MaxResults?: number;
1101
921
  }
1102
- export declare namespace ListParallelDataRequest {
1103
- /**
1104
- * @internal
1105
- */
1106
- const filterSensitiveLog: (obj: ListParallelDataRequest) => any;
1107
- }
1108
922
  export interface ListParallelDataResponse {
1109
923
  /**
1110
924
  * <p>The properties of the parallel data resources returned by this request.</p>
@@ -1116,12 +930,6 @@ export interface ListParallelDataResponse {
1116
930
  */
1117
931
  NextToken?: string;
1118
932
  }
1119
- export declare namespace ListParallelDataResponse {
1120
- /**
1121
- * @internal
1122
- */
1123
- const filterSensitiveLog: (obj: ListParallelDataResponse) => any;
1124
- }
1125
933
  export interface ListTerminologiesRequest {
1126
934
  /**
1127
935
  * <p>If the result of the request to ListTerminologies was truncated, include the NextToken to
@@ -1133,12 +941,6 @@ export interface ListTerminologiesRequest {
1133
941
  */
1134
942
  MaxResults?: number;
1135
943
  }
1136
- export declare namespace ListTerminologiesRequest {
1137
- /**
1138
- * @internal
1139
- */
1140
- const filterSensitiveLog: (obj: ListTerminologiesRequest) => any;
1141
- }
1142
944
  export interface ListTerminologiesResponse {
1143
945
  /**
1144
946
  * <p>The properties list of the custom terminologies returned on the list request.</p>
@@ -1150,12 +952,6 @@ export interface ListTerminologiesResponse {
1150
952
  */
1151
953
  NextToken?: string;
1152
954
  }
1153
- export declare namespace ListTerminologiesResponse {
1154
- /**
1155
- * @internal
1156
- */
1157
- const filterSensitiveLog: (obj: ListTerminologiesResponse) => any;
1158
- }
1159
955
  /**
1160
956
  * <p>The filter specified for the operation is not valid. Specify a different filter.</p>
1161
957
  */
@@ -1194,12 +990,6 @@ export interface TextTranslationJobFilter {
1194
990
  */
1195
991
  SubmittedAfterTime?: Date;
1196
992
  }
1197
- export declare namespace TextTranslationJobFilter {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: TextTranslationJobFilter) => any;
1202
- }
1203
993
  export interface ListTextTranslationJobsRequest {
1204
994
  /**
1205
995
  * <p>The parameters that specify which batch translation jobs to retrieve. Filters include job
@@ -1215,12 +1005,6 @@ export interface ListTextTranslationJobsRequest {
1215
1005
  */
1216
1006
  MaxResults?: number;
1217
1007
  }
1218
- export declare namespace ListTextTranslationJobsRequest {
1219
- /**
1220
- * @internal
1221
- */
1222
- const filterSensitiveLog: (obj: ListTextTranslationJobsRequest) => any;
1223
- }
1224
1008
  export interface ListTextTranslationJobsResponse {
1225
1009
  /**
1226
1010
  * <p>A list containing the properties of each job that is returned.</p>
@@ -1232,12 +1016,6 @@ export interface ListTextTranslationJobsResponse {
1232
1016
  */
1233
1017
  NextToken?: string;
1234
1018
  }
1235
- export declare namespace ListTextTranslationJobsResponse {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: ListTextTranslationJobsResponse) => any;
1240
- }
1241
1019
  export interface StartTextTranslationJobRequest {
1242
1020
  /**
1243
1021
  * <p>The name of the batch translation job to be performed.</p>
@@ -1299,12 +1077,6 @@ export interface StartTextTranslationJobRequest {
1299
1077
  */
1300
1078
  Settings?: TranslationSettings;
1301
1079
  }
1302
- export declare namespace StartTextTranslationJobRequest {
1303
- /**
1304
- * @internal
1305
- */
1306
- const filterSensitiveLog: (obj: StartTextTranslationJobRequest) => any;
1307
- }
1308
1080
  export interface StartTextTranslationJobResponse {
1309
1081
  /**
1310
1082
  * <p>The identifier generated for the job. To get the status of a job, use this ID with the
@@ -1350,12 +1122,6 @@ export interface StartTextTranslationJobResponse {
1350
1122
  */
1351
1123
  JobStatus?: JobStatus | string;
1352
1124
  }
1353
- export declare namespace StartTextTranslationJobResponse {
1354
- /**
1355
- * @internal
1356
- */
1357
- const filterSensitiveLog: (obj: StartTextTranslationJobResponse) => any;
1358
- }
1359
1125
  /**
1360
1126
  * <p>Amazon Translate does not support translation from the language of the source text into the requested
1361
1127
  * target language. For more information, see <a>how-to-error-msg</a>. </p>
@@ -1383,12 +1149,6 @@ export interface StopTextTranslationJobRequest {
1383
1149
  */
1384
1150
  JobId: string | undefined;
1385
1151
  }
1386
- export declare namespace StopTextTranslationJobRequest {
1387
- /**
1388
- * @internal
1389
- */
1390
- const filterSensitiveLog: (obj: StopTextTranslationJobRequest) => any;
1391
- }
1392
1152
  export interface StopTextTranslationJobResponse {
1393
1153
  /**
1394
1154
  * <p>The job ID of the stopped batch translation job.</p>
@@ -1400,12 +1160,6 @@ export interface StopTextTranslationJobResponse {
1400
1160
  */
1401
1161
  JobStatus?: JobStatus | string;
1402
1162
  }
1403
- export declare namespace StopTextTranslationJobResponse {
1404
- /**
1405
- * @internal
1406
- */
1407
- const filterSensitiveLog: (obj: StopTextTranslationJobResponse) => any;
1408
- }
1409
1163
  /**
1410
1164
  * <p>The confidence that Amazon Comprehend accurately detected the source language is low. If a
1411
1165
  * low confidence level is acceptable for your application, you can use the language in the
@@ -1487,12 +1241,6 @@ export interface TranslateTextRequest {
1487
1241
  */
1488
1242
  Settings?: TranslationSettings;
1489
1243
  }
1490
- export declare namespace TranslateTextRequest {
1491
- /**
1492
- * @internal
1493
- */
1494
- const filterSensitiveLog: (obj: TranslateTextRequest) => any;
1495
- }
1496
1244
  export interface TranslateTextResponse {
1497
1245
  /**
1498
1246
  * <p>The translated text.</p>
@@ -1516,12 +1264,6 @@ export interface TranslateTextResponse {
1516
1264
  */
1517
1265
  AppliedSettings?: TranslationSettings;
1518
1266
  }
1519
- export declare namespace TranslateTextResponse {
1520
- /**
1521
- * @internal
1522
- */
1523
- const filterSensitiveLog: (obj: TranslateTextResponse) => any;
1524
- }
1525
1267
  export interface UpdateParallelDataRequest {
1526
1268
  /**
1527
1269
  * <p>The name of the parallel data resource being updated.</p>
@@ -1541,12 +1283,6 @@ export interface UpdateParallelDataRequest {
1541
1283
  */
1542
1284
  ClientToken?: string;
1543
1285
  }
1544
- export declare namespace UpdateParallelDataRequest {
1545
- /**
1546
- * @internal
1547
- */
1548
- const filterSensitiveLog: (obj: UpdateParallelDataRequest) => any;
1549
- }
1550
1286
  export interface UpdateParallelDataResponse {
1551
1287
  /**
1552
1288
  * <p>The name of the parallel data resource being updated.</p>
@@ -1568,9 +1304,183 @@ export interface UpdateParallelDataResponse {
1568
1304
  */
1569
1305
  LatestUpdateAttemptAt?: Date;
1570
1306
  }
1571
- export declare namespace UpdateParallelDataResponse {
1572
- /**
1573
- * @internal
1574
- */
1575
- const filterSensitiveLog: (obj: UpdateParallelDataResponse) => any;
1576
- }
1307
+ /**
1308
+ * @internal
1309
+ */
1310
+ export declare const TermFilterSensitiveLog: (obj: Term) => any;
1311
+ /**
1312
+ * @internal
1313
+ */
1314
+ export declare const AppliedTerminologyFilterSensitiveLog: (obj: AppliedTerminology) => any;
1315
+ /**
1316
+ * @internal
1317
+ */
1318
+ export declare const EncryptionKeyFilterSensitiveLog: (obj: EncryptionKey) => any;
1319
+ /**
1320
+ * @internal
1321
+ */
1322
+ export declare const ParallelDataConfigFilterSensitiveLog: (obj: ParallelDataConfig) => any;
1323
+ /**
1324
+ * @internal
1325
+ */
1326
+ export declare const CreateParallelDataRequestFilterSensitiveLog: (obj: CreateParallelDataRequest) => any;
1327
+ /**
1328
+ * @internal
1329
+ */
1330
+ export declare const CreateParallelDataResponseFilterSensitiveLog: (obj: CreateParallelDataResponse) => any;
1331
+ /**
1332
+ * @internal
1333
+ */
1334
+ export declare const DeleteParallelDataRequestFilterSensitiveLog: (obj: DeleteParallelDataRequest) => any;
1335
+ /**
1336
+ * @internal
1337
+ */
1338
+ export declare const DeleteParallelDataResponseFilterSensitiveLog: (obj: DeleteParallelDataResponse) => any;
1339
+ /**
1340
+ * @internal
1341
+ */
1342
+ export declare const DeleteTerminologyRequestFilterSensitiveLog: (obj: DeleteTerminologyRequest) => any;
1343
+ /**
1344
+ * @internal
1345
+ */
1346
+ export declare const DescribeTextTranslationJobRequestFilterSensitiveLog: (obj: DescribeTextTranslationJobRequest) => any;
1347
+ /**
1348
+ * @internal
1349
+ */
1350
+ export declare const InputDataConfigFilterSensitiveLog: (obj: InputDataConfig) => any;
1351
+ /**
1352
+ * @internal
1353
+ */
1354
+ export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
1355
+ /**
1356
+ * @internal
1357
+ */
1358
+ export declare const OutputDataConfigFilterSensitiveLog: (obj: OutputDataConfig) => any;
1359
+ /**
1360
+ * @internal
1361
+ */
1362
+ export declare const TranslationSettingsFilterSensitiveLog: (obj: TranslationSettings) => any;
1363
+ /**
1364
+ * @internal
1365
+ */
1366
+ export declare const TextTranslationJobPropertiesFilterSensitiveLog: (obj: TextTranslationJobProperties) => any;
1367
+ /**
1368
+ * @internal
1369
+ */
1370
+ export declare const DescribeTextTranslationJobResponseFilterSensitiveLog: (obj: DescribeTextTranslationJobResponse) => any;
1371
+ /**
1372
+ * @internal
1373
+ */
1374
+ export declare const GetParallelDataRequestFilterSensitiveLog: (obj: GetParallelDataRequest) => any;
1375
+ /**
1376
+ * @internal
1377
+ */
1378
+ export declare const ParallelDataDataLocationFilterSensitiveLog: (obj: ParallelDataDataLocation) => any;
1379
+ /**
1380
+ * @internal
1381
+ */
1382
+ export declare const ParallelDataPropertiesFilterSensitiveLog: (obj: ParallelDataProperties) => any;
1383
+ /**
1384
+ * @internal
1385
+ */
1386
+ export declare const GetParallelDataResponseFilterSensitiveLog: (obj: GetParallelDataResponse) => any;
1387
+ /**
1388
+ * @internal
1389
+ */
1390
+ export declare const GetTerminologyRequestFilterSensitiveLog: (obj: GetTerminologyRequest) => any;
1391
+ /**
1392
+ * @internal
1393
+ */
1394
+ export declare const TerminologyDataLocationFilterSensitiveLog: (obj: TerminologyDataLocation) => any;
1395
+ /**
1396
+ * @internal
1397
+ */
1398
+ export declare const TerminologyPropertiesFilterSensitiveLog: (obj: TerminologyProperties) => any;
1399
+ /**
1400
+ * @internal
1401
+ */
1402
+ export declare const GetTerminologyResponseFilterSensitiveLog: (obj: GetTerminologyResponse) => any;
1403
+ /**
1404
+ * @internal
1405
+ */
1406
+ export declare const TerminologyDataFilterSensitiveLog: (obj: TerminologyData) => any;
1407
+ /**
1408
+ * @internal
1409
+ */
1410
+ export declare const ImportTerminologyRequestFilterSensitiveLog: (obj: ImportTerminologyRequest) => any;
1411
+ /**
1412
+ * @internal
1413
+ */
1414
+ export declare const ImportTerminologyResponseFilterSensitiveLog: (obj: ImportTerminologyResponse) => any;
1415
+ /**
1416
+ * @internal
1417
+ */
1418
+ export declare const ListLanguagesRequestFilterSensitiveLog: (obj: ListLanguagesRequest) => any;
1419
+ /**
1420
+ * @internal
1421
+ */
1422
+ export declare const LanguageFilterSensitiveLog: (obj: Language) => any;
1423
+ /**
1424
+ * @internal
1425
+ */
1426
+ export declare const ListLanguagesResponseFilterSensitiveLog: (obj: ListLanguagesResponse) => any;
1427
+ /**
1428
+ * @internal
1429
+ */
1430
+ export declare const ListParallelDataRequestFilterSensitiveLog: (obj: ListParallelDataRequest) => any;
1431
+ /**
1432
+ * @internal
1433
+ */
1434
+ export declare const ListParallelDataResponseFilterSensitiveLog: (obj: ListParallelDataResponse) => any;
1435
+ /**
1436
+ * @internal
1437
+ */
1438
+ export declare const ListTerminologiesRequestFilterSensitiveLog: (obj: ListTerminologiesRequest) => any;
1439
+ /**
1440
+ * @internal
1441
+ */
1442
+ export declare const ListTerminologiesResponseFilterSensitiveLog: (obj: ListTerminologiesResponse) => any;
1443
+ /**
1444
+ * @internal
1445
+ */
1446
+ export declare const TextTranslationJobFilterFilterSensitiveLog: (obj: TextTranslationJobFilter) => any;
1447
+ /**
1448
+ * @internal
1449
+ */
1450
+ export declare const ListTextTranslationJobsRequestFilterSensitiveLog: (obj: ListTextTranslationJobsRequest) => any;
1451
+ /**
1452
+ * @internal
1453
+ */
1454
+ export declare const ListTextTranslationJobsResponseFilterSensitiveLog: (obj: ListTextTranslationJobsResponse) => any;
1455
+ /**
1456
+ * @internal
1457
+ */
1458
+ export declare const StartTextTranslationJobRequestFilterSensitiveLog: (obj: StartTextTranslationJobRequest) => any;
1459
+ /**
1460
+ * @internal
1461
+ */
1462
+ export declare const StartTextTranslationJobResponseFilterSensitiveLog: (obj: StartTextTranslationJobResponse) => any;
1463
+ /**
1464
+ * @internal
1465
+ */
1466
+ export declare const StopTextTranslationJobRequestFilterSensitiveLog: (obj: StopTextTranslationJobRequest) => any;
1467
+ /**
1468
+ * @internal
1469
+ */
1470
+ export declare const StopTextTranslationJobResponseFilterSensitiveLog: (obj: StopTextTranslationJobResponse) => any;
1471
+ /**
1472
+ * @internal
1473
+ */
1474
+ export declare const TranslateTextRequestFilterSensitiveLog: (obj: TranslateTextRequest) => any;
1475
+ /**
1476
+ * @internal
1477
+ */
1478
+ export declare const TranslateTextResponseFilterSensitiveLog: (obj: TranslateTextResponse) => any;
1479
+ /**
1480
+ * @internal
1481
+ */
1482
+ export declare const UpdateParallelDataRequestFilterSensitiveLog: (obj: UpdateParallelDataRequest) => any;
1483
+ /**
1484
+ * @internal
1485
+ */
1486
+ export declare const UpdateParallelDataResponseFilterSensitiveLog: (obj: UpdateParallelDataResponse) => any;