@aws-sdk/client-mediapackage 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/MediaPackage.d.ts +343 -97
- package/dist-types/ts3.4/MediaPackageClient.d.ts +244 -92
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -16
- package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +31 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +31 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +19 -19
- 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/MediaPackageServiceException.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 +1065 -1010
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHarvestJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +233 -59
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1010 +1,1065 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { MediaPackageServiceException as __BaseException } from "./MediaPackageServiceException";
|
|
3
|
-
export declare enum __AdTriggersElement {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
export declare enum __PeriodTriggersElement {
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export interface EgressAccessLogs {
|
|
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
|
-
export
|
|
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
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
export
|
|
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
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
export
|
|
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
|
-
export
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
export
|
|
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
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export interface
|
|
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
|
-
|
|
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
|
-
export interface
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
export interface
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
}
|
|
722
|
-
export interface
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { MediaPackageServiceException as __BaseException } from "./MediaPackageServiceException";
|
|
3
|
+
export declare enum __AdTriggersElement {
|
|
4
|
+
BREAK = "BREAK",
|
|
5
|
+
DISTRIBUTOR_ADVERTISEMENT = "DISTRIBUTOR_ADVERTISEMENT",
|
|
6
|
+
DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY = "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
7
|
+
DISTRIBUTOR_PLACEMENT_OPPORTUNITY = "DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
|
|
8
|
+
PROVIDER_ADVERTISEMENT = "PROVIDER_ADVERTISEMENT",
|
|
9
|
+
PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY = "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
10
|
+
PROVIDER_PLACEMENT_OPPORTUNITY = "PROVIDER_PLACEMENT_OPPORTUNITY",
|
|
11
|
+
SPLICE_INSERT = "SPLICE_INSERT",
|
|
12
|
+
}
|
|
13
|
+
export declare enum __PeriodTriggersElement {
|
|
14
|
+
ADS = "ADS",
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface EgressAccessLogs {
|
|
18
|
+
LogGroupName?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface IngestEndpoint {
|
|
22
|
+
Id?: string;
|
|
23
|
+
|
|
24
|
+
Password?: string;
|
|
25
|
+
|
|
26
|
+
Url?: string;
|
|
27
|
+
|
|
28
|
+
Username?: string;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface HlsIngest {
|
|
32
|
+
IngestEndpoints?: IngestEndpoint[];
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface IngressAccessLogs {
|
|
36
|
+
LogGroupName?: string;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface Channel {
|
|
40
|
+
Arn?: string;
|
|
41
|
+
|
|
42
|
+
Description?: string;
|
|
43
|
+
|
|
44
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
45
|
+
|
|
46
|
+
HlsIngest?: HlsIngest;
|
|
47
|
+
|
|
48
|
+
Id?: string;
|
|
49
|
+
|
|
50
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
51
|
+
|
|
52
|
+
Tags?: Record<string, string>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface S3Destination {
|
|
56
|
+
BucketName: string | undefined;
|
|
57
|
+
|
|
58
|
+
ManifestKey: string | undefined;
|
|
59
|
+
|
|
60
|
+
RoleArn: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
export declare enum Status {
|
|
63
|
+
FAILED = "FAILED",
|
|
64
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
65
|
+
SUCCEEDED = "SUCCEEDED",
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface HarvestJob {
|
|
69
|
+
Arn?: string;
|
|
70
|
+
|
|
71
|
+
ChannelId?: string;
|
|
72
|
+
|
|
73
|
+
CreatedAt?: string;
|
|
74
|
+
|
|
75
|
+
EndTime?: string;
|
|
76
|
+
|
|
77
|
+
Id?: string;
|
|
78
|
+
|
|
79
|
+
OriginEndpointId?: string;
|
|
80
|
+
|
|
81
|
+
S3Destination?: S3Destination;
|
|
82
|
+
|
|
83
|
+
StartTime?: string;
|
|
84
|
+
|
|
85
|
+
Status?: Status | string;
|
|
86
|
+
}
|
|
87
|
+
export declare enum AdMarkers {
|
|
88
|
+
DATERANGE = "DATERANGE",
|
|
89
|
+
NONE = "NONE",
|
|
90
|
+
PASSTHROUGH = "PASSTHROUGH",
|
|
91
|
+
SCTE35_ENHANCED = "SCTE35_ENHANCED",
|
|
92
|
+
}
|
|
93
|
+
export declare enum AdsOnDeliveryRestrictions {
|
|
94
|
+
BOTH = "BOTH",
|
|
95
|
+
NONE = "NONE",
|
|
96
|
+
RESTRICTED = "RESTRICTED",
|
|
97
|
+
UNRESTRICTED = "UNRESTRICTED",
|
|
98
|
+
}
|
|
99
|
+
export declare enum PlaylistType {
|
|
100
|
+
EVENT = "EVENT",
|
|
101
|
+
NONE = "NONE",
|
|
102
|
+
VOD = "VOD",
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface HlsManifest {
|
|
106
|
+
AdMarkers?: AdMarkers | string;
|
|
107
|
+
|
|
108
|
+
Id: string | undefined;
|
|
109
|
+
|
|
110
|
+
IncludeIframeOnlyStream?: boolean;
|
|
111
|
+
|
|
112
|
+
ManifestName?: string;
|
|
113
|
+
|
|
114
|
+
PlaylistType?: PlaylistType | string;
|
|
115
|
+
|
|
116
|
+
PlaylistWindowSeconds?: number;
|
|
117
|
+
|
|
118
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
119
|
+
|
|
120
|
+
Url?: string;
|
|
121
|
+
|
|
122
|
+
AdTriggers?: (__AdTriggersElement | string)[];
|
|
123
|
+
|
|
124
|
+
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface HlsManifestCreateOrUpdateParameters {
|
|
128
|
+
AdMarkers?: AdMarkers | string;
|
|
129
|
+
|
|
130
|
+
AdTriggers?: (__AdTriggersElement | string)[];
|
|
131
|
+
|
|
132
|
+
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
133
|
+
|
|
134
|
+
Id: string | undefined;
|
|
135
|
+
|
|
136
|
+
IncludeIframeOnlyStream?: boolean;
|
|
137
|
+
|
|
138
|
+
ManifestName?: string;
|
|
139
|
+
|
|
140
|
+
PlaylistType?: PlaylistType | string;
|
|
141
|
+
|
|
142
|
+
PlaylistWindowSeconds?: number;
|
|
143
|
+
|
|
144
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface Authorization {
|
|
148
|
+
CdnIdentifierSecret: string | undefined;
|
|
149
|
+
|
|
150
|
+
SecretsRoleArn: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export declare enum CmafEncryptionMethod {
|
|
153
|
+
AES_CTR = "AES_CTR",
|
|
154
|
+
SAMPLE_AES = "SAMPLE_AES",
|
|
155
|
+
}
|
|
156
|
+
export declare enum PresetSpeke20Audio {
|
|
157
|
+
PRESET_AUDIO_1 = "PRESET-AUDIO-1",
|
|
158
|
+
PRESET_AUDIO_2 = "PRESET-AUDIO-2",
|
|
159
|
+
PRESET_AUDIO_3 = "PRESET-AUDIO-3",
|
|
160
|
+
SHARED = "SHARED",
|
|
161
|
+
UNENCRYPTED = "UNENCRYPTED",
|
|
162
|
+
}
|
|
163
|
+
export declare enum PresetSpeke20Video {
|
|
164
|
+
PRESET_VIDEO_1 = "PRESET-VIDEO-1",
|
|
165
|
+
PRESET_VIDEO_2 = "PRESET-VIDEO-2",
|
|
166
|
+
PRESET_VIDEO_3 = "PRESET-VIDEO-3",
|
|
167
|
+
PRESET_VIDEO_4 = "PRESET-VIDEO-4",
|
|
168
|
+
PRESET_VIDEO_5 = "PRESET-VIDEO-5",
|
|
169
|
+
PRESET_VIDEO_6 = "PRESET-VIDEO-6",
|
|
170
|
+
PRESET_VIDEO_7 = "PRESET-VIDEO-7",
|
|
171
|
+
PRESET_VIDEO_8 = "PRESET-VIDEO-8",
|
|
172
|
+
SHARED = "SHARED",
|
|
173
|
+
UNENCRYPTED = "UNENCRYPTED",
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export interface EncryptionContractConfiguration {
|
|
177
|
+
PresetSpeke20Audio: PresetSpeke20Audio | string | undefined;
|
|
178
|
+
|
|
179
|
+
PresetSpeke20Video: PresetSpeke20Video | string | undefined;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export interface SpekeKeyProvider {
|
|
183
|
+
CertificateArn?: string;
|
|
184
|
+
|
|
185
|
+
EncryptionContractConfiguration?: EncryptionContractConfiguration;
|
|
186
|
+
|
|
187
|
+
ResourceId: string | undefined;
|
|
188
|
+
|
|
189
|
+
RoleArn: string | undefined;
|
|
190
|
+
|
|
191
|
+
SystemIds: string[] | undefined;
|
|
192
|
+
|
|
193
|
+
Url: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface CmafEncryption {
|
|
197
|
+
ConstantInitializationVector?: string;
|
|
198
|
+
|
|
199
|
+
EncryptionMethod?: CmafEncryptionMethod | string;
|
|
200
|
+
|
|
201
|
+
KeyRotationIntervalSeconds?: number;
|
|
202
|
+
|
|
203
|
+
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
204
|
+
}
|
|
205
|
+
export declare enum StreamOrder {
|
|
206
|
+
ORIGINAL = "ORIGINAL",
|
|
207
|
+
VIDEO_BITRATE_ASCENDING = "VIDEO_BITRATE_ASCENDING",
|
|
208
|
+
VIDEO_BITRATE_DESCENDING = "VIDEO_BITRATE_DESCENDING",
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export interface StreamSelection {
|
|
212
|
+
MaxVideoBitsPerSecond?: number;
|
|
213
|
+
|
|
214
|
+
MinVideoBitsPerSecond?: number;
|
|
215
|
+
|
|
216
|
+
StreamOrder?: StreamOrder | string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface CmafPackage {
|
|
220
|
+
Encryption?: CmafEncryption;
|
|
221
|
+
|
|
222
|
+
HlsManifests?: HlsManifest[];
|
|
223
|
+
|
|
224
|
+
SegmentDurationSeconds?: number;
|
|
225
|
+
|
|
226
|
+
SegmentPrefix?: string;
|
|
227
|
+
|
|
228
|
+
StreamSelection?: StreamSelection;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface DashEncryption {
|
|
232
|
+
KeyRotationIntervalSeconds?: number;
|
|
233
|
+
|
|
234
|
+
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
235
|
+
}
|
|
236
|
+
export declare enum ManifestLayout {
|
|
237
|
+
COMPACT = "COMPACT",
|
|
238
|
+
FULL = "FULL",
|
|
239
|
+
}
|
|
240
|
+
export declare enum Profile {
|
|
241
|
+
DVB_DASH_2014 = "DVB_DASH_2014",
|
|
242
|
+
HBBTV_1_5 = "HBBTV_1_5",
|
|
243
|
+
HYBRIDCAST = "HYBRIDCAST",
|
|
244
|
+
NONE = "NONE",
|
|
245
|
+
}
|
|
246
|
+
export declare enum SegmentTemplateFormat {
|
|
247
|
+
NUMBER_WITH_DURATION = "NUMBER_WITH_DURATION",
|
|
248
|
+
NUMBER_WITH_TIMELINE = "NUMBER_WITH_TIMELINE",
|
|
249
|
+
TIME_WITH_TIMELINE = "TIME_WITH_TIMELINE",
|
|
250
|
+
}
|
|
251
|
+
export declare enum UtcTiming {
|
|
252
|
+
HTTP_HEAD = "HTTP-HEAD",
|
|
253
|
+
HTTP_ISO = "HTTP-ISO",
|
|
254
|
+
HTTP_XSDATE = "HTTP-XSDATE",
|
|
255
|
+
NONE = "NONE",
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface DashPackage {
|
|
259
|
+
AdTriggers?: (__AdTriggersElement | string)[];
|
|
260
|
+
|
|
261
|
+
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
262
|
+
|
|
263
|
+
Encryption?: DashEncryption;
|
|
264
|
+
|
|
265
|
+
IncludeIframeOnlyStream?: boolean;
|
|
266
|
+
|
|
267
|
+
ManifestLayout?: ManifestLayout | string;
|
|
268
|
+
|
|
269
|
+
ManifestWindowSeconds?: number;
|
|
270
|
+
|
|
271
|
+
MinBufferTimeSeconds?: number;
|
|
272
|
+
|
|
273
|
+
MinUpdatePeriodSeconds?: number;
|
|
274
|
+
|
|
275
|
+
PeriodTriggers?: (__PeriodTriggersElement | string)[];
|
|
276
|
+
|
|
277
|
+
Profile?: Profile | string;
|
|
278
|
+
|
|
279
|
+
SegmentDurationSeconds?: number;
|
|
280
|
+
|
|
281
|
+
SegmentTemplateFormat?: SegmentTemplateFormat | string;
|
|
282
|
+
|
|
283
|
+
StreamSelection?: StreamSelection;
|
|
284
|
+
|
|
285
|
+
SuggestedPresentationDelaySeconds?: number;
|
|
286
|
+
|
|
287
|
+
UtcTiming?: UtcTiming | string;
|
|
288
|
+
|
|
289
|
+
UtcTimingUri?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare enum EncryptionMethod {
|
|
292
|
+
AES_128 = "AES_128",
|
|
293
|
+
SAMPLE_AES = "SAMPLE_AES",
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface HlsEncryption {
|
|
297
|
+
ConstantInitializationVector?: string;
|
|
298
|
+
|
|
299
|
+
EncryptionMethod?: EncryptionMethod | string;
|
|
300
|
+
|
|
301
|
+
KeyRotationIntervalSeconds?: number;
|
|
302
|
+
|
|
303
|
+
RepeatExtXKey?: boolean;
|
|
304
|
+
|
|
305
|
+
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export interface HlsPackage {
|
|
309
|
+
AdMarkers?: AdMarkers | string;
|
|
310
|
+
|
|
311
|
+
AdTriggers?: (__AdTriggersElement | string)[];
|
|
312
|
+
|
|
313
|
+
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | string;
|
|
314
|
+
|
|
315
|
+
Encryption?: HlsEncryption;
|
|
316
|
+
|
|
317
|
+
IncludeDvbSubtitles?: boolean;
|
|
318
|
+
|
|
319
|
+
IncludeIframeOnlyStream?: boolean;
|
|
320
|
+
|
|
321
|
+
PlaylistType?: PlaylistType | string;
|
|
322
|
+
|
|
323
|
+
PlaylistWindowSeconds?: number;
|
|
324
|
+
|
|
325
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
326
|
+
|
|
327
|
+
SegmentDurationSeconds?: number;
|
|
328
|
+
|
|
329
|
+
StreamSelection?: StreamSelection;
|
|
330
|
+
|
|
331
|
+
UseAudioRenditionGroup?: boolean;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export interface MssEncryption {
|
|
335
|
+
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export interface MssPackage {
|
|
339
|
+
Encryption?: MssEncryption;
|
|
340
|
+
|
|
341
|
+
ManifestWindowSeconds?: number;
|
|
342
|
+
|
|
343
|
+
SegmentDurationSeconds?: number;
|
|
344
|
+
|
|
345
|
+
StreamSelection?: StreamSelection;
|
|
346
|
+
}
|
|
347
|
+
export declare enum Origination {
|
|
348
|
+
ALLOW = "ALLOW",
|
|
349
|
+
DENY = "DENY",
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export interface OriginEndpoint {
|
|
353
|
+
Arn?: string;
|
|
354
|
+
|
|
355
|
+
Authorization?: Authorization;
|
|
356
|
+
|
|
357
|
+
ChannelId?: string;
|
|
358
|
+
|
|
359
|
+
CmafPackage?: CmafPackage;
|
|
360
|
+
|
|
361
|
+
DashPackage?: DashPackage;
|
|
362
|
+
|
|
363
|
+
Description?: string;
|
|
364
|
+
|
|
365
|
+
HlsPackage?: HlsPackage;
|
|
366
|
+
|
|
367
|
+
Id?: string;
|
|
368
|
+
|
|
369
|
+
ManifestName?: string;
|
|
370
|
+
|
|
371
|
+
MssPackage?: MssPackage;
|
|
372
|
+
|
|
373
|
+
Origination?: Origination | string;
|
|
374
|
+
|
|
375
|
+
StartoverWindowSeconds?: number;
|
|
376
|
+
|
|
377
|
+
Tags?: Record<string, string>;
|
|
378
|
+
|
|
379
|
+
TimeDelaySeconds?: number;
|
|
380
|
+
|
|
381
|
+
Url?: string;
|
|
382
|
+
|
|
383
|
+
Whitelist?: string[];
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface CmafPackageCreateOrUpdateParameters {
|
|
387
|
+
Encryption?: CmafEncryption;
|
|
388
|
+
|
|
389
|
+
HlsManifests?: HlsManifestCreateOrUpdateParameters[];
|
|
390
|
+
|
|
391
|
+
SegmentDurationSeconds?: number;
|
|
392
|
+
|
|
393
|
+
SegmentPrefix?: string;
|
|
394
|
+
|
|
395
|
+
StreamSelection?: StreamSelection;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface ConfigureLogsRequest {
|
|
399
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
400
|
+
|
|
401
|
+
Id: string | undefined;
|
|
402
|
+
|
|
403
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
404
|
+
}
|
|
405
|
+
export interface ConfigureLogsResponse {
|
|
406
|
+
Arn?: string;
|
|
407
|
+
|
|
408
|
+
Description?: string;
|
|
409
|
+
|
|
410
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
411
|
+
|
|
412
|
+
HlsIngest?: HlsIngest;
|
|
413
|
+
|
|
414
|
+
Id?: string;
|
|
415
|
+
|
|
416
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
417
|
+
|
|
418
|
+
Tags?: Record<string, string>;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export declare class ForbiddenException extends __BaseException {
|
|
422
|
+
readonly name: "ForbiddenException";
|
|
423
|
+
readonly $fault: "client";
|
|
424
|
+
Message?: string;
|
|
425
|
+
|
|
426
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
430
|
+
readonly name: "InternalServerErrorException";
|
|
431
|
+
readonly $fault: "server";
|
|
432
|
+
Message?: string;
|
|
433
|
+
|
|
434
|
+
constructor(
|
|
435
|
+
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
436
|
+
);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export declare class NotFoundException extends __BaseException {
|
|
440
|
+
readonly name: "NotFoundException";
|
|
441
|
+
readonly $fault: "client";
|
|
442
|
+
Message?: string;
|
|
443
|
+
|
|
444
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
448
|
+
readonly name: "ServiceUnavailableException";
|
|
449
|
+
readonly $fault: "server";
|
|
450
|
+
Message?: string;
|
|
451
|
+
|
|
452
|
+
constructor(
|
|
453
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
454
|
+
);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
458
|
+
readonly name: "TooManyRequestsException";
|
|
459
|
+
readonly $fault: "client";
|
|
460
|
+
Message?: string;
|
|
461
|
+
|
|
462
|
+
constructor(
|
|
463
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
464
|
+
);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
468
|
+
readonly name: "UnprocessableEntityException";
|
|
469
|
+
readonly $fault: "client";
|
|
470
|
+
Message?: string;
|
|
471
|
+
|
|
472
|
+
constructor(
|
|
473
|
+
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export interface CreateChannelRequest {
|
|
478
|
+
Description?: string;
|
|
479
|
+
|
|
480
|
+
Id: string | undefined;
|
|
481
|
+
|
|
482
|
+
Tags?: Record<string, string>;
|
|
483
|
+
}
|
|
484
|
+
export interface CreateChannelResponse {
|
|
485
|
+
Arn?: string;
|
|
486
|
+
|
|
487
|
+
Description?: string;
|
|
488
|
+
|
|
489
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
490
|
+
|
|
491
|
+
HlsIngest?: HlsIngest;
|
|
492
|
+
|
|
493
|
+
Id?: string;
|
|
494
|
+
|
|
495
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
496
|
+
|
|
497
|
+
Tags?: Record<string, string>;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export interface CreateHarvestJobRequest {
|
|
501
|
+
EndTime: string | undefined;
|
|
502
|
+
|
|
503
|
+
Id: string | undefined;
|
|
504
|
+
|
|
505
|
+
OriginEndpointId: string | undefined;
|
|
506
|
+
|
|
507
|
+
S3Destination: S3Destination | undefined;
|
|
508
|
+
|
|
509
|
+
StartTime: string | undefined;
|
|
510
|
+
}
|
|
511
|
+
export interface CreateHarvestJobResponse {
|
|
512
|
+
Arn?: string;
|
|
513
|
+
|
|
514
|
+
ChannelId?: string;
|
|
515
|
+
|
|
516
|
+
CreatedAt?: string;
|
|
517
|
+
|
|
518
|
+
EndTime?: string;
|
|
519
|
+
|
|
520
|
+
Id?: string;
|
|
521
|
+
|
|
522
|
+
OriginEndpointId?: string;
|
|
523
|
+
|
|
524
|
+
S3Destination?: S3Destination;
|
|
525
|
+
|
|
526
|
+
StartTime?: string;
|
|
527
|
+
|
|
528
|
+
Status?: Status | string;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export interface CreateOriginEndpointRequest {
|
|
532
|
+
Authorization?: Authorization;
|
|
533
|
+
|
|
534
|
+
ChannelId: string | undefined;
|
|
535
|
+
|
|
536
|
+
CmafPackage?: CmafPackageCreateOrUpdateParameters;
|
|
537
|
+
|
|
538
|
+
DashPackage?: DashPackage;
|
|
539
|
+
|
|
540
|
+
Description?: string;
|
|
541
|
+
|
|
542
|
+
HlsPackage?: HlsPackage;
|
|
543
|
+
|
|
544
|
+
Id: string | undefined;
|
|
545
|
+
|
|
546
|
+
ManifestName?: string;
|
|
547
|
+
|
|
548
|
+
MssPackage?: MssPackage;
|
|
549
|
+
|
|
550
|
+
Origination?: Origination | string;
|
|
551
|
+
|
|
552
|
+
StartoverWindowSeconds?: number;
|
|
553
|
+
|
|
554
|
+
Tags?: Record<string, string>;
|
|
555
|
+
|
|
556
|
+
TimeDelaySeconds?: number;
|
|
557
|
+
|
|
558
|
+
Whitelist?: string[];
|
|
559
|
+
}
|
|
560
|
+
export interface CreateOriginEndpointResponse {
|
|
561
|
+
Arn?: string;
|
|
562
|
+
|
|
563
|
+
Authorization?: Authorization;
|
|
564
|
+
|
|
565
|
+
ChannelId?: string;
|
|
566
|
+
|
|
567
|
+
CmafPackage?: CmafPackage;
|
|
568
|
+
|
|
569
|
+
DashPackage?: DashPackage;
|
|
570
|
+
|
|
571
|
+
Description?: string;
|
|
572
|
+
|
|
573
|
+
HlsPackage?: HlsPackage;
|
|
574
|
+
|
|
575
|
+
Id?: string;
|
|
576
|
+
|
|
577
|
+
ManifestName?: string;
|
|
578
|
+
|
|
579
|
+
MssPackage?: MssPackage;
|
|
580
|
+
|
|
581
|
+
Origination?: Origination | string;
|
|
582
|
+
|
|
583
|
+
StartoverWindowSeconds?: number;
|
|
584
|
+
|
|
585
|
+
Tags?: Record<string, string>;
|
|
586
|
+
|
|
587
|
+
TimeDelaySeconds?: number;
|
|
588
|
+
|
|
589
|
+
Url?: string;
|
|
590
|
+
|
|
591
|
+
Whitelist?: string[];
|
|
592
|
+
}
|
|
593
|
+
export interface DeleteChannelRequest {
|
|
594
|
+
Id: string | undefined;
|
|
595
|
+
}
|
|
596
|
+
export interface DeleteChannelResponse {}
|
|
597
|
+
export interface DeleteOriginEndpointRequest {
|
|
598
|
+
Id: string | undefined;
|
|
599
|
+
}
|
|
600
|
+
export interface DeleteOriginEndpointResponse {}
|
|
601
|
+
export interface DescribeChannelRequest {
|
|
602
|
+
Id: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
export interface DescribeChannelResponse {
|
|
605
|
+
Arn?: string;
|
|
606
|
+
|
|
607
|
+
Description?: string;
|
|
608
|
+
|
|
609
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
610
|
+
|
|
611
|
+
HlsIngest?: HlsIngest;
|
|
612
|
+
|
|
613
|
+
Id?: string;
|
|
614
|
+
|
|
615
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
616
|
+
|
|
617
|
+
Tags?: Record<string, string>;
|
|
618
|
+
}
|
|
619
|
+
export interface DescribeHarvestJobRequest {
|
|
620
|
+
Id: string | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface DescribeHarvestJobResponse {
|
|
623
|
+
Arn?: string;
|
|
624
|
+
|
|
625
|
+
ChannelId?: string;
|
|
626
|
+
|
|
627
|
+
CreatedAt?: string;
|
|
628
|
+
|
|
629
|
+
EndTime?: string;
|
|
630
|
+
|
|
631
|
+
Id?: string;
|
|
632
|
+
|
|
633
|
+
OriginEndpointId?: string;
|
|
634
|
+
|
|
635
|
+
S3Destination?: S3Destination;
|
|
636
|
+
|
|
637
|
+
StartTime?: string;
|
|
638
|
+
|
|
639
|
+
Status?: Status | string;
|
|
640
|
+
}
|
|
641
|
+
export interface DescribeOriginEndpointRequest {
|
|
642
|
+
Id: string | undefined;
|
|
643
|
+
}
|
|
644
|
+
export interface DescribeOriginEndpointResponse {
|
|
645
|
+
Arn?: string;
|
|
646
|
+
|
|
647
|
+
Authorization?: Authorization;
|
|
648
|
+
|
|
649
|
+
ChannelId?: string;
|
|
650
|
+
|
|
651
|
+
CmafPackage?: CmafPackage;
|
|
652
|
+
|
|
653
|
+
DashPackage?: DashPackage;
|
|
654
|
+
|
|
655
|
+
Description?: string;
|
|
656
|
+
|
|
657
|
+
HlsPackage?: HlsPackage;
|
|
658
|
+
|
|
659
|
+
Id?: string;
|
|
660
|
+
|
|
661
|
+
ManifestName?: string;
|
|
662
|
+
|
|
663
|
+
MssPackage?: MssPackage;
|
|
664
|
+
|
|
665
|
+
Origination?: Origination | string;
|
|
666
|
+
|
|
667
|
+
StartoverWindowSeconds?: number;
|
|
668
|
+
|
|
669
|
+
Tags?: Record<string, string>;
|
|
670
|
+
|
|
671
|
+
TimeDelaySeconds?: number;
|
|
672
|
+
|
|
673
|
+
Url?: string;
|
|
674
|
+
|
|
675
|
+
Whitelist?: string[];
|
|
676
|
+
}
|
|
677
|
+
export interface ListChannelsRequest {
|
|
678
|
+
MaxResults?: number;
|
|
679
|
+
|
|
680
|
+
NextToken?: string;
|
|
681
|
+
}
|
|
682
|
+
export interface ListChannelsResponse {
|
|
683
|
+
Channels?: Channel[];
|
|
684
|
+
|
|
685
|
+
NextToken?: string;
|
|
686
|
+
}
|
|
687
|
+
export interface ListHarvestJobsRequest {
|
|
688
|
+
IncludeChannelId?: string;
|
|
689
|
+
|
|
690
|
+
IncludeStatus?: string;
|
|
691
|
+
|
|
692
|
+
MaxResults?: number;
|
|
693
|
+
|
|
694
|
+
NextToken?: string;
|
|
695
|
+
}
|
|
696
|
+
export interface ListHarvestJobsResponse {
|
|
697
|
+
HarvestJobs?: HarvestJob[];
|
|
698
|
+
|
|
699
|
+
NextToken?: string;
|
|
700
|
+
}
|
|
701
|
+
export interface ListOriginEndpointsRequest {
|
|
702
|
+
ChannelId?: string;
|
|
703
|
+
|
|
704
|
+
MaxResults?: number;
|
|
705
|
+
|
|
706
|
+
NextToken?: string;
|
|
707
|
+
}
|
|
708
|
+
export interface ListOriginEndpointsResponse {
|
|
709
|
+
NextToken?: string;
|
|
710
|
+
|
|
711
|
+
OriginEndpoints?: OriginEndpoint[];
|
|
712
|
+
}
|
|
713
|
+
export interface ListTagsForResourceRequest {
|
|
714
|
+
ResourceArn: string | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface ListTagsForResourceResponse {
|
|
717
|
+
Tags?: Record<string, string>;
|
|
718
|
+
}
|
|
719
|
+
export interface RotateChannelCredentialsRequest {
|
|
720
|
+
Id: string | undefined;
|
|
721
|
+
}
|
|
722
|
+
export interface RotateChannelCredentialsResponse {
|
|
723
|
+
Arn?: string;
|
|
724
|
+
|
|
725
|
+
Description?: string;
|
|
726
|
+
|
|
727
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
728
|
+
|
|
729
|
+
HlsIngest?: HlsIngest;
|
|
730
|
+
|
|
731
|
+
Id?: string;
|
|
732
|
+
|
|
733
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
734
|
+
|
|
735
|
+
Tags?: Record<string, string>;
|
|
736
|
+
}
|
|
737
|
+
export interface RotateIngestEndpointCredentialsRequest {
|
|
738
|
+
Id: string | undefined;
|
|
739
|
+
|
|
740
|
+
IngestEndpointId: string | undefined;
|
|
741
|
+
}
|
|
742
|
+
export interface RotateIngestEndpointCredentialsResponse {
|
|
743
|
+
Arn?: string;
|
|
744
|
+
|
|
745
|
+
Description?: string;
|
|
746
|
+
|
|
747
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
748
|
+
|
|
749
|
+
HlsIngest?: HlsIngest;
|
|
750
|
+
|
|
751
|
+
Id?: string;
|
|
752
|
+
|
|
753
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
754
|
+
|
|
755
|
+
Tags?: Record<string, string>;
|
|
756
|
+
}
|
|
757
|
+
export interface TagResourceRequest {
|
|
758
|
+
ResourceArn: string | undefined;
|
|
759
|
+
Tags: Record<string, string> | undefined;
|
|
760
|
+
}
|
|
761
|
+
export interface UntagResourceRequest {
|
|
762
|
+
ResourceArn: string | undefined;
|
|
763
|
+
|
|
764
|
+
TagKeys: string[] | undefined;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export interface UpdateChannelRequest {
|
|
768
|
+
Description?: string;
|
|
769
|
+
|
|
770
|
+
Id: string | undefined;
|
|
771
|
+
}
|
|
772
|
+
export interface UpdateChannelResponse {
|
|
773
|
+
Arn?: string;
|
|
774
|
+
|
|
775
|
+
Description?: string;
|
|
776
|
+
|
|
777
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
778
|
+
|
|
779
|
+
HlsIngest?: HlsIngest;
|
|
780
|
+
|
|
781
|
+
Id?: string;
|
|
782
|
+
|
|
783
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
784
|
+
|
|
785
|
+
Tags?: Record<string, string>;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export interface UpdateOriginEndpointRequest {
|
|
789
|
+
Authorization?: Authorization;
|
|
790
|
+
|
|
791
|
+
CmafPackage?: CmafPackageCreateOrUpdateParameters;
|
|
792
|
+
|
|
793
|
+
DashPackage?: DashPackage;
|
|
794
|
+
|
|
795
|
+
Description?: string;
|
|
796
|
+
|
|
797
|
+
HlsPackage?: HlsPackage;
|
|
798
|
+
|
|
799
|
+
Id: string | undefined;
|
|
800
|
+
|
|
801
|
+
ManifestName?: string;
|
|
802
|
+
|
|
803
|
+
MssPackage?: MssPackage;
|
|
804
|
+
|
|
805
|
+
Origination?: Origination | string;
|
|
806
|
+
|
|
807
|
+
StartoverWindowSeconds?: number;
|
|
808
|
+
|
|
809
|
+
TimeDelaySeconds?: number;
|
|
810
|
+
|
|
811
|
+
Whitelist?: string[];
|
|
812
|
+
}
|
|
813
|
+
export interface UpdateOriginEndpointResponse {
|
|
814
|
+
Arn?: string;
|
|
815
|
+
|
|
816
|
+
Authorization?: Authorization;
|
|
817
|
+
|
|
818
|
+
ChannelId?: string;
|
|
819
|
+
|
|
820
|
+
CmafPackage?: CmafPackage;
|
|
821
|
+
|
|
822
|
+
DashPackage?: DashPackage;
|
|
823
|
+
|
|
824
|
+
Description?: string;
|
|
825
|
+
|
|
826
|
+
HlsPackage?: HlsPackage;
|
|
827
|
+
|
|
828
|
+
Id?: string;
|
|
829
|
+
|
|
830
|
+
ManifestName?: string;
|
|
831
|
+
|
|
832
|
+
MssPackage?: MssPackage;
|
|
833
|
+
|
|
834
|
+
Origination?: Origination | string;
|
|
835
|
+
|
|
836
|
+
StartoverWindowSeconds?: number;
|
|
837
|
+
|
|
838
|
+
Tags?: Record<string, string>;
|
|
839
|
+
|
|
840
|
+
TimeDelaySeconds?: number;
|
|
841
|
+
|
|
842
|
+
Url?: string;
|
|
843
|
+
|
|
844
|
+
Whitelist?: string[];
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export declare const EgressAccessLogsFilterSensitiveLog: (
|
|
848
|
+
obj: EgressAccessLogs
|
|
849
|
+
) => any;
|
|
850
|
+
|
|
851
|
+
export declare const IngestEndpointFilterSensitiveLog: (
|
|
852
|
+
obj: IngestEndpoint
|
|
853
|
+
) => any;
|
|
854
|
+
|
|
855
|
+
export declare const HlsIngestFilterSensitiveLog: (obj: HlsIngest) => any;
|
|
856
|
+
|
|
857
|
+
export declare const IngressAccessLogsFilterSensitiveLog: (
|
|
858
|
+
obj: IngressAccessLogs
|
|
859
|
+
) => any;
|
|
860
|
+
|
|
861
|
+
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
862
|
+
|
|
863
|
+
export declare const S3DestinationFilterSensitiveLog: (
|
|
864
|
+
obj: S3Destination
|
|
865
|
+
) => any;
|
|
866
|
+
|
|
867
|
+
export declare const HarvestJobFilterSensitiveLog: (obj: HarvestJob) => any;
|
|
868
|
+
|
|
869
|
+
export declare const HlsManifestFilterSensitiveLog: (obj: HlsManifest) => any;
|
|
870
|
+
|
|
871
|
+
export declare const HlsManifestCreateOrUpdateParametersFilterSensitiveLog: (
|
|
872
|
+
obj: HlsManifestCreateOrUpdateParameters
|
|
873
|
+
) => any;
|
|
874
|
+
|
|
875
|
+
export declare const AuthorizationFilterSensitiveLog: (
|
|
876
|
+
obj: Authorization
|
|
877
|
+
) => any;
|
|
878
|
+
|
|
879
|
+
export declare const EncryptionContractConfigurationFilterSensitiveLog: (
|
|
880
|
+
obj: EncryptionContractConfiguration
|
|
881
|
+
) => any;
|
|
882
|
+
|
|
883
|
+
export declare const SpekeKeyProviderFilterSensitiveLog: (
|
|
884
|
+
obj: SpekeKeyProvider
|
|
885
|
+
) => any;
|
|
886
|
+
|
|
887
|
+
export declare const CmafEncryptionFilterSensitiveLog: (
|
|
888
|
+
obj: CmafEncryption
|
|
889
|
+
) => any;
|
|
890
|
+
|
|
891
|
+
export declare const StreamSelectionFilterSensitiveLog: (
|
|
892
|
+
obj: StreamSelection
|
|
893
|
+
) => any;
|
|
894
|
+
|
|
895
|
+
export declare const CmafPackageFilterSensitiveLog: (obj: CmafPackage) => any;
|
|
896
|
+
|
|
897
|
+
export declare const DashEncryptionFilterSensitiveLog: (
|
|
898
|
+
obj: DashEncryption
|
|
899
|
+
) => any;
|
|
900
|
+
|
|
901
|
+
export declare const DashPackageFilterSensitiveLog: (obj: DashPackage) => any;
|
|
902
|
+
|
|
903
|
+
export declare const HlsEncryptionFilterSensitiveLog: (
|
|
904
|
+
obj: HlsEncryption
|
|
905
|
+
) => any;
|
|
906
|
+
|
|
907
|
+
export declare const HlsPackageFilterSensitiveLog: (obj: HlsPackage) => any;
|
|
908
|
+
|
|
909
|
+
export declare const MssEncryptionFilterSensitiveLog: (
|
|
910
|
+
obj: MssEncryption
|
|
911
|
+
) => any;
|
|
912
|
+
|
|
913
|
+
export declare const MssPackageFilterSensitiveLog: (obj: MssPackage) => any;
|
|
914
|
+
|
|
915
|
+
export declare const OriginEndpointFilterSensitiveLog: (
|
|
916
|
+
obj: OriginEndpoint
|
|
917
|
+
) => any;
|
|
918
|
+
|
|
919
|
+
export declare const CmafPackageCreateOrUpdateParametersFilterSensitiveLog: (
|
|
920
|
+
obj: CmafPackageCreateOrUpdateParameters
|
|
921
|
+
) => any;
|
|
922
|
+
|
|
923
|
+
export declare const ConfigureLogsRequestFilterSensitiveLog: (
|
|
924
|
+
obj: ConfigureLogsRequest
|
|
925
|
+
) => any;
|
|
926
|
+
|
|
927
|
+
export declare const ConfigureLogsResponseFilterSensitiveLog: (
|
|
928
|
+
obj: ConfigureLogsResponse
|
|
929
|
+
) => any;
|
|
930
|
+
|
|
931
|
+
export declare const CreateChannelRequestFilterSensitiveLog: (
|
|
932
|
+
obj: CreateChannelRequest
|
|
933
|
+
) => any;
|
|
934
|
+
|
|
935
|
+
export declare const CreateChannelResponseFilterSensitiveLog: (
|
|
936
|
+
obj: CreateChannelResponse
|
|
937
|
+
) => any;
|
|
938
|
+
|
|
939
|
+
export declare const CreateHarvestJobRequestFilterSensitiveLog: (
|
|
940
|
+
obj: CreateHarvestJobRequest
|
|
941
|
+
) => any;
|
|
942
|
+
|
|
943
|
+
export declare const CreateHarvestJobResponseFilterSensitiveLog: (
|
|
944
|
+
obj: CreateHarvestJobResponse
|
|
945
|
+
) => any;
|
|
946
|
+
|
|
947
|
+
export declare const CreateOriginEndpointRequestFilterSensitiveLog: (
|
|
948
|
+
obj: CreateOriginEndpointRequest
|
|
949
|
+
) => any;
|
|
950
|
+
|
|
951
|
+
export declare const CreateOriginEndpointResponseFilterSensitiveLog: (
|
|
952
|
+
obj: CreateOriginEndpointResponse
|
|
953
|
+
) => any;
|
|
954
|
+
|
|
955
|
+
export declare const DeleteChannelRequestFilterSensitiveLog: (
|
|
956
|
+
obj: DeleteChannelRequest
|
|
957
|
+
) => any;
|
|
958
|
+
|
|
959
|
+
export declare const DeleteChannelResponseFilterSensitiveLog: (
|
|
960
|
+
obj: DeleteChannelResponse
|
|
961
|
+
) => any;
|
|
962
|
+
|
|
963
|
+
export declare const DeleteOriginEndpointRequestFilterSensitiveLog: (
|
|
964
|
+
obj: DeleteOriginEndpointRequest
|
|
965
|
+
) => any;
|
|
966
|
+
|
|
967
|
+
export declare const DeleteOriginEndpointResponseFilterSensitiveLog: (
|
|
968
|
+
obj: DeleteOriginEndpointResponse
|
|
969
|
+
) => any;
|
|
970
|
+
|
|
971
|
+
export declare const DescribeChannelRequestFilterSensitiveLog: (
|
|
972
|
+
obj: DescribeChannelRequest
|
|
973
|
+
) => any;
|
|
974
|
+
|
|
975
|
+
export declare const DescribeChannelResponseFilterSensitiveLog: (
|
|
976
|
+
obj: DescribeChannelResponse
|
|
977
|
+
) => any;
|
|
978
|
+
|
|
979
|
+
export declare const DescribeHarvestJobRequestFilterSensitiveLog: (
|
|
980
|
+
obj: DescribeHarvestJobRequest
|
|
981
|
+
) => any;
|
|
982
|
+
|
|
983
|
+
export declare const DescribeHarvestJobResponseFilterSensitiveLog: (
|
|
984
|
+
obj: DescribeHarvestJobResponse
|
|
985
|
+
) => any;
|
|
986
|
+
|
|
987
|
+
export declare const DescribeOriginEndpointRequestFilterSensitiveLog: (
|
|
988
|
+
obj: DescribeOriginEndpointRequest
|
|
989
|
+
) => any;
|
|
990
|
+
|
|
991
|
+
export declare const DescribeOriginEndpointResponseFilterSensitiveLog: (
|
|
992
|
+
obj: DescribeOriginEndpointResponse
|
|
993
|
+
) => any;
|
|
994
|
+
|
|
995
|
+
export declare const ListChannelsRequestFilterSensitiveLog: (
|
|
996
|
+
obj: ListChannelsRequest
|
|
997
|
+
) => any;
|
|
998
|
+
|
|
999
|
+
export declare const ListChannelsResponseFilterSensitiveLog: (
|
|
1000
|
+
obj: ListChannelsResponse
|
|
1001
|
+
) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const ListHarvestJobsRequestFilterSensitiveLog: (
|
|
1004
|
+
obj: ListHarvestJobsRequest
|
|
1005
|
+
) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const ListHarvestJobsResponseFilterSensitiveLog: (
|
|
1008
|
+
obj: ListHarvestJobsResponse
|
|
1009
|
+
) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const ListOriginEndpointsRequestFilterSensitiveLog: (
|
|
1012
|
+
obj: ListOriginEndpointsRequest
|
|
1013
|
+
) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const ListOriginEndpointsResponseFilterSensitiveLog: (
|
|
1016
|
+
obj: ListOriginEndpointsResponse
|
|
1017
|
+
) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1020
|
+
obj: ListTagsForResourceRequest
|
|
1021
|
+
) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1024
|
+
obj: ListTagsForResourceResponse
|
|
1025
|
+
) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const RotateChannelCredentialsRequestFilterSensitiveLog: (
|
|
1028
|
+
obj: RotateChannelCredentialsRequest
|
|
1029
|
+
) => any;
|
|
1030
|
+
|
|
1031
|
+
export declare const RotateChannelCredentialsResponseFilterSensitiveLog: (
|
|
1032
|
+
obj: RotateChannelCredentialsResponse
|
|
1033
|
+
) => any;
|
|
1034
|
+
|
|
1035
|
+
export declare const RotateIngestEndpointCredentialsRequestFilterSensitiveLog: (
|
|
1036
|
+
obj: RotateIngestEndpointCredentialsRequest
|
|
1037
|
+
) => any;
|
|
1038
|
+
|
|
1039
|
+
export declare const RotateIngestEndpointCredentialsResponseFilterSensitiveLog: (
|
|
1040
|
+
obj: RotateIngestEndpointCredentialsResponse
|
|
1041
|
+
) => any;
|
|
1042
|
+
|
|
1043
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1044
|
+
obj: TagResourceRequest
|
|
1045
|
+
) => any;
|
|
1046
|
+
|
|
1047
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1048
|
+
obj: UntagResourceRequest
|
|
1049
|
+
) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const UpdateChannelRequestFilterSensitiveLog: (
|
|
1052
|
+
obj: UpdateChannelRequest
|
|
1053
|
+
) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const UpdateChannelResponseFilterSensitiveLog: (
|
|
1056
|
+
obj: UpdateChannelResponse
|
|
1057
|
+
) => any;
|
|
1058
|
+
|
|
1059
|
+
export declare const UpdateOriginEndpointRequestFilterSensitiveLog: (
|
|
1060
|
+
obj: UpdateOriginEndpointRequest
|
|
1061
|
+
) => any;
|
|
1062
|
+
|
|
1063
|
+
export declare const UpdateOriginEndpointResponseFilterSensitiveLog: (
|
|
1064
|
+
obj: UpdateOriginEndpointResponse
|
|
1065
|
+
) => any;
|