amazonka-mediapackage-2.0: Amazon Elemental MediaPackage SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaPackage.Lens

Description

 
Synopsis

Operations

ConfigureLogs

configureLogs_id :: Lens' ConfigureLogs Text Source #

The ID of the channel to log subscription.

configureLogsResponse_arn :: Lens' ConfigureLogsResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the Channel.

configureLogsResponse_description :: Lens' ConfigureLogsResponse (Maybe Text) Source #

A short text description of the Channel.

CreateChannel

createChannel_description :: Lens' CreateChannel (Maybe Text) Source #

A short text description of the Channel.

createChannel_id :: Lens' CreateChannel Text Source #

The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is created.

createChannelResponse_arn :: Lens' CreateChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the Channel.

createChannelResponse_description :: Lens' CreateChannelResponse (Maybe Text) Source #

A short text description of the Channel.

CreateHarvestJob

createHarvestJob_endTime :: Lens' CreateHarvestJob Text Source #

The end of the time-window which will be harvested

createHarvestJob_originEndpointId :: Lens' CreateHarvestJob Text Source #

The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

createHarvestJob_startTime :: Lens' CreateHarvestJob Text Source #

The start of the time-window which will be harvested

createHarvestJob_id :: Lens' CreateHarvestJob Text Source #

The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted

createHarvestJobResponse_arn :: Lens' CreateHarvestJobResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the HarvestJob.

createHarvestJobResponse_channelId :: Lens' CreateHarvestJobResponse (Maybe Text) Source #

The ID of the Channel that the HarvestJob will harvest from.

createHarvestJobResponse_endTime :: Lens' CreateHarvestJobResponse (Maybe Text) Source #

The end of the time-window which will be harvested.

createHarvestJobResponse_id :: Lens' CreateHarvestJobResponse (Maybe Text) Source #

The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.

createHarvestJobResponse_originEndpointId :: Lens' CreateHarvestJobResponse (Maybe Text) Source #

The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

createHarvestJobResponse_startTime :: Lens' CreateHarvestJobResponse (Maybe Text) Source #

The start of the time-window which will be harvested.

createHarvestJobResponse_status :: Lens' CreateHarvestJobResponse (Maybe Status) Source #

The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the HarvestJob failed.

CreateOriginEndpoint

createOriginEndpoint_description :: Lens' CreateOriginEndpoint (Maybe Text) Source #

A short text description of the OriginEndpoint.

createOriginEndpoint_manifestName :: Lens' CreateOriginEndpoint (Maybe Text) Source #

A short string that will be used as the filename of the OriginEndpoint URL (defaults to "index").

createOriginEndpoint_origination :: Lens' CreateOriginEndpoint (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

createOriginEndpoint_startoverWindowSeconds :: Lens' CreateOriginEndpoint (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

createOriginEndpoint_timeDelaySeconds :: Lens' CreateOriginEndpoint (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

createOriginEndpoint_whitelist :: Lens' CreateOriginEndpoint (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

createOriginEndpoint_channelId :: Lens' CreateOriginEndpoint Text Source #

The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.

createOriginEndpoint_id :: Lens' CreateOriginEndpoint Text Source #

The ID of the OriginEndpoint. The ID must be unique within the region and it cannot be changed after the OriginEndpoint is created.

createOriginEndpointResponse_arn :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

createOriginEndpointResponse_channelId :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #

The ID of the Channel the OriginEndpoint is associated with.

createOriginEndpointResponse_manifestName :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #

A short string appended to the end of the OriginEndpoint URL.

createOriginEndpointResponse_origination :: Lens' CreateOriginEndpointResponse (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

createOriginEndpointResponse_startoverWindowSeconds :: Lens' CreateOriginEndpointResponse (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

createOriginEndpointResponse_timeDelaySeconds :: Lens' CreateOriginEndpointResponse (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

createOriginEndpointResponse_url :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

createOriginEndpointResponse_whitelist :: Lens' CreateOriginEndpointResponse (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

