| 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.MediaPackage.Types.Channel
Description
Synopsis
- data Channel = Channel' {}
- newChannel :: Channel
- channel_arn :: Lens' Channel (Maybe Text)
- channel_description :: Lens' Channel (Maybe Text)
- channel_egressAccessLogs :: Lens' Channel (Maybe EgressAccessLogs)
- channel_hlsIngest :: Lens' Channel (Maybe HlsIngest)
- channel_id :: Lens' Channel (Maybe Text)
- channel_ingressAccessLogs :: Lens' Channel (Maybe IngressAccessLogs)
- channel_tags :: Lens' Channel (Maybe (HashMap Text Text))
Documentation
A Channel resource configuration.
See: newChannel smart constructor.
Constructors
| Channel' | |
Fields
| |
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:arn:Channel', channel_arn - The Amazon Resource Name (ARN) assigned to the Channel.
$sel:description:Channel', channel_description - A short text description of the Channel.
$sel:egressAccessLogs:Channel', channel_egressAccessLogs - Undocumented member.
$sel:hlsIngest:Channel', channel_hlsIngest - Undocumented member.
$sel:id:Channel', channel_id - The ID of the Channel.
$sel:ingressAccessLogs:Channel', channel_ingressAccessLogs - Undocumented member.
$sel:tags:Channel', channel_tags - 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.
channel_ingressAccessLogs :: Lens' Channel (Maybe IngressAccessLogs) Source #
Undocumented member.