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 |
Gets details about a Channel.
Synopsis
- data DescribeChannel = DescribeChannel' {}
- newDescribeChannel :: Text -> DescribeChannel
- describeChannel_id :: Lens' DescribeChannel Text
- data DescribeChannelResponse = DescribeChannelResponse' {}
- newDescribeChannelResponse :: Int -> DescribeChannelResponse
- describeChannelResponse_ingressAccessLogs :: Lens' DescribeChannelResponse (Maybe IngressAccessLogs)
- describeChannelResponse_hlsIngest :: Lens' DescribeChannelResponse (Maybe HlsIngest)
- describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_id :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_description :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_egressAccessLogs :: Lens' DescribeChannelResponse (Maybe EgressAccessLogs)
- describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text))
- describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int
Creating a Request
data DescribeChannel Source #
See: newDescribeChannel
smart constructor.
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:id:DescribeChannel'
, describeChannel_id
- The ID of a Channel.
Request Lenses
describeChannel_id :: Lens' DescribeChannel Text Source #
The ID of a Channel.
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:ingressAccessLogs:DescribeChannelResponse'
, describeChannelResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:DescribeChannelResponse'
, describeChannelResponse_hlsIngest
- Undocumented member.
$sel:arn:DescribeChannelResponse'
, describeChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:DescribeChannel'
, describeChannelResponse_id
- The ID of the Channel.
$sel:description:DescribeChannelResponse'
, describeChannelResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:DescribeChannelResponse'
, describeChannelResponse_egressAccessLogs
- Undocumented member.
$sel:tags:DescribeChannelResponse'
, describeChannelResponse_tags
- Undocumented member.
$sel:httpStatus:DescribeChannelResponse'
, describeChannelResponse_httpStatus
- The response's http status code.
Response Lenses
describeChannelResponse_ingressAccessLogs :: Lens' DescribeChannelResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
describeChannelResponse_hlsIngest :: Lens' DescribeChannelResponse (Maybe HlsIngest) Source #
Undocumented member.
describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
describeChannelResponse_id :: Lens' DescribeChannelResponse (Maybe Text) Source #
The ID of the Channel.
describeChannelResponse_description :: Lens' DescribeChannelResponse (Maybe Text) Source #
A short text description of the Channel.
describeChannelResponse_egressAccessLogs :: Lens' DescribeChannelResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int Source #
The response's http status code.