amazonka-stepfunctions-1.6.0: Amazon Step Functions 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.StepFunctions.DescribeExecution

Contents

Description

Describes an execution.

Synopsis

Creating a Request

describeExecution Source #

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 Source #

See: describeExecution smart constructor.

Instances

Eq DescribeExecution Source # 
Data DescribeExecution Source # 

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 Source # 
Show DescribeExecution Source # 
Generic DescribeExecution Source # 
Hashable DescribeExecution Source # 
ToJSON DescribeExecution Source # 
NFData DescribeExecution Source # 

Methods

rnf :: DescribeExecution -> () #

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

Request Lenses

deExecutionARN :: Lens' DescribeExecution Text Source #

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

Destructuring the Response

describeExecutionResponse Source #

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:

  • dersStopDate - If the execution has already ended, the date the execution stopped.
  • dersName - The name of the execution. A name must not contain: * whitespace * brackets { } [ ] * wildcard characters ? * * special characters " # % ^ | ~ ` $ & , ; : / * control characters (U+0000-001F , U+007F-009F )
  • dersOutput - The JSON output data of the execution.
  • dersResponseStatus - -- | The response status code.
  • dersExecutionARN - The Amazon Resource Name (ARN) that identifies the execution.
  • dersStateMachineARN - The Amazon Resource Name (ARN) of the executed stated machine.
  • dersStatus - The current status of the execution.
  • dersStartDate - The date the execution is started.
  • dersInput - The string that contains the JSON input data of the execution.

data DescribeExecutionResponse Source #

See: describeExecutionResponse smart constructor.

Instances

Eq DescribeExecutionResponse Source # 
Data DescribeExecutionResponse Source # 

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 Source # 
Show DescribeExecutionResponse Source # 
Generic DescribeExecutionResponse Source # 
NFData DescribeExecutionResponse Source # 
type Rep DescribeExecutionResponse Source # 
type Rep DescribeExecutionResponse = D1 * (MetaData "DescribeExecutionResponse" "Network.AWS.StepFunctions.DescribeExecution" "amazonka-stepfunctions-1.6.0-9oIncLN4t9xDN3HGh7dGqV" False) (C1 * (MetaCons "DescribeExecutionResponse'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dersStopDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) (S1 * (MetaSel (Just Symbol "_dersName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dersOutput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dersExecutionARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dersStateMachineARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dersStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ExecutionStatus)) ((:*:) * (S1 * (MetaSel (Just Symbol "_dersStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * POSIX)) (S1 * (MetaSel (Just Symbol "_dersInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))))

Response Lenses

dersStopDate :: Lens' DescribeExecutionResponse (Maybe UTCTime) Source #

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

dersName :: Lens' DescribeExecutionResponse (Maybe Text) Source #

The name of the execution. A name must not contain: * whitespace * brackets { } [ ] * wildcard characters ? * * special characters " # % ^ | ~ ` $ & , ; : / * control characters (U+0000-001F , U+007F-009F )

dersOutput :: Lens' DescribeExecutionResponse (Maybe Text) Source #

The JSON output data of the execution.

dersExecutionARN :: Lens' DescribeExecutionResponse Text Source #

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

dersStateMachineARN :: Lens' DescribeExecutionResponse Text Source #

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

dersStatus :: Lens' DescribeExecutionResponse ExecutionStatus Source #

The current status of the execution.

dersStartDate :: Lens' DescribeExecutionResponse UTCTime Source #

The date the execution is started.

dersInput :: Lens' DescribeExecutionResponse Text Source #

The string that contains the JSON input data of the execution.