@aws-sdk/client-chime-sdk-meetings 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchCreateAttendeeCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +1 -1
- package/dist-cjs/commands/CreateAttendeeCommand.js +2 -2
- package/dist-cjs/commands/CreateMeetingCommand.js +2 -2
- package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +2 -2
- package/dist-cjs/commands/DeleteAttendeeCommand.js +1 -1
- package/dist-cjs/commands/DeleteMeetingCommand.js +1 -1
- package/dist-cjs/commands/GetAttendeeCommand.js +2 -2
- package/dist-cjs/commands/GetMeetingCommand.js +2 -2
- package/dist-cjs/commands/ListAttendeesCommand.js +2 -2
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +1 -1
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +1 -1
- package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +2 -2
- package/dist-cjs/models/models_0.js +173 -245
- package/dist-cjs/protocols/Aws_restJson1.js +192 -381
- package/dist-es/commands/BatchCreateAttendeeCommand.js +3 -3
- package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +2 -2
- package/dist-es/commands/CreateAttendeeCommand.js +3 -3
- package/dist-es/commands/CreateMeetingCommand.js +3 -3
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +3 -3
- package/dist-es/commands/DeleteAttendeeCommand.js +2 -2
- package/dist-es/commands/DeleteMeetingCommand.js +2 -2
- package/dist-es/commands/GetAttendeeCommand.js +3 -3
- package/dist-es/commands/GetMeetingCommand.js +3 -3
- package/dist-es/commands/ListAttendeesCommand.js +3 -3
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +2 -2
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +3 -3
- package/dist-es/models/models_0.js +38 -144
- package/dist-es/protocols/Aws_restJson1.js +243 -390
- package/dist-types/models/models_0.d.ts +136 -204
- package/dist-types/ts3.4/models/models_0.d.ts +68 -136
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.ListAttendeesResponseFilterSensitiveLog = exports.ListAttendeesRequestFilterSensitiveLog = exports.GetMeetingResponseFilterSensitiveLog = exports.GetMeetingRequestFilterSensitiveLog = exports.GetAttendeeResponseFilterSensitiveLog = exports.GetAttendeeRequestFilterSensitiveLog = exports.DeleteMeetingRequestFilterSensitiveLog = exports.DeleteAttendeeRequestFilterSensitiveLog = exports.CreateMeetingWithAttendeesResponseFilterSensitiveLog = exports.CreateMeetingWithAttendeesRequestFilterSensitiveLog = exports.CreateMeetingResponseFilterSensitiveLog = exports.MeetingFilterSensitiveLog = exports.MediaPlacementFilterSensitiveLog = exports.CreateMeetingRequestFilterSensitiveLog = exports.NotificationsConfigurationFilterSensitiveLog = exports.MeetingFeaturesConfigurationFilterSensitiveLog = exports.CreateAttendeeResponseFilterSensitiveLog = exports.CreateAttendeeRequestFilterSensitiveLog = exports.BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog = exports.BatchCreateAttendeeResponseFilterSensitiveLog = exports.CreateAttendeeErrorFilterSensitiveLog = exports.BatchCreateAttendeeRequestFilterSensitiveLog = exports.CreateAttendeeRequestItemFilterSensitiveLog = exports.AudioFeaturesFilterSensitiveLog = exports.AttendeeIdItemFilterSensitiveLog = exports.AttendeeFilterSensitiveLog = exports.AttendeeCapabilitiesFilterSensitiveLog = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.ConflictException = exports.UnprocessableEntityException = exports.UnauthorizedException = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.LimitExceededException = exports.ForbiddenException = exports.BadRequestException = exports.MeetingFeatureStatus = exports.MediaCapabilities = void 0;
|
|
4
|
+
exports.UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = exports.UpdateAttendeeCapabilitiesRequestFilterSensitiveLog = exports.StopMeetingTranscriptionRequestFilterSensitiveLog = exports.StartMeetingTranscriptionRequestFilterSensitiveLog = exports.TranscriptionConfigurationFilterSensitiveLog = exports.EngineTranscribeSettingsFilterSensitiveLog = exports.EngineTranscribeMedicalSettingsFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const ChimeSDKMeetingsServiceException_1 = require("./ChimeSDKMeetingsServiceException");
|
|
7
7
|
var MediaCapabilities;
|
|
@@ -11,37 +11,11 @@ var MediaCapabilities;
|
|
|
11
11
|
MediaCapabilities["SEND"] = "Send";
|
|
12
12
|
MediaCapabilities["SEND_RECEIVE"] = "SendReceive";
|
|
13
13
|
})(MediaCapabilities = exports.MediaCapabilities || (exports.MediaCapabilities = {}));
|
|
14
|
-
var AttendeeCapabilities;
|
|
15
|
-
(function (AttendeeCapabilities) {
|
|
16
|
-
AttendeeCapabilities.filterSensitiveLog = (obj) => ({
|
|
17
|
-
...obj,
|
|
18
|
-
});
|
|
19
|
-
})(AttendeeCapabilities = exports.AttendeeCapabilities || (exports.AttendeeCapabilities = {}));
|
|
20
|
-
var Attendee;
|
|
21
|
-
(function (Attendee) {
|
|
22
|
-
Attendee.filterSensitiveLog = (obj) => ({
|
|
23
|
-
...obj,
|
|
24
|
-
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
25
|
-
...(obj.JoinToken && { JoinToken: smithy_client_1.SENSITIVE_STRING }),
|
|
26
|
-
});
|
|
27
|
-
})(Attendee = exports.Attendee || (exports.Attendee = {}));
|
|
28
|
-
var AttendeeIdItem;
|
|
29
|
-
(function (AttendeeIdItem) {
|
|
30
|
-
AttendeeIdItem.filterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
});
|
|
33
|
-
})(AttendeeIdItem = exports.AttendeeIdItem || (exports.AttendeeIdItem = {}));
|
|
34
14
|
var MeetingFeatureStatus;
|
|
35
15
|
(function (MeetingFeatureStatus) {
|
|
36
16
|
MeetingFeatureStatus["AVAILABLE"] = "AVAILABLE";
|
|
37
17
|
MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
38
18
|
})(MeetingFeatureStatus = exports.MeetingFeatureStatus || (exports.MeetingFeatureStatus = {}));
|
|
39
|
-
var AudioFeatures;
|
|
40
|
-
(function (AudioFeatures) {
|
|
41
|
-
AudioFeatures.filterSensitiveLog = (obj) => ({
|
|
42
|
-
...obj,
|
|
43
|
-
});
|
|
44
|
-
})(AudioFeatures = exports.AudioFeatures || (exports.AudioFeatures = {}));
|
|
45
19
|
class BadRequestException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
46
20
|
constructor(opts) {
|
|
47
21
|
super({
|
|
@@ -58,37 +32,6 @@ class BadRequestException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMee
|
|
|
58
32
|
}
|
|
59
33
|
}
|
|
60
34
|
exports.BadRequestException = BadRequestException;
|
|
61
|
-
var CreateAttendeeRequestItem;
|
|
62
|
-
(function (CreateAttendeeRequestItem) {
|
|
63
|
-
CreateAttendeeRequestItem.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
66
|
-
});
|
|
67
|
-
})(CreateAttendeeRequestItem = exports.CreateAttendeeRequestItem || (exports.CreateAttendeeRequestItem = {}));
|
|
68
|
-
var BatchCreateAttendeeRequest;
|
|
69
|
-
(function (BatchCreateAttendeeRequest) {
|
|
70
|
-
BatchCreateAttendeeRequest.filterSensitiveLog = (obj) => ({
|
|
71
|
-
...obj,
|
|
72
|
-
...(obj.Attendees && {
|
|
73
|
-
Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItem.filterSensitiveLog(item)),
|
|
74
|
-
}),
|
|
75
|
-
});
|
|
76
|
-
})(BatchCreateAttendeeRequest = exports.BatchCreateAttendeeRequest || (exports.BatchCreateAttendeeRequest = {}));
|
|
77
|
-
var CreateAttendeeError;
|
|
78
|
-
(function (CreateAttendeeError) {
|
|
79
|
-
CreateAttendeeError.filterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
82
|
-
});
|
|
83
|
-
})(CreateAttendeeError = exports.CreateAttendeeError || (exports.CreateAttendeeError = {}));
|
|
84
|
-
var BatchCreateAttendeeResponse;
|
|
85
|
-
(function (BatchCreateAttendeeResponse) {
|
|
86
|
-
BatchCreateAttendeeResponse.filterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => Attendee.filterSensitiveLog(item)) }),
|
|
89
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeError.filterSensitiveLog(item)) }),
|
|
90
|
-
});
|
|
91
|
-
})(BatchCreateAttendeeResponse = exports.BatchCreateAttendeeResponse || (exports.BatchCreateAttendeeResponse = {}));
|
|
92
35
|
class ForbiddenException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
93
36
|
constructor(opts) {
|
|
94
37
|
super({
|
|
@@ -218,12 +161,6 @@ class UnprocessableEntityException extends ChimeSDKMeetingsServiceException_1.Ch
|
|
|
218
161
|
}
|
|
219
162
|
}
|
|
220
163
|
exports.UnprocessableEntityException = UnprocessableEntityException;
|
|
221
|
-
var BatchUpdateAttendeeCapabilitiesExceptRequest;
|
|
222
|
-
(function (BatchUpdateAttendeeCapabilitiesExceptRequest) {
|
|
223
|
-
BatchUpdateAttendeeCapabilitiesExceptRequest.filterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
})(BatchUpdateAttendeeCapabilitiesExceptRequest = exports.BatchUpdateAttendeeCapabilitiesExceptRequest || (exports.BatchUpdateAttendeeCapabilitiesExceptRequest = {}));
|
|
227
164
|
class ConflictException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
228
165
|
constructor(opts) {
|
|
229
166
|
super({
|
|
@@ -240,143 +177,6 @@ class ConflictException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeeti
|
|
|
240
177
|
}
|
|
241
178
|
}
|
|
242
179
|
exports.ConflictException = ConflictException;
|
|
243
|
-
var CreateAttendeeRequest;
|
|
244
|
-
(function (CreateAttendeeRequest) {
|
|
245
|
-
CreateAttendeeRequest.filterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
248
|
-
});
|
|
249
|
-
})(CreateAttendeeRequest = exports.CreateAttendeeRequest || (exports.CreateAttendeeRequest = {}));
|
|
250
|
-
var CreateAttendeeResponse;
|
|
251
|
-
(function (CreateAttendeeResponse) {
|
|
252
|
-
CreateAttendeeResponse.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.Attendee && { Attendee: Attendee.filterSensitiveLog(obj.Attendee) }),
|
|
255
|
-
});
|
|
256
|
-
})(CreateAttendeeResponse = exports.CreateAttendeeResponse || (exports.CreateAttendeeResponse = {}));
|
|
257
|
-
var MeetingFeaturesConfiguration;
|
|
258
|
-
(function (MeetingFeaturesConfiguration) {
|
|
259
|
-
MeetingFeaturesConfiguration.filterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
})(MeetingFeaturesConfiguration = exports.MeetingFeaturesConfiguration || (exports.MeetingFeaturesConfiguration = {}));
|
|
263
|
-
var NotificationsConfiguration;
|
|
264
|
-
(function (NotificationsConfiguration) {
|
|
265
|
-
NotificationsConfiguration.filterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
...(obj.LambdaFunctionArn && { LambdaFunctionArn: smithy_client_1.SENSITIVE_STRING }),
|
|
268
|
-
...(obj.SnsTopicArn && { SnsTopicArn: smithy_client_1.SENSITIVE_STRING }),
|
|
269
|
-
...(obj.SqsQueueArn && { SqsQueueArn: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
});
|
|
271
|
-
})(NotificationsConfiguration = exports.NotificationsConfiguration || (exports.NotificationsConfiguration = {}));
|
|
272
|
-
var CreateMeetingRequest;
|
|
273
|
-
(function (CreateMeetingRequest) {
|
|
274
|
-
CreateMeetingRequest.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
|
|
277
|
-
...(obj.MeetingHostId && { MeetingHostId: smithy_client_1.SENSITIVE_STRING }),
|
|
278
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: smithy_client_1.SENSITIVE_STRING }),
|
|
279
|
-
...(obj.NotificationsConfiguration && {
|
|
280
|
-
NotificationsConfiguration: NotificationsConfiguration.filterSensitiveLog(obj.NotificationsConfiguration),
|
|
281
|
-
}),
|
|
282
|
-
});
|
|
283
|
-
})(CreateMeetingRequest = exports.CreateMeetingRequest || (exports.CreateMeetingRequest = {}));
|
|
284
|
-
var MediaPlacement;
|
|
285
|
-
(function (MediaPlacement) {
|
|
286
|
-
MediaPlacement.filterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
})(MediaPlacement = exports.MediaPlacement || (exports.MediaPlacement = {}));
|
|
290
|
-
var Meeting;
|
|
291
|
-
(function (Meeting) {
|
|
292
|
-
Meeting.filterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
...(obj.MeetingHostId && { MeetingHostId: smithy_client_1.SENSITIVE_STRING }),
|
|
295
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: smithy_client_1.SENSITIVE_STRING }),
|
|
296
|
-
});
|
|
297
|
-
})(Meeting = exports.Meeting || (exports.Meeting = {}));
|
|
298
|
-
var CreateMeetingResponse;
|
|
299
|
-
(function (CreateMeetingResponse) {
|
|
300
|
-
CreateMeetingResponse.filterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
...(obj.Meeting && { Meeting: Meeting.filterSensitiveLog(obj.Meeting) }),
|
|
303
|
-
});
|
|
304
|
-
})(CreateMeetingResponse = exports.CreateMeetingResponse || (exports.CreateMeetingResponse = {}));
|
|
305
|
-
var CreateMeetingWithAttendeesRequest;
|
|
306
|
-
(function (CreateMeetingWithAttendeesRequest) {
|
|
307
|
-
CreateMeetingWithAttendeesRequest.filterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
|
|
310
|
-
...(obj.MeetingHostId && { MeetingHostId: smithy_client_1.SENSITIVE_STRING }),
|
|
311
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: smithy_client_1.SENSITIVE_STRING }),
|
|
312
|
-
...(obj.NotificationsConfiguration && {
|
|
313
|
-
NotificationsConfiguration: NotificationsConfiguration.filterSensitiveLog(obj.NotificationsConfiguration),
|
|
314
|
-
}),
|
|
315
|
-
...(obj.Attendees && {
|
|
316
|
-
Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItem.filterSensitiveLog(item)),
|
|
317
|
-
}),
|
|
318
|
-
});
|
|
319
|
-
})(CreateMeetingWithAttendeesRequest = exports.CreateMeetingWithAttendeesRequest || (exports.CreateMeetingWithAttendeesRequest = {}));
|
|
320
|
-
var CreateMeetingWithAttendeesResponse;
|
|
321
|
-
(function (CreateMeetingWithAttendeesResponse) {
|
|
322
|
-
CreateMeetingWithAttendeesResponse.filterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
...(obj.Meeting && { Meeting: Meeting.filterSensitiveLog(obj.Meeting) }),
|
|
325
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => Attendee.filterSensitiveLog(item)) }),
|
|
326
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeError.filterSensitiveLog(item)) }),
|
|
327
|
-
});
|
|
328
|
-
})(CreateMeetingWithAttendeesResponse = exports.CreateMeetingWithAttendeesResponse || (exports.CreateMeetingWithAttendeesResponse = {}));
|
|
329
|
-
var DeleteAttendeeRequest;
|
|
330
|
-
(function (DeleteAttendeeRequest) {
|
|
331
|
-
DeleteAttendeeRequest.filterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
})(DeleteAttendeeRequest = exports.DeleteAttendeeRequest || (exports.DeleteAttendeeRequest = {}));
|
|
335
|
-
var DeleteMeetingRequest;
|
|
336
|
-
(function (DeleteMeetingRequest) {
|
|
337
|
-
DeleteMeetingRequest.filterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
})(DeleteMeetingRequest = exports.DeleteMeetingRequest || (exports.DeleteMeetingRequest = {}));
|
|
341
|
-
var GetAttendeeRequest;
|
|
342
|
-
(function (GetAttendeeRequest) {
|
|
343
|
-
GetAttendeeRequest.filterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
})(GetAttendeeRequest = exports.GetAttendeeRequest || (exports.GetAttendeeRequest = {}));
|
|
347
|
-
var GetAttendeeResponse;
|
|
348
|
-
(function (GetAttendeeResponse) {
|
|
349
|
-
GetAttendeeResponse.filterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
...(obj.Attendee && { Attendee: Attendee.filterSensitiveLog(obj.Attendee) }),
|
|
352
|
-
});
|
|
353
|
-
})(GetAttendeeResponse = exports.GetAttendeeResponse || (exports.GetAttendeeResponse = {}));
|
|
354
|
-
var GetMeetingRequest;
|
|
355
|
-
(function (GetMeetingRequest) {
|
|
356
|
-
GetMeetingRequest.filterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
})(GetMeetingRequest = exports.GetMeetingRequest || (exports.GetMeetingRequest = {}));
|
|
360
|
-
var GetMeetingResponse;
|
|
361
|
-
(function (GetMeetingResponse) {
|
|
362
|
-
GetMeetingResponse.filterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
...(obj.Meeting && { Meeting: Meeting.filterSensitiveLog(obj.Meeting) }),
|
|
365
|
-
});
|
|
366
|
-
})(GetMeetingResponse = exports.GetMeetingResponse || (exports.GetMeetingResponse = {}));
|
|
367
|
-
var ListAttendeesRequest;
|
|
368
|
-
(function (ListAttendeesRequest) {
|
|
369
|
-
ListAttendeesRequest.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
})(ListAttendeesRequest = exports.ListAttendeesRequest || (exports.ListAttendeesRequest = {}));
|
|
373
|
-
var ListAttendeesResponse;
|
|
374
|
-
(function (ListAttendeesResponse) {
|
|
375
|
-
ListAttendeesResponse.filterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => Attendee.filterSensitiveLog(item)) }),
|
|
378
|
-
});
|
|
379
|
-
})(ListAttendeesResponse = exports.ListAttendeesResponse || (exports.ListAttendeesResponse = {}));
|
|
380
180
|
var TranscribeMedicalContentIdentificationType;
|
|
381
181
|
(function (TranscribeMedicalContentIdentificationType) {
|
|
382
182
|
TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
|
|
@@ -409,12 +209,6 @@ var TranscribeMedicalType;
|
|
|
409
209
|
TranscribeMedicalType["CONVERSATION"] = "CONVERSATION";
|
|
410
210
|
TranscribeMedicalType["DICTATION"] = "DICTATION";
|
|
411
211
|
})(TranscribeMedicalType = exports.TranscribeMedicalType || (exports.TranscribeMedicalType = {}));
|
|
412
|
-
var EngineTranscribeMedicalSettings;
|
|
413
|
-
(function (EngineTranscribeMedicalSettings) {
|
|
414
|
-
EngineTranscribeMedicalSettings.filterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
})(EngineTranscribeMedicalSettings = exports.EngineTranscribeMedicalSettings || (exports.EngineTranscribeMedicalSettings = {}));
|
|
418
212
|
var TranscribeContentIdentificationType;
|
|
419
213
|
(function (TranscribeContentIdentificationType) {
|
|
420
214
|
TranscribeContentIdentificationType["PII"] = "PII";
|
|
@@ -466,40 +260,174 @@ var TranscribeVocabularyFilterMethod;
|
|
|
466
260
|
TranscribeVocabularyFilterMethod["REMOVE"] = "remove";
|
|
467
261
|
TranscribeVocabularyFilterMethod["TAG"] = "tag";
|
|
468
262
|
})(TranscribeVocabularyFilterMethod = exports.TranscribeVocabularyFilterMethod || (exports.TranscribeVocabularyFilterMethod = {}));
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
(
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
(
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
})
|
|
505
|
-
|
|
263
|
+
const AttendeeCapabilitiesFilterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
});
|
|
266
|
+
exports.AttendeeCapabilitiesFilterSensitiveLog = AttendeeCapabilitiesFilterSensitiveLog;
|
|
267
|
+
const AttendeeFilterSensitiveLog = (obj) => ({
|
|
268
|
+
...obj,
|
|
269
|
+
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
+
...(obj.JoinToken && { JoinToken: smithy_client_1.SENSITIVE_STRING }),
|
|
271
|
+
});
|
|
272
|
+
exports.AttendeeFilterSensitiveLog = AttendeeFilterSensitiveLog;
|
|
273
|
+
const AttendeeIdItemFilterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
exports.AttendeeIdItemFilterSensitiveLog = AttendeeIdItemFilterSensitiveLog;
|
|
277
|
+
const AudioFeaturesFilterSensitiveLog = (obj) => ({
|
|
278
|
+
...obj,
|
|
279
|
+
});
|
|
280
|
+
exports.AudioFeaturesFilterSensitiveLog = AudioFeaturesFilterSensitiveLog;
|
|
281
|
+
const CreateAttendeeRequestItemFilterSensitiveLog = (obj) => ({
|
|
282
|
+
...obj,
|
|
283
|
+
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
284
|
+
});
|
|
285
|
+
exports.CreateAttendeeRequestItemFilterSensitiveLog = CreateAttendeeRequestItemFilterSensitiveLog;
|
|
286
|
+
const BatchCreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => (0, exports.CreateAttendeeRequestItemFilterSensitiveLog)(item)) }),
|
|
289
|
+
});
|
|
290
|
+
exports.BatchCreateAttendeeRequestFilterSensitiveLog = BatchCreateAttendeeRequestFilterSensitiveLog;
|
|
291
|
+
const CreateAttendeeErrorFilterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
294
|
+
});
|
|
295
|
+
exports.CreateAttendeeErrorFilterSensitiveLog = CreateAttendeeErrorFilterSensitiveLog;
|
|
296
|
+
const BatchCreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => (0, exports.AttendeeFilterSensitiveLog)(item)) }),
|
|
299
|
+
...(obj.Errors && { Errors: obj.Errors.map((item) => (0, exports.CreateAttendeeErrorFilterSensitiveLog)(item)) }),
|
|
300
|
+
});
|
|
301
|
+
exports.BatchCreateAttendeeResponseFilterSensitiveLog = BatchCreateAttendeeResponseFilterSensitiveLog;
|
|
302
|
+
const BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog = BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog;
|
|
306
|
+
const CreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
309
|
+
});
|
|
310
|
+
exports.CreateAttendeeRequestFilterSensitiveLog = CreateAttendeeRequestFilterSensitiveLog;
|
|
311
|
+
const CreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
...(obj.Attendee && { Attendee: (0, exports.AttendeeFilterSensitiveLog)(obj.Attendee) }),
|
|
314
|
+
});
|
|
315
|
+
exports.CreateAttendeeResponseFilterSensitiveLog = CreateAttendeeResponseFilterSensitiveLog;
|
|
316
|
+
const MeetingFeaturesConfigurationFilterSensitiveLog = (obj) => ({
|
|
317
|
+
...obj,
|
|
318
|
+
});
|
|
319
|
+
exports.MeetingFeaturesConfigurationFilterSensitiveLog = MeetingFeaturesConfigurationFilterSensitiveLog;
|
|
320
|
+
const NotificationsConfigurationFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
...(obj.LambdaFunctionArn && { LambdaFunctionArn: smithy_client_1.SENSITIVE_STRING }),
|
|
323
|
+
...(obj.SnsTopicArn && { SnsTopicArn: smithy_client_1.SENSITIVE_STRING }),
|
|
324
|
+
...(obj.SqsQueueArn && { SqsQueueArn: smithy_client_1.SENSITIVE_STRING }),
|
|
325
|
+
});
|
|
326
|
+
exports.NotificationsConfigurationFilterSensitiveLog = NotificationsConfigurationFilterSensitiveLog;
|
|
327
|
+
const CreateMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
328
|
+
...obj,
|
|
329
|
+
...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
|
|
330
|
+
...(obj.MeetingHostId && { MeetingHostId: smithy_client_1.SENSITIVE_STRING }),
|
|
331
|
+
...(obj.ExternalMeetingId && { ExternalMeetingId: smithy_client_1.SENSITIVE_STRING }),
|
|
332
|
+
...(obj.NotificationsConfiguration && {
|
|
333
|
+
NotificationsConfiguration: (0, exports.NotificationsConfigurationFilterSensitiveLog)(obj.NotificationsConfiguration),
|
|
334
|
+
}),
|
|
335
|
+
});
|
|
336
|
+
exports.CreateMeetingRequestFilterSensitiveLog = CreateMeetingRequestFilterSensitiveLog;
|
|
337
|
+
const MediaPlacementFilterSensitiveLog = (obj) => ({
|
|
338
|
+
...obj,
|
|
339
|
+
});
|
|
340
|
+
exports.MediaPlacementFilterSensitiveLog = MediaPlacementFilterSensitiveLog;
|
|
341
|
+
const MeetingFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
...(obj.MeetingHostId && { MeetingHostId: smithy_client_1.SENSITIVE_STRING }),
|
|
344
|
+
...(obj.ExternalMeetingId && { ExternalMeetingId: smithy_client_1.SENSITIVE_STRING }),
|
|
345
|
+
});
|
|
346
|
+
exports.MeetingFilterSensitiveLog = MeetingFilterSensitiveLog;
|
|
347
|
+
const CreateMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
...(obj.Meeting && { Meeting: (0, exports.MeetingFilterSensitiveLog)(obj.Meeting) }),
|
|
350
|
+
});
|
|
351
|
+
exports.CreateMeetingResponseFilterSensitiveLog = CreateMeetingResponseFilterSensitiveLog;
|
|
352
|
+
const CreateMeetingWithAttendeesRequestFilterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
|
|
355
|
+
...(obj.MeetingHostId && { MeetingHostId: smithy_client_1.SENSITIVE_STRING }),
|
|
356
|
+
...(obj.ExternalMeetingId && { ExternalMeetingId: smithy_client_1.SENSITIVE_STRING }),
|
|
357
|
+
...(obj.NotificationsConfiguration && {
|
|
358
|
+
NotificationsConfiguration: (0, exports.NotificationsConfigurationFilterSensitiveLog)(obj.NotificationsConfiguration),
|
|
359
|
+
}),
|
|
360
|
+
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => (0, exports.CreateAttendeeRequestItemFilterSensitiveLog)(item)) }),
|
|
361
|
+
});
|
|
362
|
+
exports.CreateMeetingWithAttendeesRequestFilterSensitiveLog = CreateMeetingWithAttendeesRequestFilterSensitiveLog;
|
|
363
|
+
const CreateMeetingWithAttendeesResponseFilterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
...(obj.Meeting && { Meeting: (0, exports.MeetingFilterSensitiveLog)(obj.Meeting) }),
|
|
366
|
+
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => (0, exports.AttendeeFilterSensitiveLog)(item)) }),
|
|
367
|
+
...(obj.Errors && { Errors: obj.Errors.map((item) => (0, exports.CreateAttendeeErrorFilterSensitiveLog)(item)) }),
|
|
368
|
+
});
|
|
369
|
+
exports.CreateMeetingWithAttendeesResponseFilterSensitiveLog = CreateMeetingWithAttendeesResponseFilterSensitiveLog;
|
|
370
|
+
const DeleteAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.DeleteAttendeeRequestFilterSensitiveLog = DeleteAttendeeRequestFilterSensitiveLog;
|
|
374
|
+
const DeleteMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.DeleteMeetingRequestFilterSensitiveLog = DeleteMeetingRequestFilterSensitiveLog;
|
|
378
|
+
const GetAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.GetAttendeeRequestFilterSensitiveLog = GetAttendeeRequestFilterSensitiveLog;
|
|
382
|
+
const GetAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
...(obj.Attendee && { Attendee: (0, exports.AttendeeFilterSensitiveLog)(obj.Attendee) }),
|
|
385
|
+
});
|
|
386
|
+
exports.GetAttendeeResponseFilterSensitiveLog = GetAttendeeResponseFilterSensitiveLog;
|
|
387
|
+
const GetMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
});
|
|
390
|
+
exports.GetMeetingRequestFilterSensitiveLog = GetMeetingRequestFilterSensitiveLog;
|
|
391
|
+
const GetMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
...(obj.Meeting && { Meeting: (0, exports.MeetingFilterSensitiveLog)(obj.Meeting) }),
|
|
394
|
+
});
|
|
395
|
+
exports.GetMeetingResponseFilterSensitiveLog = GetMeetingResponseFilterSensitiveLog;
|
|
396
|
+
const ListAttendeesRequestFilterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
exports.ListAttendeesRequestFilterSensitiveLog = ListAttendeesRequestFilterSensitiveLog;
|
|
400
|
+
const ListAttendeesResponseFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => (0, exports.AttendeeFilterSensitiveLog)(item)) }),
|
|
403
|
+
});
|
|
404
|
+
exports.ListAttendeesResponseFilterSensitiveLog = ListAttendeesResponseFilterSensitiveLog;
|
|
405
|
+
const EngineTranscribeMedicalSettingsFilterSensitiveLog = (obj) => ({
|
|
406
|
+
...obj,
|
|
407
|
+
});
|
|
408
|
+
exports.EngineTranscribeMedicalSettingsFilterSensitiveLog = EngineTranscribeMedicalSettingsFilterSensitiveLog;
|
|
409
|
+
const EngineTranscribeSettingsFilterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
exports.EngineTranscribeSettingsFilterSensitiveLog = EngineTranscribeSettingsFilterSensitiveLog;
|
|
413
|
+
const TranscriptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
414
|
+
...obj,
|
|
415
|
+
});
|
|
416
|
+
exports.TranscriptionConfigurationFilterSensitiveLog = TranscriptionConfigurationFilterSensitiveLog;
|
|
417
|
+
const StartMeetingTranscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
418
|
+
...obj,
|
|
419
|
+
});
|
|
420
|
+
exports.StartMeetingTranscriptionRequestFilterSensitiveLog = StartMeetingTranscriptionRequestFilterSensitiveLog;
|
|
421
|
+
const StopMeetingTranscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
exports.StopMeetingTranscriptionRequestFilterSensitiveLog = StopMeetingTranscriptionRequestFilterSensitiveLog;
|
|
425
|
+
const UpdateAttendeeCapabilitiesRequestFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
});
|
|
428
|
+
exports.UpdateAttendeeCapabilitiesRequestFilterSensitiveLog = UpdateAttendeeCapabilitiesRequestFilterSensitiveLog;
|
|
429
|
+
const UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = (obj) => ({
|
|
430
|
+
...obj,
|
|
431
|
+
...(obj.Attendee && { Attendee: (0, exports.AttendeeFilterSensitiveLog)(obj.Attendee) }),
|
|
432
|
+
});
|
|
433
|
+
exports.UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = UpdateAttendeeCapabilitiesResponseFilterSensitiveLog;
|