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 |
Describes the properties of a specific channel.
Synopsis
- data DescribeChannel = DescribeChannel' {
- channelName :: Text
- newDescribeChannel :: Text -> DescribeChannel
- describeChannel_channelName :: Lens' DescribeChannel Text
- data DescribeChannelResponse = DescribeChannelResponse' {}
- newDescribeChannelResponse :: Int -> DescribeChannelResponse
- describeChannelResponse_creationTime :: Lens' DescribeChannelResponse (Maybe UTCTime)
- describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_lastModifiedTime :: Lens' DescribeChannelResponse (Maybe UTCTime)
- describeChannelResponse_playbackMode :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_channelName :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_outputs :: Lens' DescribeChannelResponse (Maybe [ResponseOutputItem])
- describeChannelResponse_channelState :: Lens' DescribeChannelResponse (Maybe ChannelState)
- describeChannelResponse_fillerSlate :: Lens' DescribeChannelResponse (Maybe SlateSource)
- describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text))
- describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int
Creating a Request
data DescribeChannel Source #
See: newDescribeChannel
smart constructor.
DescribeChannel' | |
|
Instances
Create a value of DescribeChannel
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:channelName:DescribeChannel'
, describeChannel_channelName
- The identifier for the channel you are working on.
Request Lenses
describeChannel_channelName :: Lens' DescribeChannel Text Source #
The identifier for the channel you are working on.
Destructuring the Response
data DescribeChannelResponse Source #
See: newDescribeChannelResponse
smart constructor.
DescribeChannelResponse' | |
|
Instances
newDescribeChannelResponse Source #
Create a value of DescribeChannelResponse
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:creationTime:DescribeChannelResponse'
, describeChannelResponse_creationTime
- The timestamp of when the channel was created.
$sel:arn:DescribeChannelResponse'
, describeChannelResponse_arn
- The ARN of the channel.
$sel:lastModifiedTime:DescribeChannelResponse'
, describeChannelResponse_lastModifiedTime
- The timestamp of when the channel was last modified.
$sel:playbackMode:DescribeChannelResponse'
, describeChannelResponse_playbackMode
- The channel's playback mode.
$sel:channelName:DescribeChannel'
, describeChannelResponse_channelName
- The name of the channel.
$sel:outputs:DescribeChannelResponse'
, describeChannelResponse_outputs
- The channel's output properties.
$sel:channelState:DescribeChannelResponse'
, describeChannelResponse_channelState
- Indicates whether the channel is in a running state or not.
$sel:fillerSlate:DescribeChannelResponse'
, describeChannelResponse_fillerSlate
- Contains information about the slate used to fill gaps between programs
in the schedule.
$sel:tags:DescribeChannelResponse'
, describeChannelResponse_tags
- The tags assigned to the channel.
$sel:httpStatus:DescribeChannelResponse'
, describeChannelResponse_httpStatus
- The response's http status code.
Response Lenses
describeChannelResponse_creationTime :: Lens' DescribeChannelResponse (Maybe UTCTime) Source #
The timestamp of when the channel was created.
describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text) Source #
The ARN of the channel.
describeChannelResponse_lastModifiedTime :: Lens' DescribeChannelResponse (Maybe UTCTime) Source #
The timestamp of when the channel was last modified.
describeChannelResponse_playbackMode :: Lens' DescribeChannelResponse (Maybe Text) Source #
The channel's playback mode.
describeChannelResponse_channelName :: Lens' DescribeChannelResponse (Maybe Text) Source #
The name of the channel.
describeChannelResponse_outputs :: Lens' DescribeChannelResponse (Maybe [ResponseOutputItem]) Source #
The channel's output properties.
describeChannelResponse_channelState :: Lens' DescribeChannelResponse (Maybe ChannelState) Source #
Indicates whether the channel is in a running state or not.
describeChannelResponse_fillerSlate :: Lens' DescribeChannelResponse (Maybe SlateSource) Source #
Contains information about the slate used to fill gaps between programs in the schedule.
describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text)) Source #
The tags assigned to the channel.
describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int Source #
The response's http status code.