amazonka-emr-0.0.7: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.ListInstances

Contents

Description

Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster. For example, this operation indicates when the EC2 instances reach the Ready state, when instances become available to Amazon EMR to use for jobs, and the IP addresses for cluster instances, etc.

http://docs.aws.amazon.com/ElasticMapReduce/latest/API/API_ListInstances.html

Synopsis

Request

Request constructor

listInstances Source

ListInstances constructor.

The fields accessible through corresponding lenses are:

Request lenses

liClusterId :: Lens' ListInstances Text Source

The identifier of the cluster for which to list the instances.

liInstanceGroupId :: Lens' ListInstances (Maybe Text) Source

The identifier of the instance group for which to list the instances.

liInstanceGroupTypes :: Lens' ListInstances [InstanceGroupType] Source

The type of instance group for which to list the instances.

liMarker :: Lens' ListInstances (Maybe Text) Source

The pagination token that indicates the next set of results to retrieve.

Response

Response constructor

listInstancesResponse :: ListInstancesResponse Source

ListInstancesResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lirInstances :: Lens' ListInstancesResponse [Instance] Source

The list of instances for the cluster and given filters.

lirMarker :: Lens' ListInstancesResponse (Maybe Text) Source

The pagination token that indicates the next set of results to retrieve.