@aws-sdk/client-mediapackagev2 3.882.0 → 3.885.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -12
- package/dist-cjs/index.js +2 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/MediaPackageV2.d.ts +1 -12
- package/dist-types/MediaPackageV2Client.d.ts +1 -12
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -3
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +1 -3
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +5 -7
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -3
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +1 -3
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -3
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +1 -3
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +1 -3
- package/dist-types/commands/GetChannelCommand.d.ts +1 -3
- package/dist-types/commands/GetChannelGroupCommand.d.ts +1 -3
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -3
- package/dist-types/commands/GetHarvestJobCommand.d.ts +1 -3
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +3 -5
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +1 -3
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +1 -3
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -3
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +1 -3
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -3
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +1 -3
- package/dist-types/commands/ResetChannelStateCommand.d.ts +2 -5
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +2 -5
- package/dist-types/commands/TagResourceCommand.d.ts +1 -6
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -5
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -5
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -9
- package/dist-types/index.d.ts +1 -12
- package/dist-types/models/models_0.d.ts +37 -290
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaPackageV2ServiceException as __BaseException } from "./MediaPackageV2ServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. The user or role that is making the request must have at least
|
|
5
|
-
* one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide. Or, if you're using CDN authorization, you will receive this exception
|
|
6
|
-
* if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
4
|
+
* <p>Access is denied because either you don't have permissions to perform the requested operation or MediaPackage is getting throttling errors with CDN authorization. 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. Or, if you're using CDN authorization, you will receive this exception if MediaPackage receives a throttling error from Secrets Manager.</p>
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -33,6 +31,7 @@ export type AdMarkerDash = (typeof AdMarkerDash)[keyof typeof AdMarkerDash];
|
|
|
33
31
|
*/
|
|
34
32
|
export declare const AdMarkerHls: {
|
|
35
33
|
readonly DATERANGE: "DATERANGE";
|
|
34
|
+
readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
|
|
36
35
|
};
|
|
37
36
|
/**
|
|
38
37
|
* @public
|
|
@@ -465,18 +464,7 @@ export interface CreateChannelRequest {
|
|
|
465
464
|
*/
|
|
466
465
|
ClientToken?: string | undefined;
|
|
467
466
|
/**
|
|
468
|
-
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p>
|
|
469
|
-
* <p>The allowed values are:</p>
|
|
470
|
-
* <ul>
|
|
471
|
-
* <li>
|
|
472
|
-
* <p>
|
|
473
|
-
* <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p>
|
|
474
|
-
* </li>
|
|
475
|
-
* <li>
|
|
476
|
-
* <p>
|
|
477
|
-
* <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p>
|
|
478
|
-
* </li>
|
|
479
|
-
* </ul>
|
|
467
|
+
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p> <p>The allowed values are:</p> <ul> <li> <p> <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p> </li> <li> <p> <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p> </li> </ul>
|
|
480
468
|
* @public
|
|
481
469
|
*/
|
|
482
470
|
InputType?: InputType | undefined;
|
|
@@ -496,13 +484,7 @@ export interface CreateChannelRequest {
|
|
|
496
484
|
*/
|
|
497
485
|
OutputHeaderConfiguration?: OutputHeaderConfiguration | undefined;
|
|
498
486
|
/**
|
|
499
|
-
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p>
|
|
500
|
-
* <p>
|
|
501
|
-
* <code>"Key1": "Value1",</code>
|
|
502
|
-
* </p>
|
|
503
|
-
* <p>
|
|
504
|
-
* <code>"Key2": "Value2"</code>
|
|
505
|
-
* </p>
|
|
487
|
+
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>"Key1": "Value1",</code> </p> <p> <code>"Key2": "Value2"</code> </p>
|
|
506
488
|
* @public
|
|
507
489
|
*/
|
|
508
490
|
Tags?: Record<string, string> | undefined;
|
|
@@ -563,18 +545,7 @@ export interface CreateChannelResponse {
|
|
|
563
545
|
*/
|
|
564
546
|
IngestEndpoints?: IngestEndpoint[] | undefined;
|
|
565
547
|
/**
|
|
566
|
-
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p>
|
|
567
|
-
* <p>The allowed values are:</p>
|
|
568
|
-
* <ul>
|
|
569
|
-
* <li>
|
|
570
|
-
* <p>
|
|
571
|
-
* <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p>
|
|
572
|
-
* </li>
|
|
573
|
-
* <li>
|
|
574
|
-
* <p>
|
|
575
|
-
* <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p>
|
|
576
|
-
* </li>
|
|
577
|
-
* </ul>
|
|
548
|
+
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p> <p>The allowed values are:</p> <ul> <li> <p> <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p> </li> <li> <p> <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p> </li> </ul>
|
|
578
549
|
* @public
|
|
579
550
|
*/
|
|
580
551
|
InputType?: InputType | undefined;
|
|
@@ -692,18 +663,7 @@ export interface GetChannelResponse {
|
|
|
692
663
|
*/
|
|
693
664
|
IngestEndpoints?: IngestEndpoint[] | undefined;
|
|
694
665
|
/**
|
|
695
|
-
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p>
|
|
696
|
-
* <p>The allowed values are:</p>
|
|
697
|
-
* <ul>
|
|
698
|
-
* <li>
|
|
699
|
-
* <p>
|
|
700
|
-
* <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p>
|
|
701
|
-
* </li>
|
|
702
|
-
* <li>
|
|
703
|
-
* <p>
|
|
704
|
-
* <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p>
|
|
705
|
-
* </li>
|
|
706
|
-
* </ul>
|
|
666
|
+
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p> <p>The allowed values are:</p> <ul> <li> <p> <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p> </li> <li> <p> <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p> </li> </ul>
|
|
707
667
|
* @public
|
|
708
668
|
*/
|
|
709
669
|
InputType?: InputType | undefined;
|
|
@@ -784,18 +744,7 @@ export interface ChannelListConfiguration {
|
|
|
784
744
|
*/
|
|
785
745
|
Description?: string | undefined;
|
|
786
746
|
/**
|
|
787
|
-
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p>
|
|
788
|
-
* <p>The allowed values are:</p>
|
|
789
|
-
* <ul>
|
|
790
|
-
* <li>
|
|
791
|
-
* <p>
|
|
792
|
-
* <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p>
|
|
793
|
-
* </li>
|
|
794
|
-
* <li>
|
|
795
|
-
* <p>
|
|
796
|
-
* <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p>
|
|
797
|
-
* </li>
|
|
798
|
-
* </ul>
|
|
747
|
+
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p> <p>The allowed values are:</p> <ul> <li> <p> <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p> </li> <li> <p> <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p> </li> </ul>
|
|
799
748
|
* @public
|
|
800
749
|
*/
|
|
801
750
|
InputType?: InputType | undefined;
|
|
@@ -905,8 +854,7 @@ export interface DashDvbFontDownload {
|
|
|
905
854
|
*/
|
|
906
855
|
Url?: string | undefined;
|
|
907
856
|
/**
|
|
908
|
-
* <p>The <code>mimeType</code> of the resource that's at the font download URL.</p>
|
|
909
|
-
* <p>For information about font MIME types, see the <a href="https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf">MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks</a> document. </p>
|
|
857
|
+
* <p>The <code>mimeType</code> of the resource that's at the font download URL.</p> <p>For information about font MIME types, see the <a href="https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf">MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks</a> document. </p>
|
|
910
858
|
* @public
|
|
911
859
|
*/
|
|
912
860
|
MimeType?: string | undefined;
|
|
@@ -1026,18 +974,7 @@ export interface DashProgramInformation {
|
|
|
1026
974
|
*/
|
|
1027
975
|
export interface ScteDash {
|
|
1028
976
|
/**
|
|
1029
|
-
* <p>Choose how ad markers are included in the packaged content. 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.</p>
|
|
1030
|
-
* <p>Value description:</p>
|
|
1031
|
-
* <ul>
|
|
1032
|
-
* <li>
|
|
1033
|
-
* <p>
|
|
1034
|
-
* <code>Binary</code> - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.</p>
|
|
1035
|
-
* </li>
|
|
1036
|
-
* <li>
|
|
1037
|
-
* <p>
|
|
1038
|
-
* <code>XML</code> - The SCTE marker is expressed fully in XML.</p>
|
|
1039
|
-
* </li>
|
|
1040
|
-
* </ul>
|
|
977
|
+
* <p>Choose how ad markers are included in the packaged content. 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.</p> <p>Value description:</p> <ul> <li> <p> <code>Binary</code> - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.</p> </li> <li> <p> <code>XML</code> - The SCTE marker is expressed fully in XML.</p> </li> </ul>
|
|
1041
978
|
* @public
|
|
1042
979
|
*/
|
|
1043
980
|
AdMarkerDash?: AdMarkerDash | undefined;
|
|
@@ -1071,9 +1008,7 @@ export type DashTtmlProfile = (typeof DashTtmlProfile)[keyof typeof DashTtmlProf
|
|
|
1071
1008
|
*/
|
|
1072
1009
|
export interface DashTtmlConfiguration {
|
|
1073
1010
|
/**
|
|
1074
|
-
* <p>The profile that MediaPackage uses when signaling subtitles in the manifest. <code>IMSC</code> is the default profile.
|
|
1075
|
-
* <code>EBU-TT-D</code> produces subtitles that are compliant with the EBU-TT-D TTML profile.
|
|
1076
|
-
* MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see <a href="https://tech.ebu.ch/publications/tech3380">EBU-TT-D Subtitling Distribution Format</a>.</p>
|
|
1011
|
+
* <p>The profile that MediaPackage uses when signaling subtitles in the manifest. <code>IMSC</code> is the default profile. <code>EBU-TT-D</code> produces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see <a href="https://tech.ebu.ch/publications/tech3380">EBU-TT-D Subtitling Distribution Format</a>.</p>
|
|
1077
1012
|
* @public
|
|
1078
1013
|
*/
|
|
1079
1014
|
TtmlProfile: DashTtmlProfile | undefined;
|
|
@@ -1155,20 +1090,12 @@ export interface CreateDashManifestConfiguration {
|
|
|
1155
1090
|
*/
|
|
1156
1091
|
SuggestedPresentationDelaySeconds?: number | undefined;
|
|
1157
1092
|
/**
|
|
1158
|
-
* <p>Determines the type of variable used in the <code>media</code> URL of the <code>SegmentTemplate</code> tag in the manifest. Also specifies if segment timeline information is included in <code>SegmentTimeline</code> or <code>SegmentTemplate</code>.</p>
|
|
1159
|
-
* <p>Value description:</p>
|
|
1160
|
-
* <ul>
|
|
1161
|
-
* <li>
|
|
1162
|
-
* <p>
|
|
1163
|
-
* <code>NUMBER_WITH_TIMELINE</code> - The <code>$Number$</code> variable is used in the <code>media</code> URL. The value of this variable is the sequential number of the segment. A full <code>SegmentTimeline</code> object is presented in each <code>SegmentTemplate</code>.</p>
|
|
1164
|
-
* </li>
|
|
1165
|
-
* </ul>
|
|
1093
|
+
* <p>Determines the type of variable used in the <code>media</code> URL of the <code>SegmentTemplate</code> tag in the manifest. Also specifies if segment timeline information is included in <code>SegmentTimeline</code> or <code>SegmentTemplate</code>.</p> <p>Value description:</p> <ul> <li> <p> <code>NUMBER_WITH_TIMELINE</code> - The <code>$Number$</code> variable is used in the <code>media</code> URL. The value of this variable is the sequential number of the segment. A full <code>SegmentTimeline</code> object is presented in each <code>SegmentTemplate</code>.</p> </li> </ul>
|
|
1166
1094
|
* @public
|
|
1167
1095
|
*/
|
|
1168
1096
|
SegmentTemplateFormat?: DashSegmentTemplateFormat | undefined;
|
|
1169
1097
|
/**
|
|
1170
|
-
* <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type <code>ADS</code> to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period.
|
|
1171
|
-
* For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
1098
|
+
* <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type <code>ADS</code> to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
1172
1099
|
* @public
|
|
1173
1100
|
*/
|
|
1174
1101
|
PeriodTriggers?: DashPeriodTrigger[] | undefined;
|
|
@@ -1208,8 +1135,7 @@ export interface CreateDashManifestConfiguration {
|
|
|
1208
1135
|
*/
|
|
1209
1136
|
DvbSettings?: DashDvbSettings | undefined;
|
|
1210
1137
|
/**
|
|
1211
|
-
* <p>The layout of the DASH manifest that MediaPackage produces. <code>STANDARD</code> indicates a default manifest, which is compacted. <code>NONE</code> indicates a full manifest.</p>
|
|
1212
|
-
* <p>For information about compactness, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html">DASH manifest compactness</a> in the <i>Elemental MediaPackage v2 User Guide</i>.</p>
|
|
1138
|
+
* <p>The layout of the DASH manifest that MediaPackage produces. <code>STANDARD</code> indicates a default manifest, which is compacted. <code>NONE</code> indicates a full manifest.</p> <p>For information about compactness, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html">DASH manifest compactness</a> in the <i>Elemental MediaPackage v2 User Guide</i>.</p>
|
|
1213
1139
|
* @public
|
|
1214
1140
|
*/
|
|
1215
1141
|
Compactness?: DashCompactness | undefined;
|
|
@@ -1239,25 +1165,7 @@ export type EndpointErrorCondition = (typeof EndpointErrorCondition)[keyof typeo
|
|
|
1239
1165
|
*/
|
|
1240
1166
|
export interface ForceEndpointErrorConfiguration {
|
|
1241
1167
|
/**
|
|
1242
|
-
* <p>The failover conditions for the endpoint. The options are:</p>
|
|
1243
|
-
* <ul>
|
|
1244
|
-
* <li>
|
|
1245
|
-
* <p>
|
|
1246
|
-
* <code>STALE_MANIFEST</code> - The manifest stalled and there are no new segments or parts.</p>
|
|
1247
|
-
* </li>
|
|
1248
|
-
* <li>
|
|
1249
|
-
* <p>
|
|
1250
|
-
* <code>INCOMPLETE_MANIFEST</code> - There is a gap in the manifest.</p>
|
|
1251
|
-
* </li>
|
|
1252
|
-
* <li>
|
|
1253
|
-
* <p>
|
|
1254
|
-
* <code>MISSING_DRM_KEY</code> - Key rotation is enabled but we're unable to fetch the key for the current key period.</p>
|
|
1255
|
-
* </li>
|
|
1256
|
-
* <li>
|
|
1257
|
-
* <p>
|
|
1258
|
-
* <code>SLATE_INPUT</code> - The segments which contain slate content are considered to be missing content.</p>
|
|
1259
|
-
* </li>
|
|
1260
|
-
* </ul>
|
|
1168
|
+
* <p>The failover conditions for the endpoint. The options are:</p> <ul> <li> <p> <code>STALE_MANIFEST</code> - The manifest stalled and there are no new segments or parts.</p> </li> <li> <p> <code>INCOMPLETE_MANIFEST</code> - There is a gap in the manifest.</p> </li> <li> <p> <code>MISSING_DRM_KEY</code> - Key rotation is enabled but we're unable to fetch the key for the current key period.</p> </li> <li> <p> <code>SLATE_INPUT</code> - The segments which contain slate content are considered to be missing content.</p> </li> </ul>
|
|
1261
1169
|
* @public
|
|
1262
1170
|
*/
|
|
1263
1171
|
EndpointErrorConditions?: EndpointErrorCondition[] | undefined;
|
|
@@ -1268,13 +1176,7 @@ export interface ForceEndpointErrorConfiguration {
|
|
|
1268
1176
|
*/
|
|
1269
1177
|
export interface ScteHls {
|
|
1270
1178
|
/**
|
|
1271
|
-
* <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>
|
|
1272
|
-
* <p>Value description: </p>
|
|
1273
|
-
* <ul>
|
|
1274
|
-
* <li>
|
|
1275
|
-
* <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>
|
|
1276
|
-
* </li>
|
|
1277
|
-
* </ul>
|
|
1179
|
+
* <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> <p>Value description: </p> <ul> <li> <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> </li> </ul>
|
|
1278
1180
|
* @public
|
|
1279
1181
|
*/
|
|
1280
1182
|
AdMarkerHls?: AdMarkerHls | undefined;
|
|
@@ -1326,10 +1228,7 @@ export interface CreateHlsManifestConfiguration {
|
|
|
1326
1228
|
*/
|
|
1327
1229
|
ManifestWindowSeconds?: number | undefined;
|
|
1328
1230
|
/**
|
|
1329
|
-
* <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,
|
|
1330
|
-
* EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
|
|
1331
|
-
* 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.</p>
|
|
1332
|
-
* <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
1231
|
+
* <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, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. 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.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
1333
1232
|
* @public
|
|
1334
1233
|
*/
|
|
1335
1234
|
ProgramDateTimeIntervalSeconds?: number | undefined;
|
|
@@ -1339,8 +1238,7 @@ export interface CreateHlsManifestConfiguration {
|
|
|
1339
1238
|
*/
|
|
1340
1239
|
FilterConfiguration?: FilterConfiguration | undefined;
|
|
1341
1240
|
/**
|
|
1342
|
-
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol.
|
|
1343
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
1241
|
+
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
1344
1242
|
* @public
|
|
1345
1243
|
*/
|
|
1346
1244
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
@@ -1376,10 +1274,7 @@ export interface CreateLowLatencyHlsManifestConfiguration {
|
|
|
1376
1274
|
*/
|
|
1377
1275
|
ManifestWindowSeconds?: number | undefined;
|
|
1378
1276
|
/**
|
|
1379
|
-
* <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,
|
|
1380
|
-
* EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
|
|
1381
|
-
* 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.</p>
|
|
1382
|
-
* <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
1277
|
+
* <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, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. 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.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
1383
1278
|
* @public
|
|
1384
1279
|
*/
|
|
1385
1280
|
ProgramDateTimeIntervalSeconds?: number | undefined;
|
|
@@ -1389,8 +1284,7 @@ export interface CreateLowLatencyHlsManifestConfiguration {
|
|
|
1389
1284
|
*/
|
|
1390
1285
|
FilterConfiguration?: FilterConfiguration | undefined;
|
|
1391
1286
|
/**
|
|
1392
|
-
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol.
|
|
1393
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
1287
|
+
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
1394
1288
|
* @public
|
|
1395
1289
|
*/
|
|
1396
1290
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
@@ -1545,88 +1439,12 @@ export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof Preset
|
|
|
1545
1439
|
*/
|
|
1546
1440
|
export interface EncryptionContractConfiguration {
|
|
1547
1441
|
/**
|
|
1548
|
-
* <p>A collection of audio encryption presets.</p>
|
|
1549
|
-
* <p>Value description: </p>
|
|
1550
|
-
* <ul>
|
|
1551
|
-
* <li>
|
|
1552
|
-
* <p>PRESET-AUDIO-1 - Use one content key to encrypt all of the
|
|
1553
|
-
* audio tracks in your stream.</p>
|
|
1554
|
-
* </li>
|
|
1555
|
-
* <li>
|
|
1556
|
-
* <p>PRESET-AUDIO-2 - Use one content key to encrypt all of the
|
|
1557
|
-
* stereo audio tracks and one content key to encrypt all of the multichannel
|
|
1558
|
-
* audio tracks.</p>
|
|
1559
|
-
* </li>
|
|
1560
|
-
* <li>
|
|
1561
|
-
* <p>PRESET-AUDIO-3 - Use one content key to encrypt all of the
|
|
1562
|
-
* stereo audio tracks, one content key to encrypt all of the multichannel audio
|
|
1563
|
-
* tracks with 3 to 6 channels, and one content key to encrypt all of the
|
|
1564
|
-
* multichannel audio tracks with more than 6 channels.</p>
|
|
1565
|
-
* </li>
|
|
1566
|
-
* <li>
|
|
1567
|
-
* <p>SHARED - Use the same content key for all of the audio and
|
|
1568
|
-
* video tracks in your stream.</p>
|
|
1569
|
-
* </li>
|
|
1570
|
-
* <li>
|
|
1571
|
-
* <p>UNENCRYPTED - Don't encrypt any of the audio tracks in your
|
|
1572
|
-
* stream.</p>
|
|
1573
|
-
* </li>
|
|
1574
|
-
* </ul>
|
|
1442
|
+
* <p>A collection of audio encryption presets.</p> <p>Value description: </p> <ul> <li> <p>PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.</p> </li> <li> <p>PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.</p> </li> <li> <p>PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.</p> </li> <li> <p>SHARED - Use the same content key for all of the audio and video tracks in your stream.</p> </li> <li> <p>UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.</p> </li> </ul>
|
|
1575
1443
|
* @public
|
|
1576
1444
|
*/
|
|
1577
1445
|
PresetSpeke20Audio: PresetSpeke20Audio | undefined;
|
|
1578
1446
|
/**
|
|
1579
|
-
* <p>A collection of video encryption presets.</p>
|
|
1580
|
-
* <p>Value description: </p>
|
|
1581
|
-
* <ul>
|
|
1582
|
-
* <li>
|
|
1583
|
-
* <p>PRESET-VIDEO-1 - Use one content key to encrypt all of the video
|
|
1584
|
-
* tracks in your stream.</p>
|
|
1585
|
-
* </li>
|
|
1586
|
-
* <li>
|
|
1587
|
-
* <p>PRESET-VIDEO-2 - Use one content key to encrypt all of the SD
|
|
1588
|
-
* video tracks and one content key for all HD and higher resolutions video
|
|
1589
|
-
* tracks.</p>
|
|
1590
|
-
* </li>
|
|
1591
|
-
* <li>
|
|
1592
|
-
* <p>PRESET-VIDEO-3 - Use one content key to encrypt all of the SD
|
|
1593
|
-
* video tracks, one content key for HD video tracks and one content key for all
|
|
1594
|
-
* UHD video tracks.</p>
|
|
1595
|
-
* </li>
|
|
1596
|
-
* <li>
|
|
1597
|
-
* <p>PRESET-VIDEO-4 - Use one content key to encrypt all of the SD
|
|
1598
|
-
* video tracks, one content key for HD video tracks, one content key for all UHD1
|
|
1599
|
-
* video tracks and one content key for all UHD2 video tracks.</p>
|
|
1600
|
-
* </li>
|
|
1601
|
-
* <li>
|
|
1602
|
-
* <p>PRESET-VIDEO-5 - Use one content key to encrypt all of the SD
|
|
1603
|
-
* video tracks, one content key for HD1 video tracks, one content key for HD2
|
|
1604
|
-
* video tracks, one content key for all UHD1 video tracks and one content key for
|
|
1605
|
-
* all UHD2 video tracks.</p>
|
|
1606
|
-
* </li>
|
|
1607
|
-
* <li>
|
|
1608
|
-
* <p>PRESET-VIDEO-6 - Use one content key to encrypt all of the SD
|
|
1609
|
-
* video tracks, one content key for HD1 video tracks, one content key for HD2
|
|
1610
|
-
* video tracks and one content key for all UHD video tracks.</p>
|
|
1611
|
-
* </li>
|
|
1612
|
-
* <li>
|
|
1613
|
-
* <p>PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1
|
|
1614
|
-
* video tracks, one content key for HD2 video tracks and one content key for all
|
|
1615
|
-
* UHD video tracks.</p>
|
|
1616
|
-
* </li>
|
|
1617
|
-
* <li>
|
|
1618
|
-
* <p>PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1
|
|
1619
|
-
* video tracks, one content key for HD2 video tracks, one content key for all
|
|
1620
|
-
* UHD1 video tracks and one content key for all UHD2 video tracks.</p>
|
|
1621
|
-
* </li>
|
|
1622
|
-
* <li>
|
|
1623
|
-
* <p>SHARED - Use the same content key for all of the video and audio
|
|
1624
|
-
* tracks in your stream.</p>
|
|
1625
|
-
* </li>
|
|
1626
|
-
* <li>
|
|
1627
|
-
* <p>UNENCRYPTED - Don't encrypt any of the video tracks in your stream.</p>
|
|
1628
|
-
* </li>
|
|
1629
|
-
* </ul>
|
|
1447
|
+
* <p>A collection of video encryption presets.</p> <p>Value description: </p> <ul> <li> <p>PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.</p> </li> <li> <p>PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.</p> </li> <li> <p>PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.</p> </li> <li> <p>PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</p> </li> <li> <p>PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</p> </li> <li> <p>PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</p> </li> <li> <p>PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</p> </li> <li> <p>PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</p> </li> <li> <p>SHARED - Use the same content key for all of the video and audio tracks in your stream.</p> </li> <li> <p>UNENCRYPTED - Don't encrypt any of the video tracks in your stream.</p> </li> </ul>
|
|
1630
1448
|
* @public
|
|
1631
1449
|
*/
|
|
1632
1450
|
PresetSpeke20Video: PresetSpeke20Video | undefined;
|
|
@@ -1642,9 +1460,7 @@ export interface SpekeKeyProvider {
|
|
|
1642
1460
|
*/
|
|
1643
1461
|
EncryptionContractConfiguration: EncryptionContractConfiguration | undefined;
|
|
1644
1462
|
/**
|
|
1645
|
-
* <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>
|
|
1646
|
-
* <p>The following example shows a resource ID: <code>MovieNight20171126093045</code>
|
|
1647
|
-
* </p>
|
|
1463
|
+
* <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> <p>The following example shows a resource ID: <code>MovieNight20171126093045</code> </p>
|
|
1648
1464
|
* @public
|
|
1649
1465
|
*/
|
|
1650
1466
|
ResourceId: string | undefined;
|
|
@@ -1654,16 +1470,12 @@ export interface SpekeKeyProvider {
|
|
|
1654
1470
|
*/
|
|
1655
1471
|
DrmSystems: DrmSystem[] | undefined;
|
|
1656
1472
|
/**
|
|
1657
|
-
* <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>
|
|
1658
|
-
* <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>
|
|
1659
|
-
* </p>
|
|
1473
|
+
* <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> <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> </p>
|
|
1660
1474
|
* @public
|
|
1661
1475
|
*/
|
|
1662
1476
|
RoleArn: string | undefined;
|
|
1663
1477
|
/**
|
|
1664
|
-
* <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>
|
|
1665
|
-
* <p>The following example shows a URL: <code>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</code>
|
|
1666
|
-
* </p>
|
|
1478
|
+
* <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> <p>The following example shows a URL: <code>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</code> </p>
|
|
1667
1479
|
* @public
|
|
1668
1480
|
*/
|
|
1669
1481
|
Url: string | undefined;
|
|
@@ -1684,34 +1496,12 @@ export interface Encryption {
|
|
|
1684
1496
|
*/
|
|
1685
1497
|
EncryptionMethod: EncryptionMethod | undefined;
|
|
1686
1498
|
/**
|
|
1687
|
-
* <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>
|
|
1688
|
-
* <p>The following example setting causes the service to rotate keys every thirty minutes: <code>1800</code>
|
|
1689
|
-
* </p>
|
|
1499
|
+
* <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> <p>The following example setting causes the service to rotate keys every thirty minutes: <code>1800</code> </p>
|
|
1690
1500
|
* @public
|
|
1691
1501
|
*/
|
|
1692
1502
|
KeyRotationIntervalSeconds?: number | undefined;
|
|
1693
1503
|
/**
|
|
1694
|
-
* <p>Excludes SEIG and SGPD boxes from segment metadata in CMAF containers.</p>
|
|
1695
|
-
* <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>
|
|
1696
|
-
* <p>Important considerations:</p>
|
|
1697
|
-
* <ul>
|
|
1698
|
-
* <li>
|
|
1699
|
-
* <p>This setting only affects CMAF container formats</p>
|
|
1700
|
-
* </li>
|
|
1701
|
-
* <li>
|
|
1702
|
-
* <p>Key rotation can still be handled through media playlist signaling</p>
|
|
1703
|
-
* </li>
|
|
1704
|
-
* <li>
|
|
1705
|
-
* <p>PSSH and TENC boxes remain unaffected</p>
|
|
1706
|
-
* </li>
|
|
1707
|
-
* <li>
|
|
1708
|
-
* <p>Default behavior is preserved when this setting is disabled</p>
|
|
1709
|
-
* </li>
|
|
1710
|
-
* </ul>
|
|
1711
|
-
* <p>Valid values: <code>true</code> | <code>false</code>
|
|
1712
|
-
* </p>
|
|
1713
|
-
* <p>Default: <code>false</code>
|
|
1714
|
-
* </p>
|
|
1504
|
+
* <p>Excludes SEIG and SGPD boxes from segment metadata in CMAF containers.</p> <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> <p>Important considerations:</p> <ul> <li> <p>This setting only affects CMAF container formats</p> </li> <li> <p>Key rotation can still be handled through media playlist signaling</p> </li> <li> <p>PSSH and TENC boxes remain unaffected</p> </li> <li> <p>Default behavior is preserved when this setting is disabled</p> </li> </ul> <p>Valid values: <code>true</code> | <code>false</code> </p> <p>Default: <code>false</code> </p>
|
|
1715
1505
|
* @public
|
|
1716
1506
|
*/
|
|
1717
1507
|
CmafExcludeSegmentDrmMetadata?: boolean | undefined;
|
|
@@ -1862,13 +1652,7 @@ export interface CreateOriginEndpointRequest {
|
|
|
1862
1652
|
*/
|
|
1863
1653
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
1864
1654
|
/**
|
|
1865
|
-
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p>
|
|
1866
|
-
* <p>
|
|
1867
|
-
* <code>"Key1": "Value1",</code>
|
|
1868
|
-
* </p>
|
|
1869
|
-
* <p>
|
|
1870
|
-
* <code>"Key2": "Value2"</code>
|
|
1871
|
-
* </p>
|
|
1655
|
+
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>"Key1": "Value1",</code> </p> <p> <code>"Key2": "Value2"</code> </p>
|
|
1872
1656
|
* @public
|
|
1873
1657
|
*/
|
|
1874
1658
|
Tags?: Record<string, string> | undefined;
|
|
@@ -1914,20 +1698,12 @@ export interface GetDashManifestConfiguration {
|
|
|
1914
1698
|
*/
|
|
1915
1699
|
SuggestedPresentationDelaySeconds?: number | undefined;
|
|
1916
1700
|
/**
|
|
1917
|
-
* <p>Determines the type of variable used in the <code>media</code> URL of the <code>SegmentTemplate</code> tag in the manifest. Also specifies if segment timeline information is included in <code>SegmentTimeline</code> or <code>SegmentTemplate</code>.</p>
|
|
1918
|
-
* <p>Value description:</p>
|
|
1919
|
-
* <ul>
|
|
1920
|
-
* <li>
|
|
1921
|
-
* <p>
|
|
1922
|
-
* <code>NUMBER_WITH_TIMELINE</code> - The <code>$Number$</code> variable is used in the <code>media</code> URL. The value of this variable is the sequential number of the segment. A full <code>SegmentTimeline</code> object is presented in each <code>SegmentTemplate</code>.</p>
|
|
1923
|
-
* </li>
|
|
1924
|
-
* </ul>
|
|
1701
|
+
* <p>Determines the type of variable used in the <code>media</code> URL of the <code>SegmentTemplate</code> tag in the manifest. Also specifies if segment timeline information is included in <code>SegmentTimeline</code> or <code>SegmentTemplate</code>.</p> <p>Value description:</p> <ul> <li> <p> <code>NUMBER_WITH_TIMELINE</code> - The <code>$Number$</code> variable is used in the <code>media</code> URL. The value of this variable is the sequential number of the segment. A full <code>SegmentTimeline</code> object is presented in each <code>SegmentTemplate</code>.</p> </li> </ul>
|
|
1925
1702
|
* @public
|
|
1926
1703
|
*/
|
|
1927
1704
|
SegmentTemplateFormat?: DashSegmentTemplateFormat | undefined;
|
|
1928
1705
|
/**
|
|
1929
|
-
* <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period.
|
|
1930
|
-
* For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
1706
|
+
* <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
1931
1707
|
* @public
|
|
1932
1708
|
*/
|
|
1933
1709
|
PeriodTriggers?: DashPeriodTrigger[] | undefined;
|
|
@@ -2003,10 +1779,7 @@ export interface GetHlsManifestConfiguration {
|
|
|
2003
1779
|
*/
|
|
2004
1780
|
ManifestWindowSeconds?: number | undefined;
|
|
2005
1781
|
/**
|
|
2006
|
-
* <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,
|
|
2007
|
-
* EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
|
|
2008
|
-
* 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.</p>
|
|
2009
|
-
* <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
1782
|
+
* <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, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. 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.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
2010
1783
|
* @public
|
|
2011
1784
|
*/
|
|
2012
1785
|
ProgramDateTimeIntervalSeconds?: number | undefined;
|
|
@@ -2026,8 +1799,7 @@ export interface GetHlsManifestConfiguration {
|
|
|
2026
1799
|
*/
|
|
2027
1800
|
StartTag?: StartTag | undefined;
|
|
2028
1801
|
/**
|
|
2029
|
-
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol.
|
|
2030
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
1802
|
+
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
2031
1803
|
* @public
|
|
2032
1804
|
*/
|
|
2033
1805
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
@@ -2058,10 +1830,7 @@ export interface GetLowLatencyHlsManifestConfiguration {
|
|
|
2058
1830
|
*/
|
|
2059
1831
|
ManifestWindowSeconds?: number | undefined;
|
|
2060
1832
|
/**
|
|
2061
|
-
* <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,
|
|
2062
|
-
* EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest.
|
|
2063
|
-
* 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.</p>
|
|
2064
|
-
* <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
1833
|
+
* <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, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. 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.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
|
|
2065
1834
|
* @public
|
|
2066
1835
|
*/
|
|
2067
1836
|
ProgramDateTimeIntervalSeconds?: number | undefined;
|
|
@@ -2081,8 +1850,7 @@ export interface GetLowLatencyHlsManifestConfiguration {
|
|
|
2081
1850
|
*/
|
|
2082
1851
|
StartTag?: StartTag | undefined;
|
|
2083
1852
|
/**
|
|
2084
|
-
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol.
|
|
2085
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
1853
|
+
* <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
2086
1854
|
* @public
|
|
2087
1855
|
*/
|
|
2088
1856
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
@@ -2603,9 +2371,7 @@ export interface GetOriginEndpointPolicyResponse {
|
|
|
2603
2371
|
*/
|
|
2604
2372
|
Policy: string | undefined;
|
|
2605
2373
|
/**
|
|
2606
|
-
* <p>The settings for using authorization headers between the MediaPackage endpoint and your CDN. </p>
|
|
2607
|
-
* <p>For information about CDN authorization, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html">CDN authorization
|
|
2608
|
-
* in Elemental MediaPackage</a> in the MediaPackage user guide.</p>
|
|
2374
|
+
* <p>The settings for using authorization headers between the MediaPackage endpoint and your CDN. </p> <p>For information about CDN authorization, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html">CDN authorization in Elemental MediaPackage</a> in the MediaPackage user guide.</p>
|
|
2609
2375
|
* @public
|
|
2610
2376
|
*/
|
|
2611
2377
|
CdnAuthConfiguration?: CdnAuthConfiguration | undefined;
|
|
@@ -2635,9 +2401,7 @@ export interface PutOriginEndpointPolicyRequest {
|
|
|
2635
2401
|
*/
|
|
2636
2402
|
Policy: string | undefined;
|
|
2637
2403
|
/**
|
|
2638
|
-
* <p>The settings for using authorization headers between the MediaPackage endpoint and your CDN. </p>
|
|
2639
|
-
* <p>For information about CDN authorization, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html">CDN authorization
|
|
2640
|
-
* in Elemental MediaPackage</a> in the MediaPackage user guide. </p>
|
|
2404
|
+
* <p>The settings for using authorization headers between the MediaPackage endpoint and your CDN. </p> <p>For information about CDN authorization, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html">CDN authorization in Elemental MediaPackage</a> in the MediaPackage user guide. </p>
|
|
2641
2405
|
* @public
|
|
2642
2406
|
*/
|
|
2643
2407
|
CdnAuthConfiguration?: CdnAuthConfiguration | undefined;
|
|
@@ -2972,18 +2736,7 @@ export interface UpdateChannelResponse {
|
|
|
2972
2736
|
*/
|
|
2973
2737
|
IngestEndpoints?: IngestEndpoint[] | undefined;
|
|
2974
2738
|
/**
|
|
2975
|
-
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p>
|
|
2976
|
-
* <p>The allowed values are:</p>
|
|
2977
|
-
* <ul>
|
|
2978
|
-
* <li>
|
|
2979
|
-
* <p>
|
|
2980
|
-
* <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p>
|
|
2981
|
-
* </li>
|
|
2982
|
-
* <li>
|
|
2983
|
-
* <p>
|
|
2984
|
-
* <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p>
|
|
2985
|
-
* </li>
|
|
2986
|
-
* </ul>
|
|
2739
|
+
* <p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p> <p>The allowed values are:</p> <ul> <li> <p> <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p> </li> <li> <p> <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p> </li> </ul>
|
|
2987
2740
|
* @public
|
|
2988
2741
|
*/
|
|
2989
2742
|
InputType?: InputType | undefined;
|
|
@@ -3028,13 +2781,7 @@ export interface CreateChannelGroupRequest {
|
|
|
3028
2781
|
*/
|
|
3029
2782
|
Description?: string | undefined;
|
|
3030
2783
|
/**
|
|
3031
|
-
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p>
|
|
3032
|
-
* <p>
|
|
3033
|
-
* <code>"Key1": "Value1",</code>
|
|
3034
|
-
* </p>
|
|
3035
|
-
* <p>
|
|
3036
|
-
* <code>"Key2": "Value2"</code>
|
|
3037
|
-
* </p>
|
|
2784
|
+
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>"Key1": "Value1",</code> </p> <p> <code>"Key2": "Value2"</code> </p>
|
|
3038
2785
|
* @public
|
|
3039
2786
|
*/
|
|
3040
2787
|
Tags?: Record<string, string> | undefined;
|
|
@@ -15,6 +15,7 @@ export declare const AdMarkerDash: {
|
|
|
15
15
|
export type AdMarkerDash = (typeof AdMarkerDash)[keyof typeof AdMarkerDash];
|
|
16
16
|
export declare const AdMarkerHls: {
|
|
17
17
|
readonly DATERANGE: "DATERANGE";
|
|
18
|
+
readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
|
|
18
19
|
};
|
|
19
20
|
export type AdMarkerHls = (typeof AdMarkerHls)[keyof typeof AdMarkerHls];
|
|
20
21
|
export interface CancelHarvestJobRequest {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackagev2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.885.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediapackagev2",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.883.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.883.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.883.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.879.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.883.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.9.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|