DeleteChannel

deleteChannel_id :: Lens' DeleteChannel Text Source #

The ID of the Channel to delete.

DeleteOriginEndpoint

deleteOriginEndpoint_id :: Lens' DeleteOriginEndpoint Text Source #

The ID of the OriginEndpoint to delete.

DescribeChannel

describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the Channel.

DescribeHarvestJob

describeHarvestJobResponse_arn :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the HarvestJob.

describeHarvestJobResponse_channelId :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #

The ID of the Channel that the HarvestJob will harvest from.

describeHarvestJobResponse_endTime :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #

The end of the time-window which will be harvested.

describeHarvestJobResponse_id :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #

The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.

describeHarvestJobResponse_originEndpointId :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #

The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

describeHarvestJobResponse_startTime :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #

The start of the time-window which will be harvested.

describeHarvestJobResponse_status :: Lens' DescribeHarvestJobResponse (Maybe Status) Source #

The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the HarvestJob failed.

DescribeOriginEndpoint

describeOriginEndpointResponse_arn :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

describeOriginEndpointResponse_channelId :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #

The ID of the Channel the OriginEndpoint is associated with.

describeOriginEndpointResponse_manifestName :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #

A short string appended to the end of the OriginEndpoint URL.

describeOriginEndpointResponse_origination :: Lens' DescribeOriginEndpointResponse (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

describeOriginEndpointResponse_startoverWindowSeconds :: Lens' DescribeOriginEndpointResponse (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

describeOriginEndpointResponse_timeDelaySeconds :: Lens' DescribeOriginEndpointResponse (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

describeOriginEndpointResponse_url :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

describeOriginEndpointResponse_whitelist :: Lens' DescribeOriginEndpointResponse (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

ListChannels

listChannels_maxResults :: Lens' ListChannels (Maybe Natural) Source #

Upper bound on number of records to return.

listChannels_nextToken :: Lens' ListChannels (Maybe Text) Source #

A token used to resume pagination from the end of a previous request.

listChannelsResponse_nextToken :: Lens' ListChannelsResponse (Maybe Text) Source #

A token that can be used to resume pagination from the end of the collection.

ListHarvestJobs

listHarvestJobs_includeChannelId :: Lens' ListHarvestJobs (Maybe Text) Source #

When specified, the request will return only HarvestJobs associated with the given Channel ID.

listHarvestJobs_includeStatus :: Lens' ListHarvestJobs (Maybe Text) Source #

When specified, the request will return only HarvestJobs in the given status.

listHarvestJobs_maxResults :: Lens' ListHarvestJobs (Maybe Natural) Source #

The upper bound on the number of records to return.

listHarvestJobs_nextToken :: Lens' ListHarvestJobs (Maybe Text) Source #

A token used to resume pagination from the end of a previous request.

listHarvestJobsResponse_nextToken :: Lens' ListHarvestJobsResponse (Maybe Text) Source #

A token that can be used to resume pagination from the end of the collection.

ListOriginEndpoints

listOriginEndpoints_channelId :: Lens' ListOriginEndpoints (Maybe Text) Source #

When specified, the request will return only OriginEndpoints associated with the given Channel ID.

listOriginEndpoints_maxResults :: Lens' ListOriginEndpoints (Maybe Natural) Source #

The upper bound on the number of records to return.

listOriginEndpoints_nextToken :: Lens' ListOriginEndpoints (Maybe Text) Source #

A token used to resume pagination from the end of a previous request.

listOriginEndpointsResponse_nextToken :: Lens' ListOriginEndpointsResponse (Maybe Text) Source #

A token that can be used to resume pagination from the end of the collection.

ListTagsForResource

RotateIngestEndpointCredentials

rotateIngestEndpointCredentials_ingestEndpointId :: Lens' RotateIngestEndpointCredentials Text Source #

The id of the IngestEndpoint whose credentials should be rotated

rotateIngestEndpointCredentials_id :: Lens' RotateIngestEndpointCredentials Text Source #

