@aws-sdk/client-mediapackagev2 3.533.0 → 3.535.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 (53) hide show
  1. package/dist-types/MediaPackageV2.d.ts +2 -1
  2. package/dist-types/MediaPackageV2Client.d.ts +1 -1
  3. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateChannelGroupCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  12. package/dist-types/commands/GetChannelGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/GetOriginEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/ListChannelGroupsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +2 -1
  27. package/dist-types/models/models_0.d.ts +296 -296
  28. package/dist-types/ts3.4/MediaPackageV2.d.ts +1 -0
  29. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +9 -0
  53. package/package.json +40 -40
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaPackageV2ServiceException as __BaseException } from "./MediaPackageV2ServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -25,33 +25,33 @@ export declare const AdMarkerHls: {
25
25
  */
26
26
  export type AdMarkerHls = (typeof AdMarkerHls)[keyof typeof AdMarkerHls];
27
27
  /**
28
- * @public
29
28
  * <p>The configuration of the channel group.</p>
29
+ * @public
30
30
  */
31
31
  export interface ChannelGroupListConfiguration {
32
32
  /**
33
- * @public
34
33
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
34
+ * @public
35
35
  */
36
36
  ChannelGroupName: string | undefined;
37
37
  /**
38
- * @public
39
38
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
39
+ * @public
40
40
  */
41
41
  Arn: string | undefined;
42
42
  /**
43
- * @public
44
43
  * <p>The date and time the channel group was created.</p>
44
+ * @public
45
45
  */
46
46
  CreatedAt: Date | undefined;
47
47
  /**
48
- * @public
49
48
  * <p>The date and time the channel group was modified.</p>
49
+ * @public
50
50
  */
51
51
  ModifiedAt: Date | undefined;
52
52
  /**
53
- * @public
54
53
  * <p>Any descriptive information that you want to add to the channel group for future identification purposes.</p>
54
+ * @public
55
55
  */
56
56
  Description?: string;
57
57
  }
