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