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 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))
Documentation
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.