amazonka-emr-0.3.1: Amazon Elastic MapReduce SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.DescribeCluster

Contents

Description

Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on. For information about the cluster steps, see ListSteps.

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

Synopsis

Request

Request constructor

describeCluster Source

DescribeCluster constructor.

The fields accessible through corresponding lenses are:

Request lenses

dcClusterId :: Lens' DescribeCluster Text Source

The identifier of the cluster to describe.

Response

Response constructor

describeClusterResponse Source

DescribeClusterResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dcrCluster :: Lens' DescribeClusterResponse Cluster Source

This output contains the details for the requested cluster.