@aws-sdk/client-chime-sdk-media-pipelines 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/ChimeSDKMediaPipelines.d.ts +220 -65
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +202 -85
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -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/index.d.ts +12 -12
- 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/ChimeSDKMediaPipelinesServiceException.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 +752 -678
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMediaPipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +149 -38
- 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,678 +1,752 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
|
|
3
|
-
export declare enum AudioArtifactsConcatenationState {
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export interface AudioConcatenationConfiguration {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export interface
|
|
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
|
-
export
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export
|
|
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
|
-
export declare enum
|
|
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
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
export
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
export
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
202
|
-
export
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
export interface
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
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
|
-
export
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
export declare enum
|
|
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
|
-
export interface
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
}
|
|
461
|
-
export interface
|
|
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
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
}
|
|
524
|
-
export interface
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
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
|
-
export declare const
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
export declare const
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
export declare const
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
export declare const
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
export declare const
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
export declare const
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
export declare const
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
export declare const
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
export declare const
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
605
|
-
|
|
606
|
-
export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
export declare const
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
export declare const
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
export declare const
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
export declare const
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
export declare const
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
export declare const
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
export declare const
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
export declare const
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
export declare const
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
export declare const
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
export declare const
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
export declare const
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
export declare const
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
export declare const
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
export declare const
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
export declare const
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
export declare const
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
|
|
3
|
+
export declare enum AudioArtifactsConcatenationState {
|
|
4
|
+
Enabled = "Enabled",
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export interface AudioConcatenationConfiguration {
|
|
8
|
+
State: AudioArtifactsConcatenationState | string | undefined;
|
|
9
|
+
}
|
|
10
|
+
export declare enum ArtifactsConcatenationState {
|
|
11
|
+
Disabled = "Disabled",
|
|
12
|
+
Enabled = "Enabled",
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface CompositedVideoConcatenationConfiguration {
|
|
16
|
+
State: ArtifactsConcatenationState | string | undefined;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface ContentConcatenationConfiguration {
|
|
20
|
+
State: ArtifactsConcatenationState | string | undefined;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface DataChannelConcatenationConfiguration {
|
|
24
|
+
State: ArtifactsConcatenationState | string | undefined;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface MeetingEventsConcatenationConfiguration {
|
|
28
|
+
State: ArtifactsConcatenationState | string | undefined;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface TranscriptionMessagesConcatenationConfiguration {
|
|
32
|
+
State: ArtifactsConcatenationState | string | undefined;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface VideoConcatenationConfiguration {
|
|
36
|
+
State: ArtifactsConcatenationState | string | undefined;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface ArtifactsConcatenationConfiguration {
|
|
40
|
+
Audio: AudioConcatenationConfiguration | undefined;
|
|
41
|
+
|
|
42
|
+
Video: VideoConcatenationConfiguration | undefined;
|
|
43
|
+
|
|
44
|
+
Content: ContentConcatenationConfiguration | undefined;
|
|
45
|
+
|
|
46
|
+
DataChannel: DataChannelConcatenationConfiguration | undefined;
|
|
47
|
+
|
|
48
|
+
TranscriptionMessages:
|
|
49
|
+
| TranscriptionMessagesConcatenationConfiguration
|
|
50
|
+
| undefined;
|
|
51
|
+
|
|
52
|
+
MeetingEvents: MeetingEventsConcatenationConfiguration | undefined;
|
|
53
|
+
|
|
54
|
+
CompositedVideo: CompositedVideoConcatenationConfiguration | undefined;
|
|
55
|
+
}
|
|
56
|
+
export declare enum AudioMuxType {
|
|
57
|
+
AudioOnly = "AudioOnly",
|
|
58
|
+
AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
|
|
59
|
+
AudioWithCompositedVideo = "AudioWithCompositedVideo",
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface AudioArtifactsConfiguration {
|
|
63
|
+
MuxType: AudioMuxType | string | undefined;
|
|
64
|
+
}
|
|
65
|
+
export declare enum ContentShareLayoutOption {
|
|
66
|
+
Horizontal = "Horizontal",
|
|
67
|
+
PresenterOnly = "PresenterOnly",
|
|
68
|
+
Vertical = "Vertical",
|
|
69
|
+
}
|
|
70
|
+
export declare enum PresenterPosition {
|
|
71
|
+
BottomLeft = "BottomLeft",
|
|
72
|
+
BottomRight = "BottomRight",
|
|
73
|
+
TopLeft = "TopLeft",
|
|
74
|
+
TopRight = "TopRight",
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export interface PresenterOnlyConfiguration {
|
|
78
|
+
PresenterPosition?: PresenterPosition | string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface GridViewConfiguration {
|
|
82
|
+
ContentShareLayout: ContentShareLayoutOption | string | undefined;
|
|
83
|
+
|
|
84
|
+
PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
|
|
85
|
+
}
|
|
86
|
+
export declare enum LayoutOption {
|
|
87
|
+
GridView = "GridView",
|
|
88
|
+
}
|
|
89
|
+
export declare enum ResolutionOption {
|
|
90
|
+
FHD = "FHD",
|
|
91
|
+
HD = "HD",
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface CompositedVideoArtifactsConfiguration {
|
|
95
|
+
Layout?: LayoutOption | string;
|
|
96
|
+
|
|
97
|
+
Resolution?: ResolutionOption | string;
|
|
98
|
+
|
|
99
|
+
GridViewConfiguration: GridViewConfiguration | undefined;
|
|
100
|
+
}
|
|
101
|
+
export declare enum ContentMuxType {
|
|
102
|
+
ContentOnly = "ContentOnly",
|
|
103
|
+
}
|
|
104
|
+
export declare enum ArtifactsState {
|
|
105
|
+
Disabled = "Disabled",
|
|
106
|
+
Enabled = "Enabled",
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface ContentArtifactsConfiguration {
|
|
110
|
+
State: ArtifactsState | string | undefined;
|
|
111
|
+
|
|
112
|
+
MuxType?: ContentMuxType | string;
|
|
113
|
+
}
|
|
114
|
+
export declare enum VideoMuxType {
|
|
115
|
+
VideoOnly = "VideoOnly",
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export interface VideoArtifactsConfiguration {
|
|
119
|
+
State: ArtifactsState | string | undefined;
|
|
120
|
+
|
|
121
|
+
MuxType?: VideoMuxType | string;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface ArtifactsConfiguration {
|
|
125
|
+
Audio: AudioArtifactsConfiguration | undefined;
|
|
126
|
+
|
|
127
|
+
Video: VideoArtifactsConfiguration | undefined;
|
|
128
|
+
|
|
129
|
+
Content: ContentArtifactsConfiguration | undefined;
|
|
130
|
+
|
|
131
|
+
CompositedVideo?: CompositedVideoArtifactsConfiguration;
|
|
132
|
+
}
|
|
133
|
+
export declare enum AudioChannelsOption {
|
|
134
|
+
Mono = "Mono",
|
|
135
|
+
Stereo = "Stereo",
|
|
136
|
+
}
|
|
137
|
+
export declare enum ErrorCode {
|
|
138
|
+
BadRequest = "BadRequest",
|
|
139
|
+
Forbidden = "Forbidden",
|
|
140
|
+
NotFound = "NotFound",
|
|
141
|
+
ResourceLimitExceeded = "ResourceLimitExceeded",
|
|
142
|
+
ServiceFailure = "ServiceFailure",
|
|
143
|
+
ServiceUnavailable = "ServiceUnavailable",
|
|
144
|
+
Throttling = "Throttling",
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export declare class BadRequestException extends __BaseException {
|
|
148
|
+
readonly name: "BadRequestException";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
Code?: ErrorCode | string;
|
|
151
|
+
Message?: string;
|
|
152
|
+
|
|
153
|
+
RequestId?: string;
|
|
154
|
+
|
|
155
|
+
constructor(
|
|
156
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export interface SelectedVideoStreams {
|
|
161
|
+
AttendeeIds?: string[];
|
|
162
|
+
|
|
163
|
+
ExternalUserIds?: string[];
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export interface SourceConfiguration {
|
|
167
|
+
SelectedVideoStreams?: SelectedVideoStreams;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface ChimeSdkMeetingConfiguration {
|
|
171
|
+
SourceConfiguration?: SourceConfiguration;
|
|
172
|
+
|
|
173
|
+
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
174
|
+
}
|
|
175
|
+
export declare enum MediaPipelineSinkType {
|
|
176
|
+
S3Bucket = "S3Bucket",
|
|
177
|
+
}
|
|
178
|
+
export declare enum MediaPipelineSourceType {
|
|
179
|
+
ChimeSdkMeeting = "ChimeSdkMeeting",
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export interface Tag {
|
|
183
|
+
Key: string | undefined;
|
|
184
|
+
|
|
185
|
+
Value: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface CreateMediaCapturePipelineRequest {
|
|
188
|
+
SourceType: MediaPipelineSourceType | string | undefined;
|
|
189
|
+
|
|
190
|
+
SourceArn: string | undefined;
|
|
191
|
+
|
|
192
|
+
SinkType: MediaPipelineSinkType | string | undefined;
|
|
193
|
+
|
|
194
|
+
SinkArn: string | undefined;
|
|
195
|
+
|
|
196
|
+
ClientRequestToken?: string;
|
|
197
|
+
|
|
198
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
199
|
+
|
|
200
|
+
Tags?: Tag[];
|
|
201
|
+
}
|
|
202
|
+
export declare enum MediaPipelineStatus {
|
|
203
|
+
Failed = "Failed",
|
|
204
|
+
InProgress = "InProgress",
|
|
205
|
+
Initializing = "Initializing",
|
|
206
|
+
Stopped = "Stopped",
|
|
207
|
+
Stopping = "Stopping",
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export interface MediaCapturePipeline {
|
|
211
|
+
MediaPipelineId?: string;
|
|
212
|
+
|
|
213
|
+
MediaPipelineArn?: string;
|
|
214
|
+
|
|
215
|
+
SourceType?: MediaPipelineSourceType | string;
|
|
216
|
+
|
|
217
|
+
SourceArn?: string;
|
|
218
|
+
|
|
219
|
+
Status?: MediaPipelineStatus | string;
|
|
220
|
+
|
|
221
|
+
SinkType?: MediaPipelineSinkType | string;
|
|
222
|
+
|
|
223
|
+
SinkArn?: string;
|
|
224
|
+
|
|
225
|
+
CreatedTimestamp?: Date;
|
|
226
|
+
|
|
227
|
+
UpdatedTimestamp?: Date;
|
|
228
|
+
|
|
229
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
230
|
+
}
|
|
231
|
+
export interface CreateMediaCapturePipelineResponse {
|
|
232
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export declare class ForbiddenException extends __BaseException {
|
|
236
|
+
readonly name: "ForbiddenException";
|
|
237
|
+
readonly $fault: "client";
|
|
238
|
+
Code?: ErrorCode | string;
|
|
239
|
+
Message?: string;
|
|
240
|
+
|
|
241
|
+
RequestId?: string;
|
|
242
|
+
|
|
243
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
247
|
+
readonly name: "ResourceLimitExceededException";
|
|
248
|
+
readonly $fault: "client";
|
|
249
|
+
Code?: ErrorCode | string;
|
|
250
|
+
Message?: string;
|
|
251
|
+
|
|
252
|
+
RequestId?: string;
|
|
253
|
+
|
|
254
|
+
constructor(
|
|
255
|
+
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
256
|
+
);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
260
|
+
readonly name: "ServiceFailureException";
|
|
261
|
+
readonly $fault: "server";
|
|
262
|
+
Code?: ErrorCode | string;
|
|
263
|
+
Message?: string;
|
|
264
|
+
|
|
265
|
+
RequestId?: string;
|
|
266
|
+
|
|
267
|
+
constructor(
|
|
268
|
+
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
269
|
+
);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
273
|
+
readonly name: "ServiceUnavailableException";
|
|
274
|
+
readonly $fault: "server";
|
|
275
|
+
Code?: ErrorCode | string;
|
|
276
|
+
Message?: string;
|
|
277
|
+
|
|
278
|
+
RequestId?: string;
|
|
279
|
+
|
|
280
|
+
constructor(
|
|
281
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
282
|
+
);
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export declare class ThrottledClientException extends __BaseException {
|
|
286
|
+
readonly name: "ThrottledClientException";
|
|
287
|
+
readonly $fault: "client";
|
|
288
|
+
Code?: ErrorCode | string;
|
|
289
|
+
Message?: string;
|
|
290
|
+
|
|
291
|
+
RequestId?: string;
|
|
292
|
+
|
|
293
|
+
constructor(
|
|
294
|
+
opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
|
|
295
|
+
);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export declare class UnauthorizedClientException extends __BaseException {
|
|
299
|
+
readonly name: "UnauthorizedClientException";
|
|
300
|
+
readonly $fault: "client";
|
|
301
|
+
Code?: ErrorCode | string;
|
|
302
|
+
Message?: string;
|
|
303
|
+
|
|
304
|
+
RequestId?: string;
|
|
305
|
+
|
|
306
|
+
constructor(
|
|
307
|
+
opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
|
|
308
|
+
);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface S3BucketSinkConfiguration {
|
|
312
|
+
Destination: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
export declare enum ConcatenationSinkType {
|
|
315
|
+
S3Bucket = "S3Bucket",
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export interface ConcatenationSink {
|
|
319
|
+
Type: ConcatenationSinkType | string | undefined;
|
|
320
|
+
|
|
321
|
+
S3BucketSinkConfiguration: S3BucketSinkConfiguration | undefined;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export interface ChimeSdkMeetingConcatenationConfiguration {
|
|
325
|
+
ArtifactsConfiguration: ArtifactsConcatenationConfiguration | undefined;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface MediaCapturePipelineSourceConfiguration {
|
|
329
|
+
MediaPipelineArn: string | undefined;
|
|
330
|
+
|
|
331
|
+
ChimeSdkMeetingConfiguration:
|
|
332
|
+
| ChimeSdkMeetingConcatenationConfiguration
|
|
333
|
+
| undefined;
|
|
334
|
+
}
|
|
335
|
+
export declare enum ConcatenationSourceType {
|
|
336
|
+
MediaCapturePipeline = "MediaCapturePipeline",
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface ConcatenationSource {
|
|
340
|
+
Type: ConcatenationSourceType | string | undefined;
|
|
341
|
+
|
|
342
|
+
MediaCapturePipelineSourceConfiguration:
|
|
343
|
+
| MediaCapturePipelineSourceConfiguration
|
|
344
|
+
| undefined;
|
|
345
|
+
}
|
|
346
|
+
export interface CreateMediaConcatenationPipelineRequest {
|
|
347
|
+
Sources: ConcatenationSource[] | undefined;
|
|
348
|
+
|
|
349
|
+
Sinks: ConcatenationSink[] | undefined;
|
|
350
|
+
|
|
351
|
+
ClientRequestToken?: string;
|
|
352
|
+
|
|
353
|
+
Tags?: Tag[];
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export interface MediaConcatenationPipeline {
|
|
357
|
+
MediaPipelineId?: string;
|
|
358
|
+
|
|
359
|
+
MediaPipelineArn?: string;
|
|
360
|
+
|
|
361
|
+
Sources?: ConcatenationSource[];
|
|
362
|
+
|
|
363
|
+
Sinks?: ConcatenationSink[];
|
|
364
|
+
|
|
365
|
+
Status?: MediaPipelineStatus | string;
|
|
366
|
+
|
|
367
|
+
CreatedTimestamp?: Date;
|
|
368
|
+
|
|
369
|
+
UpdatedTimestamp?: Date;
|
|
370
|
+
}
|
|
371
|
+
export interface CreateMediaConcatenationPipelineResponse {
|
|
372
|
+
MediaConcatenationPipeline?: MediaConcatenationPipeline;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface LiveConnectorRTMPConfiguration {
|
|
376
|
+
Url: string | undefined;
|
|
377
|
+
|
|
378
|
+
AudioChannels?: AudioChannelsOption | string;
|
|
379
|
+
|
|
380
|
+
AudioSampleRate?: string;
|
|
381
|
+
}
|
|
382
|
+
export declare enum LiveConnectorSinkType {
|
|
383
|
+
RTMP = "RTMP",
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface LiveConnectorSinkConfiguration {
|
|
387
|
+
SinkType: LiveConnectorSinkType | string | undefined;
|
|
388
|
+
|
|
389
|
+
RTMPConfiguration: LiveConnectorRTMPConfiguration | undefined;
|
|
390
|
+
}
|
|
391
|
+
export declare enum LiveConnectorMuxType {
|
|
392
|
+
AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
|
|
393
|
+
AudioWithCompositedVideo = "AudioWithCompositedVideo",
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface ChimeSdkMeetingLiveConnectorConfiguration {
|
|
397
|
+
Arn: string | undefined;
|
|
398
|
+
|
|
399
|
+
MuxType: LiveConnectorMuxType | string | undefined;
|
|
400
|
+
|
|
401
|
+
CompositedVideo?: CompositedVideoArtifactsConfiguration;
|
|
402
|
+
|
|
403
|
+
SourceConfiguration?: SourceConfiguration;
|
|
404
|
+
}
|
|
405
|
+
export declare enum LiveConnectorSourceType {
|
|
406
|
+
ChimeSdkMeeting = "ChimeSdkMeeting",
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export interface LiveConnectorSourceConfiguration {
|
|
410
|
+
SourceType: LiveConnectorSourceType | string | undefined;
|
|
411
|
+
|
|
412
|
+
ChimeSdkMeetingLiveConnectorConfiguration:
|
|
413
|
+
| ChimeSdkMeetingLiveConnectorConfiguration
|
|
414
|
+
| undefined;
|
|
415
|
+
}
|
|
416
|
+
export interface CreateMediaLiveConnectorPipelineRequest {
|
|
417
|
+
Sources: LiveConnectorSourceConfiguration[] | undefined;
|
|
418
|
+
|
|
419
|
+
Sinks: LiveConnectorSinkConfiguration[] | undefined;
|
|
420
|
+
|
|
421
|
+
ClientRequestToken?: string;
|
|
422
|
+
|
|
423
|
+
Tags?: Tag[];
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export interface MediaLiveConnectorPipeline {
|
|
427
|
+
Sources?: LiveConnectorSourceConfiguration[];
|
|
428
|
+
|
|
429
|
+
Sinks?: LiveConnectorSinkConfiguration[];
|
|
430
|
+
|
|
431
|
+
MediaPipelineId?: string;
|
|
432
|
+
|
|
433
|
+
MediaPipelineArn?: string;
|
|
434
|
+
|
|
435
|
+
Status?: MediaPipelineStatus | string;
|
|
436
|
+
|
|
437
|
+
CreatedTimestamp?: Date;
|
|
438
|
+
|
|
439
|
+
UpdatedTimestamp?: Date;
|
|
440
|
+
}
|
|
441
|
+
export interface CreateMediaLiveConnectorPipelineResponse {
|
|
442
|
+
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
|
|
443
|
+
}
|
|
444
|
+
export interface DeleteMediaCapturePipelineRequest {
|
|
445
|
+
MediaPipelineId: string | undefined;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
export declare class NotFoundException extends __BaseException {
|
|
449
|
+
readonly name: "NotFoundException";
|
|
450
|
+
readonly $fault: "client";
|
|
451
|
+
Code?: ErrorCode | string;
|
|
452
|
+
Message?: string;
|
|
453
|
+
|
|
454
|
+
RequestId?: string;
|
|
455
|
+
|
|
456
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
457
|
+
}
|
|
458
|
+
export interface DeleteMediaPipelineRequest {
|
|
459
|
+
MediaPipelineId: string | undefined;
|
|
460
|
+
}
|
|
461
|
+
export interface GetMediaCapturePipelineRequest {
|
|
462
|
+
MediaPipelineId: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface GetMediaCapturePipelineResponse {
|
|
465
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
466
|
+
}
|
|
467
|
+
export interface GetMediaPipelineRequest {
|
|
468
|
+
MediaPipelineId: string | undefined;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export interface MediaPipeline {
|
|
472
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
473
|
+
|
|
474
|
+
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
|
|
475
|
+
|
|
476
|
+
MediaConcatenationPipeline?: MediaConcatenationPipeline;
|
|
477
|
+
}
|
|
478
|
+
export interface GetMediaPipelineResponse {
|
|
479
|
+
MediaPipeline?: MediaPipeline;
|
|
480
|
+
}
|
|
481
|
+
export interface ListMediaCapturePipelinesRequest {
|
|
482
|
+
NextToken?: string;
|
|
483
|
+
|
|
484
|
+
MaxResults?: number;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export interface MediaCapturePipelineSummary {
|
|
488
|
+
MediaPipelineId?: string;
|
|
489
|
+
|
|
490
|
+
MediaPipelineArn?: string;
|
|
491
|
+
}
|
|
492
|
+
export interface ListMediaCapturePipelinesResponse {
|
|
493
|
+
MediaCapturePipelines?: MediaCapturePipelineSummary[];
|
|
494
|
+
|
|
495
|
+
NextToken?: string;
|
|
496
|
+
}
|
|
497
|
+
export interface ListMediaPipelinesRequest {
|
|
498
|
+
NextToken?: string;
|
|
499
|
+
|
|
500
|
+
MaxResults?: number;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export interface MediaPipelineSummary {
|
|
504
|
+
MediaPipelineId?: string;
|
|
505
|
+
|
|
506
|
+
MediaPipelineArn?: string;
|
|
507
|
+
}
|
|
508
|
+
export interface ListMediaPipelinesResponse {
|
|
509
|
+
MediaPipelines?: MediaPipelineSummary[];
|
|
510
|
+
|
|
511
|
+
NextToken?: string;
|
|
512
|
+
}
|
|
513
|
+
export interface ListTagsForResourceRequest {
|
|
514
|
+
ResourceARN: string | undefined;
|
|
515
|
+
}
|
|
516
|
+
export interface ListTagsForResourceResponse {
|
|
517
|
+
Tags?: Tag[];
|
|
518
|
+
}
|
|
519
|
+
export interface TagResourceRequest {
|
|
520
|
+
ResourceARN: string | undefined;
|
|
521
|
+
|
|
522
|
+
Tags: Tag[] | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface TagResourceResponse {}
|
|
525
|
+
export interface UntagResourceRequest {
|
|
526
|
+
ResourceARN: string | undefined;
|
|
527
|
+
|
|
528
|
+
TagKeys: string[] | undefined;
|
|
529
|
+
}
|
|
530
|
+
export interface UntagResourceResponse {}
|
|
531
|
+
|
|
532
|
+
export declare const AudioConcatenationConfigurationFilterSensitiveLog: (
|
|
533
|
+
obj: AudioConcatenationConfiguration
|
|
534
|
+
) => any;
|
|
535
|
+
|
|
536
|
+
export declare const CompositedVideoConcatenationConfigurationFilterSensitiveLog: (
|
|
537
|
+
obj: CompositedVideoConcatenationConfiguration
|
|
538
|
+
) => any;
|
|
539
|
+
|
|
540
|
+
export declare const ContentConcatenationConfigurationFilterSensitiveLog: (
|
|
541
|
+
obj: ContentConcatenationConfiguration
|
|
542
|
+
) => any;
|
|
543
|
+
|
|
544
|
+
export declare const DataChannelConcatenationConfigurationFilterSensitiveLog: (
|
|
545
|
+
obj: DataChannelConcatenationConfiguration
|
|
546
|
+
) => any;
|
|
547
|
+
|
|
548
|
+
export declare const MeetingEventsConcatenationConfigurationFilterSensitiveLog: (
|
|
549
|
+
obj: MeetingEventsConcatenationConfiguration
|
|
550
|
+
) => any;
|
|
551
|
+
|
|
552
|
+
export declare const TranscriptionMessagesConcatenationConfigurationFilterSensitiveLog: (
|
|
553
|
+
obj: TranscriptionMessagesConcatenationConfiguration
|
|
554
|
+
) => any;
|
|
555
|
+
|
|
556
|
+
export declare const VideoConcatenationConfigurationFilterSensitiveLog: (
|
|
557
|
+
obj: VideoConcatenationConfiguration
|
|
558
|
+
) => any;
|
|
559
|
+
|
|
560
|
+
export declare const ArtifactsConcatenationConfigurationFilterSensitiveLog: (
|
|
561
|
+
obj: ArtifactsConcatenationConfiguration
|
|
562
|
+
) => any;
|
|
563
|
+
|
|
564
|
+
export declare const AudioArtifactsConfigurationFilterSensitiveLog: (
|
|
565
|
+
obj: AudioArtifactsConfiguration
|
|
566
|
+
) => any;
|
|
567
|
+
|
|
568
|
+
export declare const PresenterOnlyConfigurationFilterSensitiveLog: (
|
|
569
|
+
obj: PresenterOnlyConfiguration
|
|
570
|
+
) => any;
|
|
571
|
+
|
|
572
|
+
export declare const GridViewConfigurationFilterSensitiveLog: (
|
|
573
|
+
obj: GridViewConfiguration
|
|
574
|
+
) => any;
|
|
575
|
+
|
|
576
|
+
export declare const CompositedVideoArtifactsConfigurationFilterSensitiveLog: (
|
|
577
|
+
obj: CompositedVideoArtifactsConfiguration
|
|
578
|
+
) => any;
|
|
579
|
+
|
|
580
|
+
export declare const ContentArtifactsConfigurationFilterSensitiveLog: (
|
|
581
|
+
obj: ContentArtifactsConfiguration
|
|
582
|
+
) => any;
|
|
583
|
+
|
|
584
|
+
export declare const VideoArtifactsConfigurationFilterSensitiveLog: (
|
|
585
|
+
obj: VideoArtifactsConfiguration
|
|
586
|
+
) => any;
|
|
587
|
+
|
|
588
|
+
export declare const ArtifactsConfigurationFilterSensitiveLog: (
|
|
589
|
+
obj: ArtifactsConfiguration
|
|
590
|
+
) => any;
|
|
591
|
+
|
|
592
|
+
export declare const SelectedVideoStreamsFilterSensitiveLog: (
|
|
593
|
+
obj: SelectedVideoStreams
|
|
594
|
+
) => any;
|
|
595
|
+
|
|
596
|
+
export declare const SourceConfigurationFilterSensitiveLog: (
|
|
597
|
+
obj: SourceConfiguration
|
|
598
|
+
) => any;
|
|
599
|
+
|
|
600
|
+
export declare const ChimeSdkMeetingConfigurationFilterSensitiveLog: (
|
|
601
|
+
obj: ChimeSdkMeetingConfiguration
|
|
602
|
+
) => any;
|
|
603
|
+
|
|
604
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
605
|
+
|
|
606
|
+
export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (
|
|
607
|
+
obj: CreateMediaCapturePipelineRequest
|
|
608
|
+
) => any;
|
|
609
|
+
|
|
610
|
+
export declare const MediaCapturePipelineFilterSensitiveLog: (
|
|
611
|
+
obj: MediaCapturePipeline
|
|
612
|
+
) => any;
|
|
613
|
+
|
|
614
|
+
export declare const CreateMediaCapturePipelineResponseFilterSensitiveLog: (
|
|
615
|
+
obj: CreateMediaCapturePipelineResponse
|
|
616
|
+
) => any;
|
|
617
|
+
|
|
618
|
+
export declare const S3BucketSinkConfigurationFilterSensitiveLog: (
|
|
619
|
+
obj: S3BucketSinkConfiguration
|
|
620
|
+
) => any;
|
|
621
|
+
|
|
622
|
+
export declare const ConcatenationSinkFilterSensitiveLog: (
|
|
623
|
+
obj: ConcatenationSink
|
|
624
|
+
) => any;
|
|
625
|
+
|
|
626
|
+
export declare const ChimeSdkMeetingConcatenationConfigurationFilterSensitiveLog: (
|
|
627
|
+
obj: ChimeSdkMeetingConcatenationConfiguration
|
|
628
|
+
) => any;
|
|
629
|
+
|
|
630
|
+
export declare const MediaCapturePipelineSourceConfigurationFilterSensitiveLog: (
|
|
631
|
+
obj: MediaCapturePipelineSourceConfiguration
|
|
632
|
+
) => any;
|
|
633
|
+
|
|
634
|
+
export declare const ConcatenationSourceFilterSensitiveLog: (
|
|
635
|
+
obj: ConcatenationSource
|
|
636
|
+
) => any;
|
|
637
|
+
|
|
638
|
+
export declare const CreateMediaConcatenationPipelineRequestFilterSensitiveLog: (
|
|
639
|
+
obj: CreateMediaConcatenationPipelineRequest
|
|
640
|
+
) => any;
|
|
641
|
+
|
|
642
|
+
export declare const MediaConcatenationPipelineFilterSensitiveLog: (
|
|
643
|
+
obj: MediaConcatenationPipeline
|
|
644
|
+
) => any;
|
|
645
|
+
|
|
646
|
+
export declare const CreateMediaConcatenationPipelineResponseFilterSensitiveLog: (
|
|
647
|
+
obj: CreateMediaConcatenationPipelineResponse
|
|
648
|
+
) => any;
|
|
649
|
+
|
|
650
|
+
export declare const LiveConnectorRTMPConfigurationFilterSensitiveLog: (
|
|
651
|
+
obj: LiveConnectorRTMPConfiguration
|
|
652
|
+
) => any;
|
|
653
|
+
|
|
654
|
+
export declare const LiveConnectorSinkConfigurationFilterSensitiveLog: (
|
|
655
|
+
obj: LiveConnectorSinkConfiguration
|
|
656
|
+
) => any;
|
|
657
|
+
|
|
658
|
+
export declare const ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog: (
|
|
659
|
+
obj: ChimeSdkMeetingLiveConnectorConfiguration
|
|
660
|
+
) => any;
|
|
661
|
+
|
|
662
|
+
export declare const LiveConnectorSourceConfigurationFilterSensitiveLog: (
|
|
663
|
+
obj: LiveConnectorSourceConfiguration
|
|
664
|
+
) => any;
|
|
665
|
+
|
|
666
|
+
export declare const CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog: (
|
|
667
|
+
obj: CreateMediaLiveConnectorPipelineRequest
|
|
668
|
+
) => any;
|
|
669
|
+
|
|
670
|
+
export declare const MediaLiveConnectorPipelineFilterSensitiveLog: (
|
|
671
|
+
obj: MediaLiveConnectorPipeline
|
|
672
|
+
) => any;
|
|
673
|
+
|
|
674
|
+
export declare const CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog: (
|
|
675
|
+
obj: CreateMediaLiveConnectorPipelineResponse
|
|
676
|
+
) => any;
|
|
677
|
+
|
|
678
|
+
export declare const DeleteMediaCapturePipelineRequestFilterSensitiveLog: (
|
|
679
|
+
obj: DeleteMediaCapturePipelineRequest
|
|
680
|
+
) => any;
|
|
681
|
+
|
|
682
|
+
export declare const DeleteMediaPipelineRequestFilterSensitiveLog: (
|
|
683
|
+
obj: DeleteMediaPipelineRequest
|
|
684
|
+
) => any;
|
|
685
|
+
|
|
686
|
+
export declare const GetMediaCapturePipelineRequestFilterSensitiveLog: (
|
|
687
|
+
obj: GetMediaCapturePipelineRequest
|
|
688
|
+
) => any;
|
|
689
|
+
|
|
690
|
+
export declare const GetMediaCapturePipelineResponseFilterSensitiveLog: (
|
|
691
|
+
obj: GetMediaCapturePipelineResponse
|
|
692
|
+
) => any;
|
|
693
|
+
|
|
694
|
+
export declare const GetMediaPipelineRequestFilterSensitiveLog: (
|
|
695
|
+
obj: GetMediaPipelineRequest
|
|
696
|
+
) => any;
|
|
697
|
+
|
|
698
|
+
export declare const MediaPipelineFilterSensitiveLog: (
|
|
699
|
+
obj: MediaPipeline
|
|
700
|
+
) => any;
|
|
701
|
+
|
|
702
|
+
export declare const GetMediaPipelineResponseFilterSensitiveLog: (
|
|
703
|
+
obj: GetMediaPipelineResponse
|
|
704
|
+
) => any;
|
|
705
|
+
|
|
706
|
+
export declare const ListMediaCapturePipelinesRequestFilterSensitiveLog: (
|
|
707
|
+
obj: ListMediaCapturePipelinesRequest
|
|
708
|
+
) => any;
|
|
709
|
+
|
|
710
|
+
export declare const MediaCapturePipelineSummaryFilterSensitiveLog: (
|
|
711
|
+
obj: MediaCapturePipelineSummary
|
|
712
|
+
) => any;
|
|
713
|
+
|
|
714
|
+
export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (
|
|
715
|
+
obj: ListMediaCapturePipelinesResponse
|
|
716
|
+
) => any;
|
|
717
|
+
|
|
718
|
+
export declare const ListMediaPipelinesRequestFilterSensitiveLog: (
|
|
719
|
+
obj: ListMediaPipelinesRequest
|
|
720
|
+
) => any;
|
|
721
|
+
|
|
722
|
+
export declare const MediaPipelineSummaryFilterSensitiveLog: (
|
|
723
|
+
obj: MediaPipelineSummary
|
|
724
|
+
) => any;
|
|
725
|
+
|
|
726
|
+
export declare const ListMediaPipelinesResponseFilterSensitiveLog: (
|
|
727
|
+
obj: ListMediaPipelinesResponse
|
|
728
|
+
) => any;
|
|
729
|
+
|
|
730
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
731
|
+
obj: ListTagsForResourceRequest
|
|
732
|
+
) => any;
|
|
733
|
+
|
|
734
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
735
|
+
obj: ListTagsForResourceResponse
|
|
736
|
+
) => any;
|
|
737
|
+
|
|
738
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
739
|
+
obj: TagResourceRequest
|
|
740
|
+
) => any;
|
|
741
|
+
|
|
742
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
743
|
+
obj: TagResourceResponse
|
|
744
|
+
) => any;
|
|
745
|
+
|
|
746
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
747
|
+
obj: UntagResourceRequest
|
|
748
|
+
) => any;
|
|
749
|
+
|
|
750
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
751
|
+
obj: UntagResourceResponse
|
|
752
|
+
) => any;
|