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 |
Synopsis
- data ResponseOutputItem = ResponseOutputItem' {}
- newResponseOutputItem :: Text -> Text -> Text -> ResponseOutputItem
- responseOutputItem_hlsPlaylistSettings :: Lens' ResponseOutputItem (Maybe HlsPlaylistSettings)
- responseOutputItem_dashPlaylistSettings :: Lens' ResponseOutputItem (Maybe DashPlaylistSettings)
- responseOutputItem_manifestName :: Lens' ResponseOutputItem Text
- responseOutputItem_playbackUrl :: Lens' ResponseOutputItem Text
- responseOutputItem_sourceGroup :: Lens' ResponseOutputItem Text
Documentation
data ResponseOutputItem Source #
This response includes only the "property" : "type" property.
See: newResponseOutputItem
smart constructor.
ResponseOutputItem' | |
|
Instances
newResponseOutputItem Source #
:: 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:hlsPlaylistSettings:ResponseOutputItem'
, responseOutputItem_hlsPlaylistSettings
- HLS manifest configuration settings.
$sel:dashPlaylistSettings:ResponseOutputItem'
, responseOutputItem_dashPlaylistSettings
- DASH 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_hlsPlaylistSettings :: Lens' ResponseOutputItem (Maybe HlsPlaylistSettings) Source #
HLS manifest configuration settings.
responseOutputItem_dashPlaylistSettings :: Lens' ResponseOutputItem (Maybe DashPlaylistSettings) Source #
DASH 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.