The ID of the channel the IngestEndpoint is on.

TagResource

UntagResource

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

The key(s) of tag to be deleted

UpdateChannel

updateChannel_description :: Lens' UpdateChannel (Maybe Text) Source #

A short text description of the Channel.

updateChannel_id :: Lens' UpdateChannel Text Source #

The ID of the Channel to update.

updateChannelResponse_arn :: Lens' UpdateChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the Channel.

updateChannelResponse_description :: Lens' UpdateChannelResponse (Maybe Text) Source #

A short text description of the Channel.

UpdateOriginEndpoint

updateOriginEndpoint_description :: Lens' UpdateOriginEndpoint (Maybe Text) Source #

A short text description of the OriginEndpoint.

updateOriginEndpoint_manifestName :: Lens' UpdateOriginEndpoint (Maybe Text) Source #

A short string that will be appended to the end of the Endpoint URL.

updateOriginEndpoint_origination :: Lens' UpdateOriginEndpoint (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

updateOriginEndpoint_startoverWindowSeconds :: Lens' UpdateOriginEndpoint (Maybe Int) Source #

Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

updateOriginEndpoint_timeDelaySeconds :: Lens' UpdateOriginEndpoint (Maybe Int) Source #

Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

updateOriginEndpoint_whitelist :: Lens' UpdateOriginEndpoint (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

updateOriginEndpoint_id :: Lens' UpdateOriginEndpoint Text Source #

The ID of the OriginEndpoint to update.

updateOriginEndpointResponse_arn :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

updateOriginEndpointResponse_channelId :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The ID of the Channel the OriginEndpoint is associated with.

updateOriginEndpointResponse_manifestName :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

A short string appended to the end of the OriginEndpoint URL.

updateOriginEndpointResponse_origination :: Lens' UpdateOriginEndpointResponse (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

updateOriginEndpointResponse_startoverWindowSeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

updateOriginEndpointResponse_timeDelaySeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

updateOriginEndpointResponse_url :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

updateOriginEndpointResponse_whitelist :: Lens' UpdateOriginEndpointResponse (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

Types

Authorization

authorization_secretsRoleArn :: Lens' Authorization Text Source #

The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.

authorization_cdnIdentifierSecret :: Lens' Authorization Text Source #

The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.

Channel

channel_arn :: Lens' Channel (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the Channel.

channel_description :: Lens' Channel (Maybe Text) Source #

A short text description of the Channel.

channel_id :: Lens' Channel (Maybe Text) Source #

The ID of the Channel.

channel_tags :: Lens' Channel (Maybe (HashMap Text Text)) Source #

Undocumented member.

CmafEncryption

cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text) Source #

An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int) Source #

Time (in seconds) between each encryption key rotation.

CmafPackage

cmafPackage_hlsManifests :: Lens' CmafPackage (Maybe [HlsManifest]) Source #

A list of HLS manifest configurations

cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int) Source #

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

cmafPackage_segmentPrefix :: Lens' CmafPackage (Maybe Text) Source #

An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.

CmafPackageCreateOrUpdateParameters

cmafPackageCreateOrUpdateParameters_segmentDurationSeconds :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Int) Source #

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

cmafPackageCreateOrUpdateParameters_segmentPrefix :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Text) Source #

An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.

DashEncryption

dashEncryption_keyRotationIntervalSeconds :: Lens' DashEncryption (Maybe Int) Source #

Time (in seconds) between each encryption key rotation.

DashPackage

dashPackage_includeIframeOnlyStream :: Lens' DashPackage (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

dashPackage_manifestLayout :: Lens' DashPackage (Maybe ManifestLayout) Source #

Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.

dashPackage_manifestWindowSeconds :: Lens' DashPackage (Maybe Int) Source #

Time window (in seconds) contained in each manifest.

dashPackage_minBufferTimeSeconds :: Lens' DashPackage (Maybe Int) Source #

Minimum duration (in seconds) that a player will buffer media before starting the presentation.

