amazonka-stepfunctions-1.4.5: Amazon Step Functions SDK.

Copyright(c) 2013-2016 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.StepFunctions.DescribeExecution

Contents

Description

Describes an execution.

Synopsis

Creating a Request

describeExecution #

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

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

  • deExecutionARN - The Amazon Resource Name (ARN) of the execution to describe.

data DescribeExecution #

See: describeExecution smart constructor.

Instances

Eq DescribeExecution # 
Data DescribeExecution # 

Methods

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

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

toConstr :: DescribeExecution -> Constr #

dataTypeOf :: DescribeExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeExecution # 
Show DescribeExecution # 
Generic DescribeExecution # 
Hashable DescribeExecution # 
ToJSON DescribeExecution # 
NFData DescribeExecution # 

Methods

rnf :: DescribeExecution -> () #

AWSRequest DescribeExecution # 
ToQuery DescribeExecution # 
ToPath DescribeExecution # 
ToHeaders DescribeExecution # 
type Rep DescribeExecution # 
type Rep DescribeExecution = D1 (MetaData "DescribeExecution" "Network.AWS.StepFunctions.DescribeExecution" "amazonka-stepfunctions-1.4.5-Jw6S5ByJLFY5UX1mivZUjA" True) (C1 (MetaCons "DescribeExecution'" PrefixI True) (S1 (MetaSel (Just Symbol "_deExecutionARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeExecution # 

Request Lenses

deExecutionARN :: Lens' DescribeExecution Text #

The Amazon Resource Name (ARN) of the execution to describe.

Destructuring the Response

describeExecutionResponse #

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

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

data DescribeExecutionResponse #

See: describeExecutionResponse smart constructor.

Instances

Eq DescribeExecutionResponse # 
Data DescribeExecutionResponse # 

Methods

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

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

toConstr :: DescribeExecutionResponse -> Constr #

dataTypeOf :: DescribeExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeExecutionResponse # 
Show DescribeExecutionResponse # 
Generic DescribeExecutionResponse # 
NFData DescribeExecutionResponse # 
type Rep DescribeExecutionResponse # 

Response Lenses

dersStopDate :: Lens' DescribeExecutionResponse (Maybe UTCTime) #

If the execution has already ended, the date the execution stopped.

dersName :: Lens' DescribeExecutionResponse (Maybe Text) #

The name of the execution.

dersOutput :: Lens' DescribeExecutionResponse (Maybe Text) #

The JSON output data of the execution.

dersResponseStatus :: Lens' DescribeExecutionResponse Int #

  • - | The response status code.

dersExecutionARN :: Lens' DescribeExecutionResponse Text #

The Amazon Resource Name (ARN) that identifies the execution.

dersStateMachineARN :: Lens' DescribeExecutionResponse Text #

The Amazon Resource Name (ARN) of the executed stated machine.

dersStatus :: Lens' DescribeExecutionResponse ExecutionStatus #

The current status of the execution.

dersStartDate :: Lens' DescribeExecutionResponse UTCTime #

The date the execution was started.

dersInput :: Lens' DescribeExecutionResponse Text #

The JSON input data of the execution.