@aws-sdk/client-mediapackagev2 3.840.0 → 3.843.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.
@@ -165,11 +165,7 @@ declare const ListHarvestJobsCommand_base: {
165
165
  * EndTime: "2024-05-28T12:00:00.00Z",
166
166
  * StartTime: "2024-05-28T06:00:00.00Z"
167
167
  * },
168
- * Status: "QUEUED",
169
- * Tags: {
170
- * key1: "value1",
171
- * key2: "value2"
172
- * }
168
+ * Status: "QUEUED"
173
169
  * },
174
170
  * {
175
171
  * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannelName2/originEndpoint/exampleOriginEndpointName2/harvestJob/HarvestJobName2",
@@ -208,11 +204,7 @@ declare const ListHarvestJobsCommand_base: {
208
204
  * EndTime: "2024-05-28T12:00:00.00Z",
209
205
  * StartTime: "2024-05-28T02:00:00.00Z"
210
206
  * },
211
- * Status: "IN_PROGRESS",
212
- * Tags: {
213
- * key1: "value1",
214
- * key2: "value2"
215
- * }
207
+ * Status: "IN_PROGRESS"
216
208
  * }
217
209
  * ],
218
210
  * NextToken: "someTokenValue"
@@ -269,11 +261,7 @@ declare const ListHarvestJobsCommand_base: {
269
261
  * EndTime: "2024-05-28T12:00:00.00Z",
270
262
  * StartTime: "2024-05-28T06:00:00.00Z"
271
263
  * },
272
- * Status: "QUEUED",
273
- * Tags: {
274
- * key1: "value1",
275
- * key2: "value2"
276
- * }
264
+ * Status: "QUEUED"
277
265
  * },
278
266
  * {
279
267
  * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannelName/originEndpoint/exampleOriginEndpointName2/harvestJob/HarvestJobName2",
@@ -311,11 +299,7 @@ declare const ListHarvestJobsCommand_base: {
311
299
  * EndTime: "2024-05-28T12:00:00.00Z",
312
300
  * StartTime: "2024-05-28T02:00:00.00Z"
313
301
  * },
314
- * Status: "IN_PROGRESS",
315
- * Tags: {
316
- * key1: "value1",
317
- * key2: "value2"
318
- * }
302
+ * Status: "IN_PROGRESS"
319
303
  * }
320
304
  * ],
321
305
  * NextToken: "someTokenValue"
@@ -49,7 +49,7 @@ declare const ListOriginEndpointsCommand_base: {
49
49
  * // ChannelGroupName: "STRING_VALUE", // required
50
50
  * // ChannelName: "STRING_VALUE", // required
51
51
  * // OriginEndpointName: "STRING_VALUE", // required
52
- * // ContainerType: "TS" || "CMAF", // required
52
+ * // ContainerType: "TS" || "CMAF" || "ISM", // required
53
53
  * // Description: "STRING_VALUE",
54
54
  * // CreatedAt: new Date("TIMESTAMP"),
55
55
  * // ModifiedAt: new Date("TIMESTAMP"),
@@ -73,6 +73,12 @@ declare const ListOriginEndpointsCommand_base: {
73
73
  * // Url: "STRING_VALUE",
74
74
  * // },
75
75
  * // ],
76
+ * // MssManifests: [ // ListMssManifests
77
+ * // { // ListMssManifestConfiguration
78
+ * // ManifestName: "STRING_VALUE", // required
79
+ * // Url: "STRING_VALUE",
80
+ * // },
81
+ * // ],
76
82
  * // ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
77
83
  * // EndpointErrorConditions: [ // EndpointErrorConditions
78
84
  * // "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
@@ -214,6 +220,34 @@ declare const ListOriginEndpointsCommand_base: {
214
220
  * ],
215
221
  * ModifiedAt: "2022-10-18T09:36:00.00Z",
216
222
  * OriginEndpointName: "exampleOriginEndpointCMAF"
223
+ * },
224
+ * {
225
+ * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointISM",
226
+ * ChannelGroupName: "exampleChannelGroup",
227
+ * ChannelName: "exampleChannel",
228
+ * ContainerType: "ISM",
229
+ * CreatedAt: "2022-10-18T09:36:00.00Z",
230
+ * Description: "Description for exampleOriginEndpointISM",
231
+ * ForceEndpointErrorConfiguration: {
232
+ * EndpointErrorConditions: [
233
+ * "STALE_MANIFEST",
234
+ * "INCOMPLETE_MANIFEST",
235
+ * "MISSING_DRM_KEY",
236
+ * "SLATE_INPUT"
237
+ * ]
238
+ * },
239
+ * ModifiedAt: "2022-10-18T09:36:00.00Z",
240
+ * MssManifests: [
241
+ * {
242
+ * ManifestName: "exampleMssManifest1",
243
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointISM/exampleMssManifest1.ism/Manifest"
244
+ * },
245
+ * {
246
+ * ManifestName: "exampleMssManifest2",
247
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointISM/exampleMssManifest2.ism/Manifest"
248
+ * }
249
+ * ],
250
+ * OriginEndpointName: "exampleOriginEndpointISM"
217
251
  * }
218
252
  * ]
