| 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.MediaTailor.Types.ResponseOutputItem
Description
Synopsis
- data ResponseOutputItem = ResponseOutputItem' {}
- newResponseOutputItem :: Text -> Text -> Text -> ResponseOutputItem
- responseOutputItem_dashPlaylistSettings :: Lens' ResponseOutputItem (Maybe DashPlaylistSettings)
- responseOutputItem_hlsPlaylistSettings :: Lens' ResponseOutputItem (Maybe HlsPlaylistSettings)
- responseOutputItem_manifestName :: Lens' ResponseOutputItem Text
- responseOutputItem_playbackUrl :: Lens' ResponseOutputItem Text
- responseOutputItem_sourceGroup :: Lens' ResponseOutputItem Text
Documentation
data ResponseOutputItem Source #
The output item response.
See: newResponseOutputItem smart constructor.
Constructors
| ResponseOutputItem' | |
Fields
| |
Instances
newResponseOutputItem Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ResponseOutputItem |
Create a value of ResponseOutputItem 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:dashPlaylistSettings:ResponseOutputItem', responseOutputItem_dashPlaylistSettings - DASH manifest configuration settings.
$sel:hlsPlaylistSettings:ResponseOutputItem', responseOutputItem_hlsPlaylistSettings - HLS manifest configuration settings.
$sel:manifestName:ResponseOutputItem', responseOutputItem_manifestName - The name of the manifest for the channel that will appear in the channel
output's playback URL.
$sel:playbackUrl:ResponseOutputItem', responseOutputItem_playbackUrl - The URL used for playback by content players.
$sel:sourceGroup:ResponseOutputItem', responseOutputItem_sourceGroup - A string used to associate a package configuration source group with a
channel output.
responseOutputItem_dashPlaylistSettings :: Lens' ResponseOutputItem (Maybe DashPlaylistSettings) Source #
DASH manifest configuration settings.
responseOutputItem_hlsPlaylistSettings :: Lens' ResponseOutputItem (Maybe HlsPlaylistSettings) Source #
HLS manifest configuration settings.
responseOutputItem_manifestName :: Lens' ResponseOutputItem Text Source #
The name of the manifest for the channel that will appear in the channel output's playback URL.
responseOutputItem_playbackUrl :: Lens' ResponseOutputItem Text Source #
The URL used for playback by content players.
responseOutputItem_sourceGroup :: Lens' ResponseOutputItem Text Source #
A string used to associate a package configuration source group with a channel output.