@@ -70,16 +70,16 @@ export declare const ConflictExceptionType: {
70
70
  */
71
71
  export type ConflictExceptionType = (typeof ConflictExceptionType)[keyof typeof ConflictExceptionType];
72
72
  /**
73
- * @public
74
73
  * <p>Updating or deleting this resource can cause an inconsistent state.</p>
74
+ * @public
75
75
  */
76
76
  export declare class ConflictException extends __BaseException {
77
77
  readonly name: "ConflictException";
78
78
  readonly $fault: "client";
79
79
  Message?: string;
80
80
  /**
81
- * @public
82
81
  * <p>The type of ConflictException.</p>
82
+ * @public
83
83
  */
84
84
  ConflictExceptionType?: ConflictExceptionType;
85
85
  /**
@@ -92,13 +92,13 @@ export declare class ConflictException extends __BaseException {
92
92
  */
93
93
  export interface DeleteChannelPolicyRequest {
94
94
  /**
95
- * @public
96
95
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
96
+ * @public
97
97
  */
98
98
  ChannelGroupName: string | undefined;
99
99
  /**
100
- * @public
101
100
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
101
+ * @public
102
102
  */
103
103
  ChannelName: string | undefined;
104
104
  }
@@ -108,8 +108,8 @@ export interface DeleteChannelPolicyRequest {
108
108
  export interface DeleteChannelPolicyResponse {
109
109
  }
110
110
  /**
111
- * @public
112
111
  * <p>Indicates that an error from the service occurred while trying to process a request.</p>
112
+ * @public
113
113
  */
114
114
  export declare class InternalServerException extends __BaseException {
115
115
  readonly name: "InternalServerException";
@@ -121,8 +121,8 @@ export declare class InternalServerException extends __BaseException {
121
121
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
122
122
  }
123
123
  /**
124
- * @public
125
124
  * <p>The request throughput limit was exceeded.</p>
125
+ * @public
126
126
  */
127
127
  export declare class ThrottlingException extends __BaseException {
128
128
  readonly name: "ThrottlingException";
@@ -181,16 +181,16 @@ export declare const ValidationExceptionType: {
181
181
  */
182
182
  export type ValidationExceptionType = (typeof ValidationExceptionType)[keyof typeof ValidationExceptionType];
183
183
  /**
184
- * @public
185
184
  * <p>The input failed to meet the constraints specified by the AWS service.</p>
185
+ * @public
186
186
  */
187
187
  export declare class ValidationException extends __BaseException {
188
188
  readonly name: "ValidationException";
189
189
  readonly $fault: "client";
190
190
  Message?: string;
191
191
  /**
192
- * @public
193
192
  * <p>The type of ValidationException.</p>
193
+ * @public
194
194
  */
195
195
  ValidationExceptionType?: ValidationExceptionType;
196
196
  /**
@@ -203,13 +203,13 @@ export declare class ValidationException extends __BaseException {
203
203
  */
204
204
  export interface GetChannelPolicyRequest {
205
205
  /**
206
- * @public
207
206
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
207
+ * @public
208
208
  */
209
209
  ChannelGroupName: string | undefined;
210
210
  /**
211
- * @public
212
211
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
212
+ * @public
213
213
  */
214
214
  ChannelName: string | undefined;
215
215
  }
@@ -218,18 +218,18 @@ export interface GetChannelPolicyRequest {
218
218
  */
219
219
  export interface GetChannelPolicyResponse {
220
220
  /**
221
- * @public
222
221
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
222
+ * @public
223
223
  */
224
224
  ChannelGroupName: string | undefined;
225
225
  /**
226
- * @public
227
226
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
227
+ * @public
228
228
  */
229
229
  ChannelName: string | undefined;
230
230
  /**
231
- * @public
232
231
  * <p>The policy assigned to the channel.</p>
232
+ * @public
233
233
  */
234
234
  Policy: string | undefined;
235
235
  }
@@ -247,16 +247,16 @@ export declare const ResourceTypeNotFound: {
247
247
  */
248
248
  export type ResourceTypeNotFound = (typeof ResourceTypeNotFound)[keyof typeof ResourceTypeNotFound];
249
249
  /**
250
- * @public
251
250
  * <p>The specified resource doesn't exist.</p>
251
+ * @public
252
252
  */
253
253
  export declare class ResourceNotFoundException extends __BaseException {
254
254
  readonly name: "ResourceNotFoundException";
255
255
  readonly $fault: "client";
256
256
  Message?: string;
257
257
  /**
258
- * @public
259
258
  * <p>The specified resource type wasn't found.</p>
259
+ * @public
260
260
  */
261
261
  ResourceTypeNotFound?: ResourceTypeNotFound;
262
262
  /**
@@ -269,18 +269,18 @@ export declare class ResourceNotFoundException extends __BaseException {
269
269
  */
270
270
  export interface PutChannelPolicyRequest {
271
271
  /**
272
- * @public
273
272
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
273
+ * @public
274
274
  */
275
275
  ChannelGroupName: string | undefined;
276
276
  /**
277
- * @public
278
277
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
278
+ * @public
279
279
  */
280
280
  ChannelName: string | undefined;
281
281
  /**
282
- * @public
283
282
  * <p>The policy to attach to the specified channel.</p>
283
+ * @public
284
284
  */
285
285
  Policy: string | undefined;
286
286
  }
@@ -294,27 +294,26 @@ export interface PutChannelPolicyResponse {
294
294
  */
295
295
  export interface CreateChannelRequest {
296
296
  /**
297
- * @public
298
297
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
298
+ * @public
299
299
  */
300
300
  ChannelGroupName: string | undefined;
301
301
  /**
302
- * @public
303
302
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. You can't change the name after you create the channel.</p>
303
+ * @public
304
304
  */
305
305
  ChannelName: string | undefined;
306
306
  /**
307
- * @public
308
307
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
308
+ * @public
309
309
  */
310
310
  ClientToken?: string;
311
311
  /**
312
- * @public
313
312
  * <p>Enter any descriptive text that helps you to identify the channel.</p>
313
+ * @public
314
314
  */
315
315
  Description?: string;
316
316
  /**
317
- * @public
318
317
  * <p>A comma-separated list of tag key:value pairs that you define. For example:</p>
319
318
  * <p>
320
319
  * <code>"Key1": "Value1",</code>
@@ -322,22 +321,23 @@ export interface CreateChannelRequest {
322
321
  * <p>
323
322
  * <code>"Key2": "Value2"</code>
324
323
  * </p>
324
+ * @public
325
325
  */
326
326
  Tags?: Record<string, string>;
327
327
  }
328
328
  /**
329
- * @public
330
329
  * <p>The ingest domain URL where the source stream should be sent.</p>
330
+ * @public
331
331
  */
332
332
  export interface IngestEndpoint {
333
333
  /**
334
- * @public
335
334
  * <p>The system-generated unique identifier for the IngestEndpoint.</p>
335
+ * @public
336
336
  */
337
337
  Id?: string;
338
338
  /**
339
- * @public
340
339
  * <p>The ingest domain URL where the source stream should be sent.</p>
340
+ * @public
341
341
  */
342
342
  Url?: string;
343
343
  }
@@ -346,54 +346,54 @@ export interface IngestEndpoint {
346
346
  */
347
347
  export interface CreateChannelResponse {
348
348
  /**
349
- * @public
350
349
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
350
+ * @public
351
351
  */
352
352
  Arn: string | undefined;
353
353
  /**
354
- * @public
355
354
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
355
+ * @public
356
356
  */
357
357
  ChannelName: string | undefined;
358
358
  /**
359
- * @public
360
359
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
360
+ * @public
361
361
  */
362
362
  ChannelGroupName: string | undefined;
363
363
  /**
364
- * @public
365
364
  * <p>The date and time the channel was created.</p>
365
+ * @public
366
366
  */
367
367
  CreatedAt: Date | undefined;
368
368
  /**
369
- * @public
370
369
  * <p>The date and time the channel was modified.</p>
370
+ * @public
371
371
  */
372
372
  ModifiedAt: Date | undefined;
373
373
  /**
374
- * @public
375
374
  * <p>The description for your channel.</p>
375
+ * @public
376
376
  */
377
377
  Description?: string;
378
378
  /**
379
- * @public
380
379
  * <p>The list of ingest endpoints.</p>
380
+ * @public
381
381
  */
382
382
  IngestEndpoints?: IngestEndpoint[];
383
383
  /**
384
- * @public
385
384
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
385
+ * @public
386
386
  */
387
387
  ETag?: string;
388
388
  /**
389
- * @public
390
389
  * <p>The comma-separated list of tag key:value pairs assigned to the channel.</p>
390
+ * @public
391
391
  */
392
392
  Tags?: Record<string, string>;
393
393
  }
394
394
  /**
395
- * @public
396
395
  * <p>The request would cause a service quota to be exceeded.</p>
396
+ * @public
397
397
  */
398
398
  export declare class ServiceQuotaExceededException extends __BaseException {
399
399
  readonly name: "ServiceQuotaExceededException";
@@ -409,13 +409,13 @@ export declare class ServiceQuotaExceededException extends __BaseException {
409
409
  */
410
410
  export interface DeleteChannelRequest {
411
411
  /**
412
- * @public
413
412
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
413
+ * @public
414
414
  */
415
415
  ChannelGroupName: string | undefined;
416
416
  /**
417
- * @public
418
417
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
418
+ * @public
419
419
  */
420
420
  ChannelName: string | undefined;
421
421
  }
@@ -429,13 +429,13 @@ export interface DeleteChannelResponse {
429
429
  */
430
430
  export interface GetChannelRequest {
431
431
  /**
432
- * @public
433
432
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
433
+ * @public
434
434
  */
435
435
  ChannelGroupName: string | undefined;
436
436
  /**
437
- * @public
438
437
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
438
+ * @public
439
439
  */
440
440
  ChannelName: string | undefined;
441
441
  }
@@ -444,48 +444,48 @@ export interface GetChannelRequest {
444
444
  */
445
445
  export interface GetChannelResponse {
446
446
  /**
447
- * @public
448
447
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
448
+ * @public
449
449
  */
450
450
  Arn: string | undefined;
451
451
  /**
452
- * @public
453
452
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
453
+ * @public
454
454
  */
455
455
  ChannelName: string | undefined;
456
456
  /**
457
- * @public
458
457
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
458
+ * @public
459
459
  */
460
460
  ChannelGroupName: string | undefined;
461
461
  /**
462
- * @public
463
462
  * <p>The date and time the channel was created.</p>
463
+ * @public
464
464
  */
465
465
  CreatedAt: Date | undefined;
466
466
  /**
467
- * @public
468
467
  * <p>The date and time the channel was modified.</p>
468
+ * @public
469
469
  */
470
470
  ModifiedAt: Date | undefined;
471
471
  /**
472
- * @public
473
472
  * <p>The description for your channel.</p>
473
+ * @public
474
474
  */
475
475
  Description?: string;
476
476
  /**
477
- * @public
478
477
  * <p>The list of ingest endpoints.</p>
478
+ * @public
479
479
  */
480
480
  IngestEndpoints?: IngestEndpoint[];
481
481
  /**
482
- * @public
483
482
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
483
+ * @public
484
484
  */
485
485
  ETag?: string;
486
486
  /**
487
- * @public
488
487
  * <p>The comma-separated list of tag key:value pairs assigned to the channel.</p>
488
+ * @public
489
489
  */
490
490
  Tags?: Record<string, string>;
491
491
  }
@@ -494,54 +494,54 @@ export interface GetChannelResponse {
494
494
  */
495
495
  export interface ListChannelsRequest {
496
496
  /**
497
- * @public
498
497
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
498
+ * @public
499
499
  */
500
500
  ChannelGroupName: string | undefined;
501
501
  /**
502
- * @public
503
502
  * <p>The maximum number of results to return in the response.</p>
503
+ * @public
504
504
  */
505
505
  MaxResults?: number;
506
506
  /**
507
- * @public
508
507
  * <p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>
508
+ * @public
509
509
  */
510
510
  NextToken?: string;
511
511
  }
512
512
  /**
513
- * @public
514
513
  * <p>The configuration of the channel.</p>
514
+ * @public
515
515
  */
516
516
  export interface ChannelListConfiguration {
517
517
  /**
518
- * @public
519
518
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
519
+ * @public
520
520
  */
521
521
  Arn: string | undefined;
522
522
  /**
523
- * @public
524
523
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
524
+ * @public
525
525
  */
526
526
  ChannelName: string | undefined;
527
527
  /**
528
- * @public
529
528
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
529
+ * @public
530
530
  */
531
531
  ChannelGroupName: string | undefined;
532
532
  /**
533
- * @public
534
533
  * <p>The date and time the channel was created.</p>
534
+ * @public
535
535
  */
536
536
  CreatedAt: Date | undefined;
537
537
  /**
538
- * @public
539
538
  * <p>The date and time the channel was modified.</p>
539
+ * @public
540
540
  */
541
541
  ModifiedAt: Date | undefined;
542
542
  /**
543
- * @public
544
543
  * <p>Any descriptive information that you want to add to the channel for future identification purposes.</p>
544
+ * @public
545
545
  */
546
546
  Description?: string;
547
547
  }
@@ -550,13 +550,13 @@ export interface ChannelListConfiguration {
550
550
  */
551
551
  export interface ListChannelsResponse {
552
552
  /**
553
- * @public
554
553
  * <p>The objects being returned.</p>
554
+ * @public
555
555
  */
556
556
  Items?: ChannelListConfiguration[];
557
557
  /**
558
- * @public
559
558
  * <p>The pagination token from the GET list request.</p>
559
+ * @public
560
560
  */
561
561
  NextToken?: string;
562
562
  }
@@ -573,38 +573,37 @@ export declare const ContainerType: {
573
573
  */
574
574
  export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
575
575
  /**
576
- * @public
577
576
  * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
577
+ * @public
578
578
  */
579
579
  export interface FilterConfiguration {
580
580
  /**
581
- * @public
582
581
  * <p>Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.</p>
582
+ * @public
583
583
  */
584
584
  ManifestFilter?: string;
585
585
  /**
586
- * @public
587
586
  * <p>Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.</p>
587
+ * @public
588
588
  */
589
589
  Start?: Date;
590
590
  /**
591
- * @public
592
591
  * <p>Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.</p>
592
+ * @public
593
593
  */
594
594
  End?: Date;
595
595
  /**
596
- * @public
597
596
  * <p>Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.</p>
597
+ * @public
598
598
  */
599
599
  TimeDelaySeconds?: number;
600
600
  }
601
601
  /**
602
- * @public
603
602
  * <p>The SCTE configuration.</p>
603
+ * @public
604
604
  */
605
605
  export interface ScteHls {
606
606
  /**
607
- * @public
608
607
  * <p>Ad markers indicate when ads should be inserted during playback. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output. Choose what you want MediaPackage to do with the ad markers.</p>
609
608
  * <p>Value description: </p>
610
609
  * <ul>
@@ -612,86 +611,87 @@ export interface ScteHls {
612
611
  * <p>DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see <a href="http://docs.aws.amazon.com/mediapackage/latest/ug/scte-35-ad-marker-ext-x-daterange.html">SCTE-35 Ad Marker EXT-X-DATERANGE</a>.</p>
613
612
  * </li>
614
613
  * </ul>
614
+ * @public
615
615
  */
616
616
  AdMarkerHls?: AdMarkerHls;
617
617
  }
618
618
  /**
619
- * @public
620
619
  * <p>Create an HTTP live streaming (HLS) manifest configuration.</p>
620
+ * @public
621
621
  */
622
622
  export interface CreateHlsManifestConfiguration {
623
623
  /**
624
- * @public
625
624
  * <p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
625
+ * @public
626
626
  */
627
627
  ManifestName: string | undefined;
628
628
  /**
629
- * @public
630
629
  * <p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
630
+ * @public
631
631
  */
632
632
  ChildManifestName?: string;
633
633
  /**
634
- * @public
635
634
  * <p>The SCTE configuration.</p>
635
+ * @public
636
636
  */
637
637
  ScteHls?: ScteHls;
638
638
  /**
639
- * @public
640
639
  * <p>The total duration (in seconds) of the manifest's content.</p>
640
+ * @public
641
641
  */
642
642
  ManifestWindowSeconds?: number;
643
643
  /**
644
- * @public
645
644
  * <p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval,
646
645
  * EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
647
646
  * The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.
648
647
  * ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p>
649
648
  * <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
649
+ * @public
650
650
  */
651
651
  ProgramDateTimeIntervalSeconds?: number;
652
652
  /**
653
- * @public
654
653
  * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
654
+ * @public
655
655
  */
656
656
  FilterConfiguration?: FilterConfiguration;
657
657
  }
658
658
  /**
659
- * @public
660
659
  * <p>Create a low-latency HTTP live streaming (HLS) manifest configuration.</p>
660
+ * @public
661
661
  */
662
662
  export interface CreateLowLatencyHlsManifestConfiguration {
663
663
  /**
664
- * @public
665
664
  * <p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
665
+ * @public
666
666
  */
667
667
  ManifestName: string | undefined;
668
668
  /**
669
- * @public
670
669
  * <p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
670
+ * @public
671
671
  */
672
672
  ChildManifestName?: string;
673
673
  /**
674
- * @public
675
674
  * <p>The SCTE configuration.</p>
675
+ * @public
676
676
  */
677
677
  ScteHls?: ScteHls;
678
678
  /**
679
- * @public
680
679
  * <p>The total duration (in seconds) of the manifest's content.</p>
680
+ * @public
681
681
  */
682
682
  ManifestWindowSeconds?: number;
683
683
  /**
684
- * @public
685
684
  * <p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval,
686
685
  * EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
687
686
  * The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.
688
687
  * ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p>
689
688
  * <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
689
+ * @public
690
690
  */
691
691
  ProgramDateTimeIntervalSeconds?: number;
692
692
  /**
693
- * @public
694
693
  * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
694
+ * @public
695
695
  */
696
696
  FilterConfiguration?: FilterConfiguration;
697
697
  }
@@ -720,18 +720,18 @@ export declare const TsEncryptionMethod: {
720
720
  */
721
721
  export type TsEncryptionMethod = (typeof TsEncryptionMethod)[keyof typeof TsEncryptionMethod];
722
722
  /**
723
- * @public
724
723
  * <p>The encryption type.</p>
724
+ * @public
725
725
  */
726
726
  export interface EncryptionMethod {
727
727
  /**
728
- * @public
729
728
  * <p>The encryption method to use.</p>
729
+ * @public
730
730
  */
731
731
  TsEncryptionMethod?: TsEncryptionMethod;
732
732
  /**
733
- * @public
734
733
  * <p>The encryption method to use.</p>
734
+ * @public
735
735
  */
736
736
  CmafEncryptionMethod?: CmafEncryptionMethod;
737
737
  }
@@ -785,12 +785,11 @@ export declare const PresetSpeke20Video: {
785
785
  */
786
786
  export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
787
787
  /**
788
- * @public
789
788
  * <p>Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.</p>
789
+ * @public
790
790
  */
791
791
  export interface EncryptionContractConfiguration {
792
792
  /**
793
- * @public
794
793
  * <p>A collection of audio encryption presets.</p>
795
794
  * <p>Value description: </p>
796
795
  * <ul>
@@ -818,10 +817,10 @@ export interface EncryptionContractConfiguration {
818
817
  * stream.</p>
819
818
  * </li>
820
819
  * </ul>
820
+ * @public
821
821
  */
822
822
  PresetSpeke20Audio: PresetSpeke20Audio | undefined;
823
823
  /**
824
- * @public
825
824
  * <p>A collection of video encryption presets.</p>
826
825
  * <p>Value description: </p>
827
826
  * <ul>
@@ -873,71 +872,72 @@ export interface EncryptionContractConfiguration {
873
872
  * <p>UNENCRYPTED - Don't encrypt any of the video tracks in your stream.</p>
874
873
  * </li>
875
874
  * </ul>
875
+ * @public
876
876
  */
877
877
  PresetSpeke20Video: PresetSpeke20Video | undefined;
878
878
  }
879
879
  /**
880
- * @public
881
880
  * <p>The parameters for the SPEKE key provider.</p>
881
+ * @public
882
882
  */
883
883
  export interface SpekeKeyProvider {
884
884
  /**
885
- * @public
886
885
  * <p>Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.</p>
886
+ * @public
887
887
  */
888
888
  EncryptionContractConfiguration: EncryptionContractConfiguration | undefined;
889
889
  /**
890
- * @public
891
890
  * <p>The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.</p>
892
891
  * <p>The following example shows a resource ID: <code>MovieNight20171126093045</code>
893
892
  * </p>
893
+ * @public
894
894
  */
895
895
  ResourceId: string | undefined;
896
896
  /**
897
- * @public
898
897
  * <p>The DRM solution provider you're using to protect your content during distribution.</p>
898
+ * @public
899
899
  */
900
900
  DrmSystems: DrmSystem[] | undefined;
901
901
  /**
902
- * @public
903
902
  * <p>The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.</p>
904
903
  * <p>Valid format: <code>arn:aws:iam::\{accountID\}:role/\{name\}</code>. The following example shows a role ARN: <code>arn:aws:iam::444455556666:role/SpekeAccess</code>
905
904
  * </p>
905
+ * @public
906
906
  */
907
907
  RoleArn: string | undefined;
908
908
  /**
909
- * @public
910
909
  * <p>The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.</p>
911
910
  * <p>The following example shows a URL: <code>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</code>
912
911
  * </p>
912
+ * @public
913
913
  */
914
914
  Url: string | undefined;
915
915
  }
916
916
  /**
917
- * @public
918
917
  * <p>The parameters for encrypting content.</p>
918
+ * @public
919
919
  */
920
920
  export interface Encryption {
921
921
  /**
922
- * @public
923
922
  * <p>A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).</p>
923
+ * @public
924
924
  */
925
925
  ConstantInitializationVector?: string;
926
926
  /**
927
- * @public
928
927
  * <p>The encryption method to use.</p>
928
+ * @public
929
929
  */
930
930
  EncryptionMethod: EncryptionMethod | undefined;
931
931
  /**
932
- * @public
933
932
  * <p>The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.</p>
934
933
  * <p>The following example setting causes the service to rotate keys every thirty minutes: <code>1800</code>
935
934
  * </p>
935
+ * @public
936
936
  */
937
937
  KeyRotationIntervalSeconds?: number;
938
938
  /**
939
- * @public
940
939
  * <p>The parameters for the SPEKE key provider.</p>
940
+ * @public
941
941
  */
942
942
  SpekeKeyProvider: SpekeKeyProvider | undefined;
943
943
  }
@@ -961,54 +961,54 @@ export declare const ScteFilter: {
961
961
  */
962
962
  export type ScteFilter = (typeof ScteFilter)[keyof typeof ScteFilter];
963
963
  /**
964
- * @public
965
964
  * <p>The SCTE configuration.</p>
965
+ * @public
966
966
  */
967
967
  export interface Scte {
968
968
  /**
969
- * @public
970
969
  * <p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p>
970
+ * @public
971
971
  */
972
972
  ScteFilter?: ScteFilter[];
973
973
  }
974
974
  /**
975
- * @public
976
975
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
976
+ * @public
977
977
  */
978
978
  export interface Segment {
979
979
  /**
980
- * @public
981
980
  * <p>The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.</p>
981
+ * @public
982
982
  */
983
983
  SegmentDurationSeconds?: number;
984
984
  /**
985
- * @public
986
985
  * <p>The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.</p>
986
+ * @public
987
987
  */
988
988
  SegmentName?: string;
989
989
  /**
990
- * @public
991
990
  * <p>When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.</p>
991
+ * @public
992
992
  */
993
993
  TsUseAudioRenditionGroup?: boolean;
994
994
  /**
995
- * @public
996
995
  * <p>When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.</p>
996
+ * @public
997
997
  */
998
998
  IncludeIframeOnlyStreams?: boolean;
999
999
  /**
1000
- * @public
1001
1000
  * <p>By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.</p>
1001
+ * @public
1002
1002
  */
1003
1003
  TsIncludeDvbSubtitles?: boolean;
1004
1004
  /**
1005
- * @public
1006
1005
  * <p>The SCTE configuration options in the segment settings.</p>
1006
+ * @public
1007
1007
  */
1008
1008
  Scte?: Scte;
1009
1009
  /**
1010
- * @public
1011
1010
  * <p>The parameters for encrypting content.</p>
1011
+ * @public
1012
1012
  */
1013
1013
  Encryption?: Encryption;
1014
1014
  }
@@ -1017,57 +1017,56 @@ export interface Segment {
1017
1017
  */
1018
1018
  export interface CreateOriginEndpointRequest {
1019
1019
  /**
1020
- * @public
1021
1020
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1021
+ * @public
1022
1022
  */
1023
1023
  ChannelGroupName: string | undefined;
1024
1024
  /**
1025
- * @public
1026
1025
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1026
+ * @public
1027
1027
  */
1028
1028
  ChannelName: string | undefined;
1029
1029
  /**
1030
- * @public
1031
1030
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.</p>
1031
+ * @public
1032
1032
  */
1033
1033
  OriginEndpointName: string | undefined;
1034
1034
  /**
1035
- * @public
1036
1035
  * <p>The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.</p>
1036
+ * @public
1037
1037
  */
1038
1038
  ContainerType: ContainerType | undefined;
1039
1039
  /**
1040
- * @public
1041
1040
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
1041
+ * @public
1042
1042
  */
1043
1043
  Segment?: Segment;
1044
1044
  /**
1045
- * @public
1046
1045
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
1046
+ * @public
1047
1047
  */
1048
1048
  ClientToken?: string;
1049
1049
  /**
1050
- * @public
1051
1050
  * <p>Enter any descriptive text that helps you to identify the origin endpoint.</p>
1051
+ * @public
1052
1052
  */
1053
1053
  Description?: string;
1054
1054
  /**
1055
- * @public
1056
1055
  * <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>
1056
+ * @public
1057
1057
  */
1058
1058
  StartoverWindowSeconds?: number;
1059
1059
  /**
1060
- * @public
1061
1060
  * <p>An HTTP live streaming (HLS) manifest configuration.</p>
1061
+ * @public
1062
1062
  */
1063
1063
  HlsManifests?: CreateHlsManifestConfiguration[];
1064
1064
  /**
1065
- * @public
1066
1065
  * <p>A low-latency HLS manifest configuration.</p>
1066
+ * @public
1067
1067
  */
1068
1068
  LowLatencyHlsManifests?: CreateLowLatencyHlsManifestConfiguration[];
1069
1069
  /**
1070
- * @public
1071
1070
  * <p>A comma-separated list of tag key:value pairs that you define. For example:</p>
1072
1071
  * <p>
1073
1072
  * <code>"Key1": "Value1",</code>
@@ -1075,96 +1074,97 @@ export interface CreateOriginEndpointRequest {
1075
1074
  * <p>
1076
1075
  * <code>"Key2": "Value2"</code>
1077
1076
  * </p>
1077
+ * @public
1078
1078
  */
1079
1079
  Tags?: Record<string, string>;
1080
1080
  }
1081
1081
  /**
1082
- * @public
1083
1082
  * <p>Retrieve the HTTP live streaming (HLS) manifest configuration.</p>
1083
+ * @public
1084
1084
  */
1085
1085
  export interface GetHlsManifestConfiguration {
1086
1086
  /**
1087
- * @public
1088
1087
  * <p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1088
+ * @public
1089
1089
  */
1090
1090
  ManifestName: string | undefined;
1091
1091
  /**
1092
- * @public
1093
1092
  * <p>The egress domain URL for stream delivery from MediaPackage.</p>
1093
+ * @public
1094
1094
  */
1095
1095
  Url: string | undefined;
1096
1096
  /**
1097
- * @public
1098
1097
  * <p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1098
+ * @public
1099
1099
  */
1100
1100
  ChildManifestName?: string;
1101
1101
  /**
1102
- * @public
1103
1102
  * <p>The total duration (in seconds) of the manifest's content.</p>
1103
+ * @public
1104
1104
  */
1105
1105
  ManifestWindowSeconds?: number;
1106
1106
  /**
1107
- * @public
1108
1107
  * <p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval,
1109
1108
  * EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
1110
1109
  * The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.
1111
1110
  * ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p>
1112
1111
  * <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
1112
+ * @public
1113
1113
  */
1114
1114
  ProgramDateTimeIntervalSeconds?: number;
1115
1115
  /**
1116
- * @public
1117
1116
  * <p>The SCTE configuration.</p>
1117
+ * @public
1118
1118
  */
1119
1119
  ScteHls?: ScteHls;
1120
1120
  /**
1121
- * @public
1122
1121
  * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
1122
+ * @public
1123
1123
  */
1124
1124
  FilterConfiguration?: FilterConfiguration;
1125
1125
  }
1126
1126
  /**
1127
- * @public
1128
1127
  * <p>Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.</p>
1128
+ * @public
1129
1129
  */
1130
1130
  export interface GetLowLatencyHlsManifestConfiguration {
1131
1131
  /**
1132
- * @public
1133
1132
  * <p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1133
+ * @public
1134
1134
  */
1135
1135
  ManifestName: string | undefined;
1136
1136
  /**
1137
- * @public
1138
1137
  * <p>The egress domain URL for stream delivery from MediaPackage.</p>
1138
+ * @public
1139
1139
  */
1140
1140
  Url: string | undefined;
1141
1141
  /**
1142
- * @public
1143
1142
  * <p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  ChildManifestName?: string;
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>The total duration (in seconds) of the manifest's content.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  ManifestWindowSeconds?: number;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval,
1154
1153
  * EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
1155
1154
  * The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.
1156
1155
  * ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p>
1157
1156
  * <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
1157
+ * @public
1158
1158
  */
1159
1159
  ProgramDateTimeIntervalSeconds?: number;
1160
1160
  /**
1161
- * @public
1162
1161
  * <p>The SCTE configuration.</p>
1162
+ * @public
1163
1163
  */
1164
1164
  ScteHls?: ScteHls;
1165
1165
  /**
1166
- * @public
1167
1166
  * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
1167
+ * @public
1168
1168
  */
1169
1169
  FilterConfiguration?: FilterConfiguration;
1170
1170
  }
@@ -1173,73 +1173,73 @@ export interface GetLowLatencyHlsManifestConfiguration {
1173
1173
  */
1174
1174
  export interface CreateOriginEndpointResponse {
1175
1175
  /**
1176
- * @public
1177
1176
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
1177
+ * @public
1178
1178
  */
1179
1179
  Arn: string | undefined;
1180
1180
  /**
1181
- * @public
1182
1181
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1182
+ * @public
1183
1183
  */
1184
1184
  ChannelGroupName: string | undefined;
1185
1185
  /**
1186
- * @public
1187
1186
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
1187
+ * @public
1188
1188
  */
1189
1189
  ChannelName: string | undefined;
1190
1190
  /**
1191
- * @public
1192
1191
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>
1192
+ * @public
1193
1193
  */
1194
1194
  OriginEndpointName: string | undefined;
1195
1195
  /**
1196
- * @public
1197
1196
  * <p>The type of container attached to this origin endpoint.</p>
1197
+ * @public
1198
1198
  */
1199
1199
  ContainerType: ContainerType | undefined;
1200
1200
  /**
1201
- * @public
1202
1201
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
1202
+ * @public
1203
1203
  */
1204
1204
  Segment: Segment | undefined;
1205
1205
  /**
1206
- * @public
1207
1206
  * <p>The date and time the origin endpoint was created.</p>
1207
+ * @public
1208
1208
  */
1209
1209
  CreatedAt: Date | undefined;
1210
1210
  /**
1211
- * @public
1212
1211
  * <p>The date and time the origin endpoint was modified.</p>
1212
+ * @public
1213
1213
  */
1214
1214
  ModifiedAt: Date | undefined;
1215
1215
  /**
1216
- * @public
1217
1216
  * <p>The description for your origin endpoint.</p>
1217
+ * @public
1218
1218
  */
1219
1219
  Description?: string;
1220
1220
  /**
1221
- * @public
1222
1221
  * <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.</p>
1222
+ * @public
1223
1223
  */
1224
1224
  StartoverWindowSeconds?: number;
1225
1225
  /**
1226
- * @public
1227
1226
  * <p>An HTTP live streaming (HLS) manifest configuration.</p>
1227
+ * @public
1228
1228
  */
1229
1229
  HlsManifests?: GetHlsManifestConfiguration[];
1230
1230
  /**
1231
- * @public
1232
1231
  * <p>A low-latency HLS manifest configuration.</p>
1232
+ * @public
1233
1233
  */
1234
1234
  LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[];
1235
1235
  /**
1236
- * @public
1237
1236
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
1237
+ * @public
1238
1238
  */
1239
1239
  ETag?: string;
1240
1240
  /**
1241
- * @public
1242
1241
  * <p>The comma-separated list of tag key:value pairs assigned to the origin endpoint.</p>
1242
+ * @public
1243
1243
  */
1244
1244
  Tags?: Record<string, string>;
1245
1245
  }
@@ -1248,18 +1248,18 @@ export interface CreateOriginEndpointResponse {
1248
1248
  */
1249
1249
  export interface DeleteOriginEndpointRequest {
1250
1250
  /**
1251
- * @public
1252
1251
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1252
+ * @public
1253
1253
  */
1254
1254
  ChannelGroupName: string | undefined;
1255
1255
  /**
1256
- * @public
1257
1256
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1257
+ * @public
1258
1258
  */
1259
1259
  ChannelName: string | undefined;
1260
1260
  /**
1261
- * @public
1262
1261
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1262
+ * @public
1263
1263
  */
1264
1264
  OriginEndpointName: string | undefined;
1265
1265
  }
@@ -1273,18 +1273,18 @@ export interface DeleteOriginEndpointResponse {
1273
1273
  */
1274
1274
  export interface GetOriginEndpointRequest {
1275
1275
  /**
1276
- * @public
1277
1276
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1277
+ * @public
1278
1278
  */
1279
1279
  ChannelGroupName: string | undefined;
1280
1280
  /**
1281
- * @public
1282
1281
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1282
+ * @public
1283
1283
  */
1284
1284
  ChannelName: string | undefined;
1285
1285
  /**
1286
- * @public
1287
1286
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1287
+ * @public
1288
1288
  */
1289
1289
  OriginEndpointName: string | undefined;
1290
1290
  }
@@ -1293,73 +1293,73 @@ export interface GetOriginEndpointRequest {
1293
1293
  */
1294
1294
  export interface GetOriginEndpointResponse {
1295
1295
  /**
1296
- * @public
1297
1296
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
1297
+ * @public
1298
1298
  */
1299
1299
  Arn: string | undefined;
1300
1300
  /**
1301
- * @public
1302
1301
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1302
+ * @public
1303
1303
  */
1304
1304
  ChannelGroupName: string | undefined;
1305
1305
  /**
1306
- * @public
1307
1306
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
1307
+ * @public
1308
1308
  */
1309
1309
  ChannelName: string | undefined;
1310
1310
  /**
1311
- * @public
1312
1311
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>
1312
+ * @public
1313
1313
  */
1314
1314
  OriginEndpointName: string | undefined;
1315
1315
  /**
1316
- * @public
1317
1316
  * <p>The type of container attached to this origin endpoint.</p>
1317
+ * @public
1318
1318
  */
1319
1319
  ContainerType: ContainerType | undefined;
1320
1320
  /**
1321
- * @public
1322
1321
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
1322
+ * @public
1323
1323
  */
1324
1324
  Segment: Segment | undefined;
1325
1325
  /**
1326
- * @public
1327
1326
  * <p>The date and time the origin endpoint was created.</p>
1327
+ * @public
1328
1328
  */
1329
1329
  CreatedAt: Date | undefined;
1330
1330
  /**
1331
- * @public
1332
1331
  * <p>The date and time the origin endpoint was modified.</p>
1332
+ * @public
1333
1333
  */
1334
1334
  ModifiedAt: Date | undefined;
1335
1335
  /**
1336
- * @public
1337
1336
  * <p>The description for your origin endpoint.</p>
1337
+ * @public
1338
1338
  */
1339
1339
  Description?: string;
1340
1340
  /**
1341
- * @public
1342
1341
  * <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.</p>
1342
+ * @public
1343
1343
  */
1344
1344
  StartoverWindowSeconds?: number;
1345
1345
  /**
1346
- * @public
1347
1346
  * <p>An HTTP live streaming (HLS) manifest configuration.</p>
1347
+ * @public
1348
1348
  */
1349
1349
  HlsManifests?: GetHlsManifestConfiguration[];
1350
1350
  /**
1351
- * @public
1352
1351
  * <p>A low-latency HLS manifest configuration.</p>
1352
+ * @public
1353
1353
  */
1354
1354
  LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[];
1355
1355
  /**
1356
- * @public
1357
1356
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
1357
+ * @public
1358
1358
  */
1359
1359
  ETag?: string;
1360
1360
  /**
1361
- * @public
1362
1361
  * <p>The comma-separated list of tag key:value pairs assigned to the origin endpoint.</p>
1362
+ * @public
1363
1363
  */
1364
1364
  Tags?: Record<string, string>;
1365
1365
  }
@@ -1368,121 +1368,121 @@ export interface GetOriginEndpointResponse {
1368
1368
  */
1369
1369
  export interface ListOriginEndpointsRequest {
1370
1370
  /**
1371
- * @public
1372
1371
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1372
+ * @public
1373
1373
  */
1374
1374
  ChannelGroupName: string | undefined;
1375
1375
  /**
1376
- * @public
1377
1376
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1377
+ * @public
1378
1378
  */
1379
1379
  ChannelName: string | undefined;
1380
1380
  /**
1381
- * @public
1382
1381
  * <p>The maximum number of results to return in the response.</p>
1382
+ * @public
1383
1383
  */
1384
1384
  MaxResults?: number;
1385
1385
  /**
1386
- * @public
1387
1386
  * <p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>
1387
+ * @public
1388
1388
  */
1389
1389
  NextToken?: string;
1390
1390
  }
1391
1391
  /**
1392
- * @public
1393
1392
  * <p>List the HTTP live streaming (HLS) manifest configuration.</p>
1393
+ * @public
1394
1394
  */
1395
1395
  export interface ListHlsManifestConfiguration {
1396
1396
  /**
1397
- * @public
1398
1397
  * <p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1398
+ * @public
1399
1399
  */
1400
1400
  ManifestName: string | undefined;
1401
1401
  /**
1402
- * @public
1403
1402
  * <p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1403
+ * @public
1404
1404
  */
1405
1405
  ChildManifestName?: string;
1406
1406
  /**
1407
- * @public
1408
1407
  * <p>The egress domain URL for stream delivery from MediaPackage.</p>
1408
+ * @public
1409
1409
  */
1410
1410
  Url?: string;
1411
1411
  }
1412
1412
  /**
1413
- * @public
1414
1413
  * <p>List the low-latency HTTP live streaming (HLS) manifest configuration.</p>
1414
+ * @public
1415
1415
  */
1416
1416
  export interface ListLowLatencyHlsManifestConfiguration {
1417
1417
  /**
1418
- * @public
1419
1418
  * <p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1419
+ * @public
1420
1420
  */
1421
1421
  ManifestName: string | undefined;
1422
1422
  /**
1423
- * @public
1424
1423
  * <p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>
1424
+ * @public
1425
1425
  */
1426
1426
  ChildManifestName?: string;
1427
1427
  /**
1428
- * @public
1429
1428
  * <p>The egress domain URL for stream delivery from MediaPackage.</p>
1429
+ * @public
1430
1430
  */
1431
1431
  Url?: string;
1432
1432
  }
1433
1433
  /**
1434
- * @public
1435
1434
  * <p>The configuration of the origin endpoint.</p>
1435
+ * @public
1436
1436
  */
1437
1437
  export interface OriginEndpointListConfiguration {
1438
1438
  /**
1439
- * @public
1440
1439
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
1440
+ * @public
1441
1441
  */
1442
1442
  Arn: string | undefined;
1443
1443
  /**
1444
- * @public
1445
1444
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1445
+ * @public
1446
1446
  */
1447
1447
  ChannelGroupName: string | undefined;
1448
1448
  /**
1449
- * @public
1450
1449
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1450
+ * @public
1451
1451
  */
1452
1452
  ChannelName: string | undefined;
1453
1453
  /**
1454
- * @public
1455
1454
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1455
+ * @public
1456
1456
  */
1457
1457
  OriginEndpointName: string | undefined;
1458
1458
  /**
1459
- * @public
1460
1459
  * <p>The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. </p>
1460
+ * @public
1461
1461
  */
1462
1462
  ContainerType: ContainerType | undefined;
1463
1463
  /**
1464
- * @public
1465
1464
  * <p>Any descriptive information that you want to add to the origin endpoint for future identification purposes.</p>
1465
+ * @public
1466
1466
  */
1467
1467
  Description?: string;
1468
1468
  /**
1469
- * @public
1470
1469
  * <p>The date and time the origin endpoint was created.</p>
1470
+ * @public
1471
1471
  */
1472
1472
  CreatedAt?: Date;
1473
1473
  /**
1474
- * @public
1475
1474
  * <p>The date and time the origin endpoint was modified.</p>
1475
+ * @public
1476
1476
  */
1477
1477
  ModifiedAt?: Date;
1478
1478
  /**
1479
- * @public
1480
1479
  * <p>An HTTP live streaming (HLS) manifest configuration.</p>
1480
+ * @public
1481
1481
  */
1482
1482
  HlsManifests?: ListHlsManifestConfiguration[];
1483
1483
  /**
1484
- * @public
1485
1484
  * <p>A low-latency HLS manifest configuration.</p>
1485
+ * @public
1486
1486
  */
1487
1487
  LowLatencyHlsManifests?: ListLowLatencyHlsManifestConfiguration[];
1488
1488
  }
@@ -1491,13 +1491,13 @@ export interface OriginEndpointListConfiguration {
1491
1491
  */
1492
1492
  export interface ListOriginEndpointsResponse {
1493
1493
  /**
1494
- * @public
1495
1494
  * <p>The objects being returned.</p>
1495
+ * @public
1496
1496
  */
1497
1497
  Items?: OriginEndpointListConfiguration[];
1498
1498
  /**
1499
- * @public
1500
1499
  * <p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>
1500
+ * @public
1501
1501
  */
1502
1502
  NextToken?: string;
1503
1503
  }
@@ -1506,18 +1506,18 @@ export interface ListOriginEndpointsResponse {
1506
1506
  */
1507
1507
  export interface DeleteOriginEndpointPolicyRequest {
1508
1508
  /**
1509
- * @public
1510
1509
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1510
+ * @public
1511
1511
  */
1512
1512
  ChannelGroupName: string | undefined;
1513
1513
  /**
1514
- * @public
1515
1514
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1515
+ * @public
1516
1516
  */
1517
1517
  ChannelName: string | undefined;
1518
1518
  /**
1519
- * @public
1520
1519
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1520
+ * @public
1521
1521
  */
1522
1522
  OriginEndpointName: string | undefined;
1523
1523
  }
@@ -1531,18 +1531,18 @@ export interface DeleteOriginEndpointPolicyResponse {
1531
1531
  */
1532
1532
  export interface GetOriginEndpointPolicyRequest {
1533
1533
  /**
1534
- * @public
1535
1534
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1535
+ * @public
1536
1536
  */
1537
1537
  ChannelGroupName: string | undefined;
1538
1538
  /**
1539
- * @public
1540
1539
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1540
+ * @public
1541
1541
  */
1542
1542
  ChannelName: string | undefined;
1543
1543
  /**
1544
- * @public
1545
1544
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1545
+ * @public
1546
1546
  */
1547
1547
  OriginEndpointName: string | undefined;
1548
1548
  }
@@ -1551,23 +1551,23 @@ export interface GetOriginEndpointPolicyRequest {
1551
1551
  */
1552
1552
  export interface GetOriginEndpointPolicyResponse {
1553
1553
  /**
1554
- * @public
1555
1554
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1555
+ * @public
1556
1556
  */
1557
1557
  ChannelGroupName: string | undefined;
1558
1558
  /**
1559
- * @public
1560
1559
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
1560
+ * @public
1561
1561
  */
1562
1562
  ChannelName: string | undefined;
1563
1563
  /**
1564
- * @public
1565
1564
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>
1565
+ * @public
1566
1566
  */
1567
1567
  OriginEndpointName: string | undefined;
1568
1568
  /**
1569
- * @public
1570
1569
  * <p>The policy assigned to the origin endpoint.</p>
1570
+ * @public
1571
1571
  */
1572
1572
  Policy: string | undefined;
1573
1573
  }
@@ -1576,23 +1576,23 @@ export interface GetOriginEndpointPolicyResponse {
1576
1576
  */
1577
1577
  export interface PutOriginEndpointPolicyRequest {
1578
1578
  /**
1579
- * @public
1580
1579
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1580
+ * @public
1581
1581
  */
1582
1582
  ChannelGroupName: string | undefined;
1583
1583
  /**
1584
- * @public
1585
1584
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1585
+ * @public
1586
1586
  */
1587
1587
  ChannelName: string | undefined;
1588
1588
  /**
1589
- * @public
1590
1589
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1590
+ * @public
1591
1591
  */
1592
1592
  OriginEndpointName: string | undefined;
1593
1593
  /**
1594
- * @public
1595
1594
  * <p>The policy to attach to the specified origin endpoint.</p>
1595
+ * @public
1596
1596
  */
1597
1597
  Policy: string | undefined;
1598
1598
  }
@@ -1606,53 +1606,53 @@ export interface PutOriginEndpointPolicyResponse {
1606
1606
  */
1607
1607
  export interface UpdateOriginEndpointRequest {
1608
1608
  /**
1609
- * @public
1610
1609
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1610
+ * @public
1611
1611
  */
1612
1612
  ChannelGroupName: string | undefined;
1613
1613
  /**
1614
- * @public
1615
1614
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1615
+ * @public
1616
1616
  */
1617
1617
  ChannelName: string | undefined;
1618
1618
  /**
1619
- * @public
1620
1619
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>
1620
+ * @public
1621
1621
  */
1622
1622
  OriginEndpointName: string | undefined;
1623
1623
  /**
1624
- * @public
1625
1624
  * <p>The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. </p>
1625
+ * @public
1626
1626
  */
1627
1627
  ContainerType: ContainerType | undefined;
1628
1628
  /**
1629
- * @public
1630
1629
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
1630
+ * @public
1631
1631
  */
1632
1632
  Segment?: Segment;
1633
1633
  /**
1634
- * @public
1635
1634
  * <p>Any descriptive information that you want to add to the origin endpoint for future identification purposes.</p>
1635
+ * @public
1636
1636
  */
1637
1637
  Description?: string;
1638
1638
  /**
1639
- * @public
1640
1639
  * <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>
1640
+ * @public
1641
1641
  */
1642
1642
  StartoverWindowSeconds?: number;
1643
1643
  /**
1644
- * @public
1645
1644
  * <p>An HTTP live streaming (HLS) manifest configuration.</p>
1645
+ * @public
1646
1646
  */
1647
1647
  HlsManifests?: CreateHlsManifestConfiguration[];
1648
1648
  /**
1649
- * @public
1650
1649
  * <p>A low-latency HLS manifest configuration.</p>
1650
+ * @public
1651
1651
  */
1652
1652
  LowLatencyHlsManifests?: CreateLowLatencyHlsManifestConfiguration[];
1653
1653
  /**
1654
- * @public
1655
1654
  * <p>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</p>
1655
+ * @public
1656
1656
  */
1657
1657
  ETag?: string;
1658
1658
  }
@@ -1661,73 +1661,73 @@ export interface UpdateOriginEndpointRequest {
1661
1661
  */
1662
1662
  export interface UpdateOriginEndpointResponse {
1663
1663
  /**
1664
- * @public
1665
1664
  * <p>The ARN associated with the resource.</p>
1665
+ * @public
1666
1666
  */
1667
1667
  Arn: string | undefined;
1668
1668
  /**
1669
- * @public
1670
1669
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1670
+ * @public
1671
1671
  */
1672
1672
  ChannelGroupName: string | undefined;
1673
1673
  /**
1674
- * @public
1675
1674
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
1675
+ * @public
1676
1676
  */
1677
1677
  ChannelName: string | undefined;
1678
1678
  /**
1679
- * @public
1680
1679
  * <p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>
1680
+ * @public
1681
1681
  */
1682
1682
  OriginEndpointName: string | undefined;
1683
1683
  /**
1684
- * @public
1685
1684
  * <p>The type of container attached to this origin endpoint.</p>
1685
+ * @public
1686
1686
  */
1687
1687
  ContainerType: ContainerType | undefined;
1688
1688
  /**
1689
- * @public
1690
1689
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
1690
+ * @public
1691
1691
  */
1692
1692
  Segment: Segment | undefined;
1693
1693
  /**
1694
- * @public
1695
1694
  * <p>The date and time the origin endpoint was created.</p>
1695
+ * @public
1696
1696
  */
1697
1697
  CreatedAt: Date | undefined;
1698
1698
  /**
1699
- * @public
1700
1699
  * <p>The date and time the origin endpoint was modified.</p>
1700
+ * @public
1701
1701
  */
1702
1702
  ModifiedAt: Date | undefined;
1703
1703
  /**
1704
- * @public
1705
1704
  * <p>The description of the origin endpoint.</p>
1705
+ * @public
1706
1706
  */
1707
1707
  Description?: string;
1708
1708
  /**
1709
- * @public
1710
1709
  * <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.</p>
1710
+ * @public
1711
1711
  */
1712
1712
  StartoverWindowSeconds?: number;
1713
1713
  /**
1714
- * @public
1715
1714
  * <p>An HTTP live streaming (HLS) manifest configuration.</p>
1715
+ * @public
1716
1716
  */
1717
1717
  HlsManifests?: GetHlsManifestConfiguration[];
1718
1718
  /**
1719
- * @public
1720
1719
  * <p>A low-latency HLS manifest configuration.</p>
1720
+ * @public
1721
1721
  */
1722
1722
  LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[];
1723
1723
  /**
1724
- * @public
1725
1724
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
1725
+ * @public
1726
1726
  */
1727
1727
  ETag?: string;
1728
1728
  /**
1729
- * @public
1730
1729
  * <p>The comma-separated list of tag key:value pairs assigned to the origin endpoint.</p>
1730
+ * @public
1731
1731
  */
1732
1732
  Tags?: Record<string, string>;
1733
1733
  }
@@ -1736,23 +1736,23 @@ export interface UpdateOriginEndpointResponse {
1736
1736
  */
1737
1737
  export interface UpdateChannelRequest {
1738
1738
  /**
1739
- * @public
1740
1739
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1740
+ * @public
1741
1741
  */
1742
1742
  ChannelGroupName: string | undefined;
1743
1743
  /**
1744
- * @public
1745
1744
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>
1745
+ * @public
1746
1746
  */
1747
1747
  ChannelName: string | undefined;
1748
1748
  /**
1749
- * @public
1750
1749
  * <p>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</p>
1750
+ * @public
1751
1751
  */
1752
1752
  ETag?: string;
1753
1753
  /**
1754
- * @public
1755
1754
  * <p>Any descriptive information that you want to add to the channel for future identification purposes.</p>
1755
+ * @public
1756
1756
  */
1757
1757
  Description?: string;
1758
1758
  }
@@ -1761,48 +1761,48 @@ export interface UpdateChannelRequest {
1761
1761
  */
1762
1762
  export interface UpdateChannelResponse {
1763
1763
  /**
1764
- * @public
1765
1764
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
1765
+ * @public
1766
1766
  */
1767
1767
  Arn: string | undefined;
1768
1768
  /**
1769
- * @public
1770
1769
  * <p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>
1770
+ * @public
1771
1771
  */
1772
1772
  ChannelName: string | undefined;
1773
1773
  /**
1774
- * @public
1775
1774
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1775
+ * @public
1776
1776
  */
1777
1777
  ChannelGroupName: string | undefined;
1778
1778
  /**
1779
- * @public
1780
1779
  * <p>The date and time the channel was created.</p>
1780
+ * @public
1781
1781
  */
1782
1782
  CreatedAt: Date | undefined;
1783
1783
  /**
1784
- * @public
1785
1784
  * <p>The date and time the channel was modified.</p>
1785
+ * @public
1786
1786
  */
1787
1787
  ModifiedAt: Date | undefined;
1788
1788
  /**
1789
- * @public
1790
1789
  * <p>The description for your channel.</p>
1790
+ * @public
1791
1791
  */
1792
1792
  Description?: string;
1793
1793
  /**
1794
- * @public
1795
1794
  * <p>The list of ingest endpoints.</p>
1795
+ * @public
1796
1796
  */
1797
1797
  IngestEndpoints?: IngestEndpoint[];
1798
1798
  /**
1799
- * @public
1800
1799
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
1800
+ * @public
1801
1801
  */
1802
1802
  ETag?: string;
1803
1803
  /**
1804
- * @public
1805
1804
  * <p>The comma-separated list of tag key:value pairs assigned to the channel.</p>
1805
+ * @public
1806
1806
  */
1807
1807
  Tags?: Record<string, string>;
1808
1808
  }
@@ -1811,22 +1811,21 @@ export interface UpdateChannelResponse {
1811
1811
  */
1812
1812
  export interface CreateChannelGroupRequest {
1813
1813
  /**
1814
- * @public
1815
1814
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region. You can't use spaces in the name. You can't change the name after you create the channel group.</p>
1815
+ * @public
1816
1816
  */
1817
1817
  ChannelGroupName: string | undefined;
1818
1818
  /**
1819
- * @public
1820
1819
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
1820
+ * @public
1821
1821
  */
1822
1822
  ClientToken?: string;
1823
1823
  /**
1824
- * @public
1825
1824
  * <p>Enter any descriptive text that helps you to identify the channel group.</p>
1825
+ * @public
1826
1826
  */
1827
1827
  Description?: string;
1828
1828
  /**
1829
- * @public
1830
1829
  * <p>A comma-separated list of tag key:value pairs that you define. For example:</p>
1831
1830
  * <p>
1832
1831
  * <code>"Key1": "Value1",</code>
@@ -1834,6 +1833,7 @@ export interface CreateChannelGroupRequest {
1834
1833
  * <p>
1835
1834
  * <code>"Key2": "Value2"</code>
1836
1835
  * </p>
1836
+ * @public
1837
1837
  */
1838
1838
  Tags?: Record<string, string>;
1839
1839
  }
@@ -1842,43 +1842,43 @@ export interface CreateChannelGroupRequest {
1842
1842
  */
1843
1843
  export interface CreateChannelGroupResponse {
1844
1844
  /**
1845
- * @public
1846
1845
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1846
+ * @public
1847
1847
  */
1848
1848
  ChannelGroupName: string | undefined;
1849
1849
  /**
1850
- * @public
1851
1850
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
1851
+ * @public
1852
1852
  */
1853
1853
  Arn: string | undefined;
1854
1854
  /**
1855
- * @public
1856
1855
  * <p>The output domain where the source stream should be sent. Integrate the egress domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>
1856
+ * @public
1857
1857
  */
1858
1858
  EgressDomain: string | undefined;
1859
1859
  /**
1860
- * @public
1861
1860
  * <p>The date and time the channel group was created.</p>
1861
+ * @public
1862
1862
  */
1863
1863
  CreatedAt: Date | undefined;
1864
1864
  /**
1865
- * @public
1866
1865
  * <p>The date and time the channel group was modified.</p>
1866
+ * @public
1867
1867
  */
1868
1868
  ModifiedAt: Date | undefined;
1869
1869
  /**
1870
- * @public
1871
1870
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
1871
+ * @public
1872
1872
  */
1873
1873
  ETag?: string;
1874
1874
  /**
1875
- * @public
1876
1875
  * <p>The description for your channel group.</p>
1876
+ * @public
1877
1877
  */
1878
1878
  Description?: string;
1879
1879
  /**
1880
- * @public
1881
1880
  * <p>The comma-separated list of tag key:value pairs assigned to the channel group.</p>
1881
+ * @public
1882
1882
  */
1883
1883
  Tags?: Record<string, string>;
1884
1884
  }
@@ -1887,8 +1887,8 @@ export interface CreateChannelGroupResponse {
1887
1887
  */
1888
1888
  export interface DeleteChannelGroupRequest {
1889
1889
  /**
1890
- * @public
1891
1890
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1891
+ * @public
1892
1892
  */
1893
1893
  ChannelGroupName: string | undefined;
1894
1894
  }
@@ -1902,8 +1902,8 @@ export interface DeleteChannelGroupResponse {
1902
1902
  */
1903
1903
  export interface GetChannelGroupRequest {
1904
1904
  /**
1905
- * @public
1906
1905
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1906
+ * @public
1907
1907
  */
1908
1908
  ChannelGroupName: string | undefined;
1909
1909
  }
@@ -1912,43 +1912,43 @@ export interface GetChannelGroupRequest {
1912
1912
  */
1913
1913
  export interface GetChannelGroupResponse {
1914
1914
  /**
1915
- * @public
1916
1915
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1916
+ * @public
1917
1917
  */
1918
1918
  ChannelGroupName: string | undefined;
1919
1919
  /**
1920
- * @public
1921
1920
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
1921
+ * @public
1922
1922
  */
1923
1923
  Arn: string | undefined;
1924
1924
  /**
1925
- * @public
1926
1925
  * <p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>
1926
+ * @public
1927
1927
  */
1928
1928
  EgressDomain: string | undefined;
1929
1929
  /**
1930
- * @public
1931
1930
  * <p>The date and time the channel group was created.</p>
1931
+ * @public
1932
1932
  */
1933
1933
  CreatedAt: Date | undefined;
1934
1934
  /**
1935
- * @public
1936
1935
  * <p>The date and time the channel group was modified.</p>
1936
+ * @public
1937
1937
  */
1938
1938
  ModifiedAt: Date | undefined;
1939
1939
  /**
1940
- * @public
1941
1940
  * <p>The description for your channel group.</p>
1941
+ * @public
1942
1942
  */
1943
1943
  Description?: string;
1944
1944
  /**
1945
- * @public
1946
1945
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
1946
+ * @public
1947
1947
  */
1948
1948
  ETag?: string;
1949
1949
  /**
1950
- * @public
1951
1950
  * <p>The comma-separated list of tag key:value pairs assigned to the channel group.</p>
1951
+ * @public
1952
1952
  */
1953
1953
  Tags?: Record<string, string>;
1954
1954
  }
@@ -1957,13 +1957,13 @@ export interface GetChannelGroupResponse {
1957
1957
  */
1958
1958
  export interface ListChannelGroupsRequest {
1959
1959
  /**
1960
- * @public
1961
1960
  * <p>The maximum number of results to return in the response.</p>
1961
+ * @public
1962
1962
  */
1963
1963
  MaxResults?: number;
1964
1964
  /**
1965
- * @public
1966
1965
  * <p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>
1966
+ * @public
1967
1967
  */
1968
1968
  NextToken?: string;
1969
1969
  }
@@ -1972,13 +1972,13 @@ export interface ListChannelGroupsRequest {
1972
1972
  */
1973
1973
  export interface ListChannelGroupsResponse {
1974
1974
  /**
1975
- * @public
1976
1975
  * <p>The objects being returned.</p>
1976
+ * @public
1977
1977
  */
1978
1978
  Items?: ChannelGroupListConfiguration[];
1979
1979
  /**
1980
- * @public
1981
1980
  * <p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>
1981
+ * @public
1982
1982
  */
1983
1983
  NextToken?: string;
1984
1984
  }
@@ -1987,18 +1987,18 @@ export interface ListChannelGroupsResponse {
1987
1987
  */
1988
1988
  export interface UpdateChannelGroupRequest {
1989
1989
  /**
1990
- * @public
1991
1990
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
1991
+ * @public
1992
1992
  */
1993
1993
  ChannelGroupName: string | undefined;
1994
1994
  /**
1995
- * @public
1996
1995
  * <p>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</p>
1996
+ * @public
1997
1997
  */
1998
1998
  ETag?: string;
1999
1999
  /**
2000
- * @public
2001
2000
  * <p>Any descriptive information that you want to add to the channel group for future identification purposes.</p>
2001
+ * @public
2002
2002
  */
2003
2003
  Description?: string;
2004
2004
  }
@@ -2007,43 +2007,43 @@ export interface UpdateChannelGroupRequest {
2007
2007
  */
2008
2008
  export interface UpdateChannelGroupResponse {
2009
2009
  /**
2010
- * @public
2011
2010
  * <p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>
2011
+ * @public
2012
2012
  */
2013
2013
  ChannelGroupName: string | undefined;
2014
2014
  /**
2015
- * @public
2016
2015
  * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
2016
+ * @public
2017
2017
  */
2018
2018
  Arn: string | undefined;
2019
2019
  /**
2020
- * @public
2021
2020
  * <p>The output domain where the source stream is sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>
2021
+ * @public
2022
2022
  */
2023
2023
  EgressDomain: string | undefined;
2024
2024
  /**
2025
- * @public
2026
2025
  * <p>The date and time the channel group was created.</p>
2026
+ * @public
2027
2027
  */
2028
2028
  CreatedAt: Date | undefined;
2029
2029
  /**
2030
- * @public
2031
2030
  * <p>The date and time the channel group was modified.</p>
2031
+ * @public
2032
2032
  */
2033
2033
  ModifiedAt: Date | undefined;
2034
2034
  /**
2035
- * @public
2036
2035
  * <p>The description for your channel group.</p>
2036
+ * @public
2037
2037
  */
2038
2038
  Description?: string;
2039
2039
  /**
2040
- * @public
2041
2040
  * <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
2041
+ * @public
2042
2042
  */
2043
2043
  ETag?: string;
2044
2044
  /**
2045
- * @public
2046
2045
  * <p>The comma-separated list of tag key:value pairs assigned to the channel group.</p>
2046
+ * @public
2047
2047
  */
2048
2048
  Tags?: Record<string, string>;
2049
2049
  }
@@ -2052,8 +2052,8 @@ export interface UpdateChannelGroupResponse {
2052
2052
  */
2053
2053
  export interface ListTagsForResourceRequest {
2054
2054
  /**
2055
- * @public
2056
2055
  * <p>The ARN of the CloudWatch resource that you want to view tags for.</p>
2056
+ * @public
2057
2057
  */
2058
2058
  ResourceArn: string | undefined;
2059
2059
  }
@@ -2062,8 +2062,8 @@ export interface ListTagsForResourceRequest {
2062
2062
  */
2063
2063
  export interface ListTagsForResourceResponse {
2064
2064
  /**
2065
- * @public
2066
2065
  * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>
2066
+ * @public
2067
2067
  */
2068
2068
  Tags?: Record<string, string>;
2069
2069
  }
@@ -2072,13 +2072,13 @@ export interface ListTagsForResourceResponse {
2072
2072
  */
2073
2073
  export interface TagResourceRequest {
2074
2074
  /**
2075
- * @public
2076
2075
  * <p>The ARN of the MediaPackage resource that you're adding tags to.</p>
2076
+ * @public
2077
2077
  */
2078
2078
  ResourceArn: string | undefined;
2079
2079
  /**
2080
- * @public
2081
2080
  * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>
2081
+ * @public
2082
2082
  */
2083
2083
  Tags: Record<string, string> | undefined;
2084
2084
  }
@@ -2087,13 +2087,13 @@ export interface TagResourceRequest {
2087
2087
  */
2088
2088
  export interface UntagResourceRequest {
2089
2089
  /**
2090
- * @public
2091
2090
  * <p>The ARN of the MediaPackage resource that you're removing tags from.</p>
2091
+ * @public
2092
2092
  */
2093
2093
  ResourceArn: string | undefined;
2094
2094
  /**
2095
- * @public
2096
2095
  * <p>The list of tag keys to remove from the resource.</p>
2096
+ * @public
2097
2097
  */
2098
2098
  TagKeys: string[] | undefined;
2099
2099
  }