@aws-sdk/client-transcribe 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +146 -167
- package/dist-es/models/models_0.js +146 -167
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +11 -11
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +4 -4
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateVocabularyCommand.d.ts +4 -4
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +10 -10
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -6
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +15 -15
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +11 -11
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +252 -147
- package/dist-types/ts3.4/models/models_0.d.ts +179 -146
- package/package.json +34 -34
|
@@ -16,121 +16,109 @@ class BadRequestException extends TranscribeServiceException_1.TranscribeService
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
exports.BadRequestException = BadRequestException;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
})(InputType = exports.InputType || (exports.InputType = {}));
|
|
123
|
-
var SentimentValue;
|
|
124
|
-
(function (SentimentValue) {
|
|
125
|
-
SentimentValue["MIXED"] = "MIXED";
|
|
126
|
-
SentimentValue["NEGATIVE"] = "NEGATIVE";
|
|
127
|
-
SentimentValue["NEUTRAL"] = "NEUTRAL";
|
|
128
|
-
SentimentValue["POSITIVE"] = "POSITIVE";
|
|
129
|
-
})(SentimentValue = exports.SentimentValue || (exports.SentimentValue = {}));
|
|
130
|
-
var TranscriptFilterType;
|
|
131
|
-
(function (TranscriptFilterType) {
|
|
132
|
-
TranscriptFilterType["EXACT"] = "EXACT";
|
|
133
|
-
})(TranscriptFilterType = exports.TranscriptFilterType || (exports.TranscriptFilterType = {}));
|
|
19
|
+
exports.BaseModelName = {
|
|
20
|
+
NARROW_BAND: "NarrowBand",
|
|
21
|
+
WIDE_BAND: "WideBand",
|
|
22
|
+
};
|
|
23
|
+
exports.CallAnalyticsJobStatus = {
|
|
24
|
+
COMPLETED: "COMPLETED",
|
|
25
|
+
FAILED: "FAILED",
|
|
26
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
27
|
+
QUEUED: "QUEUED",
|
|
28
|
+
};
|
|
29
|
+
exports.ParticipantRole = {
|
|
30
|
+
AGENT: "AGENT",
|
|
31
|
+
CUSTOMER: "CUSTOMER",
|
|
32
|
+
};
|
|
33
|
+
exports.LanguageCode = {
|
|
34
|
+
AF_ZA: "af-ZA",
|
|
35
|
+
AR_AE: "ar-AE",
|
|
36
|
+
AR_SA: "ar-SA",
|
|
37
|
+
DA_DK: "da-DK",
|
|
38
|
+
DE_CH: "de-CH",
|
|
39
|
+
DE_DE: "de-DE",
|
|
40
|
+
EN_AB: "en-AB",
|
|
41
|
+
EN_AU: "en-AU",
|
|
42
|
+
EN_GB: "en-GB",
|
|
43
|
+
EN_IE: "en-IE",
|
|
44
|
+
EN_IN: "en-IN",
|
|
45
|
+
EN_NZ: "en-NZ",
|
|
46
|
+
EN_US: "en-US",
|
|
47
|
+
EN_WL: "en-WL",
|
|
48
|
+
EN_ZA: "en-ZA",
|
|
49
|
+
ES_ES: "es-ES",
|
|
50
|
+
ES_US: "es-US",
|
|
51
|
+
FA_IR: "fa-IR",
|
|
52
|
+
FR_CA: "fr-CA",
|
|
53
|
+
FR_FR: "fr-FR",
|
|
54
|
+
HE_IL: "he-IL",
|
|
55
|
+
HI_IN: "hi-IN",
|
|
56
|
+
ID_ID: "id-ID",
|
|
57
|
+
IT_IT: "it-IT",
|
|
58
|
+
JA_JP: "ja-JP",
|
|
59
|
+
KO_KR: "ko-KR",
|
|
60
|
+
MS_MY: "ms-MY",
|
|
61
|
+
NL_NL: "nl-NL",
|
|
62
|
+
PT_BR: "pt-BR",
|
|
63
|
+
PT_PT: "pt-PT",
|
|
64
|
+
RU_RU: "ru-RU",
|
|
65
|
+
SV_SE: "sv-SE",
|
|
66
|
+
TA_IN: "ta-IN",
|
|
67
|
+
TE_IN: "te-IN",
|
|
68
|
+
TH_TH: "th-TH",
|
|
69
|
+
TR_TR: "tr-TR",
|
|
70
|
+
VI_VN: "vi-VN",
|
|
71
|
+
ZH_CN: "zh-CN",
|
|
72
|
+
ZH_TW: "zh-TW",
|
|
73
|
+
};
|
|
74
|
+
exports.MediaFormat = {
|
|
75
|
+
AMR: "amr",
|
|
76
|
+
FLAC: "flac",
|
|
77
|
+
MP3: "mp3",
|
|
78
|
+
MP4: "mp4",
|
|
79
|
+
OGG: "ogg",
|
|
80
|
+
WAV: "wav",
|
|
81
|
+
WEBM: "webm",
|
|
82
|
+
};
|
|
83
|
+
exports.PiiEntityType = {
|
|
84
|
+
ADDRESS: "ADDRESS",
|
|
85
|
+
ALL: "ALL",
|
|
86
|
+
BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
|
|
87
|
+
BANK_ROUTING: "BANK_ROUTING",
|
|
88
|
+
CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
|
|
89
|
+
CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
|
|
90
|
+
CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
|
|
91
|
+
EMAIL: "EMAIL",
|
|
92
|
+
NAME: "NAME",
|
|
93
|
+
PHONE: "PHONE",
|
|
94
|
+
PIN: "PIN",
|
|
95
|
+
SSN: "SSN",
|
|
96
|
+
};
|
|
97
|
+
exports.RedactionOutput = {
|
|
98
|
+
REDACTED: "redacted",
|
|
99
|
+
REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
|
|
100
|
+
};
|
|
101
|
+
exports.RedactionType = {
|
|
102
|
+
PII: "PII",
|
|
103
|
+
};
|
|
104
|
+
exports.VocabularyFilterMethod = {
|
|
105
|
+
MASK: "mask",
|
|
106
|
+
REMOVE: "remove",
|
|
107
|
+
TAG: "tag",
|
|
108
|
+
};
|
|
109
|
+
exports.InputType = {
|
|
110
|
+
POST_CALL: "POST_CALL",
|
|
111
|
+
REAL_TIME: "REAL_TIME",
|
|
112
|
+
};
|
|
113
|
+
exports.SentimentValue = {
|
|
114
|
+
MIXED: "MIXED",
|
|
115
|
+
NEGATIVE: "NEGATIVE",
|
|
116
|
+
NEUTRAL: "NEUTRAL",
|
|
117
|
+
POSITIVE: "POSITIVE",
|
|
118
|
+
};
|
|
119
|
+
exports.TranscriptFilterType = {
|
|
120
|
+
EXACT: "EXACT",
|
|
121
|
+
};
|
|
134
122
|
var Rule;
|
|
135
123
|
(function (Rule) {
|
|
136
124
|
Rule.visit = (value, visitor) => {
|
|
@@ -145,16 +133,15 @@ var Rule;
|
|
|
145
133
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
146
134
|
};
|
|
147
135
|
})(Rule = exports.Rule || (exports.Rule = {}));
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
})(CLMLanguageCode = exports.CLMLanguageCode || (exports.CLMLanguageCode = {}));
|
|
136
|
+
exports.CLMLanguageCode = {
|
|
137
|
+
DE_DE: "de-DE",
|
|
138
|
+
EN_AU: "en-AU",
|
|
139
|
+
EN_GB: "en-GB",
|
|
140
|
+
EN_US: "en-US",
|
|
141
|
+
ES_US: "es-US",
|
|
142
|
+
HI_IN: "hi-IN",
|
|
143
|
+
JA_JP: "ja-JP",
|
|
144
|
+
};
|
|
158
145
|
class ConflictException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
159
146
|
constructor(opts) {
|
|
160
147
|
super({
|
|
@@ -197,18 +184,16 @@ class LimitExceededException extends TranscribeServiceException_1.TranscribeServ
|
|
|
197
184
|
}
|
|
198
185
|
}
|
|
199
186
|
exports.LimitExceededException = LimitExceededException;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
VocabularyState["READY"] = "READY";
|
|
211
|
-
})(VocabularyState = exports.VocabularyState || (exports.VocabularyState = {}));
|
|
187
|
+
exports.ModelStatus = {
|
|
188
|
+
COMPLETED: "COMPLETED",
|
|
189
|
+
FAILED: "FAILED",
|
|
190
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
191
|
+
};
|
|
192
|
+
exports.VocabularyState = {
|
|
193
|
+
FAILED: "FAILED",
|
|
194
|
+
PENDING: "PENDING",
|
|
195
|
+
READY: "READY",
|
|
196
|
+
};
|
|
212
197
|
class NotFoundException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
213
198
|
constructor(opts) {
|
|
214
199
|
super({
|
|
@@ -223,33 +208,27 @@ class NotFoundException extends TranscribeServiceException_1.TranscribeServiceEx
|
|
|
223
208
|
}
|
|
224
209
|
}
|
|
225
210
|
exports.NotFoundException = NotFoundException;
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
})(SubtitleFormat = exports.SubtitleFormat || (exports.SubtitleFormat = {}));
|
|
251
|
-
var OutputLocationType;
|
|
252
|
-
(function (OutputLocationType) {
|
|
253
|
-
OutputLocationType["CUSTOMER_BUCKET"] = "CUSTOMER_BUCKET";
|
|
254
|
-
OutputLocationType["SERVICE_BUCKET"] = "SERVICE_BUCKET";
|
|
255
|
-
})(OutputLocationType = exports.OutputLocationType || (exports.OutputLocationType = {}));
|
|
211
|
+
exports.MedicalContentIdentificationType = {
|
|
212
|
+
PHI: "PHI",
|
|
213
|
+
};
|
|
214
|
+
exports.Specialty = {
|
|
215
|
+
PRIMARYCARE: "PRIMARYCARE",
|
|
216
|
+
};
|
|
217
|
+
exports.TranscriptionJobStatus = {
|
|
218
|
+
COMPLETED: "COMPLETED",
|
|
219
|
+
FAILED: "FAILED",
|
|
220
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
221
|
+
QUEUED: "QUEUED",
|
|
222
|
+
};
|
|
223
|
+
exports.Type = {
|
|
224
|
+
CONVERSATION: "CONVERSATION",
|
|
225
|
+
DICTATION: "DICTATION",
|
|
226
|
+
};
|
|
227
|
+
exports.SubtitleFormat = {
|
|
228
|
+
SRT: "srt",
|
|
229
|
+
VTT: "vtt",
|
|
230
|
+
};
|
|
231
|
+
exports.OutputLocationType = {
|
|
232
|
+
CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
|
|
233
|
+
SERVICE_BUCKET: "SERVICE_BUCKET",
|
|
234
|
+
};
|