@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.
- package/dist-cjs/models/models_0.js +254 -302
- package/dist-cjs/models/models_1.js +13 -16
- package/dist-es/models/models_0.js +254 -302
- package/dist-es/models/models_1.js +13 -16
- package/dist-types/models/models_0.d.ts +494 -254
- package/dist-types/models/models_1.d.ts +28 -13
- package/dist-types/ts3.4/models/models_0.d.ts +336 -254
- package/dist-types/ts3.4/models/models_1.d.ts +18 -13
- package/package.json +34 -34
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
export
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
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
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
210
|
-
export
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
}
|
|
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
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
}
|
|
311
|
-
export
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
export
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
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
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
export
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
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
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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) }),
|