Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.EMR.DescribeCluster
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
Request
data DescribeCluster Source
Instances
Request constructor
Arguments
:: Text | |
-> DescribeCluster |
DescribeCluster
constructor.
The fields accessible through corresponding lenses are:
dcClusterId
::
Text
Request lenses
dcClusterId :: Lens' DescribeCluster Text Source
The identifier of the cluster to describe.
Response
Response constructor
describeClusterResponse Source
Arguments
:: Cluster | |
-> DescribeClusterResponse |
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.