| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.EMR.ListInstanceGroups
Description
Provides all available details about the instance groups in a cluster.
http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_ListInstanceGroups.html
- data ListInstanceGroups
- listInstanceGroups :: Text -> ListInstanceGroups
- ligClusterId :: Lens' ListInstanceGroups Text
- ligMarker :: Lens' ListInstanceGroups (Maybe Text)
- data ListInstanceGroupsResponse
- listInstanceGroupsResponse :: ListInstanceGroupsResponse
- ligrInstanceGroups :: Lens' ListInstanceGroupsResponse [InstanceGroup]
- ligrMarker :: Lens' ListInstanceGroupsResponse (Maybe Text)
Request
data ListInstanceGroups Source
Instances
Request constructor
Arguments
| :: Text | |
| -> ListInstanceGroups |
ListInstanceGroups constructor.
The fields accessible through corresponding lenses are:
ligClusterId::TextligMarker::MaybeText
Request lenses
ligClusterId :: Lens' ListInstanceGroups Text Source
The identifier of the cluster for which to list the instance groups.
ligMarker :: Lens' ListInstanceGroups (Maybe Text) Source
The pagination token that indicates the next set of results to retrieve.
Response
Response constructor
listInstanceGroupsResponse :: ListInstanceGroupsResponse Source
ListInstanceGroupsResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
ligrInstanceGroups :: Lens' ListInstanceGroupsResponse [InstanceGroup] Source
The list of instance groups for the cluster and given filters.
ligrMarker :: Lens' ListInstanceGroupsResponse (Maybe Text) Source
The pagination token that indicates the next set of results to retrieve.