219
253
  * }
@@ -39,7 +39,7 @@ declare const UpdateOriginEndpointCommand_base: {
39
39
  * ChannelGroupName: "STRING_VALUE", // required
40
40
  * ChannelName: "STRING_VALUE", // required
41
41
  * OriginEndpointName: "STRING_VALUE", // required
42
- * ContainerType: "TS" || "CMAF", // required
42
+ * ContainerType: "TS" || "CMAF" || "ISM", // required
43
43
  * Segment: { // Segment
44
44
  * SegmentDurationSeconds: Number("int"),
45
45
  * SegmentName: "STRING_VALUE",
@@ -56,8 +56,10 @@ declare const UpdateOriginEndpointCommand_base: {
56
56
  * EncryptionMethod: { // EncryptionMethod
57
57
  * TsEncryptionMethod: "AES_128" || "SAMPLE_AES",
58
58
  * CmafEncryptionMethod: "CENC" || "CBCS",
59
+ * IsmEncryptionMethod: "CENC",
59
60
  * },
60
61
  * KeyRotationIntervalSeconds: Number("int"),
62
+ * CmafExcludeSegmentDrmMetadata: true || false,
61
63
  * SpekeKeyProvider: { // SpekeKeyProvider
62
64
  * EncryptionContractConfiguration: { // EncryptionContractConfiguration
63
65
  * PresetSpeke20Audio: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED", // required
@@ -185,6 +187,20 @@ declare const UpdateOriginEndpointCommand_base: {
185
187
  * },
186
188
  * },
187
189
  * ],
190
+ * MssManifests: [ // CreateMssManifests
191
+ * { // CreateMssManifestConfiguration
192
+ * ManifestName: "STRING_VALUE", // required
193
+ * ManifestWindowSeconds: Number("int"),
194
+ * FilterConfiguration: {
195
+ * ManifestFilter: "STRING_VALUE",
196
+ * Start: new Date("TIMESTAMP"),
197
+ * End: new Date("TIMESTAMP"),
198
+ * TimeDelaySeconds: Number("int"),
199
+ * ClipStartTime: new Date("TIMESTAMP"),
200
+ * },
201
+ * ManifestLayout: "FULL" || "COMPACT",
202
+ * },
203
+ * ],
188
204
  * ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
189
205
  * EndpointErrorConditions: [ // EndpointErrorConditions
190
206
  * "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
@@ -199,7 +215,7 @@ declare const UpdateOriginEndpointCommand_base: {
199
215
  * // ChannelGroupName: "STRING_VALUE", // required
200
216
  * // ChannelName: "STRING_VALUE", // required
201
217
  * // OriginEndpointName: "STRING_VALUE", // required
202
- * // ContainerType: "TS" || "CMAF", // required
218
+ * // ContainerType: "TS" || "CMAF" || "ISM", // required
203
219
  * // Segment: { // Segment
204
220
  * // SegmentDurationSeconds: Number("int"),
205
221
  * // SegmentName: "STRING_VALUE",
@@ -216,8 +232,10 @@ declare const UpdateOriginEndpointCommand_base: {
216
232
  * // EncryptionMethod: { // EncryptionMethod
217
233
  * // TsEncryptionMethod: "AES_128" || "SAMPLE_AES",
218
234
  * // CmafEncryptionMethod: "CENC" || "CBCS",
235
+ * // IsmEncryptionMethod: "CENC",
219
236
  * // },
220
237
  * // KeyRotationIntervalSeconds: Number("int"),
238
+ * // CmafExcludeSegmentDrmMetadata: true || false,
221
239
  * // SpekeKeyProvider: { // SpekeKeyProvider
222
240
  * // EncryptionContractConfiguration: { // EncryptionContractConfiguration
223
241
  * // PresetSpeke20Audio: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED", // required
@@ -284,6 +302,21 @@ declare const UpdateOriginEndpointCommand_base: {
284
302
  * // UrlEncodeChildManifest: true || false,
285
303
  * // },
286
304
  * // ],
305
+ * // MssManifests: [ // GetMssManifests
306
+ * // { // GetMssManifestConfiguration
307
+ * // ManifestName: "STRING_VALUE", // required
308
+ * // Url: "STRING_VALUE", // required
309
+ * // FilterConfiguration: {
310
+ * // ManifestFilter: "STRING_VALUE",
311
+ * // Start: new Date("TIMESTAMP"),
312
+ * // End: new Date("TIMESTAMP"),
313
+ * // TimeDelaySeconds: Number("int"),
314
+ * // ClipStartTime: new Date("TIMESTAMP"),
315
+ * // },
316
+ * // ManifestWindowSeconds: Number("int"),
317
+ * // ManifestLayout: "FULL" || "COMPACT",
318
+ * // },
319
+ * // ],
287
320
  * // ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
288
321
  * // EndpointErrorConditions: [ // EndpointErrorConditions
289
322
  * // "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
@@ -589,6 +622,123 @@ declare const UpdateOriginEndpointCommand_base: {
589
622
  * *\/
590
623
  * ```
591
624
  *
625
+ * @example Updating an OriginEndpoint with ISM container
626
+ * ```javascript
627
+ * //
628
+ * const input = {
629
+ * ChannelGroupName: "exampleChannelGroup",
630
+ * ChannelName: "exampleChannel",
631
+ * ContainerType: "ISM",
632
+ * Description: "Updated description for exampleOriginEndpointISM",
633
+ * ForceEndpointErrorConfiguration: {
634
+ * EndpointErrorConditions: [
635
+ * "STALE_MANIFEST",
636
+ * "INCOMPLETE_MANIFEST",
637
+ * "MISSING_DRM_KEY",
638
+ * "SLATE_INPUT"
639
+ * ]
640
+ * },
641
+ * MssManifests: [
642
+ * {
643
+ * ManifestLayout: "FULL",
644
+ * ManifestName: "exampleMssManifest1",
645
+ * ManifestWindowSeconds: 60
646
+ * },
647
+ * {
648
+ * ManifestLayout: "COMPACT",
649
+ * ManifestName: "exampleMssManifest2",
650
+ * ManifestWindowSeconds: 30
651
+ * }
652
+ * ],
653
+ * OriginEndpointName: "exampleOriginEndpointISM",
654
+ * Segment: {
655
+ * Encryption: {
656
+ * EncryptionMethod: {
657
+ * IsmEncryptionMethod: "CENC"
658
+ * },
659
+ * SpekeKeyProvider: {
660
+ * DrmSystems: [
661
+ * "PLAYREADY"
662
+ * ],
663
+ * EncryptionContractConfiguration: {
664
+ * PresetSpeke20Audio: "SHARED",
665
+ * PresetSpeke20Video: "SHARED"
666
+ * },
667
+ * ResourceId: "ResourceId",
668
+ * RoleArn: "arn:aws:iam::123456789012:role/empRole",
669
+ * Url: "https://speke-key-provider.example.com"
670
+ * }
671
+ * },
672
+ * SegmentDurationSeconds: 2,
673
+ * SegmentName: "segmentName2"
674
+ * },
675
+ * StartoverWindowSeconds: 600
676
+ * };
677
+ * const command = new UpdateOriginEndpointCommand(input);
678
+ * const response = await client.send(command);
679
+ * /* response is
680
+ * {
681
+ * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointISM",
682
+ * ChannelGroupName: "exampleChannelGroup",
683
+ * ChannelName: "exampleChannel",
684
+ * ContainerType: "ISM",
685
+ * CreatedAt: "2022-10-18T09:36:00.00Z",
686
+ * Description: "Updated description for exampleOriginEndpointISM",
687
+ * ETag: "HmgU+ewBzHJS5xvz9nLXm2SEQxTsjRfk0rVvuMayoyl=",
688
+ * ForceEndpointErrorConfiguration: {
689
+ * EndpointErrorConditions: [
690
+ * "STALE_MANIFEST",
691
+ * "INCOMPLETE_MANIFEST",
692
+ * "MISSING_DRM_KEY",
693
+ * "SLATE_INPUT"
694
+ * ]
695
+ * },
696
+ * ModifiedAt: "2022-10-18T09:37:00.00Z",
697
+ * MssManifests: [
698
+ * {
699
+ * ManifestLayout: "FULL",
700
+ * ManifestName: "exampleMssManifest1",
701
+ * ManifestWindowSeconds: 60,
702
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointISM/exampleMssManifest1.ism/Manifest"
703
+ * },
704
+ * {
705
+ * ManifestLayout: "COMPACT",
706
+ * ManifestName: "exampleMssManifest2",
707
+ * ManifestWindowSeconds: 30,
708
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointISM/exampleMssManifest2.ism/Manifest"
709
+ * }
710
+ * ],
711
+ * OriginEndpointName: "exampleOriginEndpointISM",
712
+ * Segment: {
713
+ * Encryption: {
714
+ * EncryptionMethod: {
715
+ * IsmEncryptionMethod: "CENC"
716
+ * },
717
+ * SpekeKeyProvider: {
718
+ * DrmSystems: [
719
+ * "PLAYREADY"
720
+ * ],
721
+ * EncryptionContractConfiguration: {
722
+ * PresetSpeke20Audio: "SHARED",
723
+ * PresetSpeke20Video: "SHARED"
724
+ * },
725
+ * ResourceId: "ResourceId",
726
+ * RoleArn: "arn:aws:iam::123456789012:role/empRole",
727
+ * Url: "https://speke-key-provider.example.com"
728
+ * }
729
+ * },
730
+ * SegmentDurationSeconds: 2,
731
+ * SegmentName: "segmentName2"
732
+ * },
733
+ * StartoverWindowSeconds: 600,
734
+ * Tags: {
735
+ * key1: "value1",
736
+ * key2: "value2"
737
+ * }
738
+ * }
739
+ * *\/
740
+ * ```
741
+ *
592
742
  * @public
593
743
  */
594
744
  export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
@@ -168,6 +168,8 @@ export declare class ThrottlingException extends __BaseException {
168
168
  export declare const ValidationExceptionType: {
169
169
  readonly CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE";
170
170
  readonly CLIP_START_TIME_WITH_START_OR_END: "CLIP_START_TIME_WITH_START_OR_END";
171
+ readonly CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST: "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST";
172
+ readonly CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE: "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE";
171
173
  readonly CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE";
172
174
  readonly DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE";
173
175
  readonly DIRECT_MODE_WITH_TIMING_SOURCE: "DIRECT_MODE_WITH_TIMING_SOURCE";
@@ -176,6 +178,7 @@ export declare const ValidationExceptionType: {
176
178
  readonly ENCRYPTION_CONTRACT_SHARED: "ENCRYPTION_CONTRACT_SHARED";
177
179
  readonly ENCRYPTION_CONTRACT_UNENCRYPTED: "ENCRYPTION_CONTRACT_UNENCRYPTED";
178
180
  readonly ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE: "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE";
181
+ readonly ENCRYPTION_CONTRACT_WITH_ISM_CONTAINER_INCOMPATIBLE: "ENCRYPTION_CONTRACT_WITH_ISM_CONTAINER_INCOMPATIBLE";
179
182
  readonly ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH: "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH";
180
183
  readonly END_TIME_EARLIER_THAN_START_TIME: "END_TIME_EARLIER_THAN_START_TIME";
181
184
  readonly HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION: "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION";
@@ -194,6 +197,11 @@ export declare const ValidationExceptionType: {
194
197
  readonly INVALID_POLICY: "INVALID_POLICY";
195
198
  readonly INVALID_ROLE_ARN: "INVALID_ROLE_ARN";
196
199
  readonly INVALID_TIME_DELAY_SECONDS: "INVALID_TIME_DELAY_SECONDS";
200
+ readonly ISM_CONTAINER_TYPE_WITH_DASH_MANIFEST: "ISM_CONTAINER_TYPE_WITH_DASH_MANIFEST";
201
+ readonly ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST: "ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST";
202
+ readonly ISM_CONTAINER_TYPE_WITH_LL_HLS_MANIFEST: "ISM_CONTAINER_TYPE_WITH_LL_HLS_MANIFEST";
203
+ readonly ISM_CONTAINER_TYPE_WITH_SCTE: "ISM_CONTAINER_TYPE_WITH_SCTE";
204
+ readonly ISM_CONTAINER_WITH_KEY_ROTATION: "ISM_CONTAINER_WITH_KEY_ROTATION";
197
205
  readonly MANIFEST_DRM_SYSTEMS_INCOMPATIBLE: "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE";
198
206
  readonly MANIFEST_NAME_COLLISION: "MANIFEST_NAME_COLLISION";
199
207
  readonly MEMBER_DOES_NOT_MATCH_PATTERN: "MEMBER_DOES_NOT_MATCH_PATTERN";
@@ -219,6 +227,7 @@ export declare const ValidationExceptionType: {
219
227
  readonly TIMING_SOURCE_MISSING: "TIMING_SOURCE_MISSING";
220
228
  readonly TOO_MANY_IN_PROGRESS_HARVEST_JOBS: "TOO_MANY_IN_PROGRESS_HARVEST_JOBS";
221
229
  readonly TS_CONTAINER_TYPE_WITH_DASH_MANIFEST: "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST";
230
+ readonly TS_CONTAINER_TYPE_WITH_MSS_MANIFEST: "TS_CONTAINER_TYPE_WITH_MSS_MANIFEST";
222
231
  readonly UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION: "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION";
223
232
  readonly URL_INVALID: "URL_INVALID";
224
233
  readonly URL_LINK_LOCAL_ADDRESS: "URL_LINK_LOCAL_ADDRESS";
@@ -773,6 +782,7 @@ export interface ListChannelsResponse {
773
782
  */
774
783
  export declare const ContainerType: {
775
784
  readonly CMAF: "CMAF";
785
+ readonly ISM: "ISM";
776
786
  readonly TS: "TS";
777
787
  };
778
788
  /**
@@ -1346,6 +1356,44 @@ export interface CreateLowLatencyHlsManifestConfiguration {
1346
1356
  */
1347
1357
  UrlEncodeChildManifest?: boolean | undefined;
1348
1358
  }
1359
+ /**
1360
+ * @public
1361
+ * @enum
1362
+ */
1363
+ export declare const MssManifestLayout: {
1364
+ readonly COMPACT: "COMPACT";
1365
+ readonly FULL: "FULL";
1366
+ };
1367
+ /**
1368
+ * @public
1369
+ */
1370
+ export type MssManifestLayout = (typeof MssManifestLayout)[keyof typeof MssManifestLayout];
1371
+ /**
1372
+ * <p>Configuration parameters for creating a Microsoft Smooth Streaming (MSS) manifest. MSS is a streaming media format developed by Microsoft that delivers adaptive bitrate streaming content to compatible players and devices.</p>
1373
+ * @public
1374
+ */
1375
+ export interface CreateMssManifestConfiguration {
1376
+ /**
1377
+ * <p>A short string that's appended to the endpoint URL to create a unique path to this MSS manifest. The manifest name must be unique within the origin endpoint and can contain letters, numbers, hyphens, and underscores.</p>
1378
+ * @public
1379
+ */
1380
+ ManifestName: string | undefined;
1381
+ /**
1382
+ * <p>The total duration (in seconds) of the manifest window. This determines how much content is available in the manifest at any given time. The manifest window slides forward as new segments become available, maintaining a consistent duration of content. The minimum value is 30 seconds.</p>
1383
+ * @public
1384
+ */
1385
+ ManifestWindowSeconds?: number | undefined;
1386
+ /**
1387
+ * <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>
1388
+ * @public
1389
+ */
1390
+ FilterConfiguration?: FilterConfiguration | undefined;
1391
+ /**
1392
+ * <p>Determines the layout format of the MSS manifest. This controls how the manifest is structured and presented to client players, affecting compatibility with different MSS-compatible devices and applications.</p>
1393
+ * @public
1394
+ */
1395
+ ManifestLayout?: MssManifestLayout | undefined;
1396
+ }
1349
1397
  /**
1350
1398
  * @public
1351
1399
  * @enum
@@ -1358,6 +1406,17 @@ export declare const CmafEncryptionMethod: {
1358
1406
  * @public
1359
1407
  */
1360
1408
  export type CmafEncryptionMethod = (typeof CmafEncryptionMethod)[keyof typeof CmafEncryptionMethod];
1409
+ /**
1410
+ * @public
1411
+ * @enum
1412
+ */
1413
+ export declare const IsmEncryptionMethod: {
1414
+ readonly CENC: "CENC";
1415
+ };
1416
+ /**
1417
+ * @public
1418
+ */
1419
+ export type IsmEncryptionMethod = (typeof IsmEncryptionMethod)[keyof typeof IsmEncryptionMethod];
1361
1420
  /**
1362
1421
  * @public
1363
1422
  * @enum
@@ -1385,6 +1444,11 @@ export interface EncryptionMethod {
1385
1444
  * @public
1386
1445
  */
1387
1446
  CmafEncryptionMethod?: CmafEncryptionMethod | undefined;
1447
+ /**
1448
+ * <p>The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.</p>
1449
+ * @public
1450
+ */
1451
+ IsmEncryptionMethod?: IsmEncryptionMethod | undefined;
1388
1452
  }
1389
1453
  /**
1390
1454
  * @public
@@ -1587,6 +1651,31 @@ export interface Encryption {
1587
1651
  * @public
1588
1652
  */
1589
1653
  KeyRotationIntervalSeconds?: number | undefined;
1654
+ /**
1655
+ * <p>Excludes SEIG and SGPD boxes from segment metadata in CMAF containers.</p>
1656
+ * <p>When set to <code>true</code>, MediaPackage omits these DRM metadata boxes from CMAF segments, which can improve compatibility with certain devices and players that don't support these boxes.</p>
1657
+ * <p>Important considerations:</p>
1658
+ * <ul>
1659
+ * <li>
1660
+ * <p>This setting only affects CMAF container formats</p>
1661
+ * </li>
1662
+ * <li>
1663
+ * <p>Key rotation can still be handled through media playlist signaling</p>
1664
+ * </li>
1665
+ * <li>
1666
+ * <p>PSSH and TENC boxes remain unaffected</p>
1667
+ * </li>
1668
+ * <li>
1669
+ * <p>Default behavior is preserved when this setting is disabled</p>
1670
+ * </li>
1671
+ * </ul>
1672
+ * <p>Valid values: <code>true</code> | <code>false</code>
1673
+ * </p>
1674
+ * <p>Default: <code>false</code>
1675
+ * </p>
1676
+ * @public
1677
+ */
1678
+ CmafExcludeSegmentDrmMetadata?: boolean | undefined;
1590
1679
  /**
1591
1680
  * <p>The parameters for the SPEKE key provider.</p>
1592
1681
  * @public
@@ -1723,6 +1812,11 @@ export interface CreateOriginEndpointRequest {
1723
1812
  * @public
1724
1813
  */
1725
1814
  DashManifests?: CreateDashManifestConfiguration[] | undefined;
1815
+ /**
1816
+ * <p>A list of Microsoft Smooth Streaming (MSS) manifest configurations for the origin endpoint. You can configure multiple MSS manifests to provide different streaming experiences or to support different client requirements.</p>
1817
+ * @public
1818
+ */
1819
+ MssManifests?: CreateMssManifestConfiguration[] | undefined;
1726
1820
  /**
1727
1821
  * <p>The failover settings for the endpoint.</p>
1728
1822
  * @public
@@ -1954,6 +2048,37 @@ export interface GetLowLatencyHlsManifestConfiguration {
1954
2048
  */
1955
2049
  UrlEncodeChildManifest?: boolean | undefined;
1956
2050
  }
2051
+ /**
2052
+ * <p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
2053
+ * @public
2054
+ */
2055
+ export interface GetMssManifestConfiguration {
2056
+ /**
2057
+ * <p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
2058
+ * @public
2059
+ */
2060
+ ManifestName: string | undefined;
2061
+ /**
2062
+ * <p>The complete URL for accessing the MSS manifest. Client players use this URL to retrieve the manifest and begin streaming the Microsoft Smooth Streaming content.</p>
2063
+ * @public
2064
+ */
2065
+ Url: string | undefined;
2066
+ /**
2067
+ * <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>
2068
+ * @public
2069
+ */
2070
+ FilterConfiguration?: FilterConfiguration | undefined;
2071
+ /**
2072
+ * <p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
2073
+ * @public
2074
+ */
2075
+ ManifestWindowSeconds?: number | undefined;
2076
+ /**
2077
+ * <p>The layout format of the MSS manifest, which determines how the manifest is structured for client compatibility.</p>
2078
+ * @public
2079
+ */
2080
+ ManifestLayout?: MssManifestLayout | undefined;
2081
+ }
1957
2082
  /**
1958
2083
  * @public
1959
2084
  */
@@ -2023,6 +2148,11 @@ export interface CreateOriginEndpointResponse {
2023
2148
  * @public
2024
2149
  */
2025
2150
  DashManifests?: GetDashManifestConfiguration[] | undefined;
2151
+ /**
2152
+ * <p>The Microsoft Smooth Streaming (MSS) manifest configurations that were created for this origin endpoint.</p>
2153
+ * @public
2154
+ */
2155
+ MssManifests?: GetMssManifestConfiguration[] | undefined;
2026
2156
  /**
2027
2157
  * <p>The failover settings for the endpoint.</p>
2028
2158
  * @public
@@ -2158,6 +2288,11 @@ export interface GetOriginEndpointResponse {
2158
2288
  * @public
2159
2289
  */
2160
2290
  DashManifests?: GetDashManifestConfiguration[] | undefined;
2291
+ /**
2292
+ * <p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
2293
+ * @public
2294
+ */
2295
+ MssManifests?: GetMssManifestConfiguration[] | undefined;
2161
2296
  /**
2162
2297
  * <p>The failover settings for the endpoint.</p>
2163
2298
  * @public
@@ -2257,6 +2392,22 @@ export interface ListLowLatencyHlsManifestConfiguration {
2257
2392
  */
2258
2393
  Url?: string | undefined;
2259
2394
  }
2395
+ /**
2396
+ * <p>Summary information about a Microsoft Smooth Streaming (MSS) manifest configuration. This provides key details about the MSS manifest without including all configuration parameters.</p>
2397
+ * @public
2398
+ */
2399
+ export interface ListMssManifestConfiguration {
2400
+ /**
2401
+ * <p>The name of the MSS manifest configuration.</p>
2402
+ * @public
2403
+ */
2404
+ ManifestName: string | undefined;
2405
+ /**
2406
+ * <p>The URL for accessing the MSS manifest.</p>
2407
+ * @public
2408
+ */
2409
+ Url?: string | undefined;
2410
+ }
2260
2411
  /**
2261
2412
  * <p>The configuration of the origin endpoint.</p>
2262
2413
  * @public
@@ -2317,6 +2468,11 @@ export interface OriginEndpointListConfiguration {
2317
2468
  * @public
2318
2469
  */
2319
2470
  DashManifests?: ListDashManifestConfiguration[] | undefined;
2471
+ /**
2472
+ * <p>A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint. Each configuration represents a different MSS streaming option available from this endpoint.</p>
2473
+ * @public
2474
+ */
2475
+ MssManifests?: ListMssManifestConfiguration[] | undefined;
2320
2476
  /**
2321
2477
  * <p>The failover settings for the endpoint.</p>
2322
2478
  * @public
@@ -2542,6 +2698,11 @@ export interface UpdateOriginEndpointRequest {
2542
2698
  * @public
2543
2699
  */
2544
2700
  DashManifests?: CreateDashManifestConfiguration[] | undefined;
2701
+ /**
2702
+ * <p>A list of Microsoft Smooth Streaming (MSS) manifest configurations to update for the origin endpoint. This replaces the existing MSS manifest configurations.</p>
2703
+ * @public
2704
+ */
2705
+ MssManifests?: CreateMssManifestConfiguration[] | undefined;
2545
2706
  /**
2546
2707
  * <p>The failover settings for the endpoint.</p>
2547
2708
  * @public
@@ -2617,6 +2778,11 @@ export interface UpdateOriginEndpointResponse {
2617
2778
  * @public
2618
2779
  */
2619
2780
  LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[] | undefined;
2781
+ /**
2782
+ * <p>The updated Microsoft Smooth Streaming (MSS) manifest configurations for this origin endpoint.</p>
2783
+ * @public
2784
+ */
2785
+ MssManifests?: GetMssManifestConfiguration[] | undefined;
2620
2786
  /**
2621
2787
  * <p>The failover settings for the endpoint.</p>
2622
2788
  * @public