| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.MediaLive.ListChannels
Description
Produces list of channels that have been created
This operation returns paginated results.
- listChannels :: ListChannels
- data ListChannels
- lcNextToken :: Lens' ListChannels (Maybe Text)
- lcMaxResults :: Lens' ListChannels (Maybe Natural)
- listChannelsResponse :: Int -> ListChannelsResponse
- data ListChannelsResponse
- lcrsChannels :: Lens' ListChannelsResponse [ChannelSummary]
- lcrsNextToken :: Lens' ListChannelsResponse (Maybe Text)
- lcrsResponseStatus :: Lens' ListChannelsResponse Int
Creating a Request
listChannels :: ListChannels Source #
Creates a value of ListChannels with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lcNextToken- Undocumented member.lcMaxResults- Undocumented member.
data ListChannels Source #
Placeholder documentation for ListChannelsRequest
See: listChannels smart constructor.
Instances
Request Lenses
lcNextToken :: Lens' ListChannels (Maybe Text) Source #
Undocumented member.
lcMaxResults :: Lens' ListChannels (Maybe Natural) Source #
Undocumented member.
Destructuring the Response
Arguments
| :: Int | |
| -> ListChannelsResponse |
Creates a value of ListChannelsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lcrsChannels- Undocumented member.lcrsNextToken- Undocumented member.lcrsResponseStatus- -- | The response status code.
data ListChannelsResponse Source #
Placeholder documentation for ListChannelsResponse
See: listChannelsResponse smart constructor.
Response Lenses
lcrsChannels :: Lens' ListChannelsResponse [ChannelSummary] Source #
Undocumented member.
lcrsNextToken :: Lens' ListChannelsResponse (Maybe Text) Source #
Undocumented member.
lcrsResponseStatus :: Lens' ListChannelsResponse Int Source #
- - | The response status code.