Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data ListGroups = ListGroups {
- lgPathPrefix :: Maybe Text
- lgMarker :: Maybe Text
- lgMaxItems :: Maybe Integer
- data ListGroupsResponse = ListGroupsResponse {}
- data Group = Group {}
Documentation
data ListGroups Source #
Lists groups that have the specified path prefix.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html
ListGroups | |
|
Instances
data ListGroupsResponse Source #
Instances
The IAM Group
data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_Group.html
Group | |
|