| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaLive.Types.Esam
Description
Synopsis
- data Esam = Esam' {}
- newEsam :: Text -> Text -> Esam
- esam_adAvailOffset :: Lens' Esam (Maybe Int)
- esam_passwordParam :: Lens' Esam (Maybe Text)
- esam_username :: Lens' Esam (Maybe Text)
- esam_zoneIdentity :: Lens' Esam (Maybe Text)
- esam_acquisitionPointId :: Lens' Esam Text
- esam_poisEndpoint :: Lens' Esam Text
Documentation
Esam
See: newEsam smart constructor.
Constructors
| Esam' | |
Fields
| |
Instances
Create a value of Esam 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:adAvailOffset:Esam', esam_adAvailOffset - When specified, this offset (in milliseconds) is added to the input Ad
Avail PTS time. This only applies to embedded SCTE 104/35 messages and
does not apply to OOB messages.
$sel:passwordParam:Esam', esam_passwordParam - Documentation update needed
$sel:username:Esam', esam_username - Documentation update needed
$sel:zoneIdentity:Esam', esam_zoneIdentity - Optional data sent as zoneIdentity to identify the MediaLive channel to
the POIS.
$sel:acquisitionPointId:Esam', esam_acquisitionPointId - Sent as acquisitionPointIdentity to identify the MediaLive channel to
the POIS.
$sel:poisEndpoint:Esam', esam_poisEndpoint - The URL of the signal conditioner endpoint on the Placement Opportunity
Information System (POIS). MediaLive sends SignalProcessingEvents here
when SCTE-35 messages are read.
esam_adAvailOffset :: Lens' Esam (Maybe Int) Source #
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
esam_zoneIdentity :: Lens' Esam (Maybe Text) Source #
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.