@aws-sdk/client-transcribe 3.933.0 → 3.935.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.
@@ -0,0 +1,250 @@
1
+ export const BaseModelName = {
2
+ NARROW_BAND: "NarrowBand",
3
+ WIDE_BAND: "WideBand",
4
+ };
5
+ export const CallAnalyticsFeature = {
6
+ GENERATIVE_SUMMARIZATION: "GENERATIVE_SUMMARIZATION",
7
+ };
8
+ export const CallAnalyticsSkippedReasonCode = {
9
+ FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
10
+ INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
11
+ };
12
+ export const CallAnalyticsJobStatus = {
13
+ COMPLETED: "COMPLETED",
14
+ FAILED: "FAILED",
15
+ IN_PROGRESS: "IN_PROGRESS",
16
+ QUEUED: "QUEUED",
17
+ };
18
+ export const ParticipantRole = {
19
+ AGENT: "AGENT",
20
+ CUSTOMER: "CUSTOMER",
21
+ };
22
+ export const LanguageCode = {
23
+ AB_GE: "ab-GE",
24
+ AF_ZA: "af-ZA",
25
+ AR_AE: "ar-AE",
26
+ AR_SA: "ar-SA",
27
+ AST_ES: "ast-ES",
28
+ AZ_AZ: "az-AZ",
29
+ BA_RU: "ba-RU",
30
+ BE_BY: "be-BY",
31
+ BG_BG: "bg-BG",
32
+ BN_IN: "bn-IN",
33
+ BS_BA: "bs-BA",
34
+ CA_ES: "ca-ES",
35
+ CKB_IQ: "ckb-IQ",
36
+ CKB_IR: "ckb-IR",
37
+ CS_CZ: "cs-CZ",
38
+ CY_WL: "cy-WL",
39
+ DA_DK: "da-DK",
40
+ DE_CH: "de-CH",
41
+ DE_DE: "de-DE",
42
+ EL_GR: "el-GR",
43
+ EN_AB: "en-AB",
44
+ EN_AU: "en-AU",
45
+ EN_GB: "en-GB",
46
+ EN_IE: "en-IE",
47
+ EN_IN: "en-IN",
48
+ EN_NZ: "en-NZ",
49
+ EN_US: "en-US",
50
+ EN_WL: "en-WL",
51
+ EN_ZA: "en-ZA",
52
+ ES_ES: "es-ES",
53
+ ES_US: "es-US",
54
+ ET_EE: "et-EE",
55
+ ET_ET: "et-ET",
56
+ EU_ES: "eu-ES",
57
+ FA_IR: "fa-IR",
58
+ FI_FI: "fi-FI",
59
+ FR_CA: "fr-CA",
60
+ FR_FR: "fr-FR",
61
+ GL_ES: "gl-ES",
62
+ GU_IN: "gu-IN",
63
+ HA_NG: "ha-NG",
64
+ HE_IL: "he-IL",
65
+ HI_IN: "hi-IN",
66
+ HR_HR: "hr-HR",
67
+ HU_HU: "hu-HU",
68
+ HY_AM: "hy-AM",
69
+ ID_ID: "id-ID",
70
+ IS_IS: "is-IS",
71
+ IT_IT: "it-IT",
72
+ JA_JP: "ja-JP",
73
+ KAB_DZ: "kab-DZ",
74
+ KA_GE: "ka-GE",
75
+ KK_KZ: "kk-KZ",
76
+ KN_IN: "kn-IN",
77
+ KO_KR: "ko-KR",
78
+ KY_KG: "ky-KG",
79
+ LG_IN: "lg-IN",
80
+ LT_LT: "lt-LT",
81
+ LV_LV: "lv-LV",
82
+ MHR_RU: "mhr-RU",
83
+ MI_NZ: "mi-NZ",
84
+ MK_MK: "mk-MK",
85
+ ML_IN: "ml-IN",
86
+ MN_MN: "mn-MN",
87
+ MR_IN: "mr-IN",
88
+ MS_MY: "ms-MY",
89
+ MT_MT: "mt-MT",
90
+ NL_NL: "nl-NL",
91
+ NO_NO: "no-NO",
92
+ OR_IN: "or-IN",
93
+ PA_IN: "pa-IN",
94
+ PL_PL: "pl-PL",
95
+ PS_AF: "ps-AF",
96
+ PT_BR: "pt-BR",
97
+ PT_PT: "pt-PT",
98
+ RO_RO: "ro-RO",
99
+ RU_RU: "ru-RU",
100
+ RW_RW: "rw-RW",
101
+ SI_LK: "si-LK",
102
+ SK_SK: "sk-SK",
103
+ SL_SI: "sl-SI",
104
+ SO_SO: "so-SO",
105
+ SR_RS: "sr-RS",
106
+ SU_ID: "su-ID",
107
+ SV_SE: "sv-SE",
108
+ SW_BI: "sw-BI",
109
+ SW_KE: "sw-KE",
110
+ SW_RW: "sw-RW",
111
+ SW_TZ: "sw-TZ",
112
+ SW_UG: "sw-UG",
113
+ TA_IN: "ta-IN",
114
+ TE_IN: "te-IN",
115
+ TH_TH: "th-TH",
116
+ TL_PH: "tl-PH",
117
+ TR_TR: "tr-TR",
118
+ TT_RU: "tt-RU",
119
+ UG_CN: "ug-CN",
120
+ UK_UA: "uk-UA",
121
+ UZ_UZ: "uz-UZ",
122
+ VI_VN: "vi-VN",
123
+ WO_SN: "wo-SN",
124
+ ZH_CN: "zh-CN",
125
+ ZH_HK: "zh-HK",
126
+ ZH_TW: "zh-TW",
127
+ ZU_ZA: "zu-ZA",
128
+ };
129
+ export const MediaFormat = {
130
+ AMR: "amr",
131
+ FLAC: "flac",
132
+ M4A: "m4a",
133
+ MP3: "mp3",
134
+ MP4: "mp4",
135
+ OGG: "ogg",
136
+ WAV: "wav",
137
+ WEBM: "webm",
138
+ };
139
+ export const PiiEntityType = {
140
+ ADDRESS: "ADDRESS",
141
+ ALL: "ALL",
142
+ BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
143
+ BANK_ROUTING: "BANK_ROUTING",
144
+ CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
145
+ CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
146
+ CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
147
+ EMAIL: "EMAIL",
148
+ NAME: "NAME",
149
+ PHONE: "PHONE",
150
+ PIN: "PIN",
151
+ SSN: "SSN",
152
+ };
153
+ export const RedactionOutput = {
154
+ REDACTED: "redacted",
155
+ REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
156
+ };
157
+ export const RedactionType = {
158
+ PII: "PII",
159
+ };
160
+ export const VocabularyFilterMethod = {
161
+ MASK: "mask",
162
+ REMOVE: "remove",
163
+ TAG: "tag",
164
+ };
165
+ export const InputType = {
166
+ POST_CALL: "POST_CALL",
167
+ REAL_TIME: "REAL_TIME",
168
+ };
169
+ export const SentimentValue = {
170
+ MIXED: "MIXED",
171
+ NEGATIVE: "NEGATIVE",
172
+ NEUTRAL: "NEUTRAL",
173
+ POSITIVE: "POSITIVE",
174
+ };
175
+ export const TranscriptFilterType = {
176
+ EXACT: "EXACT",
177
+ };
178
+ export const MedicalScribeNoteTemplate = {
179
+ BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP",
180
+ BIRP: "BIRP",
181
+ DAP: "DAP",
182
+ GIRPP: "GIRPP",
183
+ HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL",
184
+ PHYSICAL_SOAP: "PHYSICAL_SOAP",
185
+ SIRP: "SIRP",
186
+ };
187
+ export const CLMLanguageCode = {
188
+ DE_DE: "de-DE",
189
+ EN_AU: "en-AU",
190
+ EN_GB: "en-GB",
191
+ EN_US: "en-US",
192
+ ES_US: "es-US",
193
+ HI_IN: "hi-IN",
194
+ JA_JP: "ja-JP",
195
+ };
196
+ export const ModelStatus = {
197
+ COMPLETED: "COMPLETED",
198
+ FAILED: "FAILED",
199
+ IN_PROGRESS: "IN_PROGRESS",
200
+ };
201
+ export const VocabularyState = {
202
+ FAILED: "FAILED",
203
+ PENDING: "PENDING",
204
+ READY: "READY",
205
+ };
206
+ export const MedicalScribeParticipantRole = {
207
+ CLINICIAN: "CLINICIAN",
208
+ PATIENT: "PATIENT",
209
+ };
210
+ export const MedicalScribeLanguageCode = {
211
+ EN_US: "en-US",
212
+ };
213
+ export const MedicalScribeJobStatus = {
214
+ COMPLETED: "COMPLETED",
215
+ FAILED: "FAILED",
216
+ IN_PROGRESS: "IN_PROGRESS",
217
+ QUEUED: "QUEUED",
218
+ };
219
+ export const MedicalContentIdentificationType = {
220
+ PHI: "PHI",
221
+ };
222
+ export const Specialty = {
223
+ PRIMARYCARE: "PRIMARYCARE",
224
+ };
225
+ export const TranscriptionJobStatus = {
226
+ COMPLETED: "COMPLETED",
227
+ FAILED: "FAILED",
228
+ IN_PROGRESS: "IN_PROGRESS",
229
+ QUEUED: "QUEUED",
230
+ };
231
+ export const Type = {
232
+ CONVERSATION: "CONVERSATION",
233
+ DICTATION: "DICTATION",
234
+ };
235
+ export const SubtitleFormat = {
236
+ SRT: "srt",
237
+ VTT: "vtt",
238
+ };
239
+ export const ToxicityCategory = {
240
+ ALL: "ALL",
241
+ };
242
+ export const OutputLocationType = {
243
+ CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
244
+ SERVICE_BUCKET: "SERVICE_BUCKET",
245
+ };
246
+ export const Pronouns = {
247
+ HE_HIM: "HE_HIM",
248
+ SHE_HER: "SHE_HER",
249
+ THEY_THEM: "THEY_THEM",
250
+ };
@@ -0,0 +1,71 @@
1
+ import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException";
2
+ export class BadRequestException extends __BaseException {
3
+ name = "BadRequestException";
4
+ $fault = "client";
5
+ Message;
6
+ constructor(opts) {
7
+ super({
8
+ name: "BadRequestException",
9
+ $fault: "client",
10
+ ...opts,
11
+ });
12
+ Object.setPrototypeOf(this, BadRequestException.prototype);
13
+ this.Message = opts.Message;
14
+ }
15
+ }
16
+ export class ConflictException extends __BaseException {
17
+ name = "ConflictException";
18
+ $fault = "client";
19
+ Message;
20
+ constructor(opts) {
21
+ super({
22
+ name: "ConflictException",
23
+ $fault: "client",
24
+ ...opts,
25
+ });
26
+ Object.setPrototypeOf(this, ConflictException.prototype);
27
+ this.Message = opts.Message;
28
+ }
29
+ }
30
+ export class InternalFailureException extends __BaseException {
31
+ name = "InternalFailureException";
32
+ $fault = "server";
33
+ Message;
34
+ constructor(opts) {
35
+ super({
36
+ name: "InternalFailureException",
37
+ $fault: "server",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, InternalFailureException.prototype);
41
+ this.Message = opts.Message;
42
+ }
43
+ }
44
+ export class LimitExceededException extends __BaseException {
45
+ name = "LimitExceededException";
46
+ $fault = "client";
47
+ Message;
48
+ constructor(opts) {
49
+ super({
50
+ name: "LimitExceededException",
51
+ $fault: "client",
52
+ ...opts,
53
+ });
54
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
55
+ this.Message = opts.Message;
56
+ }
57
+ }
58
+ export class NotFoundException extends __BaseException {
59
+ name = "NotFoundException";
60
+ $fault = "client";
61
+ Message;
62
+ constructor(opts) {
63
+ super({
64
+ name: "NotFoundException",
65
+ $fault: "client",
66
+ ...opts,
67
+ });
68
+ Object.setPrototypeOf(this, NotFoundException.prototype);
69
+ this.Message = opts.Message;
70
+ }
71
+ }
@@ -1,321 +1 @@
1
- import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException";
2
- export class BadRequestException extends __BaseException {
3
- name = "BadRequestException";
4
- $fault = "client";
5
- Message;
6
- constructor(opts) {
7
- super({
8
- name: "BadRequestException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- Object.setPrototypeOf(this, BadRequestException.prototype);
13
- this.Message = opts.Message;
14
- }
15
- }
16
- export const BaseModelName = {
17
- NARROW_BAND: "NarrowBand",
18
- WIDE_BAND: "WideBand",
19
- };
20
- export const CallAnalyticsFeature = {
21
- GENERATIVE_SUMMARIZATION: "GENERATIVE_SUMMARIZATION",
22
- };
23
- export const CallAnalyticsSkippedReasonCode = {
24
- FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",
25
- INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",
26
- };
27
- export const CallAnalyticsJobStatus = {
28
- COMPLETED: "COMPLETED",
29
- FAILED: "FAILED",
30
- IN_PROGRESS: "IN_PROGRESS",
31
- QUEUED: "QUEUED",
32
- };
33
- export const ParticipantRole = {
34
- AGENT: "AGENT",
35
- CUSTOMER: "CUSTOMER",
36
- };
37
- export const LanguageCode = {
38
- AB_GE: "ab-GE",
39
- AF_ZA: "af-ZA",
40
- AR_AE: "ar-AE",
41
- AR_SA: "ar-SA",
42
- AST_ES: "ast-ES",
43
- AZ_AZ: "az-AZ",
44
- BA_RU: "ba-RU",
45
- BE_BY: "be-BY",
46
- BG_BG: "bg-BG",
47
- BN_IN: "bn-IN",
48
- BS_BA: "bs-BA",
49
- CA_ES: "ca-ES",
50
- CKB_IQ: "ckb-IQ",
51
- CKB_IR: "ckb-IR",
52
- CS_CZ: "cs-CZ",
53
- CY_WL: "cy-WL",
54
- DA_DK: "da-DK",
55
- DE_CH: "de-CH",
56
- DE_DE: "de-DE",
57
- EL_GR: "el-GR",
58
- EN_AB: "en-AB",
59
- EN_AU: "en-AU",
60
- EN_GB: "en-GB",
61
- EN_IE: "en-IE",
62
- EN_IN: "en-IN",
63
- EN_NZ: "en-NZ",
64
- EN_US: "en-US",
65
- EN_WL: "en-WL",
66
- EN_ZA: "en-ZA",
67
- ES_ES: "es-ES",
68
- ES_US: "es-US",
69
- ET_EE: "et-EE",
70
- ET_ET: "et-ET",
71
- EU_ES: "eu-ES",
72
- FA_IR: "fa-IR",
73
- FI_FI: "fi-FI",
74
- FR_CA: "fr-CA",
75
- FR_FR: "fr-FR",
76
- GL_ES: "gl-ES",
77
- GU_IN: "gu-IN",
78
- HA_NG: "ha-NG",
79
- HE_IL: "he-IL",
80
- HI_IN: "hi-IN",
81
- HR_HR: "hr-HR",
82
- HU_HU: "hu-HU",
83
- HY_AM: "hy-AM",
84
- ID_ID: "id-ID",
85
- IS_IS: "is-IS",
86
- IT_IT: "it-IT",
87
- JA_JP: "ja-JP",
88
- KAB_DZ: "kab-DZ",
89
- KA_GE: "ka-GE",
90
- KK_KZ: "kk-KZ",
91
- KN_IN: "kn-IN",
92
- KO_KR: "ko-KR",
93
- KY_KG: "ky-KG",
94
- LG_IN: "lg-IN",
95
- LT_LT: "lt-LT",
96
- LV_LV: "lv-LV",
97
- MHR_RU: "mhr-RU",
98
- MI_NZ: "mi-NZ",
99
- MK_MK: "mk-MK",
100
- ML_IN: "ml-IN",
101
- MN_MN: "mn-MN",
102
- MR_IN: "mr-IN",
103
- MS_MY: "ms-MY",
104
- MT_MT: "mt-MT",
105
- NL_NL: "nl-NL",
106
- NO_NO: "no-NO",
107
- OR_IN: "or-IN",
108
- PA_IN: "pa-IN",
109
- PL_PL: "pl-PL",
110
- PS_AF: "ps-AF",
111
- PT_BR: "pt-BR",
112
- PT_PT: "pt-PT",
113
- RO_RO: "ro-RO",
114
- RU_RU: "ru-RU",
115
- RW_RW: "rw-RW",
116
- SI_LK: "si-LK",
117
- SK_SK: "sk-SK",
118
- SL_SI: "sl-SI",
119
- SO_SO: "so-SO",
120
- SR_RS: "sr-RS",
121
- SU_ID: "su-ID",
122
- SV_SE: "sv-SE",
123
- SW_BI: "sw-BI",
124
- SW_KE: "sw-KE",
125
- SW_RW: "sw-RW",
126
- SW_TZ: "sw-TZ",
127
- SW_UG: "sw-UG",
128
- TA_IN: "ta-IN",
129
- TE_IN: "te-IN",
130
- TH_TH: "th-TH",
131
- TL_PH: "tl-PH",
132
- TR_TR: "tr-TR",
133
- TT_RU: "tt-RU",
134
- UG_CN: "ug-CN",
135
- UK_UA: "uk-UA",
136
- UZ_UZ: "uz-UZ",
137
- VI_VN: "vi-VN",
138
- WO_SN: "wo-SN",
139
- ZH_CN: "zh-CN",
140
- ZH_HK: "zh-HK",
141
- ZH_TW: "zh-TW",
142
- ZU_ZA: "zu-ZA",
143
- };
144
- export const MediaFormat = {
145
- AMR: "amr",
146
- FLAC: "flac",
147
- M4A: "m4a",
148
- MP3: "mp3",
149
- MP4: "mp4",
150
- OGG: "ogg",
151
- WAV: "wav",
152
- WEBM: "webm",
153
- };
154
- export const PiiEntityType = {
155
- ADDRESS: "ADDRESS",
156
- ALL: "ALL",
157
- BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
158
- BANK_ROUTING: "BANK_ROUTING",
159
- CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
160
- CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
161
- CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
162
- EMAIL: "EMAIL",
163
- NAME: "NAME",
164
- PHONE: "PHONE",
165
- PIN: "PIN",
166
- SSN: "SSN",
167
- };
168
- export const RedactionOutput = {
169
- REDACTED: "redacted",
170
- REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
171
- };
172
- export const RedactionType = {
173
- PII: "PII",
174
- };
175
- export const VocabularyFilterMethod = {
176
- MASK: "mask",
177
- REMOVE: "remove",
178
- TAG: "tag",
179
- };
180
- export const InputType = {
181
- POST_CALL: "POST_CALL",
182
- REAL_TIME: "REAL_TIME",
183
- };
184
- export const SentimentValue = {
185
- MIXED: "MIXED",
186
- NEGATIVE: "NEGATIVE",
187
- NEUTRAL: "NEUTRAL",
188
- POSITIVE: "POSITIVE",
189
- };
190
- export const TranscriptFilterType = {
191
- EXACT: "EXACT",
192
- };
193
- export const MedicalScribeNoteTemplate = {
194
- BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP",
195
- BIRP: "BIRP",
196
- DAP: "DAP",
197
- GIRPP: "GIRPP",
198
- HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL",
199
- PHYSICAL_SOAP: "PHYSICAL_SOAP",
200
- SIRP: "SIRP",
201
- };
202
- export const CLMLanguageCode = {
203
- DE_DE: "de-DE",
204
- EN_AU: "en-AU",
205
- EN_GB: "en-GB",
206
- EN_US: "en-US",
207
- ES_US: "es-US",
208
- HI_IN: "hi-IN",
209
- JA_JP: "ja-JP",
210
- };
211
- export class ConflictException extends __BaseException {
212
- name = "ConflictException";
213
- $fault = "client";
214
- Message;
215
- constructor(opts) {
216
- super({
217
- name: "ConflictException",
218
- $fault: "client",
219
- ...opts,
220
- });
221
- Object.setPrototypeOf(this, ConflictException.prototype);
222
- this.Message = opts.Message;
223
- }
224
- }
225
- export class InternalFailureException extends __BaseException {
226
- name = "InternalFailureException";
227
- $fault = "server";
228
- Message;
229
- constructor(opts) {
230
- super({
231
- name: "InternalFailureException",
232
- $fault: "server",
233
- ...opts,
234
- });
235
- Object.setPrototypeOf(this, InternalFailureException.prototype);
236
- this.Message = opts.Message;
237
- }
238
- }
239
- export class LimitExceededException extends __BaseException {
240
- name = "LimitExceededException";
241
- $fault = "client";
242
- Message;
243
- constructor(opts) {
244
- super({
245
- name: "LimitExceededException",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- Object.setPrototypeOf(this, LimitExceededException.prototype);
250
- this.Message = opts.Message;
251
- }
252
- }
253
- export const ModelStatus = {
254
- COMPLETED: "COMPLETED",
255
- FAILED: "FAILED",
256
- IN_PROGRESS: "IN_PROGRESS",
257
- };
258
- export const VocabularyState = {
259
- FAILED: "FAILED",
260
- PENDING: "PENDING",
261
- READY: "READY",
262
- };
263
- export class NotFoundException extends __BaseException {
264
- name = "NotFoundException";
265
- $fault = "client";
266
- Message;
267
- constructor(opts) {
268
- super({
269
- name: "NotFoundException",
270
- $fault: "client",
271
- ...opts,
272
- });
273
- Object.setPrototypeOf(this, NotFoundException.prototype);
274
- this.Message = opts.Message;
275
- }
276
- }
277
- export const MedicalScribeParticipantRole = {
278
- CLINICIAN: "CLINICIAN",
279
- PATIENT: "PATIENT",
280
- };
281
- export const MedicalScribeLanguageCode = {
282
- EN_US: "en-US",
283
- };
284
- export const MedicalScribeJobStatus = {
285
- COMPLETED: "COMPLETED",
286
- FAILED: "FAILED",
287
- IN_PROGRESS: "IN_PROGRESS",
288
- QUEUED: "QUEUED",
289
- };
290
- export const MedicalContentIdentificationType = {
291
- PHI: "PHI",
292
- };
293
- export const Specialty = {
294
- PRIMARYCARE: "PRIMARYCARE",
295
- };
296
- export const TranscriptionJobStatus = {
297
- COMPLETED: "COMPLETED",
298
- FAILED: "FAILED",
299
- IN_PROGRESS: "IN_PROGRESS",
300
- QUEUED: "QUEUED",
301
- };
302
- export const Type = {
303
- CONVERSATION: "CONVERSATION",
304
- DICTATION: "DICTATION",
305
- };
306
- export const SubtitleFormat = {
307
- SRT: "srt",
308
- VTT: "vtt",
309
- };
310
- export const ToxicityCategory = {
311
- ALL: "ALL",
312
- };
313
- export const OutputLocationType = {
314
- CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
315
- SERVICE_BUCKET: "SERVICE_BUCKET",
316
- };
317
- export const Pronouns = {
318
- HE_HIM: "HE_HIM",
319
- SHE_HER: "SHE_HER",
320
- THEY_THEM: "THEY_THEM",
321
- };
1
+ export {};
@@ -301,7 +301,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.transcribe";
301
301
  const _tK = "tagKeys";
302
302
  const n0 = "com.amazonaws.transcribe";
303
303
  import { TypeRegistry } from "@smithy/core/schema";
304
- import { BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalFailureException as __InternalFailureException, LimitExceededException as __LimitExceededException, NotFoundException as __NotFoundException, } from "../models/index";
304
+ import { BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalFailureException as __InternalFailureException, LimitExceededException as __LimitExceededException, NotFoundException as __NotFoundException, } from "../models/errors";
305
305
  import { TranscribeServiceException as __TranscribeServiceException } from "../models/TranscribeServiceException";
306
306
  export var Pronouns = [0, n0, _P, 8, 0];
307
307
  export var AbsoluteTimeRange = [3, n0, _ATR, 0, [_ST, _ET, _F, _L], [1, 1, 1, 1]];
@@ -31,5 +31,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
31
31
  export type { TranscribeExtensionConfiguration } from "./extensionConfiguration";
32
32
  export * from "./commands";
33
33
  export * from "./pagination";
34
- export * from "./models";
34
+ export * from "./models/enums";
35
+ export * from "./models/errors";
36
+ export type * from "./models/models_0";
35
37
  export { TranscribeServiceException } from "./models/TranscribeServiceException";