amazonka-emr-1.6.0: Amazon Elastic MapReduce SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.DescribeStep

Contents

Description

Provides more detail about the cluster step.

Synopsis

Creating a Request

describeStep Source #

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

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

  • dsClusterId - The identifier of the cluster with steps to describe.
  • dsStepId - The identifier of the step to describe.

data DescribeStep Source #

This input determines which step to describe.

See: describeStep smart constructor.

Instances

Eq DescribeStep Source # 
Data DescribeStep Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeStep -> c DescribeStep #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeStep #

toConstr :: DescribeStep -> Constr #

dataTypeOf :: DescribeStep -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeStep) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeStep) #

gmapT :: (forall b. Data b => b -> b) -> DescribeStep -> DescribeStep #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeStep -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeStep -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeStep -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeStep -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeStep -> m DescribeStep #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeStep -> m DescribeStep #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeStep -> m DescribeStep #

Read DescribeStep Source # 
Show DescribeStep Source # 
Generic DescribeStep Source # 

Associated Types

type Rep DescribeStep :: * -> * #

Hashable DescribeStep Source # 
ToJSON DescribeStep Source # 
NFData DescribeStep Source # 

Methods

rnf :: DescribeStep -> () #

AWSRequest DescribeStep Source # 
ToHeaders DescribeStep Source # 
ToPath DescribeStep Source # 
ToQuery DescribeStep Source # 
type Rep DescribeStep Source # 
type Rep DescribeStep = D1 * (MetaData "DescribeStep" "Network.AWS.EMR.DescribeStep" "amazonka-emr-1.6.0-Gh02fq80On6JQmEHB2V13H" False) (C1 * (MetaCons "DescribeStep'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dsStepId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DescribeStep Source # 

Request Lenses

dsClusterId :: Lens' DescribeStep Text Source #

The identifier of the cluster with steps to describe.

dsStepId :: Lens' DescribeStep Text Source #

The identifier of the step to describe.

Destructuring the Response

describeStepResponse Source #

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

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

data DescribeStepResponse Source #

This output contains the description of the cluster step.

See: describeStepResponse smart constructor.

Instances

Eq DescribeStepResponse Source # 
Data DescribeStepResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeStepResponse -> c DescribeStepResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeStepResponse #

toConstr :: DescribeStepResponse -> Constr #

dataTypeOf :: DescribeStepResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeStepResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeStepResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeStepResponse -> DescribeStepResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeStepResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeStepResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeStepResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeStepResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeStepResponse -> m DescribeStepResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeStepResponse -> m DescribeStepResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeStepResponse -> m DescribeStepResponse #

Read DescribeStepResponse Source # 
Show DescribeStepResponse Source # 
Generic DescribeStepResponse Source # 
NFData DescribeStepResponse Source # 

Methods

rnf :: DescribeStepResponse -> () #

type Rep DescribeStepResponse Source # 
type Rep DescribeStepResponse = D1 * (MetaData "DescribeStepResponse" "Network.AWS.EMR.DescribeStep" "amazonka-emr-1.6.0-Gh02fq80On6JQmEHB2V13H" False) (C1 * (MetaCons "DescribeStepResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsrsStep") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Step))) (S1 * (MetaSel (Just Symbol "_dsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dsrsStep :: Lens' DescribeStepResponse (Maybe Step) Source #

The step details for the requested step identifier.

dsrsResponseStatus :: Lens' DescribeStepResponse Int Source #

  • - | The response status code.