amazonka-emr-1.1.0: Amazon Elastic MapReduce SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DescribeCluster.

Synopsis

Creating a Request

describeCluster Source

Creates a value of DescribeCluster with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dcClusterId :: Lens' DescribeCluster Text Source

The identifier of the cluster to describe.

Destructuring the Response

describeClusterResponse Source

Creates a value of DescribeClusterResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dcrsStatus :: Lens' DescribeClusterResponse Int Source

The response status code.

dcrsCluster :: Lens' DescribeClusterResponse Cluster Source

This output contains the details for the requested cluster.