dashPackage_minUpdatePeriodSeconds :: Lens' DashPackage (Maybe Int) Source #

Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).

dashPackage_periodTriggers :: Lens' DashPackage (Maybe [PeriodTriggersElement]) Source #

A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Channel source contains SCTE-35 ad markers.

dashPackage_profile :: Lens' DashPackage (Maybe Profile) Source #

The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled. When set to "DVB-DASH_2014", DVB-DASH 2014 compliant output is enabled.

dashPackage_segmentDurationSeconds :: Lens' DashPackage (Maybe Int) Source #

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

dashPackage_segmentTemplateFormat :: Lens' DashPackage (Maybe SegmentTemplateFormat) Source #

Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.

dashPackage_suggestedPresentationDelaySeconds :: Lens' DashPackage (Maybe Int) Source #

Duration (in seconds) to delay live content before presentation.

dashPackage_utcTiming :: Lens' DashPackage (Maybe UtcTiming) Source #

Determines the type of UTCTiming included in the Media Presentation Description (MPD)

dashPackage_utcTimingUri :: Lens' DashPackage (Maybe Text) Source #

Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE

EgressAccessLogs

EncryptionContractConfiguration

HarvestJob

harvestJob_arn :: Lens' HarvestJob (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the HarvestJob.

harvestJob_channelId :: Lens' HarvestJob (Maybe Text) Source #

The ID of the Channel that the HarvestJob will harvest from.

harvestJob_createdAt :: Lens' HarvestJob (Maybe Text) Source #

The time the HarvestJob was submitted

harvestJob_endTime :: Lens' HarvestJob (Maybe Text) Source #

The end of the time-window which will be harvested.

harvestJob_id :: Lens' HarvestJob (Maybe Text) Source #

The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.

harvestJob_originEndpointId :: Lens' HarvestJob (Maybe Text) Source #

The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

harvestJob_startTime :: Lens' HarvestJob (Maybe Text) Source #

The start of the time-window which will be harvested.

harvestJob_status :: Lens' HarvestJob (Maybe Status) Source #

The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the HarvestJob failed.

HlsEncryption

hlsEncryption_constantInitializationVector :: Lens' HlsEncryption (Maybe Text) Source #

A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.

hlsEncryption_keyRotationIntervalSeconds :: Lens' HlsEncryption (Maybe Int) Source #

Interval (in seconds) between each encryption key rotation.

hlsEncryption_repeatExtXKey :: Lens' HlsEncryption (Maybe Bool) Source #

When enabled, the EXT-X-KEY tag will be repeated in output manifests.

HlsIngest

hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint]) Source #

A list of endpoints to which the source stream should be sent.

HlsManifest

hlsManifest_adMarkers :: Lens' HlsManifest (Maybe AdMarkers) Source #

This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program transition events in HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value that is greater than 0.

hlsManifest_includeIframeOnlyStream :: Lens' HlsManifest (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

hlsManifest_manifestName :: Lens' HlsManifest (Maybe Text) Source #

An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.

hlsManifest_playlistType :: Lens' HlsManifest (Maybe PlaylistType) Source #

The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or "VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE entry will be included in the media playlist.

hlsManifest_playlistWindowSeconds :: Lens' HlsManifest (Maybe Int) Source #

Time window (in seconds) contained in each parent manifest.

hlsManifest_programDateTimeIntervalSeconds :: Lens' HlsManifest (Maybe Int) Source #

The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it will be passed through to HLS output.

hlsManifest_url :: Lens' HlsManifest (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

hlsManifest_id :: Lens' HlsManifest Text Source #

The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.

HlsManifestCreateOrUpdateParameters

hlsManifestCreateOrUpdateParameters_adMarkers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdMarkers) Source #

This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program transition events in HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value that is greater than 0.

hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

hlsManifestCreateOrUpdateParameters_manifestName :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Text) Source #

An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.

hlsManifestCreateOrUpdateParameters_playlistType :: Lens' HlsManifestCreateOrUpdateParameters (Maybe PlaylistType) Source #

