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

Amazonka.StepFunctions.DescribeStateMachineForExecution

Description

Describes the state machine associated with a specific execution.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

This API action is not supported by EXPRESS state machines.

Synopsis

Creating a Request

data DescribeStateMachineForExecution Source #

See: newDescribeStateMachineForExecution smart constructor.

Constructors

DescribeStateMachineForExecution' 

Fields

  • executionArn :: Text

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

Instances

Instances details
Eq DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Read DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Show DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Generic DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Associated Types

type Rep DescribeStateMachineForExecution :: Type -> Type #

NFData DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Hashable DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

ToJSON DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

AWSRequest DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

ToHeaders DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

ToPath DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

ToQuery DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecution = D1 ('MetaData "DescribeStateMachineForExecution" "Amazonka.StepFunctions.DescribeStateMachineForExecution" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "DescribeStateMachineForExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStateMachineForExecution Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

newDescribeStateMachineForExecution Source #

Create a value of DescribeStateMachineForExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionArn:DescribeStateMachineForExecution', describeStateMachineForExecution_executionArn - The Amazon Resource Name (ARN) of the execution you want state machine information for.

Request Lenses

describeStateMachineForExecution_executionArn :: Lens' DescribeStateMachineForExecution Text Source #

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

Destructuring the Response

data DescribeStateMachineForExecutionResponse Source #

Constructors

DescribeStateMachineForExecutionResponse' 

Fields

Instances

Instances details
Eq DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Show DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

Generic DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

NFData DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecutionResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.DescribeStateMachineForExecution

type Rep DescribeStateMachineForExecutionResponse = D1 ('MetaData "DescribeStateMachineForExecutionResponse" "Amazonka.StepFunctions.DescribeStateMachineForExecution" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "DescribeStateMachineForExecutionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tracingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TracingConfiguration)) :*: S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "stateMachineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newDescribeStateMachineForExecutionResponse Source #

Create a value of DescribeStateMachineForExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tracingConfiguration:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_tracingConfiguration - Selects whether AWS X-Ray tracing is enabled.

$sel:loggingConfiguration:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_loggingConfiguration - Undocumented member.

$sel:httpStatus:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_httpStatus - The response's http status code.

$sel:stateMachineArn:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_stateMachineArn - The Amazon Resource Name (ARN) of the state machine associated with the execution.

$sel:name:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_name - The name of the state machine associated with the execution.

$sel:definition:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_definition - The Amazon States Language definition of the state machine. See Amazon States Language.

$sel:roleArn:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

$sel:updateDate:DescribeStateMachineForExecutionResponse', describeStateMachineForExecutionResponse_updateDate - The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

Response Lenses

describeStateMachineForExecutionResponse_stateMachineArn :: Lens' DescribeStateMachineForExecutionResponse Text Source #

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

describeStateMachineForExecutionResponse_name :: Lens' DescribeStateMachineForExecutionResponse Text Source #

The name of the state machine associated with the execution.

describeStateMachineForExecutionResponse_roleArn :: Lens' DescribeStateMachineForExecutionResponse Text Source #

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

describeStateMachineForExecutionResponse_updateDate :: 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.