| 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.ListInputSecurityGroups
Description
Produces a list of Input Security Groups for an account
This operation returns paginated results.
- listInputSecurityGroups :: ListInputSecurityGroups
- data ListInputSecurityGroups
- lisgNextToken :: Lens' ListInputSecurityGroups (Maybe Text)
- lisgMaxResults :: Lens' ListInputSecurityGroups (Maybe Natural)
- listInputSecurityGroupsResponse :: Int -> ListInputSecurityGroupsResponse
- data ListInputSecurityGroupsResponse
- lisgrsNextToken :: Lens' ListInputSecurityGroupsResponse (Maybe Text)
- lisgrsInputSecurityGroups :: Lens' ListInputSecurityGroupsResponse [InputSecurityGroup]
- lisgrsResponseStatus :: Lens' ListInputSecurityGroupsResponse Int
Creating a Request
listInputSecurityGroups :: ListInputSecurityGroups Source #
Creates a value of ListInputSecurityGroups with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lisgNextToken- Undocumented member.lisgMaxResults- Undocumented member.
data ListInputSecurityGroups Source #
Placeholder documentation for ListInputSecurityGroupsRequest
See: listInputSecurityGroups smart constructor.
Instances
Request Lenses
lisgNextToken :: Lens' ListInputSecurityGroups (Maybe Text) Source #
Undocumented member.
lisgMaxResults :: Lens' ListInputSecurityGroups (Maybe Natural) Source #
Undocumented member.
Destructuring the Response
listInputSecurityGroupsResponse Source #
Arguments
| :: Int | |
| -> ListInputSecurityGroupsResponse |
Creates a value of ListInputSecurityGroupsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lisgrsNextToken- Undocumented member.lisgrsInputSecurityGroups- List of input security groupslisgrsResponseStatus- -- | The response status code.
data ListInputSecurityGroupsResponse Source #
Placeholder documentation for ListInputSecurityGroupsResponse
See: listInputSecurityGroupsResponse smart constructor.
Instances
Response Lenses
lisgrsNextToken :: Lens' ListInputSecurityGroupsResponse (Maybe Text) Source #
Undocumented member.
lisgrsInputSecurityGroups :: Lens' ListInputSecurityGroupsResponse [InputSecurityGroup] Source #
List of input security groups
lisgrsResponseStatus :: Lens' ListInputSecurityGroupsResponse Int Source #
- - | The response status code.