The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or "VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE entry will be included in the media playlist.

hlsManifestCreateOrUpdateParameters_programDateTimeIntervalSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int) Source #

The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it will be passed through to HLS output.

hlsManifestCreateOrUpdateParameters_id :: Lens' HlsManifestCreateOrUpdateParameters Text Source #

The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.

HlsPackage

hlsPackage_adMarkers :: Lens' HlsPackage (Maybe AdMarkers) Source #

This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input source. "DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program transition events in HLS and CMAF manifests. For this option, you must set a programDateTimeIntervalSeconds value that is greater than 0.

hlsPackage_includeDvbSubtitles :: Lens' HlsPackage (Maybe Bool) Source #

When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.

hlsPackage_includeIframeOnlyStream :: Lens' HlsPackage (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

hlsPackage_playlistType :: Lens' HlsPackage (Maybe PlaylistType) Source #

The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or "VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE entry will be included in the media playlist.

hlsPackage_playlistWindowSeconds :: Lens' HlsPackage (Maybe Int) Source #

Time window (in seconds) contained in each parent manifest.

hlsPackage_programDateTimeIntervalSeconds :: Lens' HlsPackage (Maybe Int) Source #

The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it will be passed through to HLS output.

hlsPackage_segmentDurationSeconds :: Lens' HlsPackage (Maybe Int) Source #

Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

hlsPackage_useAudioRenditionGroup :: Lens' HlsPackage (Maybe Bool) Source #

When enabled, audio streams will be placed in rendition groups in the output.

IngestEndpoint

ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text) Source #

The system generated unique identifier for the IngestEndpoint

ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text) Source #

The system generated password for ingest authentication.

ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text) Source #

The ingest URL to which the source stream should be sent.

ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text) Source #

The system generated username for ingest authentication.

IngressAccessLogs

MssEncryption

MssPackage

mssPackage_manifestWindowSeconds :: Lens' MssPackage (Maybe Int) Source #

The time window (in seconds) contained in each manifest.

mssPackage_segmentDurationSeconds :: Lens' MssPackage (Maybe Int) Source #

The duration (in seconds) of each segment.

OriginEndpoint

originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text) Source #

The ID of the Channel the OriginEndpoint is associated with.

originEndpoint_description :: Lens' OriginEndpoint (Maybe Text) Source #

A short text description of the OriginEndpoint.

originEndpoint_id :: Lens' OriginEndpoint (Maybe Text) Source #

The ID of the OriginEndpoint.

originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text) Source #

A short string appended to the end of the OriginEndpoint URL.

originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

originEndpoint_url :: Lens' OriginEndpoint (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

S3Destination

s3Destination_manifestKey :: Lens' S3Destination Text Source #

The key in the specified S3 bucket where the harvested top-level manifest will be placed.

s3Destination_bucketName :: Lens' S3Destination Text Source #

The name of an S3 bucket within which harvested content will be exported

s3Destination_roleArn :: Lens' S3Destination Text Source #

The IAM role used to write to the specified S3 bucket

SpekeKeyProvider

spekeKeyProvider_certificateArn :: Lens' SpekeKeyProvider (Maybe Text) Source #

An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing secure end-to-end data transfer with the key provider service.

spekeKeyProvider_resourceId :: Lens' SpekeKeyProvider Text Source #

The resource ID to include in key requests.

spekeKeyProvider_systemIds :: Lens' SpekeKeyProvider [Text] Source #

The system IDs to include in key requests.

spekeKeyProvider_url :: Lens' SpekeKeyProvider Text Source #

The URL of the external key provider service.

spekeKeyProvider_roleArn :: Lens' SpekeKeyProvider Text Source #

An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

StreamSelection

streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #

The maximum video bitrate (bps) to include in output.

streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #

The minimum video bitrate (bps) to include in output.

streamSelection_streamOrder :: Lens' StreamSelection (Maybe StreamOrder) Source #

A directive that determines the order of streams in the output.