Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- AdMarkers
- AdTriggersElement
- AdsOnDeliveryRestrictions
- EncryptionMethod
- ManifestLayout
- Origination
- PeriodTriggersElement
- PlaylistType
- PresetSpeke20Audio
- PresetSpeke20Video
- Profile
- SegmentTemplateFormat
- Status
- StreamOrder
- UtcTiming
- Authorization
- Channel
- CmafEncryption
- CmafPackage
- CmafPackageCreateOrUpdateParameters
- DashEncryption
- DashPackage
- EgressAccessLogs
- EncryptionContractConfiguration
- HarvestJob
- HlsEncryption
- HlsIngest
- HlsManifest
- HlsManifestCreateOrUpdateParameters
- HlsPackage
- IngestEndpoint
- IngressAccessLogs
- MssEncryption
- MssPackage
- OriginEndpoint
- S3Destination
- SpekeKeyProvider
- StreamSelection
Synopsis
- defaultService :: Service
- _UnprocessableEntityException :: AsError a => Getting (First ServiceError) a ServiceError
- _ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError
- _NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerErrorException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype AdMarkers where
- AdMarkers' { }
- pattern AdMarkers_DATERANGE :: AdMarkers
- pattern AdMarkers_NONE :: AdMarkers
- pattern AdMarkers_PASSTHROUGH :: AdMarkers
- pattern AdMarkers_SCTE35_ENHANCED :: AdMarkers
- newtype AdTriggersElement where
- AdTriggersElement' { }
- pattern AdTriggersElement_BREAK :: AdTriggersElement
- pattern AdTriggersElement_DISTRIBUTOR_ADVERTISEMENT :: AdTriggersElement
- pattern AdTriggersElement_DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_DISTRIBUTOR_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_PROVIDER_ADVERTISEMENT :: AdTriggersElement
- pattern AdTriggersElement_PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_PROVIDER_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_SPLICE_INSERT :: AdTriggersElement
- newtype AdsOnDeliveryRestrictions where
- AdsOnDeliveryRestrictions' { }
- pattern AdsOnDeliveryRestrictions_BOTH :: AdsOnDeliveryRestrictions
- pattern AdsOnDeliveryRestrictions_NONE :: AdsOnDeliveryRestrictions
- pattern AdsOnDeliveryRestrictions_RESTRICTED :: AdsOnDeliveryRestrictions
- pattern AdsOnDeliveryRestrictions_UNRESTRICTED :: AdsOnDeliveryRestrictions
- newtype EncryptionMethod where
- EncryptionMethod' { }
- pattern EncryptionMethod_AES_128 :: EncryptionMethod
- pattern EncryptionMethod_SAMPLE_AES :: EncryptionMethod
- newtype ManifestLayout where
- ManifestLayout' { }
- pattern ManifestLayout_COMPACT :: ManifestLayout
- pattern ManifestLayout_FULL :: ManifestLayout
- newtype Origination where
- Origination' { }
- pattern Origination_ALLOW :: Origination
- pattern Origination_DENY :: Origination
- newtype PeriodTriggersElement where
- newtype PlaylistType where
- PlaylistType' { }
- pattern PlaylistType_EVENT :: PlaylistType
- pattern PlaylistType_NONE :: PlaylistType
- pattern PlaylistType_VOD :: PlaylistType
- newtype PresetSpeke20Audio where
- newtype PresetSpeke20Video where
- newtype Profile where
- Profile' {
- fromProfile :: Text
- pattern Profile_HBBTV_1_5 :: Profile
- pattern Profile_NONE :: Profile
- Profile' {
- newtype SegmentTemplateFormat where
- newtype Status where
- Status' {
- fromStatus :: Text
- pattern Status_FAILED :: Status
- pattern Status_IN_PROGRESS :: Status
- pattern Status_SUCCEEDED :: Status
- Status' {
- newtype StreamOrder where
- StreamOrder' { }
- pattern StreamOrder_ORIGINAL :: StreamOrder
- pattern StreamOrder_VIDEO_BITRATE_ASCENDING :: StreamOrder
- pattern StreamOrder_VIDEO_BITRATE_DESCENDING :: StreamOrder
- newtype UtcTiming where
- UtcTiming' { }
- pattern UtcTiming_HTTP_HEAD :: UtcTiming
- pattern UtcTiming_HTTP_ISO :: UtcTiming
- pattern UtcTiming_NONE :: UtcTiming
- data Authorization = Authorization' {}
- newAuthorization :: Text -> Text -> Authorization
- authorization_secretsRoleArn :: Lens' Authorization Text
- authorization_cdnIdentifierSecret :: Lens' Authorization Text
- data Channel = Channel' {}
- newChannel :: Channel
- channel_ingressAccessLogs :: Lens' Channel (Maybe IngressAccessLogs)
- channel_hlsIngest :: Lens' Channel (Maybe HlsIngest)
- channel_arn :: Lens' Channel (Maybe Text)
- channel_id :: Lens' Channel (Maybe Text)
- channel_description :: Lens' Channel (Maybe Text)
- channel_egressAccessLogs :: Lens' Channel (Maybe EgressAccessLogs)
- channel_tags :: Lens' Channel (Maybe (HashMap Text Text))
- data CmafEncryption = CmafEncryption' {}
- newCmafEncryption :: SpekeKeyProvider -> CmafEncryption
- cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int)
- cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text)
- cmafEncryption_spekeKeyProvider :: Lens' CmafEncryption SpekeKeyProvider
- data CmafPackage = CmafPackage' {}
- newCmafPackage :: CmafPackage
- cmafPackage_hlsManifests :: Lens' CmafPackage (Maybe [HlsManifest])
- cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int)
- cmafPackage_streamSelection :: Lens' CmafPackage (Maybe StreamSelection)
- cmafPackage_encryption :: Lens' CmafPackage (Maybe CmafEncryption)
- cmafPackage_segmentPrefix :: Lens' CmafPackage (Maybe Text)
- data CmafPackageCreateOrUpdateParameters = CmafPackageCreateOrUpdateParameters' {}
- newCmafPackageCreateOrUpdateParameters :: CmafPackageCreateOrUpdateParameters
- cmafPackageCreateOrUpdateParameters_hlsManifests :: Lens' CmafPackageCreateOrUpdateParameters (Maybe [HlsManifestCreateOrUpdateParameters])
- cmafPackageCreateOrUpdateParameters_segmentDurationSeconds :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Int)
- cmafPackageCreateOrUpdateParameters_streamSelection :: Lens' CmafPackageCreateOrUpdateParameters (Maybe StreamSelection)
- cmafPackageCreateOrUpdateParameters_encryption :: Lens' CmafPackageCreateOrUpdateParameters (Maybe CmafEncryption)
- cmafPackageCreateOrUpdateParameters_segmentPrefix :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Text)
- data DashEncryption = DashEncryption' {}
- newDashEncryption :: SpekeKeyProvider -> DashEncryption
- dashEncryption_keyRotationIntervalSeconds :: Lens' DashEncryption (Maybe Int)
- dashEncryption_spekeKeyProvider :: Lens' DashEncryption SpekeKeyProvider
- data DashPackage = DashPackage' {
- adsOnDeliveryRestrictions :: Maybe AdsOnDeliveryRestrictions
- minBufferTimeSeconds :: Maybe Int
- utcTiming :: Maybe UtcTiming
- segmentTemplateFormat :: Maybe SegmentTemplateFormat
- profile :: Maybe Profile
- segmentDurationSeconds :: Maybe Int
- utcTimingUri :: Maybe Text
- streamSelection :: Maybe StreamSelection
- encryption :: Maybe DashEncryption
- minUpdatePeriodSeconds :: Maybe Int
- manifestLayout :: Maybe ManifestLayout
- suggestedPresentationDelaySeconds :: Maybe Int
- manifestWindowSeconds :: Maybe Int
- adTriggers :: Maybe [AdTriggersElement]
- periodTriggers :: Maybe [PeriodTriggersElement]
- newDashPackage :: DashPackage
- dashPackage_adsOnDeliveryRestrictions :: Lens' DashPackage (Maybe AdsOnDeliveryRestrictions)
- dashPackage_minBufferTimeSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_utcTiming :: Lens' DashPackage (Maybe UtcTiming)
- dashPackage_segmentTemplateFormat :: Lens' DashPackage (Maybe SegmentTemplateFormat)
- dashPackage_profile :: Lens' DashPackage (Maybe Profile)
- dashPackage_segmentDurationSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_utcTimingUri :: Lens' DashPackage (Maybe Text)
- dashPackage_streamSelection :: Lens' DashPackage (Maybe StreamSelection)
- dashPackage_encryption :: Lens' DashPackage (Maybe DashEncryption)
- dashPackage_minUpdatePeriodSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_manifestLayout :: Lens' DashPackage (Maybe ManifestLayout)
- dashPackage_suggestedPresentationDelaySeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_manifestWindowSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_adTriggers :: Lens' DashPackage (Maybe [AdTriggersElement])
- dashPackage_periodTriggers :: Lens' DashPackage (Maybe [PeriodTriggersElement])
- data EgressAccessLogs = EgressAccessLogs' {}
- newEgressAccessLogs :: EgressAccessLogs
- egressAccessLogs_logGroupName :: Lens' EgressAccessLogs (Maybe Text)
- data EncryptionContractConfiguration = EncryptionContractConfiguration' {}
- newEncryptionContractConfiguration :: PresetSpeke20Audio -> PresetSpeke20Video -> EncryptionContractConfiguration
- encryptionContractConfiguration_presetSpeke20Audio :: Lens' EncryptionContractConfiguration PresetSpeke20Audio
- encryptionContractConfiguration_presetSpeke20Video :: Lens' EncryptionContractConfiguration PresetSpeke20Video
- data HarvestJob = HarvestJob' {}
- newHarvestJob :: HarvestJob
- harvestJob_status :: Lens' HarvestJob (Maybe Status)
- harvestJob_originEndpointId :: Lens' HarvestJob (Maybe Text)
- harvestJob_startTime :: Lens' HarvestJob (Maybe Text)
- harvestJob_arn :: Lens' HarvestJob (Maybe Text)
- harvestJob_createdAt :: Lens' HarvestJob (Maybe Text)
- harvestJob_channelId :: Lens' HarvestJob (Maybe Text)
- harvestJob_s3Destination :: Lens' HarvestJob (Maybe S3Destination)
- harvestJob_endTime :: Lens' HarvestJob (Maybe Text)
- harvestJob_id :: Lens' HarvestJob (Maybe Text)
- data HlsEncryption = HlsEncryption' {}
- newHlsEncryption :: SpekeKeyProvider -> HlsEncryption
- hlsEncryption_encryptionMethod :: Lens' HlsEncryption (Maybe EncryptionMethod)
- hlsEncryption_keyRotationIntervalSeconds :: Lens' HlsEncryption (Maybe Int)
- hlsEncryption_constantInitializationVector :: Lens' HlsEncryption (Maybe Text)
- hlsEncryption_repeatExtXKey :: Lens' HlsEncryption (Maybe Bool)
- hlsEncryption_spekeKeyProvider :: Lens' HlsEncryption SpekeKeyProvider
- data HlsIngest = HlsIngest' {}
- newHlsIngest :: HlsIngest
- hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint])
- data HlsManifest = HlsManifest' {}
- newHlsManifest :: Text -> HlsManifest
- hlsManifest_manifestName :: Lens' HlsManifest (Maybe Text)
- hlsManifest_url :: Lens' HlsManifest (Maybe Text)
- hlsManifest_playlistType :: Lens' HlsManifest (Maybe PlaylistType)
- hlsManifest_programDateTimeIntervalSeconds :: Lens' HlsManifest (Maybe Int)
- hlsManifest_adMarkers :: Lens' HlsManifest (Maybe AdMarkers)
- hlsManifest_includeIframeOnlyStream :: Lens' HlsManifest (Maybe Bool)
- hlsManifest_playlistWindowSeconds :: Lens' HlsManifest (Maybe Int)
- hlsManifest_id :: Lens' HlsManifest Text
- data HlsManifestCreateOrUpdateParameters = HlsManifestCreateOrUpdateParameters' {
- adsOnDeliveryRestrictions :: Maybe AdsOnDeliveryRestrictions
- manifestName :: Maybe Text
- playlistType :: Maybe PlaylistType
- programDateTimeIntervalSeconds :: Maybe Int
- adMarkers :: Maybe AdMarkers
- includeIframeOnlyStream :: Maybe Bool
- adTriggers :: Maybe [AdTriggersElement]
- playlistWindowSeconds :: Maybe Int
- id :: Text
- newHlsManifestCreateOrUpdateParameters :: Text -> HlsManifestCreateOrUpdateParameters
- hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdsOnDeliveryRestrictions)
- hlsManifestCreateOrUpdateParameters_manifestName :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Text)
- hlsManifestCreateOrUpdateParameters_playlistType :: Lens' HlsManifestCreateOrUpdateParameters (Maybe PlaylistType)
- hlsManifestCreateOrUpdateParameters_programDateTimeIntervalSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int)
- hlsManifestCreateOrUpdateParameters_adMarkers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdMarkers)
- hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Bool)
- hlsManifestCreateOrUpdateParameters_adTriggers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe [AdTriggersElement])
- hlsManifestCreateOrUpdateParameters_playlistWindowSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int)
- hlsManifestCreateOrUpdateParameters_id :: Lens' HlsManifestCreateOrUpdateParameters Text
- data HlsPackage = HlsPackage' {
- adsOnDeliveryRestrictions :: Maybe AdsOnDeliveryRestrictions
- useAudioRenditionGroup :: Maybe Bool
- includeDvbSubtitles :: Maybe Bool
- playlistType :: Maybe PlaylistType
- segmentDurationSeconds :: Maybe Int
- programDateTimeIntervalSeconds :: Maybe Int
- streamSelection :: Maybe StreamSelection
- adMarkers :: Maybe AdMarkers
- encryption :: Maybe HlsEncryption
- includeIframeOnlyStream :: Maybe Bool
- adTriggers :: Maybe [AdTriggersElement]
- playlistWindowSeconds :: Maybe Int
- newHlsPackage :: HlsPackage
- hlsPackage_adsOnDeliveryRestrictions :: Lens' HlsPackage (Maybe AdsOnDeliveryRestrictions)
- hlsPackage_useAudioRenditionGroup :: Lens' HlsPackage (Maybe Bool)
- hlsPackage_includeDvbSubtitles :: Lens' HlsPackage (Maybe Bool)
- hlsPackage_playlistType :: Lens' HlsPackage (Maybe PlaylistType)
- hlsPackage_segmentDurationSeconds :: Lens' HlsPackage (Maybe Int)
- hlsPackage_programDateTimeIntervalSeconds :: Lens' HlsPackage (Maybe Int)
- hlsPackage_streamSelection :: Lens' HlsPackage (Maybe StreamSelection)
- hlsPackage_adMarkers :: Lens' HlsPackage (Maybe AdMarkers)
- hlsPackage_encryption :: Lens' HlsPackage (Maybe HlsEncryption)
- hlsPackage_includeIframeOnlyStream :: Lens' HlsPackage (Maybe Bool)
- hlsPackage_adTriggers :: Lens' HlsPackage (Maybe [AdTriggersElement])
- hlsPackage_playlistWindowSeconds :: Lens' HlsPackage (Maybe Int)
- data IngestEndpoint = IngestEndpoint' {}
- newIngestEndpoint :: IngestEndpoint
- ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text)
- data IngressAccessLogs = IngressAccessLogs' {}
- newIngressAccessLogs :: IngressAccessLogs
- ingressAccessLogs_logGroupName :: Lens' IngressAccessLogs (Maybe Text)
- data MssEncryption = MssEncryption' {}
- newMssEncryption :: SpekeKeyProvider -> MssEncryption
- mssEncryption_spekeKeyProvider :: Lens' MssEncryption SpekeKeyProvider
- data MssPackage = MssPackage' {}
- newMssPackage :: MssPackage
- mssPackage_segmentDurationSeconds :: Lens' MssPackage (Maybe Int)
- mssPackage_streamSelection :: Lens' MssPackage (Maybe StreamSelection)
- mssPackage_encryption :: Lens' MssPackage (Maybe MssEncryption)
- mssPackage_manifestWindowSeconds :: Lens' MssPackage (Maybe Int)
- data OriginEndpoint = OriginEndpoint' {
- whitelist :: Maybe [Text]
- hlsPackage :: Maybe HlsPackage
- arn :: Maybe Text
- manifestName :: Maybe Text
- url :: Maybe Text
- authorization :: Maybe Authorization
- channelId :: Maybe Text
- startoverWindowSeconds :: Maybe Int
- dashPackage :: Maybe DashPackage
- mssPackage :: Maybe MssPackage
- id :: Maybe Text
- timeDelaySeconds :: Maybe Int
- cmafPackage :: Maybe CmafPackage
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- origination :: Maybe Origination
- newOriginEndpoint :: OriginEndpoint
- originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text])
- originEndpoint_hlsPackage :: Lens' OriginEndpoint (Maybe HlsPackage)
- originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_url :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_authorization :: Lens' OriginEndpoint (Maybe Authorization)
- originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int)
- originEndpoint_dashPackage :: Lens' OriginEndpoint (Maybe DashPackage)
- originEndpoint_mssPackage :: Lens' OriginEndpoint (Maybe MssPackage)
- originEndpoint_id :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int)
- originEndpoint_cmafPackage :: Lens' OriginEndpoint (Maybe CmafPackage)
- originEndpoint_description :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_tags :: Lens' OriginEndpoint (Maybe (HashMap Text Text))
- originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination)
- data S3Destination = S3Destination' {
- manifestKey :: Text
- bucketName :: Text
- roleArn :: Text
- newS3Destination :: Text -> Text -> Text -> S3Destination
- s3Destination_manifestKey :: Lens' S3Destination Text
- s3Destination_bucketName :: Lens' S3Destination Text
- s3Destination_roleArn :: Lens' S3Destination Text
- data SpekeKeyProvider = SpekeKeyProvider' {}
- newSpekeKeyProvider :: Text -> Text -> Text -> SpekeKeyProvider
- spekeKeyProvider_encryptionContractConfiguration :: Lens' SpekeKeyProvider (Maybe EncryptionContractConfiguration)
- spekeKeyProvider_certificateArn :: Lens' SpekeKeyProvider (Maybe Text)
- spekeKeyProvider_resourceId :: Lens' SpekeKeyProvider Text
- spekeKeyProvider_systemIds :: Lens' SpekeKeyProvider [Text]
- spekeKeyProvider_url :: Lens' SpekeKeyProvider Text
- spekeKeyProvider_roleArn :: Lens' SpekeKeyProvider Text
- data StreamSelection = StreamSelection' {}
- newStreamSelection :: StreamSelection
- streamSelection_streamOrder :: Lens' StreamSelection (Maybe StreamOrder)
- streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int)
- streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int)
Service Configuration
defaultService :: Service Source #
API version 2017-10-12
of the Amazon Elemental MediaPackage SDK configuration.
Errors
_UnprocessableEntityException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The parameters sent in the request are not valid.
_ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The client is not authorized to access the requested resource.
_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The requested resource does not exist.
_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The client has exceeded their resource or throttling limits.
_InternalServerErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An unexpected error occurred.
_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An unexpected error occurred.
AdMarkers
pattern AdMarkers_DATERANGE :: AdMarkers | |
pattern AdMarkers_NONE :: AdMarkers | |
pattern AdMarkers_PASSTHROUGH :: AdMarkers | |
pattern AdMarkers_SCTE35_ENHANCED :: AdMarkers |
Instances
AdTriggersElement
newtype AdTriggersElement Source #
Instances
AdsOnDeliveryRestrictions
newtype AdsOnDeliveryRestrictions Source #
This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.
Instances
EncryptionMethod
newtype EncryptionMethod Source #
pattern EncryptionMethod_AES_128 :: EncryptionMethod | |
pattern EncryptionMethod_SAMPLE_AES :: EncryptionMethod |
Instances
ManifestLayout
newtype ManifestLayout Source #
pattern ManifestLayout_COMPACT :: ManifestLayout | |
pattern ManifestLayout_FULL :: ManifestLayout |
Instances
Origination
newtype Origination Source #
pattern Origination_ALLOW :: Origination | |
pattern Origination_DENY :: Origination |
Instances
PeriodTriggersElement
newtype PeriodTriggersElement Source #
pattern PeriodTriggersElement_ADS :: PeriodTriggersElement |
Instances
PlaylistType
newtype PlaylistType Source #
pattern PlaylistType_EVENT :: PlaylistType | |
pattern PlaylistType_NONE :: PlaylistType | |
pattern PlaylistType_VOD :: PlaylistType |
Instances
PresetSpeke20Audio
newtype PresetSpeke20Audio Source #
Instances
PresetSpeke20Video
newtype PresetSpeke20Video Source #
Instances
Profile
pattern Profile_HBBTV_1_5 :: Profile | |
pattern Profile_NONE :: Profile |
Instances
SegmentTemplateFormat
newtype SegmentTemplateFormat Source #
Instances
Status
pattern Status_FAILED :: Status | |
pattern Status_IN_PROGRESS :: Status | |
pattern Status_SUCCEEDED :: Status |
Instances
StreamOrder
newtype StreamOrder Source #
pattern StreamOrder_ORIGINAL :: StreamOrder | |
pattern StreamOrder_VIDEO_BITRATE_ASCENDING :: StreamOrder | |
pattern StreamOrder_VIDEO_BITRATE_DESCENDING :: StreamOrder |
Instances
UtcTiming
pattern UtcTiming_HTTP_HEAD :: UtcTiming | |
pattern UtcTiming_HTTP_ISO :: UtcTiming | |
pattern UtcTiming_NONE :: UtcTiming |
Instances
Authorization
data Authorization Source #
CDN Authorization credentials
See: newAuthorization
smart constructor.
Authorization' | |
|
Instances
:: Text | |
-> Text | |
-> Authorization |
Create a value of Authorization
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:secretsRoleArn:Authorization'
, authorization_secretsRoleArn
- The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage
to communicate with AWS Secrets Manager.
$sel:cdnIdentifierSecret:Authorization'
, authorization_cdnIdentifierSecret
- The Amazon Resource Name (ARN) for the secret in Secrets Manager that
your Content Distribution Network (CDN) uses for authorization to access
your endpoint.
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
A Channel resource configuration.
See: newChannel
smart constructor.
Channel' | |
|
Instances
newChannel :: Channel Source #
Create a value of Channel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:Channel'
, channel_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:Channel'
, channel_hlsIngest
- Undocumented member.
$sel:arn:Channel'
, channel_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:Channel'
, channel_id
- The ID of the Channel.
$sel:description:Channel'
, channel_description
- A short text description of the Channel.
$sel:egressAccessLogs:Channel'
, channel_egressAccessLogs
- Undocumented member.
$sel:tags:Channel'
, channel_tags
- Undocumented member.
channel_ingressAccessLogs :: Lens' Channel (Maybe IngressAccessLogs) Source #
Undocumented member.
channel_arn :: Lens' Channel (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
channel_egressAccessLogs :: Lens' Channel (Maybe EgressAccessLogs) Source #
Undocumented member.
CmafEncryption
data CmafEncryption Source #
A Common Media Application Format (CMAF) encryption configuration.
See: newCmafEncryption
smart constructor.
CmafEncryption' | |
|
Instances
Create a value of CmafEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyRotationIntervalSeconds:CmafEncryption'
, cmafEncryption_keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.
$sel:constantInitializationVector:CmafEncryption'
, cmafEncryption_constantInitializationVector
- 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).
$sel:spekeKeyProvider:CmafEncryption'
, cmafEncryption_spekeKeyProvider
- Undocumented member.
cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int) Source #
Time (in seconds) between each encryption key rotation.
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_spekeKeyProvider :: Lens' CmafEncryption SpekeKeyProvider Source #
Undocumented member.
CmafPackage
data CmafPackage Source #
A Common Media Application Format (CMAF) packaging configuration.
See: newCmafPackage
smart constructor.
CmafPackage' | |
|
Instances
newCmafPackage :: CmafPackage Source #
Create a value of CmafPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hlsManifests:CmafPackage'
, cmafPackage_hlsManifests
- A list of HLS manifest configurations
$sel:segmentDurationSeconds:CmafPackage'
, cmafPackage_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:streamSelection:CmafPackage'
, cmafPackage_streamSelection
- Undocumented member.
$sel:encryption:CmafPackage'
, cmafPackage_encryption
- Undocumented member.
$sel:segmentPrefix:CmafPackage'
, cmafPackage_segmentPrefix
- An optional custom string that is prepended to the name of each segment.
If not specified, it defaults to the ChannelId.
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_streamSelection :: Lens' CmafPackage (Maybe StreamSelection) Source #
Undocumented member.
cmafPackage_encryption :: Lens' CmafPackage (Maybe CmafEncryption) Source #
Undocumented member.
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
data CmafPackageCreateOrUpdateParameters Source #
A Common Media Application Format (CMAF) packaging configuration.
See: newCmafPackageCreateOrUpdateParameters
smart constructor.
CmafPackageCreateOrUpdateParameters' | |
|
Instances
newCmafPackageCreateOrUpdateParameters :: CmafPackageCreateOrUpdateParameters Source #
Create a value of CmafPackageCreateOrUpdateParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hlsManifests:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_hlsManifests
- A list of HLS manifest configurations
$sel:segmentDurationSeconds:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:streamSelection:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_streamSelection
- Undocumented member.
$sel:encryption:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_encryption
- Undocumented member.
$sel:segmentPrefix:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_segmentPrefix
- An optional custom string that is prepended to the name of each segment.
If not specified, it defaults to the ChannelId.
cmafPackageCreateOrUpdateParameters_hlsManifests :: Lens' CmafPackageCreateOrUpdateParameters (Maybe [HlsManifestCreateOrUpdateParameters]) Source #
A list of HLS manifest configurations
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_streamSelection :: Lens' CmafPackageCreateOrUpdateParameters (Maybe StreamSelection) Source #
Undocumented member.
cmafPackageCreateOrUpdateParameters_encryption :: Lens' CmafPackageCreateOrUpdateParameters (Maybe CmafEncryption) Source #
Undocumented member.
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
data DashEncryption Source #
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
See: newDashEncryption
smart constructor.
DashEncryption' | |
|
Instances
Create a value of DashEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyRotationIntervalSeconds:DashEncryption'
, dashEncryption_keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.
$sel:spekeKeyProvider:DashEncryption'
, dashEncryption_spekeKeyProvider
- Undocumented member.
dashEncryption_keyRotationIntervalSeconds :: Lens' DashEncryption (Maybe Int) Source #
Time (in seconds) between each encryption key rotation.
dashEncryption_spekeKeyProvider :: Lens' DashEncryption SpekeKeyProvider Source #
Undocumented member.
DashPackage
data DashPackage Source #
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
See: newDashPackage
smart constructor.
DashPackage' | |
|
Instances
newDashPackage :: DashPackage Source #
Create a value of DashPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adsOnDeliveryRestrictions:DashPackage'
, dashPackage_adsOnDeliveryRestrictions
- Undocumented member.
$sel:minBufferTimeSeconds:DashPackage'
, dashPackage_minBufferTimeSeconds
- Minimum duration (in seconds) that a player will buffer media before
starting the presentation.
$sel:utcTiming:DashPackage'
, dashPackage_utcTiming
- Determines the type of UTCTiming included in the Media Presentation
Description (MPD)
$sel:segmentTemplateFormat:DashPackage'
, dashPackage_segmentTemplateFormat
- 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.
$sel:profile:DashPackage'
, dashPackage_profile
- The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set
to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
$sel:segmentDurationSeconds:DashPackage'
, dashPackage_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:utcTimingUri:DashPackage'
, dashPackage_utcTimingUri
- Specifies the value attribute of the UTCTiming field when utcTiming is
set to HTTP-ISO or HTTP-HEAD
$sel:streamSelection:DashPackage'
, dashPackage_streamSelection
- Undocumented member.
$sel:encryption:DashPackage'
, dashPackage_encryption
- Undocumented member.
$sel:minUpdatePeriodSeconds:DashPackage'
, dashPackage_minUpdatePeriodSeconds
- Minimum duration (in seconds) between potential changes to the Dynamic
Adaptive Streaming over HTTP (DASH) Media Presentation Description
(MPD).
$sel:manifestLayout:DashPackage'
, dashPackage_manifestLayout
- 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.
$sel:suggestedPresentationDelaySeconds:DashPackage'
, dashPackage_suggestedPresentationDelaySeconds
- Duration (in seconds) to delay live content before presentation.
$sel:manifestWindowSeconds:DashPackage'
, dashPackage_manifestWindowSeconds
- Time window (in seconds) contained in each manifest.
$sel:adTriggers:DashPackage'
, dashPackage_adTriggers
- Undocumented member.
$sel:periodTriggers:DashPackage'
, dashPackage_periodTriggers
- 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_adsOnDeliveryRestrictions :: Lens' DashPackage (Maybe AdsOnDeliveryRestrictions) Source #
Undocumented member.
dashPackage_minBufferTimeSeconds :: Lens' DashPackage (Maybe Int) Source #
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
dashPackage_utcTiming :: Lens' DashPackage (Maybe UtcTiming) Source #
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
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_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.
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_utcTimingUri :: Lens' DashPackage (Maybe Text) Source #
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
dashPackage_streamSelection :: Lens' DashPackage (Maybe StreamSelection) Source #
Undocumented member.
dashPackage_encryption :: Lens' DashPackage (Maybe DashEncryption) Source #
Undocumented member.
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_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_suggestedPresentationDelaySeconds :: Lens' DashPackage (Maybe Int) Source #
Duration (in seconds) to delay live content before presentation.
dashPackage_manifestWindowSeconds :: Lens' DashPackage (Maybe Int) Source #
Time window (in seconds) contained in each manifest.
dashPackage_adTriggers :: Lens' DashPackage (Maybe [AdTriggersElement]) Source #
Undocumented member.
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.
EgressAccessLogs
data EgressAccessLogs Source #
Configure egress access logging.
See: newEgressAccessLogs
smart constructor.
EgressAccessLogs' | |
|
Instances
newEgressAccessLogs :: EgressAccessLogs Source #
Create a value of EgressAccessLogs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logGroupName:EgressAccessLogs'
, egressAccessLogs_logGroupName
- Customize the log group name.
egressAccessLogs_logGroupName :: Lens' EgressAccessLogs (Maybe Text) Source #
Customize the log group name.
EncryptionContractConfiguration
data EncryptionContractConfiguration Source #
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
See: newEncryptionContractConfiguration
smart constructor.
EncryptionContractConfiguration' | |
|
Instances
newEncryptionContractConfiguration Source #
Create a value of EncryptionContractConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:presetSpeke20Audio:EncryptionContractConfiguration'
, encryptionContractConfiguration_presetSpeke20Audio
- A collection of audio encryption presets.
$sel:presetSpeke20Video:EncryptionContractConfiguration'
, encryptionContractConfiguration_presetSpeke20Video
- A collection of video encryption presets.
encryptionContractConfiguration_presetSpeke20Audio :: Lens' EncryptionContractConfiguration PresetSpeke20Audio Source #
A collection of audio encryption presets.
encryptionContractConfiguration_presetSpeke20Video :: Lens' EncryptionContractConfiguration PresetSpeke20Video Source #
A collection of video encryption presets.
HarvestJob
data HarvestJob Source #
A HarvestJob resource configuration
See: newHarvestJob
smart constructor.
HarvestJob' | |
|
Instances
newHarvestJob :: HarvestJob Source #
Create a value of HarvestJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:HarvestJob'
, harvestJob_status
- 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.
$sel:originEndpointId:HarvestJob'
, harvestJob_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
$sel:startTime:HarvestJob'
, harvestJob_startTime
- The start of the time-window which will be harvested.
$sel:arn:HarvestJob'
, harvestJob_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
$sel:createdAt:HarvestJob'
, harvestJob_createdAt
- The time the HarvestJob was submitted
$sel:channelId:HarvestJob'
, harvestJob_channelId
- The ID of the Channel that the HarvestJob will harvest from.
$sel:s3Destination:HarvestJob'
, harvestJob_s3Destination
- Undocumented member.
$sel:endTime:HarvestJob'
, harvestJob_endTime
- The end of the time-window which will be harvested.
$sel:id:HarvestJob'
, harvestJob_id
- The ID of the HarvestJob. The ID must be unique within the region and it
cannot be changed after the HarvestJob is submitted.
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.
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_arn :: Lens' HarvestJob (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the HarvestJob.
harvestJob_createdAt :: Lens' HarvestJob (Maybe Text) Source #
The time the HarvestJob was submitted
harvestJob_channelId :: Lens' HarvestJob (Maybe Text) Source #
The ID of the Channel that the HarvestJob will harvest from.
harvestJob_s3Destination :: Lens' HarvestJob (Maybe S3Destination) Source #
Undocumented member.
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.
HlsEncryption
data HlsEncryption Source #
An HTTP Live Streaming (HLS) encryption configuration.
See: newHlsEncryption
smart constructor.
HlsEncryption' | |
|
Instances
Create a value of HlsEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryptionMethod:HlsEncryption'
, hlsEncryption_encryptionMethod
- The encryption method to use.
$sel:keyRotationIntervalSeconds:HlsEncryption'
, hlsEncryption_keyRotationIntervalSeconds
- Interval (in seconds) between each encryption key rotation.
$sel:constantInitializationVector:HlsEncryption'
, hlsEncryption_constantInitializationVector
- A constant initialization vector for encryption (optional). When not
specified the initialization vector will be periodically rotated.
$sel:repeatExtXKey:HlsEncryption'
, hlsEncryption_repeatExtXKey
- When enabled, the EXT-X-KEY tag will be repeated in output manifests.
$sel:spekeKeyProvider:HlsEncryption'
, hlsEncryption_spekeKeyProvider
- Undocumented member.
hlsEncryption_encryptionMethod :: Lens' HlsEncryption (Maybe EncryptionMethod) Source #
The encryption method to use.
hlsEncryption_keyRotationIntervalSeconds :: Lens' HlsEncryption (Maybe Int) Source #
Interval (in seconds) between each encryption key rotation.
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_repeatExtXKey :: Lens' HlsEncryption (Maybe Bool) Source #
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
hlsEncryption_spekeKeyProvider :: Lens' HlsEncryption SpekeKeyProvider Source #
Undocumented member.
HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
See: newHlsIngest
smart constructor.
HlsIngest' | |
|
Instances
Eq HlsIngest Source # | |
Read HlsIngest Source # | |
Show HlsIngest Source # | |
Generic HlsIngest Source # | |
NFData HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
Hashable HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
FromJSON HlsIngest Source # | |
type Rep HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest type Rep HlsIngest = D1 ('MetaData "HlsIngest" "Amazonka.MediaPackage.Types.HlsIngest" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "HlsIngest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ingestEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IngestEndpoint])))) |
newHlsIngest :: HlsIngest Source #
Create a value of HlsIngest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingestEndpoints:HlsIngest'
, hlsIngest_ingestEndpoints
- A list of endpoints to which the source stream should be sent.
hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint]) Source #
A list of endpoints to which the source stream should be sent.
HlsManifest
data HlsManifest Source #
A HTTP Live Streaming (HLS) manifest configuration.
See: newHlsManifest
smart constructor.
HlsManifest' | |
|
Instances
Create a value of HlsManifest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestName:HlsManifest'
, hlsManifest_manifestName
- An optional short string appended to the end of the OriginEndpoint URL.
If not specified, defaults to the manifestName for the OriginEndpoint.
$sel:url:HlsManifest'
, hlsManifest_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:playlistType:HlsManifest'
, hlsManifest_playlistType
- 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.
$sel:programDateTimeIntervalSeconds:HlsManifest'
, hlsManifest_programDateTimeIntervalSeconds
- 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.
$sel:adMarkers:HlsManifest'
, hlsManifest_adMarkers
- 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.
$sel:includeIframeOnlyStream:HlsManifest'
, hlsManifest_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$sel:playlistWindowSeconds:HlsManifest'
, hlsManifest_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$sel:id:HlsManifest'
, hlsManifest_id
- The ID of the manifest. The ID must be unique within the OriginEndpoint
and it cannot be changed after it is created.
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_url :: Lens' HlsManifest (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
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_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_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_playlistWindowSeconds :: Lens' HlsManifest (Maybe Int) Source #
Time window (in seconds) contained in each parent manifest.
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
data HlsManifestCreateOrUpdateParameters Source #
A HTTP Live Streaming (HLS) manifest configuration.
See: newHlsManifestCreateOrUpdateParameters
smart constructor.
HlsManifestCreateOrUpdateParameters' | |
|
Instances
newHlsManifestCreateOrUpdateParameters Source #
Create a value of HlsManifestCreateOrUpdateParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adsOnDeliveryRestrictions:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions
- Undocumented member.
$sel:manifestName:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_manifestName
- An optional short string appended to the end of the OriginEndpoint URL.
If not specified, defaults to the manifestName for the OriginEndpoint.
$sel:playlistType:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_playlistType
- 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.
$sel:programDateTimeIntervalSeconds:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_programDateTimeIntervalSeconds
- 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.
$sel:adMarkers:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adMarkers
- 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.
$sel:includeIframeOnlyStream:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$sel:adTriggers:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adTriggers
- Undocumented member.
$sel:playlistWindowSeconds:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$sel:id:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_id
- The ID of the manifest. The ID must be unique within the OriginEndpoint
and it cannot be changed after it is created.
hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdsOnDeliveryRestrictions) Source #
Undocumented member.
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_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_adTriggers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe [AdTriggersElement]) Source #
Undocumented member.
hlsManifestCreateOrUpdateParameters_playlistWindowSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int) Source #
Time window (in seconds) contained in each parent manifest.
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
data HlsPackage Source #
An HTTP Live Streaming (HLS) packaging configuration.
See: newHlsPackage
smart constructor.
HlsPackage' | |
|
Instances
newHlsPackage :: HlsPackage Source #
Create a value of HlsPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adsOnDeliveryRestrictions:HlsPackage'
, hlsPackage_adsOnDeliveryRestrictions
- Undocumented member.
$sel:useAudioRenditionGroup:HlsPackage'
, hlsPackage_useAudioRenditionGroup
- When enabled, audio streams will be placed in rendition groups in the
output.
$sel:includeDvbSubtitles:HlsPackage'
, hlsPackage_includeDvbSubtitles
- When enabled, MediaPackage passes through digital video broadcasting
(DVB) subtitles into the output.
$sel:playlistType:HlsPackage'
, hlsPackage_playlistType
- 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.
$sel:segmentDurationSeconds:HlsPackage'
, hlsPackage_segmentDurationSeconds
- Duration (in seconds) of each fragment. Actual fragments will be rounded
to the nearest multiple of the source fragment duration.
$sel:programDateTimeIntervalSeconds:HlsPackage'
, hlsPackage_programDateTimeIntervalSeconds
- 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.
$sel:streamSelection:HlsPackage'
, hlsPackage_streamSelection
- Undocumented member.
$sel:adMarkers:HlsPackage'
, hlsPackage_adMarkers
- 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.
$sel:encryption:HlsPackage'
, hlsPackage_encryption
- Undocumented member.
$sel:includeIframeOnlyStream:HlsPackage'
, hlsPackage_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$sel:adTriggers:HlsPackage'
, hlsPackage_adTriggers
- Undocumented member.
$sel:playlistWindowSeconds:HlsPackage'
, hlsPackage_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
hlsPackage_adsOnDeliveryRestrictions :: Lens' HlsPackage (Maybe AdsOnDeliveryRestrictions) Source #
Undocumented member.
hlsPackage_useAudioRenditionGroup :: Lens' HlsPackage (Maybe Bool) Source #
When enabled, audio streams will be placed in rendition groups in the output.
hlsPackage_includeDvbSubtitles :: Lens' HlsPackage (Maybe Bool) Source #
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into 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_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_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_streamSelection :: Lens' HlsPackage (Maybe StreamSelection) Source #
Undocumented member.
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_encryption :: Lens' HlsPackage (Maybe HlsEncryption) Source #
Undocumented member.
hlsPackage_includeIframeOnlyStream :: Lens' HlsPackage (Maybe Bool) Source #
When enabled, an I-Frame only stream will be included in the output.
hlsPackage_adTriggers :: Lens' HlsPackage (Maybe [AdTriggersElement]) Source #
Undocumented member.
hlsPackage_playlistWindowSeconds :: Lens' HlsPackage (Maybe Int) Source #
Time window (in seconds) contained in each parent manifest.
IngestEndpoint
data IngestEndpoint Source #
An endpoint for ingesting source content for a Channel.
See: newIngestEndpoint
smart constructor.
IngestEndpoint' | |
|
Instances
newIngestEndpoint :: IngestEndpoint Source #
Create a value of IngestEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:url:IngestEndpoint'
, ingestEndpoint_url
- The ingest URL to which the source stream should be sent.
$sel:username:IngestEndpoint'
, ingestEndpoint_username
- The system generated username for ingest authentication.
$sel:password:IngestEndpoint'
, ingestEndpoint_password
- The system generated password for ingest authentication.
$sel:id:IngestEndpoint'
, ingestEndpoint_id
- The system generated unique identifier for the IngestEndpoint
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.
ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated password for ingest authentication.
ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated unique identifier for the IngestEndpoint
IngressAccessLogs
data IngressAccessLogs Source #
Configure ingress access logging.
See: newIngressAccessLogs
smart constructor.
IngressAccessLogs' | |
|
Instances
newIngressAccessLogs :: IngressAccessLogs Source #
Create a value of IngressAccessLogs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logGroupName:IngressAccessLogs'
, ingressAccessLogs_logGroupName
- Customize the log group name.
ingressAccessLogs_logGroupName :: Lens' IngressAccessLogs (Maybe Text) Source #
Customize the log group name.
MssEncryption
data MssEncryption Source #
A Microsoft Smooth Streaming (MSS) encryption configuration.
See: newMssEncryption
smart constructor.
Instances
Create a value of MssEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:spekeKeyProvider:MssEncryption'
, mssEncryption_spekeKeyProvider
- Undocumented member.
mssEncryption_spekeKeyProvider :: Lens' MssEncryption SpekeKeyProvider Source #
Undocumented member.
MssPackage
data MssPackage Source #
A Microsoft Smooth Streaming (MSS) packaging configuration.
See: newMssPackage
smart constructor.
MssPackage' | |
|
Instances
newMssPackage :: MssPackage Source #
Create a value of MssPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:segmentDurationSeconds:MssPackage'
, mssPackage_segmentDurationSeconds
- The duration (in seconds) of each segment.
$sel:streamSelection:MssPackage'
, mssPackage_streamSelection
- Undocumented member.
$sel:encryption:MssPackage'
, mssPackage_encryption
- Undocumented member.
$sel:manifestWindowSeconds:MssPackage'
, mssPackage_manifestWindowSeconds
- The time window (in seconds) contained in each manifest.
mssPackage_segmentDurationSeconds :: Lens' MssPackage (Maybe Int) Source #
The duration (in seconds) of each segment.
mssPackage_streamSelection :: Lens' MssPackage (Maybe StreamSelection) Source #
Undocumented member.
mssPackage_encryption :: Lens' MssPackage (Maybe MssEncryption) Source #
Undocumented member.
mssPackage_manifestWindowSeconds :: Lens' MssPackage (Maybe Int) Source #
The time window (in seconds) contained in each manifest.
OriginEndpoint
data OriginEndpoint Source #
An OriginEndpoint resource configuration.
See: newOriginEndpoint
smart constructor.
OriginEndpoint' | |
|
Instances
newOriginEndpoint :: OriginEndpoint Source #
Create a value of OriginEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:OriginEndpoint'
, originEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:OriginEndpoint'
, originEndpoint_hlsPackage
- Undocumented member.
$sel:arn:OriginEndpoint'
, originEndpoint_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:manifestName:OriginEndpoint'
, originEndpoint_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:url:OriginEndpoint'
, originEndpoint_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:authorization:OriginEndpoint'
, originEndpoint_authorization
- Undocumented member.
$sel:channelId:OriginEndpoint'
, originEndpoint_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:startoverWindowSeconds:OriginEndpoint'
, originEndpoint_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:OriginEndpoint'
, originEndpoint_dashPackage
- Undocumented member.
$sel:mssPackage:OriginEndpoint'
, originEndpoint_mssPackage
- Undocumented member.
$sel:id:OriginEndpoint'
, originEndpoint_id
- The ID of the OriginEndpoint.
$sel:timeDelaySeconds:OriginEndpoint'
, originEndpoint_timeDelaySeconds
- 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.
$sel:cmafPackage:OriginEndpoint'
, originEndpoint_cmafPackage
- Undocumented member.
$sel:description:OriginEndpoint'
, originEndpoint_description
- A short text description of the OriginEndpoint.
$sel:tags:OriginEndpoint'
, originEndpoint_tags
- Undocumented member.
$sel:origination:OriginEndpoint'
, originEndpoint_origination
- 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_whitelist :: Lens' OriginEndpoint (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
originEndpoint_hlsPackage :: Lens' OriginEndpoint (Maybe HlsPackage) Source #
Undocumented member.
originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text) Source #
A short string appended to the end of the OriginEndpoint URL.
originEndpoint_url :: Lens' OriginEndpoint (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
originEndpoint_authorization :: Lens' OriginEndpoint (Maybe Authorization) Source #
Undocumented member.
originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text) Source #
The ID of the Channel the OriginEndpoint is associated with.
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_dashPackage :: Lens' OriginEndpoint (Maybe DashPackage) Source #
Undocumented member.
originEndpoint_mssPackage :: Lens' OriginEndpoint (Maybe MssPackage) Source #
Undocumented member.
originEndpoint_id :: Lens' OriginEndpoint (Maybe Text) Source #
The ID of 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_cmafPackage :: Lens' OriginEndpoint (Maybe CmafPackage) Source #
Undocumented member.
originEndpoint_description :: Lens' OriginEndpoint (Maybe Text) Source #
A short text description of the OriginEndpoint.
originEndpoint_tags :: Lens' OriginEndpoint (Maybe (HashMap Text Text)) Source #
Undocumented member.
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
S3Destination
data S3Destination Source #
Configuration parameters for where in an S3 bucket to place the harvested content
See: newS3Destination
smart constructor.
S3Destination' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> S3Destination |
Create a value of S3Destination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestKey:S3Destination'
, s3Destination_manifestKey
- The key in the specified S3 bucket where the harvested top-level
manifest will be placed.
$sel:bucketName:S3Destination'
, s3Destination_bucketName
- The name of an S3 bucket within which harvested content will be exported
$sel:roleArn:S3Destination'
, s3Destination_roleArn
- The IAM role used to write to the specified S3 bucket
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
data SpekeKeyProvider Source #
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
See: newSpekeKeyProvider
smart constructor.
SpekeKeyProvider' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> SpekeKeyProvider |
Create a value of SpekeKeyProvider
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryptionContractConfiguration:SpekeKeyProvider'
, spekeKeyProvider_encryptionContractConfiguration
- Undocumented member.
$sel:certificateArn:SpekeKeyProvider'
, spekeKeyProvider_certificateArn
- 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.
$sel:resourceId:SpekeKeyProvider'
, spekeKeyProvider_resourceId
- The resource ID to include in key requests.
$sel:systemIds:SpekeKeyProvider'
, spekeKeyProvider_systemIds
- The system IDs to include in key requests.
$sel:url:SpekeKeyProvider'
, spekeKeyProvider_url
- The URL of the external key provider service.
$sel:roleArn:SpekeKeyProvider'
, spekeKeyProvider_roleArn
- An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
MediaPackage will assume when accessing the key provider service.
spekeKeyProvider_encryptionContractConfiguration :: Lens' SpekeKeyProvider (Maybe EncryptionContractConfiguration) Source #
Undocumented member.
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
data StreamSelection Source #
A StreamSelection configuration.
See: newStreamSelection
smart constructor.
StreamSelection' | |
|
Instances
newStreamSelection :: StreamSelection Source #
Create a value of StreamSelection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:streamOrder:StreamSelection'
, streamSelection_streamOrder
- A directive that determines the order of streams in the output.
$sel:minVideoBitsPerSecond:StreamSelection'
, streamSelection_minVideoBitsPerSecond
- The minimum video bitrate (bps) to include in output.
$sel:maxVideoBitsPerSecond:StreamSelection'
, streamSelection_maxVideoBitsPerSecond
- The maximum 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.
streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #
The minimum video bitrate (bps) to include in output.
streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #
The maximum video bitrate (bps) to include in output.