@aws-sdk/client-transcribe 3.489.0 → 3.495.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/Transcribe.js +1 -97
- package/dist-cjs/TranscribeClient.js +1 -43
- package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/CreateLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/CreateVocabularyCommand.js +1 -28
- package/dist-cjs/commands/CreateVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/DescribeLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/GetTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/GetVocabularyCommand.js +1 -28
- package/dist-cjs/commands/GetVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +1 -28
- package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +1 -28
- package/dist-cjs/commands/ListLanguageModelsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalScribeJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTranscriptionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListVocabulariesCommand.js +1 -28
- package/dist-cjs/commands/ListVocabularyFiltersCommand.js +1 -28
- package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/StartMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVocabularyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3990 -11
- package/dist-cjs/models/TranscribeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -315
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCallAnalyticsCategoriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCallAnalyticsJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLanguageModelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalScribeJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalTranscriptionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalVocabulariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTranscriptionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVocabulariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVocabularyFiltersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2635
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TranscribeServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class TranscribeServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, TranscribeServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.TranscribeServiceException = TranscribeServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,315 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OutputLocationType = exports.ToxicityCategory = exports.SubtitleFormat = exports.Type = exports.TranscriptionJobStatus = exports.Specialty = exports.MedicalContentIdentificationType = exports.MedicalScribeJobStatus = exports.MedicalScribeLanguageCode = exports.MedicalScribeParticipantRole = exports.NotFoundException = exports.VocabularyState = exports.ModelStatus = exports.LimitExceededException = exports.InternalFailureException = exports.ConflictException = exports.CLMLanguageCode = exports.Rule = exports.TranscriptFilterType = exports.SentimentValue = exports.InputType = exports.VocabularyFilterMethod = exports.RedactionType = exports.RedactionOutput = exports.PiiEntityType = exports.MediaFormat = exports.LanguageCode = exports.ParticipantRole = exports.CallAnalyticsJobStatus = exports.BaseModelName = exports.BadRequestException = void 0;
|
|
4
|
-
const TranscribeServiceException_1 = require("./TranscribeServiceException");
|
|
5
|
-
class BadRequestException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "BadRequestException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "BadRequestException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
15
|
-
this.Message = opts.Message;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.BadRequestException = BadRequestException;
|
|
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
|
-
AB_GE: "ab-GE",
|
|
35
|
-
AF_ZA: "af-ZA",
|
|
36
|
-
AR_AE: "ar-AE",
|
|
37
|
-
AR_SA: "ar-SA",
|
|
38
|
-
AST_ES: "ast-ES",
|
|
39
|
-
AZ_AZ: "az-AZ",
|
|
40
|
-
BA_RU: "ba-RU",
|
|
41
|
-
BE_BY: "be-BY",
|
|
42
|
-
BG_BG: "bg-BG",
|
|
43
|
-
BN_IN: "bn-IN",
|
|
44
|
-
BS_BA: "bs-BA",
|
|
45
|
-
CA_ES: "ca-ES",
|
|
46
|
-
CKB_IQ: "ckb-IQ",
|
|
47
|
-
CKB_IR: "ckb-IR",
|
|
48
|
-
CS_CZ: "cs-CZ",
|
|
49
|
-
CY_WL: "cy-WL",
|
|
50
|
-
DA_DK: "da-DK",
|
|
51
|
-
DE_CH: "de-CH",
|
|
52
|
-
DE_DE: "de-DE",
|
|
53
|
-
EL_GR: "el-GR",
|
|
54
|
-
EN_AB: "en-AB",
|
|
55
|
-
EN_AU: "en-AU",
|
|
56
|
-
EN_GB: "en-GB",
|
|
57
|
-
EN_IE: "en-IE",
|
|
58
|
-
EN_IN: "en-IN",
|
|
59
|
-
EN_NZ: "en-NZ",
|
|
60
|
-
EN_US: "en-US",
|
|
61
|
-
EN_WL: "en-WL",
|
|
62
|
-
EN_ZA: "en-ZA",
|
|
63
|
-
ES_ES: "es-ES",
|
|
64
|
-
ES_US: "es-US",
|
|
65
|
-
ET_ET: "et-ET",
|
|
66
|
-
EU_ES: "eu-ES",
|
|
67
|
-
FA_IR: "fa-IR",
|
|
68
|
-
FI_FI: "fi-FI",
|
|
69
|
-
FR_CA: "fr-CA",
|
|
70
|
-
FR_FR: "fr-FR",
|
|
71
|
-
GL_ES: "gl-ES",
|
|
72
|
-
GU_IN: "gu-IN",
|
|
73
|
-
HA_NG: "ha-NG",
|
|
74
|
-
HE_IL: "he-IL",
|
|
75
|
-
HI_IN: "hi-IN",
|
|
76
|
-
HR_HR: "hr-HR",
|
|
77
|
-
HU_HU: "hu-HU",
|
|
78
|
-
HY_AM: "hy-AM",
|
|
79
|
-
ID_ID: "id-ID",
|
|
80
|
-
IS_IS: "is-IS",
|
|
81
|
-
IT_IT: "it-IT",
|
|
82
|
-
JA_JP: "ja-JP",
|
|
83
|
-
KAB_DZ: "kab-DZ",
|
|
84
|
-
KA_GE: "ka-GE",
|
|
85
|
-
KK_KZ: "kk-KZ",
|
|
86
|
-
KN_IN: "kn-IN",
|
|
87
|
-
KO_KR: "ko-KR",
|
|
88
|
-
KY_KG: "ky-KG",
|
|
89
|
-
LG_IN: "lg-IN",
|
|
90
|
-
LT_LT: "lt-LT",
|
|
91
|
-
LV_LV: "lv-LV",
|
|
92
|
-
MHR_RU: "mhr-RU",
|
|
93
|
-
MI_NZ: "mi-NZ",
|
|
94
|
-
MK_MK: "mk-MK",
|
|
95
|
-
ML_IN: "ml-IN",
|
|
96
|
-
MN_MN: "mn-MN",
|
|
97
|
-
MR_IN: "mr-IN",
|
|
98
|
-
MS_MY: "ms-MY",
|
|
99
|
-
MT_MT: "mt-MT",
|
|
100
|
-
NL_NL: "nl-NL",
|
|
101
|
-
NO_NO: "no-NO",
|
|
102
|
-
OR_IN: "or-IN",
|
|
103
|
-
PA_IN: "pa-IN",
|
|
104
|
-
PL_PL: "pl-PL",
|
|
105
|
-
PS_AF: "ps-AF",
|
|
106
|
-
PT_BR: "pt-BR",
|
|
107
|
-
PT_PT: "pt-PT",
|
|
108
|
-
RO_RO: "ro-RO",
|
|
109
|
-
RU_RU: "ru-RU",
|
|
110
|
-
RW_RW: "rw-RW",
|
|
111
|
-
SI_LK: "si-LK",
|
|
112
|
-
SK_SK: "sk-SK",
|
|
113
|
-
SL_SI: "sl-SI",
|
|
114
|
-
SO_SO: "so-SO",
|
|
115
|
-
SR_RS: "sr-RS",
|
|
116
|
-
SU_ID: "su-ID",
|
|
117
|
-
SV_SE: "sv-SE",
|
|
118
|
-
SW_BI: "sw-BI",
|
|
119
|
-
SW_KE: "sw-KE",
|
|
120
|
-
SW_RW: "sw-RW",
|
|
121
|
-
SW_TZ: "sw-TZ",
|
|
122
|
-
SW_UG: "sw-UG",
|
|
123
|
-
TA_IN: "ta-IN",
|
|
124
|
-
TE_IN: "te-IN",
|
|
125
|
-
TH_TH: "th-TH",
|
|
126
|
-
TL_PH: "tl-PH",
|
|
127
|
-
TR_TR: "tr-TR",
|
|
128
|
-
TT_RU: "tt-RU",
|
|
129
|
-
UG_CN: "ug-CN",
|
|
130
|
-
UK_UA: "uk-UA",
|
|
131
|
-
UZ_UZ: "uz-UZ",
|
|
132
|
-
VI_VN: "vi-VN",
|
|
133
|
-
WO_SN: "wo-SN",
|
|
134
|
-
ZH_CN: "zh-CN",
|
|
135
|
-
ZH_TW: "zh-TW",
|
|
136
|
-
ZU_ZA: "zu-ZA",
|
|
137
|
-
};
|
|
138
|
-
exports.MediaFormat = {
|
|
139
|
-
AMR: "amr",
|
|
140
|
-
FLAC: "flac",
|
|
141
|
-
M4A: "m4a",
|
|
142
|
-
MP3: "mp3",
|
|
143
|
-
MP4: "mp4",
|
|
144
|
-
OGG: "ogg",
|
|
145
|
-
WAV: "wav",
|
|
146
|
-
WEBM: "webm",
|
|
147
|
-
};
|
|
148
|
-
exports.PiiEntityType = {
|
|
149
|
-
ADDRESS: "ADDRESS",
|
|
150
|
-
ALL: "ALL",
|
|
151
|
-
BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
|
|
152
|
-
BANK_ROUTING: "BANK_ROUTING",
|
|
153
|
-
CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
|
|
154
|
-
CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
|
|
155
|
-
CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
|
|
156
|
-
EMAIL: "EMAIL",
|
|
157
|
-
NAME: "NAME",
|
|
158
|
-
PHONE: "PHONE",
|
|
159
|
-
PIN: "PIN",
|
|
160
|
-
SSN: "SSN",
|
|
161
|
-
};
|
|
162
|
-
exports.RedactionOutput = {
|
|
163
|
-
REDACTED: "redacted",
|
|
164
|
-
REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
|
|
165
|
-
};
|
|
166
|
-
exports.RedactionType = {
|
|
167
|
-
PII: "PII",
|
|
168
|
-
};
|
|
169
|
-
exports.VocabularyFilterMethod = {
|
|
170
|
-
MASK: "mask",
|
|
171
|
-
REMOVE: "remove",
|
|
172
|
-
TAG: "tag",
|
|
173
|
-
};
|
|
174
|
-
exports.InputType = {
|
|
175
|
-
POST_CALL: "POST_CALL",
|
|
176
|
-
REAL_TIME: "REAL_TIME",
|
|
177
|
-
};
|
|
178
|
-
exports.SentimentValue = {
|
|
179
|
-
MIXED: "MIXED",
|
|
180
|
-
NEGATIVE: "NEGATIVE",
|
|
181
|
-
NEUTRAL: "NEUTRAL",
|
|
182
|
-
POSITIVE: "POSITIVE",
|
|
183
|
-
};
|
|
184
|
-
exports.TranscriptFilterType = {
|
|
185
|
-
EXACT: "EXACT",
|
|
186
|
-
};
|
|
187
|
-
var Rule;
|
|
188
|
-
(function (Rule) {
|
|
189
|
-
Rule.visit = (value, visitor) => {
|
|
190
|
-
if (value.NonTalkTimeFilter !== undefined)
|
|
191
|
-
return visitor.NonTalkTimeFilter(value.NonTalkTimeFilter);
|
|
192
|
-
if (value.InterruptionFilter !== undefined)
|
|
193
|
-
return visitor.InterruptionFilter(value.InterruptionFilter);
|
|
194
|
-
if (value.TranscriptFilter !== undefined)
|
|
195
|
-
return visitor.TranscriptFilter(value.TranscriptFilter);
|
|
196
|
-
if (value.SentimentFilter !== undefined)
|
|
197
|
-
return visitor.SentimentFilter(value.SentimentFilter);
|
|
198
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
199
|
-
};
|
|
200
|
-
})(Rule = exports.Rule || (exports.Rule = {}));
|
|
201
|
-
exports.CLMLanguageCode = {
|
|
202
|
-
DE_DE: "de-DE",
|
|
203
|
-
EN_AU: "en-AU",
|
|
204
|
-
EN_GB: "en-GB",
|
|
205
|
-
EN_US: "en-US",
|
|
206
|
-
ES_US: "es-US",
|
|
207
|
-
HI_IN: "hi-IN",
|
|
208
|
-
JA_JP: "ja-JP",
|
|
209
|
-
};
|
|
210
|
-
class ConflictException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
211
|
-
constructor(opts) {
|
|
212
|
-
super({
|
|
213
|
-
name: "ConflictException",
|
|
214
|
-
$fault: "client",
|
|
215
|
-
...opts,
|
|
216
|
-
});
|
|
217
|
-
this.name = "ConflictException";
|
|
218
|
-
this.$fault = "client";
|
|
219
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
220
|
-
this.Message = opts.Message;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
exports.ConflictException = ConflictException;
|
|
224
|
-
class InternalFailureException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
225
|
-
constructor(opts) {
|
|
226
|
-
super({
|
|
227
|
-
name: "InternalFailureException",
|
|
228
|
-
$fault: "server",
|
|
229
|
-
...opts,
|
|
230
|
-
});
|
|
231
|
-
this.name = "InternalFailureException";
|
|
232
|
-
this.$fault = "server";
|
|
233
|
-
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
234
|
-
this.Message = opts.Message;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
exports.InternalFailureException = InternalFailureException;
|
|
238
|
-
class LimitExceededException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
239
|
-
constructor(opts) {
|
|
240
|
-
super({
|
|
241
|
-
name: "LimitExceededException",
|
|
242
|
-
$fault: "client",
|
|
243
|
-
...opts,
|
|
244
|
-
});
|
|
245
|
-
this.name = "LimitExceededException";
|
|
246
|
-
this.$fault = "client";
|
|
247
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
248
|
-
this.Message = opts.Message;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
exports.LimitExceededException = LimitExceededException;
|
|
252
|
-
exports.ModelStatus = {
|
|
253
|
-
COMPLETED: "COMPLETED",
|
|
254
|
-
FAILED: "FAILED",
|
|
255
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
256
|
-
};
|
|
257
|
-
exports.VocabularyState = {
|
|
258
|
-
FAILED: "FAILED",
|
|
259
|
-
PENDING: "PENDING",
|
|
260
|
-
READY: "READY",
|
|
261
|
-
};
|
|
262
|
-
class NotFoundException extends TranscribeServiceException_1.TranscribeServiceException {
|
|
263
|
-
constructor(opts) {
|
|
264
|
-
super({
|
|
265
|
-
name: "NotFoundException",
|
|
266
|
-
$fault: "client",
|
|
267
|
-
...opts,
|
|
268
|
-
});
|
|
269
|
-
this.name = "NotFoundException";
|
|
270
|
-
this.$fault = "client";
|
|
271
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
272
|
-
this.Message = opts.Message;
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
exports.NotFoundException = NotFoundException;
|
|
276
|
-
exports.MedicalScribeParticipantRole = {
|
|
277
|
-
CLINICIAN: "CLINICIAN",
|
|
278
|
-
PATIENT: "PATIENT",
|
|
279
|
-
};
|
|
280
|
-
exports.MedicalScribeLanguageCode = {
|
|
281
|
-
EN_US: "en-US",
|
|
282
|
-
};
|
|
283
|
-
exports.MedicalScribeJobStatus = {
|
|
284
|
-
COMPLETED: "COMPLETED",
|
|
285
|
-
FAILED: "FAILED",
|
|
286
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
287
|
-
QUEUED: "QUEUED",
|
|
288
|
-
};
|
|
289
|
-
exports.MedicalContentIdentificationType = {
|
|
290
|
-
PHI: "PHI",
|
|
291
|
-
};
|
|
292
|
-
exports.Specialty = {
|
|
293
|
-
PRIMARYCARE: "PRIMARYCARE",
|
|
294
|
-
};
|
|
295
|
-
exports.TranscriptionJobStatus = {
|
|
296
|
-
COMPLETED: "COMPLETED",
|
|
297
|
-
FAILED: "FAILED",
|
|
298
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
299
|
-
QUEUED: "QUEUED",
|
|
300
|
-
};
|
|
301
|
-
exports.Type = {
|
|
302
|
-
CONVERSATION: "CONVERSATION",
|
|
303
|
-
DICTATION: "DICTATION",
|
|
304
|
-
};
|
|
305
|
-
exports.SubtitleFormat = {
|
|
306
|
-
SRT: "srt",
|
|
307
|
-
VTT: "vtt",
|
|
308
|
-
};
|
|
309
|
-
exports.ToxicityCategory = {
|
|
310
|
-
ALL: "ALL",
|
|
311
|
-
};
|
|
312
|
-
exports.OutputLocationType = {
|
|
313
|
-
CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
|
|
314
|
-
SERVICE_BUCKET: "SERVICE_BUCKET",
|
|
315
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCallAnalyticsCategories = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCallAnalyticsCategoriesCommand_1 = require("../commands/ListCallAnalyticsCategoriesCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListCallAnalyticsCategories = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListCallAnalyticsCategoriesCommand_1.ListCallAnalyticsCategoriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCallAnalyticsJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCallAnalyticsJobsCommand_1 = require("../commands/ListCallAnalyticsJobsCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListCallAnalyticsJobs = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListCallAnalyticsJobsCommand_1.ListCallAnalyticsJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLanguageModels = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLanguageModelsCommand_1 = require("../commands/ListLanguageModelsCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListLanguageModels = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListLanguageModelsCommand_1.ListLanguageModelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMedicalScribeJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMedicalScribeJobsCommand_1 = require("../commands/ListMedicalScribeJobsCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListMedicalScribeJobs = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListMedicalScribeJobsCommand_1.ListMedicalScribeJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMedicalTranscriptionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMedicalTranscriptionJobsCommand_1 = require("../commands/ListMedicalTranscriptionJobsCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListMedicalTranscriptionJobs = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListMedicalTranscriptionJobsCommand_1.ListMedicalTranscriptionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMedicalVocabularies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMedicalVocabulariesCommand_1 = require("../commands/ListMedicalVocabulariesCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListMedicalVocabularies = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListMedicalVocabulariesCommand_1.ListMedicalVocabulariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTranscriptionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTranscriptionJobsCommand_1 = require("../commands/ListTranscriptionJobsCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListTranscriptionJobs = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListTranscriptionJobsCommand_1.ListTranscriptionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVocabularies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListVocabulariesCommand_1 = require("../commands/ListVocabulariesCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListVocabularies = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListVocabulariesCommand_1.ListVocabulariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVocabularyFilters = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListVocabularyFiltersCommand_1 = require("../commands/ListVocabularyFiltersCommand");
|
|
6
|
-
const TranscribeClient_1 = require("../TranscribeClient");
|
|
7
|
-
exports.paginateListVocabularyFilters = (0, core_1.createPaginator)(TranscribeClient_1.TranscribeClient, ListVocabularyFiltersCommand_1.ListVocabularyFiltersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListCallAnalyticsCategoriesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListCallAnalyticsJobsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListLanguageModelsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListMedicalScribeJobsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListMedicalTranscriptionJobsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListMedicalVocabulariesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListTranscriptionJobsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListVocabulariesPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListVocabularyFiltersPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|