@aws-sdk/client-chime 3.301.0 → 3.306.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.
@@ -6,24 +6,23 @@ exports.DescribeChannelResponseFilterSensitiveLog = exports.DescribeAppInstanceU
6
6
  exports.GetProxySessionResponseFilterSensitiveLog = exports.GetPhoneNumberSettingsResponseFilterSensitiveLog = exports.GetPhoneNumberOrderResponseFilterSensitiveLog = exports.GetPhoneNumberResponseFilterSensitiveLog = exports.PhoneNumberFilterSensitiveLog = exports.GetMeetingResponseFilterSensitiveLog = exports.GetMediaCapturePipelineResponseFilterSensitiveLog = exports.GetEventsConfigurationResponseFilterSensitiveLog = exports.GetChannelMessageResponseFilterSensitiveLog = exports.GetBotResponseFilterSensitiveLog = exports.GetAttendeeResponseFilterSensitiveLog = exports.GetAppInstanceStreamingConfigurationsResponseFilterSensitiveLog = exports.EventsConfigurationFilterSensitiveLog = exports.EmergencyCallingConfigurationFilterSensitiveLog = exports.DNISEmergencyCallingConfigurationFilterSensitiveLog = exports.DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog = exports.DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog = exports.DescribeChannelModeratorResponseFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipResponseFilterSensitiveLog = exports.DescribeChannelBanResponseFilterSensitiveLog = void 0;
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const ChimeServiceException_1 = require("./ChimeServiceException");
9
- var ErrorCode;
10
- (function (ErrorCode) {
11
- ErrorCode["AccessDenied"] = "AccessDenied";
12
- ErrorCode["BadRequest"] = "BadRequest";
13
- ErrorCode["Conflict"] = "Conflict";
14
- ErrorCode["Forbidden"] = "Forbidden";
15
- ErrorCode["NotFound"] = "NotFound";
16
- ErrorCode["PhoneNumberAssociationsExist"] = "PhoneNumberAssociationsExist";
17
- ErrorCode["PreconditionFailed"] = "PreconditionFailed";
18
- ErrorCode["ResourceLimitExceeded"] = "ResourceLimitExceeded";
19
- ErrorCode["ServiceFailure"] = "ServiceFailure";
20
- ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
21
- ErrorCode["Throttled"] = "Throttled";
22
- ErrorCode["Throttling"] = "Throttling";
23
- ErrorCode["Unauthorized"] = "Unauthorized";
24
- ErrorCode["Unprocessable"] = "Unprocessable";
25
- ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
26
- })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
9
+ exports.ErrorCode = {
10
+ AccessDenied: "AccessDenied",
11
+ BadRequest: "BadRequest",
12
+ Conflict: "Conflict",
13
+ Forbidden: "Forbidden",
14
+ NotFound: "NotFound",
15
+ PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
16
+ PreconditionFailed: "PreconditionFailed",
17
+ ResourceLimitExceeded: "ResourceLimitExceeded",
18
+ ServiceFailure: "ServiceFailure",
19
+ ServiceUnavailable: "ServiceUnavailable",
20
+ Throttled: "Throttled",
21
+ Throttling: "Throttling",
22
+ Unauthorized: "Unauthorized",
23
+ Unprocessable: "Unprocessable",
24
+ VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
25
+ };
27
26
  class AccessDeniedException extends ChimeServiceException_1.ChimeServiceException {
28
27
  constructor(opts) {
29
28
  super({
@@ -39,53 +38,44 @@ class AccessDeniedException extends ChimeServiceException_1.ChimeServiceExceptio
39
38
  }
40
39
  }
41
40
  exports.AccessDeniedException = AccessDeniedException;
42
- var AccountStatus;
43
- (function (AccountStatus) {
44
- AccountStatus["Active"] = "Active";
45
- AccountStatus["Suspended"] = "Suspended";
46
- })(AccountStatus = exports.AccountStatus || (exports.AccountStatus = {}));
47
- var AccountType;
48
- (function (AccountType) {
49
- AccountType["EnterpriseDirectory"] = "EnterpriseDirectory";
50
- AccountType["EnterpriseLWA"] = "EnterpriseLWA";
51
- AccountType["EnterpriseOIDC"] = "EnterpriseOIDC";
52
- AccountType["Team"] = "Team";
53
- })(AccountType = exports.AccountType || (exports.AccountType = {}));
54
- var License;
55
- (function (License) {
56
- License["Basic"] = "Basic";
57
- License["Plus"] = "Plus";
58
- License["Pro"] = "Pro";
59
- License["ProTrial"] = "ProTrial";
60
- })(License = exports.License || (exports.License = {}));
61
- var AppInstanceDataType;
62
- (function (AppInstanceDataType) {
63
- AppInstanceDataType["Channel"] = "Channel";
64
- AppInstanceDataType["ChannelMessage"] = "ChannelMessage";
65
- })(AppInstanceDataType = exports.AppInstanceDataType || (exports.AppInstanceDataType = {}));
66
- var ChannelMembershipType;
67
- (function (ChannelMembershipType) {
68
- ChannelMembershipType["DEFAULT"] = "DEFAULT";
69
- ChannelMembershipType["HIDDEN"] = "HIDDEN";
70
- })(ChannelMembershipType = exports.ChannelMembershipType || (exports.ChannelMembershipType = {}));
71
- var AudioMuxType;
72
- (function (AudioMuxType) {
73
- AudioMuxType["AudioOnly"] = "AudioOnly";
74
- AudioMuxType["AudioWithActiveSpeakerVideo"] = "AudioWithActiveSpeakerVideo";
75
- })(AudioMuxType = exports.AudioMuxType || (exports.AudioMuxType = {}));
76
- var ContentMuxType;
77
- (function (ContentMuxType) {
78
- ContentMuxType["ContentOnly"] = "ContentOnly";
79
- })(ContentMuxType = exports.ContentMuxType || (exports.ContentMuxType = {}));
80
- var ArtifactsState;
81
- (function (ArtifactsState) {
82
- ArtifactsState["Disabled"] = "Disabled";
83
- ArtifactsState["Enabled"] = "Enabled";
84
- })(ArtifactsState = exports.ArtifactsState || (exports.ArtifactsState = {}));
85
- var VideoMuxType;
86
- (function (VideoMuxType) {
87
- VideoMuxType["VideoOnly"] = "VideoOnly";
88
- })(VideoMuxType = exports.VideoMuxType || (exports.VideoMuxType = {}));
41
+ exports.AccountStatus = {
42
+ Active: "Active",
43
+ Suspended: "Suspended",
44
+ };
45
+ exports.AccountType = {
46
+ EnterpriseDirectory: "EnterpriseDirectory",
47
+ EnterpriseLWA: "EnterpriseLWA",
48
+ EnterpriseOIDC: "EnterpriseOIDC",
49
+ Team: "Team",
50
+ };
51
+ exports.License = {
52
+ Basic: "Basic",
53
+ Plus: "Plus",
54
+ Pro: "Pro",
55
+ ProTrial: "ProTrial",
56
+ };
57
+ exports.AppInstanceDataType = {
58
+ Channel: "Channel",
59
+ ChannelMessage: "ChannelMessage",
60
+ };
61
+ exports.ChannelMembershipType = {
62
+ DEFAULT: "DEFAULT",
63
+ HIDDEN: "HIDDEN",
64
+ };
65
+ exports.AudioMuxType = {
66
+ AudioOnly: "AudioOnly",
67
+ AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
68
+ };
69
+ exports.ContentMuxType = {
70
+ ContentOnly: "ContentOnly",
71
+ };
72
+ exports.ArtifactsState = {
73
+ Disabled: "Disabled",
74
+ Enabled: "Enabled",
75
+ };
76
+ exports.VideoMuxType = {
77
+ VideoOnly: "VideoOnly",
78
+ };
89
79
  class BadRequestException extends ChimeServiceException_1.ChimeServiceException {
90
80
  constructor(opts) {
91
81
  super({
@@ -206,58 +196,48 @@ class ResourceLimitExceededException extends ChimeServiceException_1.ChimeServic
206
196
  }
207
197
  }
208
198
  exports.ResourceLimitExceededException = ResourceLimitExceededException;
209
- var RoomMembershipRole;
210
- (function (RoomMembershipRole) {
211
- RoomMembershipRole["Administrator"] = "Administrator";
212
- RoomMembershipRole["Member"] = "Member";
213
- })(RoomMembershipRole = exports.RoomMembershipRole || (exports.RoomMembershipRole = {}));
214
- var PhoneNumberProductType;
215
- (function (PhoneNumberProductType) {
216
- PhoneNumberProductType["BusinessCalling"] = "BusinessCalling";
217
- PhoneNumberProductType["SipMediaApplicationDialIn"] = "SipMediaApplicationDialIn";
218
- PhoneNumberProductType["VoiceConnector"] = "VoiceConnector";
219
- })(PhoneNumberProductType = exports.PhoneNumberProductType || (exports.PhoneNumberProductType = {}));
220
- var UserType;
221
- (function (UserType) {
222
- UserType["PrivateUser"] = "PrivateUser";
223
- UserType["SharedDevice"] = "SharedDevice";
224
- })(UserType = exports.UserType || (exports.UserType = {}));
225
- var BotType;
226
- (function (BotType) {
227
- BotType["ChatBot"] = "ChatBot";
228
- })(BotType = exports.BotType || (exports.BotType = {}));
229
- var CallingNameStatus;
230
- (function (CallingNameStatus) {
231
- CallingNameStatus["Unassigned"] = "Unassigned";
232
- CallingNameStatus["UpdateFailed"] = "UpdateFailed";
233
- CallingNameStatus["UpdateInProgress"] = "UpdateInProgress";
234
- CallingNameStatus["UpdateSucceeded"] = "UpdateSucceeded";
235
- })(CallingNameStatus = exports.CallingNameStatus || (exports.CallingNameStatus = {}));
236
- var Capability;
237
- (function (Capability) {
238
- Capability["SMS"] = "SMS";
239
- Capability["Voice"] = "Voice";
240
- })(Capability = exports.Capability || (exports.Capability = {}));
241
- var ChannelMode;
242
- (function (ChannelMode) {
243
- ChannelMode["RESTRICTED"] = "RESTRICTED";
244
- ChannelMode["UNRESTRICTED"] = "UNRESTRICTED";
245
- })(ChannelMode = exports.ChannelMode || (exports.ChannelMode = {}));
246
- var ChannelPrivacy;
247
- (function (ChannelPrivacy) {
248
- ChannelPrivacy["PRIVATE"] = "PRIVATE";
249
- ChannelPrivacy["PUBLIC"] = "PUBLIC";
250
- })(ChannelPrivacy = exports.ChannelPrivacy || (exports.ChannelPrivacy = {}));
251
- var ChannelMessagePersistenceType;
252
- (function (ChannelMessagePersistenceType) {
253
- ChannelMessagePersistenceType["NON_PERSISTENT"] = "NON_PERSISTENT";
254
- ChannelMessagePersistenceType["PERSISTENT"] = "PERSISTENT";
255
- })(ChannelMessagePersistenceType = exports.ChannelMessagePersistenceType || (exports.ChannelMessagePersistenceType = {}));
256
- var ChannelMessageType;
257
- (function (ChannelMessageType) {
258
- ChannelMessageType["CONTROL"] = "CONTROL";
259
- ChannelMessageType["STANDARD"] = "STANDARD";
260
- })(ChannelMessageType = exports.ChannelMessageType || (exports.ChannelMessageType = {}));
199
+ exports.RoomMembershipRole = {
200
+ Administrator: "Administrator",
201
+ Member: "Member",
202
+ };
203
+ exports.PhoneNumberProductType = {
204
+ BusinessCalling: "BusinessCalling",
205
+ SipMediaApplicationDialIn: "SipMediaApplicationDialIn",
206
+ VoiceConnector: "VoiceConnector",
207
+ };
208
+ exports.UserType = {
209
+ PrivateUser: "PrivateUser",
210
+ SharedDevice: "SharedDevice",
211
+ };
212
+ exports.BotType = {
213
+ ChatBot: "ChatBot",
214
+ };
215
+ exports.CallingNameStatus = {
216
+ Unassigned: "Unassigned",
217
+ UpdateFailed: "UpdateFailed",
218
+ UpdateInProgress: "UpdateInProgress",
219
+ UpdateSucceeded: "UpdateSucceeded",
220
+ };
221
+ exports.Capability = {
222
+ SMS: "SMS",
223
+ Voice: "Voice",
224
+ };
225
+ exports.ChannelMode = {
226
+ RESTRICTED: "RESTRICTED",
227
+ UNRESTRICTED: "UNRESTRICTED",
228
+ };
229
+ exports.ChannelPrivacy = {
230
+ PRIVATE: "PRIVATE",
231
+ PUBLIC: "PUBLIC",
232
+ };
233
+ exports.ChannelMessagePersistenceType = {
234
+ NON_PERSISTENT: "NON_PERSISTENT",
235
+ PERSISTENT: "PERSISTENT",
236
+ };
237
+ exports.ChannelMessageType = {
238
+ CONTROL: "CONTROL",
239
+ STANDARD: "STANDARD",
240
+ };
261
241
  class ConflictException extends ChimeServiceException_1.ChimeServiceException {
262
242
  constructor(opts) {
263
243
  super({
@@ -273,79 +253,66 @@ class ConflictException extends ChimeServiceException_1.ChimeServiceException {
273
253
  }
274
254
  }
275
255
  exports.ConflictException = ConflictException;
276
- var MediaPipelineSinkType;
277
- (function (MediaPipelineSinkType) {
278
- MediaPipelineSinkType["S3Bucket"] = "S3Bucket";
279
- })(MediaPipelineSinkType = exports.MediaPipelineSinkType || (exports.MediaPipelineSinkType = {}));
280
- var MediaPipelineSourceType;
281
- (function (MediaPipelineSourceType) {
282
- MediaPipelineSourceType["ChimeSdkMeeting"] = "ChimeSdkMeeting";
283
- })(MediaPipelineSourceType = exports.MediaPipelineSourceType || (exports.MediaPipelineSourceType = {}));
284
- var MediaPipelineStatus;
285
- (function (MediaPipelineStatus) {
286
- MediaPipelineStatus["Failed"] = "Failed";
287
- MediaPipelineStatus["InProgress"] = "InProgress";
288
- MediaPipelineStatus["Initializing"] = "Initializing";
289
- MediaPipelineStatus["Stopped"] = "Stopped";
290
- MediaPipelineStatus["Stopping"] = "Stopping";
291
- })(MediaPipelineStatus = exports.MediaPipelineStatus || (exports.MediaPipelineStatus = {}));
292
- var OrderedPhoneNumberStatus;
293
- (function (OrderedPhoneNumberStatus) {
294
- OrderedPhoneNumberStatus["Acquired"] = "Acquired";
295
- OrderedPhoneNumberStatus["Failed"] = "Failed";
296
- OrderedPhoneNumberStatus["Processing"] = "Processing";
297
- })(OrderedPhoneNumberStatus = exports.OrderedPhoneNumberStatus || (exports.OrderedPhoneNumberStatus = {}));
298
- var PhoneNumberOrderStatus;
299
- (function (PhoneNumberOrderStatus) {
300
- PhoneNumberOrderStatus["Failed"] = "Failed";
301
- PhoneNumberOrderStatus["Partial"] = "Partial";
302
- PhoneNumberOrderStatus["Processing"] = "Processing";
303
- PhoneNumberOrderStatus["Successful"] = "Successful";
304
- })(PhoneNumberOrderStatus = exports.PhoneNumberOrderStatus || (exports.PhoneNumberOrderStatus = {}));
305
- var GeoMatchLevel;
306
- (function (GeoMatchLevel) {
307
- GeoMatchLevel["AreaCode"] = "AreaCode";
308
- GeoMatchLevel["Country"] = "Country";
309
- })(GeoMatchLevel = exports.GeoMatchLevel || (exports.GeoMatchLevel = {}));
310
- var NumberSelectionBehavior;
311
- (function (NumberSelectionBehavior) {
312
- NumberSelectionBehavior["AvoidSticky"] = "AvoidSticky";
313
- NumberSelectionBehavior["PreferSticky"] = "PreferSticky";
314
- })(NumberSelectionBehavior = exports.NumberSelectionBehavior || (exports.NumberSelectionBehavior = {}));
315
- var ProxySessionStatus;
316
- (function (ProxySessionStatus) {
317
- ProxySessionStatus["Closed"] = "Closed";
318
- ProxySessionStatus["InProgress"] = "InProgress";
319
- ProxySessionStatus["Open"] = "Open";
320
- })(ProxySessionStatus = exports.ProxySessionStatus || (exports.ProxySessionStatus = {}));
321
- var MemberType;
322
- (function (MemberType) {
323
- MemberType["Bot"] = "Bot";
324
- MemberType["User"] = "User";
325
- MemberType["Webhook"] = "Webhook";
326
- })(MemberType = exports.MemberType || (exports.MemberType = {}));
327
- var SipRuleTriggerType;
328
- (function (SipRuleTriggerType) {
329
- SipRuleTriggerType["RequestUriHostname"] = "RequestUriHostname";
330
- SipRuleTriggerType["ToPhoneNumber"] = "ToPhoneNumber";
331
- })(SipRuleTriggerType = exports.SipRuleTriggerType || (exports.SipRuleTriggerType = {}));
332
- var InviteStatus;
333
- (function (InviteStatus) {
334
- InviteStatus["Accepted"] = "Accepted";
335
- InviteStatus["Failed"] = "Failed";
336
- InviteStatus["Pending"] = "Pending";
337
- })(InviteStatus = exports.InviteStatus || (exports.InviteStatus = {}));
338
- var RegistrationStatus;
339
- (function (RegistrationStatus) {
340
- RegistrationStatus["Registered"] = "Registered";
341
- RegistrationStatus["Suspended"] = "Suspended";
342
- RegistrationStatus["Unregistered"] = "Unregistered";
343
- })(RegistrationStatus = exports.RegistrationStatus || (exports.RegistrationStatus = {}));
344
- var VoiceConnectorAwsRegion;
345
- (function (VoiceConnectorAwsRegion) {
346
- VoiceConnectorAwsRegion["US_EAST_1"] = "us-east-1";
347
- VoiceConnectorAwsRegion["US_WEST_2"] = "us-west-2";
348
- })(VoiceConnectorAwsRegion = exports.VoiceConnectorAwsRegion || (exports.VoiceConnectorAwsRegion = {}));
256
+ exports.MediaPipelineSinkType = {
257
+ S3Bucket: "S3Bucket",
258
+ };
259
+ exports.MediaPipelineSourceType = {
260
+ ChimeSdkMeeting: "ChimeSdkMeeting",
261
+ };
262
+ exports.MediaPipelineStatus = {
263
+ Failed: "Failed",
264
+ InProgress: "InProgress",
265
+ Initializing: "Initializing",
266
+ Stopped: "Stopped",
267
+ Stopping: "Stopping",
268
+ };
269
+ exports.OrderedPhoneNumberStatus = {
270
+ Acquired: "Acquired",
271
+ Failed: "Failed",
272
+ Processing: "Processing",
273
+ };
274
+ exports.PhoneNumberOrderStatus = {
275
+ Failed: "Failed",
276
+ Partial: "Partial",
277
+ Processing: "Processing",
278
+ Successful: "Successful",
279
+ };
280
+ exports.GeoMatchLevel = {
281
+ AreaCode: "AreaCode",
282
+ Country: "Country",
283
+ };
284
+ exports.NumberSelectionBehavior = {
285
+ AvoidSticky: "AvoidSticky",
286
+ PreferSticky: "PreferSticky",
287
+ };
288
+ exports.ProxySessionStatus = {
289
+ Closed: "Closed",
290
+ InProgress: "InProgress",
291
+ Open: "Open",
292
+ };
293
+ exports.MemberType = {
294
+ Bot: "Bot",
295
+ User: "User",
296
+ Webhook: "Webhook",
297
+ };
298
+ exports.SipRuleTriggerType = {
299
+ RequestUriHostname: "RequestUriHostname",
300
+ ToPhoneNumber: "ToPhoneNumber",
301
+ };
302
+ exports.InviteStatus = {
303
+ Accepted: "Accepted",
304
+ Failed: "Failed",
305
+ Pending: "Pending",
306
+ };
307
+ exports.RegistrationStatus = {
308
+ Registered: "Registered",
309
+ Suspended: "Suspended",
310
+ Unregistered: "Unregistered",
311
+ };
312
+ exports.VoiceConnectorAwsRegion = {
313
+ US_EAST_1: "us-east-1",
314
+ US_WEST_2: "us-west-2",
315
+ };
349
316
  class UnprocessableEntityException extends ChimeServiceException_1.ChimeServiceException {
350
317
  constructor(opts) {
351
318
  super({
@@ -361,118 +328,103 @@ class UnprocessableEntityException extends ChimeServiceException_1.ChimeServiceE
361
328
  }
362
329
  }
363
330
  exports.UnprocessableEntityException = UnprocessableEntityException;
364
- var EmailStatus;
365
- (function (EmailStatus) {
366
- EmailStatus["Failed"] = "Failed";
367
- EmailStatus["NotSent"] = "NotSent";
368
- EmailStatus["Sent"] = "Sent";
369
- })(EmailStatus = exports.EmailStatus || (exports.EmailStatus = {}));
370
- var TranscribeMedicalContentIdentificationType;
371
- (function (TranscribeMedicalContentIdentificationType) {
372
- TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
373
- })(TranscribeMedicalContentIdentificationType = exports.TranscribeMedicalContentIdentificationType || (exports.TranscribeMedicalContentIdentificationType = {}));
374
- var TranscribeMedicalLanguageCode;
375
- (function (TranscribeMedicalLanguageCode) {
376
- TranscribeMedicalLanguageCode["EN_US"] = "en-US";
377
- })(TranscribeMedicalLanguageCode = exports.TranscribeMedicalLanguageCode || (exports.TranscribeMedicalLanguageCode = {}));
378
- var TranscribeMedicalRegion;
379
- (function (TranscribeMedicalRegion) {
380
- TranscribeMedicalRegion["AP_SOUTHEAST_2"] = "ap-southeast-2";
381
- TranscribeMedicalRegion["AUTO"] = "auto";
382
- TranscribeMedicalRegion["CA_CENTRAL_1"] = "ca-central-1";
383
- TranscribeMedicalRegion["EU_WEST_1"] = "eu-west-1";
384
- TranscribeMedicalRegion["US_EAST_1"] = "us-east-1";
385
- TranscribeMedicalRegion["US_EAST_2"] = "us-east-2";
386
- TranscribeMedicalRegion["US_WEST_2"] = "us-west-2";
387
- })(TranscribeMedicalRegion = exports.TranscribeMedicalRegion || (exports.TranscribeMedicalRegion = {}));
388
- var TranscribeMedicalSpecialty;
389
- (function (TranscribeMedicalSpecialty) {
390
- TranscribeMedicalSpecialty["Cardiology"] = "CARDIOLOGY";
391
- TranscribeMedicalSpecialty["Neurology"] = "NEUROLOGY";
392
- TranscribeMedicalSpecialty["Oncology"] = "ONCOLOGY";
393
- TranscribeMedicalSpecialty["PrimaryCare"] = "PRIMARYCARE";
394
- TranscribeMedicalSpecialty["Radiology"] = "RADIOLOGY";
395
- TranscribeMedicalSpecialty["Urology"] = "UROLOGY";
396
- })(TranscribeMedicalSpecialty = exports.TranscribeMedicalSpecialty || (exports.TranscribeMedicalSpecialty = {}));
397
- var TranscribeMedicalType;
398
- (function (TranscribeMedicalType) {
399
- TranscribeMedicalType["Conversation"] = "CONVERSATION";
400
- TranscribeMedicalType["Dictation"] = "DICTATION";
401
- })(TranscribeMedicalType = exports.TranscribeMedicalType || (exports.TranscribeMedicalType = {}));
402
- var TranscribeContentIdentificationType;
403
- (function (TranscribeContentIdentificationType) {
404
- TranscribeContentIdentificationType["PII"] = "PII";
405
- })(TranscribeContentIdentificationType = exports.TranscribeContentIdentificationType || (exports.TranscribeContentIdentificationType = {}));
406
- var TranscribeContentRedactionType;
407
- (function (TranscribeContentRedactionType) {
408
- TranscribeContentRedactionType["PII"] = "PII";
409
- })(TranscribeContentRedactionType = exports.TranscribeContentRedactionType || (exports.TranscribeContentRedactionType = {}));
410
- var TranscribeLanguageCode;
411
- (function (TranscribeLanguageCode) {
412
- TranscribeLanguageCode["DE_DE"] = "de-DE";
413
- TranscribeLanguageCode["EN_AU"] = "en-AU";
414
- TranscribeLanguageCode["EN_GB"] = "en-GB";
415
- TranscribeLanguageCode["EN_US"] = "en-US";
416
- TranscribeLanguageCode["ES_US"] = "es-US";
417
- TranscribeLanguageCode["FR_CA"] = "fr-CA";
418
- TranscribeLanguageCode["FR_FR"] = "fr-FR";
419
- TranscribeLanguageCode["IT_IT"] = "it-IT";
420
- TranscribeLanguageCode["JA_JP"] = "ja-JP";
421
- TranscribeLanguageCode["KO_KR"] = "ko-KR";
422
- TranscribeLanguageCode["PT_BR"] = "pt-BR";
423
- TranscribeLanguageCode["ZH_CN"] = "zh-CN";
424
- })(TranscribeLanguageCode = exports.TranscribeLanguageCode || (exports.TranscribeLanguageCode = {}));
425
- var TranscribePartialResultsStability;
426
- (function (TranscribePartialResultsStability) {
427
- TranscribePartialResultsStability["HIGH"] = "high";
428
- TranscribePartialResultsStability["LOW"] = "low";
429
- TranscribePartialResultsStability["MEDIUM"] = "medium";
430
- })(TranscribePartialResultsStability = exports.TranscribePartialResultsStability || (exports.TranscribePartialResultsStability = {}));
431
- var TranscribeRegion;
432
- (function (TranscribeRegion) {
433
- TranscribeRegion["AP_NORTHEAST_1"] = "ap-northeast-1";
434
- TranscribeRegion["AP_NORTHEAST_2"] = "ap-northeast-2";
435
- TranscribeRegion["AP_SOUTHEAST_2"] = "ap-southeast-2";
436
- TranscribeRegion["AUTO"] = "auto";
437
- TranscribeRegion["CA_CENTRAL_1"] = "ca-central-1";
438
- TranscribeRegion["EU_CENTRAL_1"] = "eu-central-1";
439
- TranscribeRegion["EU_WEST_1"] = "eu-west-1";
440
- TranscribeRegion["EU_WEST_2"] = "eu-west-2";
441
- TranscribeRegion["SA_EAST_1"] = "sa-east-1";
442
- TranscribeRegion["US_EAST_1"] = "us-east-1";
443
- TranscribeRegion["US_EAST_2"] = "us-east-2";
444
- TranscribeRegion["US_WEST_2"] = "us-west-2";
445
- })(TranscribeRegion = exports.TranscribeRegion || (exports.TranscribeRegion = {}));
446
- var TranscribeVocabularyFilterMethod;
447
- (function (TranscribeVocabularyFilterMethod) {
448
- TranscribeVocabularyFilterMethod["Mask"] = "mask";
449
- TranscribeVocabularyFilterMethod["Remove"] = "remove";
450
- TranscribeVocabularyFilterMethod["Tag"] = "tag";
451
- })(TranscribeVocabularyFilterMethod = exports.TranscribeVocabularyFilterMethod || (exports.TranscribeVocabularyFilterMethod = {}));
452
- var PhoneNumberAssociationName;
453
- (function (PhoneNumberAssociationName) {
454
- PhoneNumberAssociationName["AccountId"] = "AccountId";
455
- PhoneNumberAssociationName["SipRuleId"] = "SipRuleId";
456
- PhoneNumberAssociationName["UserId"] = "UserId";
457
- PhoneNumberAssociationName["VoiceConnectorGroupId"] = "VoiceConnectorGroupId";
458
- PhoneNumberAssociationName["VoiceConnectorId"] = "VoiceConnectorId";
459
- })(PhoneNumberAssociationName = exports.PhoneNumberAssociationName || (exports.PhoneNumberAssociationName = {}));
460
- var PhoneNumberStatus;
461
- (function (PhoneNumberStatus) {
462
- PhoneNumberStatus["AcquireFailed"] = "AcquireFailed";
463
- PhoneNumberStatus["AcquireInProgress"] = "AcquireInProgress";
464
- PhoneNumberStatus["Assigned"] = "Assigned";
465
- PhoneNumberStatus["DeleteFailed"] = "DeleteFailed";
466
- PhoneNumberStatus["DeleteInProgress"] = "DeleteInProgress";
467
- PhoneNumberStatus["ReleaseFailed"] = "ReleaseFailed";
468
- PhoneNumberStatus["ReleaseInProgress"] = "ReleaseInProgress";
469
- PhoneNumberStatus["Unassigned"] = "Unassigned";
470
- })(PhoneNumberStatus = exports.PhoneNumberStatus || (exports.PhoneNumberStatus = {}));
471
- var PhoneNumberType;
472
- (function (PhoneNumberType) {
473
- PhoneNumberType["Local"] = "Local";
474
- PhoneNumberType["TollFree"] = "TollFree";
475
- })(PhoneNumberType = exports.PhoneNumberType || (exports.PhoneNumberType = {}));
331
+ exports.EmailStatus = {
332
+ Failed: "Failed",
333
+ NotSent: "NotSent",
334
+ Sent: "Sent",
335
+ };
336
+ exports.TranscribeMedicalContentIdentificationType = {
337
+ PHI: "PHI",
338
+ };
339
+ exports.TranscribeMedicalLanguageCode = {
340
+ EN_US: "en-US",
341
+ };
342
+ exports.TranscribeMedicalRegion = {
343
+ AP_SOUTHEAST_2: "ap-southeast-2",
344
+ AUTO: "auto",
345
+ CA_CENTRAL_1: "ca-central-1",
346
+ EU_WEST_1: "eu-west-1",
347
+ US_EAST_1: "us-east-1",
348
+ US_EAST_2: "us-east-2",
349
+ US_WEST_2: "us-west-2",
350
+ };
351
+ exports.TranscribeMedicalSpecialty = {
352
+ Cardiology: "CARDIOLOGY",
353
+ Neurology: "NEUROLOGY",
354
+ Oncology: "ONCOLOGY",
355
+ PrimaryCare: "PRIMARYCARE",
356
+ Radiology: "RADIOLOGY",
357
+ Urology: "UROLOGY",
358
+ };
359
+ exports.TranscribeMedicalType = {
360
+ Conversation: "CONVERSATION",
361
+ Dictation: "DICTATION",
362
+ };
363
+ exports.TranscribeContentIdentificationType = {
364
+ PII: "PII",
365
+ };
366
+ exports.TranscribeContentRedactionType = {
367
+ PII: "PII",
368
+ };
369
+ exports.TranscribeLanguageCode = {
370
+ DE_DE: "de-DE",
371
+ EN_AU: "en-AU",
372
+ EN_GB: "en-GB",
373
+ EN_US: "en-US",
374
+ ES_US: "es-US",
375
+ FR_CA: "fr-CA",
376
+ FR_FR: "fr-FR",
377
+ IT_IT: "it-IT",
378
+ JA_JP: "ja-JP",
379
+ KO_KR: "ko-KR",
380
+ PT_BR: "pt-BR",
381
+ ZH_CN: "zh-CN",
382
+ };
383
+ exports.TranscribePartialResultsStability = {
384
+ HIGH: "high",
385
+ LOW: "low",
386
+ MEDIUM: "medium",
387
+ };
388
+ exports.TranscribeRegion = {
389
+ AP_NORTHEAST_1: "ap-northeast-1",
390
+ AP_NORTHEAST_2: "ap-northeast-2",
391
+ AP_SOUTHEAST_2: "ap-southeast-2",
392
+ AUTO: "auto",
393
+ CA_CENTRAL_1: "ca-central-1",
394
+ EU_CENTRAL_1: "eu-central-1",
395
+ EU_WEST_1: "eu-west-1",
396
+ EU_WEST_2: "eu-west-2",
397
+ SA_EAST_1: "sa-east-1",
398
+ US_EAST_1: "us-east-1",
399
+ US_EAST_2: "us-east-2",
400
+ US_WEST_2: "us-west-2",
401
+ };
402
+ exports.TranscribeVocabularyFilterMethod = {
403
+ Mask: "mask",
404
+ Remove: "remove",
405
+ Tag: "tag",
406
+ };
407
+ exports.PhoneNumberAssociationName = {
408
+ AccountId: "AccountId",
409
+ SipRuleId: "SipRuleId",
410
+ UserId: "UserId",
411
+ VoiceConnectorGroupId: "VoiceConnectorGroupId",
412
+ VoiceConnectorId: "VoiceConnectorId",
413
+ };
414
+ exports.PhoneNumberStatus = {
415
+ AcquireFailed: "AcquireFailed",
416
+ AcquireInProgress: "AcquireInProgress",
417
+ Assigned: "Assigned",
418
+ DeleteFailed: "DeleteFailed",
419
+ DeleteInProgress: "DeleteInProgress",
420
+ ReleaseFailed: "ReleaseFailed",
421
+ ReleaseInProgress: "ReleaseInProgress",
422
+ Unassigned: "Unassigned",
423
+ };
424
+ exports.PhoneNumberType = {
425
+ Local: "Local",
426
+ TollFree: "TollFree",
427
+ };
476
428
  const AddressFilterSensitiveLog = (obj) => ({
477
429
  ...obj,
478
430
  ...(obj.streetName && { streetName: smithy_client_1.SENSITIVE_STRING }),