@aws-sdk/client-chime-sdk-meetings 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ChimeSDKMeetings.d.ts +298 -85
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +226 -89
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +16 -16
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ChimeSDKMeetingsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +693 -638
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,638 +1,693 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
|
|
3
|
-
export declare enum MediaCapabilities {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface AttendeeCapabilities {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
export declare class ThrottlingException extends __BaseException {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}
|
|
224
|
-
export interface CreateMeetingRequest {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
export interface
|
|
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
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
328
|
-
export interface
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}
|
|
334
|
-
export interface
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
}
|
|
346
|
-
export interface
|
|
347
|
-
|
|
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
|
-
|
|
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
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
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
|
-
|
|
506
|
-
export
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
export
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
export
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
export
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
|
|
3
|
+
export declare enum MediaCapabilities {
|
|
4
|
+
NONE = "None",
|
|
5
|
+
RECEIVE = "Receive",
|
|
6
|
+
SEND = "Send",
|
|
7
|
+
SEND_RECEIVE = "SendReceive",
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface AttendeeCapabilities {
|
|
11
|
+
Audio: MediaCapabilities | string | undefined;
|
|
12
|
+
|
|
13
|
+
Video: MediaCapabilities | string | undefined;
|
|
14
|
+
|
|
15
|
+
Content: MediaCapabilities | string | undefined;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface Attendee {
|
|
19
|
+
ExternalUserId?: string;
|
|
20
|
+
|
|
21
|
+
AttendeeId?: string;
|
|
22
|
+
|
|
23
|
+
JoinToken?: string;
|
|
24
|
+
|
|
25
|
+
Capabilities?: AttendeeCapabilities;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface AttendeeIdItem {
|
|
29
|
+
AttendeeId: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
export declare enum MeetingFeatureStatus {
|
|
32
|
+
AVAILABLE = "AVAILABLE",
|
|
33
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface AudioFeatures {
|
|
37
|
+
EchoReduction?: MeetingFeatureStatus | string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare class BadRequestException extends __BaseException {
|
|
41
|
+
readonly name: "BadRequestException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Code?: string;
|
|
44
|
+
Message?: string;
|
|
45
|
+
|
|
46
|
+
RequestId?: string;
|
|
47
|
+
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface CreateAttendeeRequestItem {
|
|
54
|
+
ExternalUserId: string | undefined;
|
|
55
|
+
|
|
56
|
+
Capabilities?: AttendeeCapabilities;
|
|
57
|
+
}
|
|
58
|
+
export interface BatchCreateAttendeeRequest {
|
|
59
|
+
MeetingId: string | undefined;
|
|
60
|
+
|
|
61
|
+
Attendees: CreateAttendeeRequestItem[] | undefined;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface CreateAttendeeError {
|
|
65
|
+
ExternalUserId?: string;
|
|
66
|
+
|
|
67
|
+
ErrorCode?: string;
|
|
68
|
+
|
|
69
|
+
ErrorMessage?: string;
|
|
70
|
+
}
|
|
71
|
+
export interface BatchCreateAttendeeResponse {
|
|
72
|
+
Attendees?: Attendee[];
|
|
73
|
+
|
|
74
|
+
Errors?: CreateAttendeeError[];
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export declare class ForbiddenException extends __BaseException {
|
|
78
|
+
readonly name: "ForbiddenException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
Code?: string;
|
|
81
|
+
Message?: string;
|
|
82
|
+
|
|
83
|
+
RequestId?: string;
|
|
84
|
+
|
|
85
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export declare class LimitExceededException extends __BaseException {
|
|
89
|
+
readonly name: "LimitExceededException";
|
|
90
|
+
readonly $fault: "client";
|
|
91
|
+
Code?: string;
|
|
92
|
+
Message?: string;
|
|
93
|
+
|
|
94
|
+
RequestId?: string;
|
|
95
|
+
|
|
96
|
+
constructor(
|
|
97
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export declare class NotFoundException extends __BaseException {
|
|
102
|
+
readonly name: "NotFoundException";
|
|
103
|
+
readonly $fault: "client";
|
|
104
|
+
Code?: string;
|
|
105
|
+
Message?: string;
|
|
106
|
+
|
|
107
|
+
RequestId?: string;
|
|
108
|
+
|
|
109
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
113
|
+
readonly name: "ServiceFailureException";
|
|
114
|
+
readonly $fault: "server";
|
|
115
|
+
Code?: string;
|
|
116
|
+
Message?: string;
|
|
117
|
+
|
|
118
|
+
RequestId?: string;
|
|
119
|
+
|
|
120
|
+
constructor(
|
|
121
|
+
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
126
|
+
readonly name: "ServiceUnavailableException";
|
|
127
|
+
readonly $fault: "server";
|
|
128
|
+
Code?: string;
|
|
129
|
+
Message?: string;
|
|
130
|
+
|
|
131
|
+
RequestId?: string;
|
|
132
|
+
|
|
133
|
+
RetryAfterSeconds?: string;
|
|
134
|
+
|
|
135
|
+
constructor(
|
|
136
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export declare class ThrottlingException extends __BaseException {
|
|
141
|
+
readonly name: "ThrottlingException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
Code?: string;
|
|
144
|
+
Message?: string;
|
|
145
|
+
|
|
146
|
+
RequestId?: string;
|
|
147
|
+
|
|
148
|
+
constructor(
|
|
149
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
150
|
+
);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
154
|
+
readonly name: "UnauthorizedException";
|
|
155
|
+
readonly $fault: "client";
|
|
156
|
+
Code?: string;
|
|
157
|
+
Message?: string;
|
|
158
|
+
|
|
159
|
+
RequestId?: string;
|
|
160
|
+
|
|
161
|
+
constructor(
|
|
162
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
167
|
+
readonly name: "UnprocessableEntityException";
|
|
168
|
+
readonly $fault: "client";
|
|
169
|
+
Code?: string;
|
|
170
|
+
Message?: string;
|
|
171
|
+
|
|
172
|
+
RequestId?: string;
|
|
173
|
+
|
|
174
|
+
constructor(
|
|
175
|
+
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
176
|
+
);
|
|
177
|
+
}
|
|
178
|
+
export interface BatchUpdateAttendeeCapabilitiesExceptRequest {
|
|
179
|
+
MeetingId: string | undefined;
|
|
180
|
+
|
|
181
|
+
ExcludedAttendeeIds: AttendeeIdItem[] | undefined;
|
|
182
|
+
|
|
183
|
+
Capabilities: AttendeeCapabilities | undefined;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export declare class ConflictException extends __BaseException {
|
|
187
|
+
readonly name: "ConflictException";
|
|
188
|
+
readonly $fault: "client";
|
|
189
|
+
Code?: string;
|
|
190
|
+
Message?: string;
|
|
191
|
+
|
|
192
|
+
RequestId?: string;
|
|
193
|
+
|
|
194
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
195
|
+
}
|
|
196
|
+
export interface CreateAttendeeRequest {
|
|
197
|
+
MeetingId: string | undefined;
|
|
198
|
+
|
|
199
|
+
ExternalUserId: string | undefined;
|
|
200
|
+
|
|
201
|
+
Capabilities?: AttendeeCapabilities;
|
|
202
|
+
}
|
|
203
|
+
export interface CreateAttendeeResponse {
|
|
204
|
+
Attendee?: Attendee;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface MeetingFeaturesConfiguration {
|
|
208
|
+
Audio?: AudioFeatures;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export interface NotificationsConfiguration {
|
|
212
|
+
LambdaFunctionArn?: string;
|
|
213
|
+
|
|
214
|
+
SnsTopicArn?: string;
|
|
215
|
+
|
|
216
|
+
SqsQueueArn?: string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface Tag {
|
|
220
|
+
Key: string | undefined;
|
|
221
|
+
|
|
222
|
+
Value: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface CreateMeetingRequest {
|
|
225
|
+
ClientRequestToken?: string;
|
|
226
|
+
|
|
227
|
+
MediaRegion: string | undefined;
|
|
228
|
+
|
|
229
|
+
MeetingHostId?: string;
|
|
230
|
+
|
|
231
|
+
ExternalMeetingId: string | undefined;
|
|
232
|
+
|
|
233
|
+
NotificationsConfiguration?: NotificationsConfiguration;
|
|
234
|
+
|
|
235
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
236
|
+
|
|
237
|
+
PrimaryMeetingId?: string;
|
|
238
|
+
|
|
239
|
+
TenantIds?: string[];
|
|
240
|
+
|
|
241
|
+
Tags?: Tag[];
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export interface MediaPlacement {
|
|
245
|
+
AudioHostUrl?: string;
|
|
246
|
+
|
|
247
|
+
AudioFallbackUrl?: string;
|
|
248
|
+
|
|
249
|
+
SignalingUrl?: string;
|
|
250
|
+
|
|
251
|
+
TurnControlUrl?: string;
|
|
252
|
+
|
|
253
|
+
ScreenDataUrl?: string;
|
|
254
|
+
|
|
255
|
+
ScreenViewingUrl?: string;
|
|
256
|
+
|
|
257
|
+
ScreenSharingUrl?: string;
|
|
258
|
+
|
|
259
|
+
EventIngestionUrl?: string;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface Meeting {
|
|
263
|
+
MeetingId?: string;
|
|
264
|
+
|
|
265
|
+
MeetingHostId?: string;
|
|
266
|
+
|
|
267
|
+
ExternalMeetingId?: string;
|
|
268
|
+
|
|
269
|
+
MediaRegion?: string;
|
|
270
|
+
|
|
271
|
+
MediaPlacement?: MediaPlacement;
|
|
272
|
+
|
|
273
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
274
|
+
|
|
275
|
+
PrimaryMeetingId?: string;
|
|
276
|
+
|
|
277
|
+
TenantIds?: string[];
|
|
278
|
+
|
|
279
|
+
MeetingArn?: string;
|
|
280
|
+
}
|
|
281
|
+
export interface CreateMeetingResponse {
|
|
282
|
+
Meeting?: Meeting;
|
|
283
|
+
}
|
|
284
|
+
export interface CreateMeetingWithAttendeesRequest {
|
|
285
|
+
ClientRequestToken?: string;
|
|
286
|
+
|
|
287
|
+
MediaRegion: string | undefined;
|
|
288
|
+
|
|
289
|
+
MeetingHostId?: string;
|
|
290
|
+
|
|
291
|
+
ExternalMeetingId: string | undefined;
|
|
292
|
+
|
|
293
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
294
|
+
|
|
295
|
+
NotificationsConfiguration?: NotificationsConfiguration;
|
|
296
|
+
|
|
297
|
+
Attendees: CreateAttendeeRequestItem[] | undefined;
|
|
298
|
+
|
|
299
|
+
PrimaryMeetingId?: string;
|
|
300
|
+
|
|
301
|
+
TenantIds?: string[];
|
|
302
|
+
|
|
303
|
+
Tags?: Tag[];
|
|
304
|
+
}
|
|
305
|
+
export interface CreateMeetingWithAttendeesResponse {
|
|
306
|
+
Meeting?: Meeting;
|
|
307
|
+
|
|
308
|
+
Attendees?: Attendee[];
|
|
309
|
+
|
|
310
|
+
Errors?: CreateAttendeeError[];
|
|
311
|
+
}
|
|
312
|
+
export interface DeleteAttendeeRequest {
|
|
313
|
+
MeetingId: string | undefined;
|
|
314
|
+
|
|
315
|
+
AttendeeId: string | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface DeleteMeetingRequest {
|
|
318
|
+
MeetingId: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
export interface GetAttendeeRequest {
|
|
321
|
+
MeetingId: string | undefined;
|
|
322
|
+
|
|
323
|
+
AttendeeId: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface GetAttendeeResponse {
|
|
326
|
+
Attendee?: Attendee;
|
|
327
|
+
}
|
|
328
|
+
export interface GetMeetingRequest {
|
|
329
|
+
MeetingId: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface GetMeetingResponse {
|
|
332
|
+
Meeting?: Meeting;
|
|
333
|
+
}
|
|
334
|
+
export interface ListAttendeesRequest {
|
|
335
|
+
MeetingId: string | undefined;
|
|
336
|
+
|
|
337
|
+
NextToken?: string;
|
|
338
|
+
|
|
339
|
+
MaxResults?: number;
|
|
340
|
+
}
|
|
341
|
+
export interface ListAttendeesResponse {
|
|
342
|
+
Attendees?: Attendee[];
|
|
343
|
+
|
|
344
|
+
NextToken?: string;
|
|
345
|
+
}
|
|
346
|
+
export interface ListTagsForResourceRequest {
|
|
347
|
+
ResourceARN: string | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface ListTagsForResourceResponse {
|
|
350
|
+
Tags?: Tag[];
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
354
|
+
readonly name: "ResourceNotFoundException";
|
|
355
|
+
readonly $fault: "client";
|
|
356
|
+
Code?: string;
|
|
357
|
+
Message?: string;
|
|
358
|
+
|
|
359
|
+
RequestId?: string;
|
|
360
|
+
|
|
361
|
+
ResourceName?: string;
|
|
362
|
+
|
|
363
|
+
constructor(
|
|
364
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
365
|
+
);
|
|
366
|
+
}
|
|
367
|
+
export declare enum TranscribeMedicalContentIdentificationType {
|
|
368
|
+
PHI = "PHI",
|
|
369
|
+
}
|
|
370
|
+
export declare enum TranscribeMedicalLanguageCode {
|
|
371
|
+
EN_US = "en-US",
|
|
372
|
+
}
|
|
373
|
+
export declare enum TranscribeMedicalRegion {
|
|
374
|
+
AP_SOUTHEAST_2 = "ap-southeast-2",
|
|
375
|
+
AUTO = "auto",
|
|
376
|
+
CA_CENTRAL_1 = "ca-central-1",
|
|
377
|
+
EU_WEST_1 = "eu-west-1",
|
|
378
|
+
US_EAST_1 = "us-east-1",
|
|
379
|
+
US_EAST_2 = "us-east-2",
|
|
380
|
+
US_WEST_2 = "us-west-2",
|
|
381
|
+
}
|
|
382
|
+
export declare enum TranscribeMedicalSpecialty {
|
|
383
|
+
CARDIOLOGY = "CARDIOLOGY",
|
|
384
|
+
NEUROLOGY = "NEUROLOGY",
|
|
385
|
+
ONCOLOGY = "ONCOLOGY",
|
|
386
|
+
PRIMARYCARE = "PRIMARYCARE",
|
|
387
|
+
RADIOLOGY = "RADIOLOGY",
|
|
388
|
+
UROLOGY = "UROLOGY",
|
|
389
|
+
}
|
|
390
|
+
export declare enum TranscribeMedicalType {
|
|
391
|
+
CONVERSATION = "CONVERSATION",
|
|
392
|
+
DICTATION = "DICTATION",
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export interface EngineTranscribeMedicalSettings {
|
|
396
|
+
LanguageCode: TranscribeMedicalLanguageCode | string | undefined;
|
|
397
|
+
|
|
398
|
+
Specialty: TranscribeMedicalSpecialty | string | undefined;
|
|
399
|
+
|
|
400
|
+
Type: TranscribeMedicalType | string | undefined;
|
|
401
|
+
|
|
402
|
+
VocabularyName?: string;
|
|
403
|
+
|
|
404
|
+
Region?: TranscribeMedicalRegion | string;
|
|
405
|
+
|
|
406
|
+
ContentIdentificationType?:
|
|
407
|
+
| TranscribeMedicalContentIdentificationType
|
|
408
|
+
| string;
|
|
409
|
+
}
|
|
410
|
+
export declare enum TranscribeContentIdentificationType {
|
|
411
|
+
PII = "PII",
|
|
412
|
+
}
|
|
413
|
+
export declare enum TranscribeContentRedactionType {
|
|
414
|
+
PII = "PII",
|
|
415
|
+
}
|
|
416
|
+
export declare enum TranscribeLanguageCode {
|
|
417
|
+
DE_DE = "de-DE",
|
|
418
|
+
EN_AU = "en-AU",
|
|
419
|
+
EN_GB = "en-GB",
|
|
420
|
+
EN_US = "en-US",
|
|
421
|
+
ES_US = "es-US",
|
|
422
|
+
FR_CA = "fr-CA",
|
|
423
|
+
FR_FR = "fr-FR",
|
|
424
|
+
IT_IT = "it-IT",
|
|
425
|
+
JA_JP = "ja-JP",
|
|
426
|
+
KO_KR = "ko-KR",
|
|
427
|
+
PT_BR = "pt-BR",
|
|
428
|
+
ZH_CN = "zh-CN",
|
|
429
|
+
}
|
|
430
|
+
export declare enum TranscribePartialResultsStability {
|
|
431
|
+
HIGH = "high",
|
|
432
|
+
LOW = "low",
|
|
433
|
+
MEDIUM = "medium",
|
|
434
|
+
}
|
|
435
|
+
export declare enum TranscribeRegion {
|
|
436
|
+
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
437
|
+
AP_NORTHEAST_2 = "ap-northeast-2",
|
|
438
|
+
AP_SOUTHEAST_2 = "ap-southeast-2",
|
|
439
|
+
AUTO = "auto",
|
|
440
|
+
CA_CENTRAL_1 = "ca-central-1",
|
|
441
|
+
EU_CENTRAL_1 = "eu-central-1",
|
|
442
|
+
EU_WEST_1 = "eu-west-1",
|
|
443
|
+
EU_WEST_2 = "eu-west-2",
|
|
444
|
+
SA_EAST_1 = "sa-east-1",
|
|
445
|
+
US_EAST_1 = "us-east-1",
|
|
446
|
+
US_EAST_2 = "us-east-2",
|
|
447
|
+
US_GOV_WEST_1 = "us-gov-west-1",
|
|
448
|
+
US_WEST_2 = "us-west-2",
|
|
449
|
+
}
|
|
450
|
+
export declare enum TranscribeVocabularyFilterMethod {
|
|
451
|
+
MASK = "mask",
|
|
452
|
+
REMOVE = "remove",
|
|
453
|
+
TAG = "tag",
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export interface EngineTranscribeSettings {
|
|
457
|
+
LanguageCode?: TranscribeLanguageCode | string;
|
|
458
|
+
|
|
459
|
+
VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
|
|
460
|
+
|
|
461
|
+
VocabularyFilterName?: string;
|
|
462
|
+
|
|
463
|
+
VocabularyName?: string;
|
|
464
|
+
|
|
465
|
+
Region?: TranscribeRegion | string;
|
|
466
|
+
|
|
467
|
+
EnablePartialResultsStabilization?: boolean;
|
|
468
|
+
|
|
469
|
+
PartialResultsStability?: TranscribePartialResultsStability | string;
|
|
470
|
+
|
|
471
|
+
ContentIdentificationType?: TranscribeContentIdentificationType | string;
|
|
472
|
+
|
|
473
|
+
ContentRedactionType?: TranscribeContentRedactionType | string;
|
|
474
|
+
|
|
475
|
+
PiiEntityTypes?: string;
|
|
476
|
+
|
|
477
|
+
LanguageModelName?: string;
|
|
478
|
+
|
|
479
|
+
IdentifyLanguage?: boolean;
|
|
480
|
+
|
|
481
|
+
LanguageOptions?: string;
|
|
482
|
+
|
|
483
|
+
PreferredLanguage?: TranscribeLanguageCode | string;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface TranscriptionConfiguration {
|
|
487
|
+
EngineTranscribeSettings?: EngineTranscribeSettings;
|
|
488
|
+
|
|
489
|
+
EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
|
|
490
|
+
}
|
|
491
|
+
export interface StartMeetingTranscriptionRequest {
|
|
492
|
+
MeetingId: string | undefined;
|
|
493
|
+
|
|
494
|
+
TranscriptionConfiguration: TranscriptionConfiguration | undefined;
|
|
495
|
+
}
|
|
496
|
+
export interface StopMeetingTranscriptionRequest {
|
|
497
|
+
MeetingId: string | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface TagResourceRequest {
|
|
500
|
+
ResourceARN: string | undefined;
|
|
501
|
+
|
|
502
|
+
Tags: Tag[] | undefined;
|
|
503
|
+
}
|
|
504
|
+
export interface TagResourceResponse {}
|
|
505
|
+
|
|
506
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
507
|
+
readonly name: "TooManyTagsException";
|
|
508
|
+
readonly $fault: "client";
|
|
509
|
+
Code?: string;
|
|
510
|
+
Message?: string;
|
|
511
|
+
|
|
512
|
+
RequestId?: string;
|
|
513
|
+
|
|
514
|
+
ResourceName?: string;
|
|
515
|
+
|
|
516
|
+
constructor(
|
|
517
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
518
|
+
);
|
|
519
|
+
}
|
|
520
|
+
export interface UntagResourceRequest {
|
|
521
|
+
ResourceARN: string | undefined;
|
|
522
|
+
|
|
523
|
+
TagKeys: string[] | undefined;
|
|
524
|
+
}
|
|
525
|
+
export interface UntagResourceResponse {}
|
|
526
|
+
export interface UpdateAttendeeCapabilitiesRequest {
|
|
527
|
+
MeetingId: string | undefined;
|
|
528
|
+
|
|
529
|
+
AttendeeId: string | undefined;
|
|
530
|
+
|
|
531
|
+
Capabilities: AttendeeCapabilities | undefined;
|
|
532
|
+
}
|
|
533
|
+
export interface UpdateAttendeeCapabilitiesResponse {
|
|
534
|
+
Attendee?: Attendee;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export declare const AttendeeCapabilitiesFilterSensitiveLog: (
|
|
538
|
+
obj: AttendeeCapabilities
|
|
539
|
+
) => any;
|
|
540
|
+
|
|
541
|
+
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
542
|
+
|
|
543
|
+
export declare const AttendeeIdItemFilterSensitiveLog: (
|
|
544
|
+
obj: AttendeeIdItem
|
|
545
|
+
) => any;
|
|
546
|
+
|
|
547
|
+
export declare const AudioFeaturesFilterSensitiveLog: (
|
|
548
|
+
obj: AudioFeatures
|
|
549
|
+
) => any;
|
|
550
|
+
|
|
551
|
+
export declare const CreateAttendeeRequestItemFilterSensitiveLog: (
|
|
552
|
+
obj: CreateAttendeeRequestItem
|
|
553
|
+
) => any;
|
|
554
|
+
|
|
555
|
+
export declare const BatchCreateAttendeeRequestFilterSensitiveLog: (
|
|
556
|
+
obj: BatchCreateAttendeeRequest
|
|
557
|
+
) => any;
|
|
558
|
+
|
|
559
|
+
export declare const CreateAttendeeErrorFilterSensitiveLog: (
|
|
560
|
+
obj: CreateAttendeeError
|
|
561
|
+
) => any;
|
|
562
|
+
|
|
563
|
+
export declare const BatchCreateAttendeeResponseFilterSensitiveLog: (
|
|
564
|
+
obj: BatchCreateAttendeeResponse
|
|
565
|
+
) => any;
|
|
566
|
+
|
|
567
|
+
export declare const BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog: (
|
|
568
|
+
obj: BatchUpdateAttendeeCapabilitiesExceptRequest
|
|
569
|
+
) => any;
|
|
570
|
+
|
|
571
|
+
export declare const CreateAttendeeRequestFilterSensitiveLog: (
|
|
572
|
+
obj: CreateAttendeeRequest
|
|
573
|
+
) => any;
|
|
574
|
+
|
|
575
|
+
export declare const CreateAttendeeResponseFilterSensitiveLog: (
|
|
576
|
+
obj: CreateAttendeeResponse
|
|
577
|
+
) => any;
|
|
578
|
+
|
|
579
|
+
export declare const MeetingFeaturesConfigurationFilterSensitiveLog: (
|
|
580
|
+
obj: MeetingFeaturesConfiguration
|
|
581
|
+
) => any;
|
|
582
|
+
|
|
583
|
+
export declare const NotificationsConfigurationFilterSensitiveLog: (
|
|
584
|
+
obj: NotificationsConfiguration
|
|
585
|
+
) => any;
|
|
586
|
+
|
|
587
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
588
|
+
|
|
589
|
+
export declare const CreateMeetingRequestFilterSensitiveLog: (
|
|
590
|
+
obj: CreateMeetingRequest
|
|
591
|
+
) => any;
|
|
592
|
+
|
|
593
|
+
export declare const MediaPlacementFilterSensitiveLog: (
|
|
594
|
+
obj: MediaPlacement
|
|
595
|
+
) => any;
|
|
596
|
+
|
|
597
|
+
export declare const MeetingFilterSensitiveLog: (obj: Meeting) => any;
|
|
598
|
+
|
|
599
|
+
export declare const CreateMeetingResponseFilterSensitiveLog: (
|
|
600
|
+
obj: CreateMeetingResponse
|
|
601
|
+
) => any;
|
|
602
|
+
|
|
603
|
+
export declare const CreateMeetingWithAttendeesRequestFilterSensitiveLog: (
|
|
604
|
+
obj: CreateMeetingWithAttendeesRequest
|
|
605
|
+
) => any;
|
|
606
|
+
|
|
607
|
+
export declare const CreateMeetingWithAttendeesResponseFilterSensitiveLog: (
|
|
608
|
+
obj: CreateMeetingWithAttendeesResponse
|
|
609
|
+
) => any;
|
|
610
|
+
|
|
611
|
+
export declare const DeleteAttendeeRequestFilterSensitiveLog: (
|
|
612
|
+
obj: DeleteAttendeeRequest
|
|
613
|
+
) => any;
|
|
614
|
+
|
|
615
|
+
export declare const DeleteMeetingRequestFilterSensitiveLog: (
|
|
616
|
+
obj: DeleteMeetingRequest
|
|
617
|
+
) => any;
|
|
618
|
+
|
|
619
|
+
export declare const GetAttendeeRequestFilterSensitiveLog: (
|
|
620
|
+
obj: GetAttendeeRequest
|
|
621
|
+
) => any;
|
|
622
|
+
|
|
623
|
+
export declare const GetAttendeeResponseFilterSensitiveLog: (
|
|
624
|
+
obj: GetAttendeeResponse
|
|
625
|
+
) => any;
|
|
626
|
+
|
|
627
|
+
export declare const GetMeetingRequestFilterSensitiveLog: (
|
|
628
|
+
obj: GetMeetingRequest
|
|
629
|
+
) => any;
|
|
630
|
+
|
|
631
|
+
export declare const GetMeetingResponseFilterSensitiveLog: (
|
|
632
|
+
obj: GetMeetingResponse
|
|
633
|
+
) => any;
|
|
634
|
+
|
|
635
|
+
export declare const ListAttendeesRequestFilterSensitiveLog: (
|
|
636
|
+
obj: ListAttendeesRequest
|
|
637
|
+
) => any;
|
|
638
|
+
|
|
639
|
+
export declare const ListAttendeesResponseFilterSensitiveLog: (
|
|
640
|
+
obj: ListAttendeesResponse
|
|
641
|
+
) => any;
|
|
642
|
+
|
|
643
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
644
|
+
obj: ListTagsForResourceRequest
|
|
645
|
+
) => any;
|
|
646
|
+
|
|
647
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
648
|
+
obj: ListTagsForResourceResponse
|
|
649
|
+
) => any;
|
|
650
|
+
|
|
651
|
+
export declare const EngineTranscribeMedicalSettingsFilterSensitiveLog: (
|
|
652
|
+
obj: EngineTranscribeMedicalSettings
|
|
653
|
+
) => any;
|
|
654
|
+
|
|
655
|
+
export declare const EngineTranscribeSettingsFilterSensitiveLog: (
|
|
656
|
+
obj: EngineTranscribeSettings
|
|
657
|
+
) => any;
|
|
658
|
+
|
|
659
|
+
export declare const TranscriptionConfigurationFilterSensitiveLog: (
|
|
660
|
+
obj: TranscriptionConfiguration
|
|
661
|
+
) => any;
|
|
662
|
+
|
|
663
|
+
export declare const StartMeetingTranscriptionRequestFilterSensitiveLog: (
|
|
664
|
+
obj: StartMeetingTranscriptionRequest
|
|
665
|
+
) => any;
|
|
666
|
+
|
|
667
|
+
export declare const StopMeetingTranscriptionRequestFilterSensitiveLog: (
|
|
668
|
+
obj: StopMeetingTranscriptionRequest
|
|
669
|
+
) => any;
|
|
670
|
+
|
|
671
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
672
|
+
obj: TagResourceRequest
|
|
673
|
+
) => any;
|
|
674
|
+
|
|
675
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
676
|
+
obj: TagResourceResponse
|
|
677
|
+
) => any;
|
|
678
|
+
|
|
679
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
680
|
+
obj: UntagResourceRequest
|
|
681
|
+
) => any;
|
|
682
|
+
|
|
683
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
684
|
+
obj: UntagResourceResponse
|
|
685
|
+
) => any;
|
|
686
|
+
|
|
687
|
+
export declare const UpdateAttendeeCapabilitiesRequestFilterSensitiveLog: (
|
|
688
|
+
obj: UpdateAttendeeCapabilitiesRequest
|
|
689
|
+
) => any;
|
|
690
|
+
|
|
691
|
+
export declare const UpdateAttendeeCapabilitiesResponseFilterSensitiveLog: (
|
|
692
|
+
obj: UpdateAttendeeCapabilitiesResponse
|
|
693
|
+
) => any;
|