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