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.DescribeStateMachineForExecution

Contents

Description

Describes the state machine associated with a specific execution.

Synopsis

Creating a Request

describeStateMachineForExecution Source #

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

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

  • dsmfeExecutionARN - The Amazon Resource Name (ARN) of the execution you want state machine information for.

data DescribeStateMachineForExecution Source #

See: describeStateMachineForExecution smart constructor.

Instances

Eq DescribeStateMachineForExecution Source # 
Data DescribeStateMachineForExecution Source # 

Methods

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

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

toConstr :: DescribeStateMachineForExecution -> Constr #

dataTypeOf :: DescribeStateMachineForExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dsmfeExecutionARN :: Lens' DescribeStateMachineForExecution Text Source #

The Amazon Resource Name (ARN) of the execution you want state machine information for.

Destructuring the Response

describeStateMachineForExecutionResponse Source #

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

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

  • dsmfersResponseStatus - -- | The response status code.
  • dsmfersStateMachineARN - The Amazon Resource Name (ARN) of the state machine associated with the execution.
  • dsmfersName - The name of the state machine associated with the execution.
  • dsmfersDefinition - The Amazon States Language definition of the state machine.
  • dsmfersRoleARN - The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
  • dsmfersUpdateDate - The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

data DescribeStateMachineForExecutionResponse Source #

Instances

Eq DescribeStateMachineForExecutionResponse Source # 
Data DescribeStateMachineForExecutionResponse Source # 

Methods

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

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

toConstr :: DescribeStateMachineForExecutionResponse -> Constr #

dataTypeOf :: DescribeStateMachineForExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeStateMachineForExecutionResponse Source # 
Show DescribeStateMachineForExecutionResponse Source # 
Generic DescribeStateMachineForExecutionResponse Source # 
NFData DescribeStateMachineForExecutionResponse Source # 
type Rep DescribeStateMachineForExecutionResponse Source # 
type Rep DescribeStateMachineForExecutionResponse = D1 * (MetaData "DescribeStateMachineForExecutionResponse" "Network.AWS.StepFunctions.DescribeStateMachineForExecution" "amazonka-stepfunctions-1.6.0-9oIncLN4t9xDN3HGh7dGqV" False) (C1 * (MetaCons "DescribeStateMachineForExecutionResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dsmfersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsmfersStateMachineARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dsmfersName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsmfersDefinition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsmfersRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dsmfersUpdateDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * POSIX))))))

Response Lenses

dsmfersStateMachineARN :: Lens' DescribeStateMachineForExecutionResponse Text Source #

The Amazon Resource Name (ARN) of the state machine associated with the execution.

dsmfersName :: Lens' DescribeStateMachineForExecutionResponse Text Source #

The name of the state machine associated with the execution.

dsmfersDefinition :: Lens' DescribeStateMachineForExecutionResponse Text Source #

The Amazon States Language definition of the state machine.

dsmfersRoleARN :: Lens' DescribeStateMachineForExecutionResponse Text Source #

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

dsmfersUpdateDate :: Lens' DescribeStateMachineForExecutionResponse UTCTime Source #

The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.