amazonka-stepfunctions-1.6.1: 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 # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Data DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

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 # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Show DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Generic DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Associated Types

type Rep DescribeStateMachineForExecution :: Type -> Type #

Hashable DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

ToJSON DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

AWSRequest DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Associated Types

type Rs DescribeStateMachineForExecution :: Type #

ToHeaders DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

ToPath DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

ToQuery DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

NFData DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecution = D1 (MetaData "DescribeStateMachineForExecution" "Network.AWS.StepFunctions.DescribeStateMachineForExecution" "amazonka-stepfunctions-1.6.1-2PTLha96w99Qwy2XlD0kq" True) (C1 (MetaCons "DescribeStateMachineForExecution'" PrefixI True) (S1 (MetaSel (Just "_dsmfeExecutionARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeStateMachineForExecution Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

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 # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Data DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

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 # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Show DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

Generic DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

NFData DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Network.AWS.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecutionResponse = D1 (MetaData "DescribeStateMachineForExecutionResponse" "Network.AWS.StepFunctions.DescribeStateMachineForExecution" "amazonka-stepfunctions-1.6.1-2PTLha96w99Qwy2XlD0kq" False) (C1 (MetaCons "DescribeStateMachineForExecutionResponse'" PrefixI True) ((S1 (MetaSel (Just "_dsmfersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: (S1 (MetaSel (Just "_dsmfersStateMachineARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dsmfersName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_dsmfersDefinition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_dsmfersRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_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.