Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DescribeStateMachineForExecution = DescribeStateMachineForExecution' {
- executionArn :: Text
- newDescribeStateMachineForExecution :: Text -> DescribeStateMachineForExecution
- describeStateMachineForExecution_executionArn :: Lens' DescribeStateMachineForExecution Text
- data DescribeStateMachineForExecutionResponse = DescribeStateMachineForExecutionResponse' {}
- newDescribeStateMachineForExecutionResponse :: Int -> Text -> Text -> Text -> Text -> UTCTime -> DescribeStateMachineForExecutionResponse
- describeStateMachineForExecutionResponse_tracingConfiguration :: Lens' DescribeStateMachineForExecutionResponse (Maybe TracingConfiguration)
- describeStateMachineForExecutionResponse_loggingConfiguration :: Lens' DescribeStateMachineForExecutionResponse (Maybe LoggingConfiguration)
- describeStateMachineForExecutionResponse_httpStatus :: Lens' DescribeStateMachineForExecutionResponse Int
- describeStateMachineForExecutionResponse_stateMachineArn :: Lens' DescribeStateMachineForExecutionResponse Text
- describeStateMachineForExecutionResponse_name :: Lens' DescribeStateMachineForExecutionResponse Text
- describeStateMachineForExecutionResponse_definition :: Lens' DescribeStateMachineForExecutionResponse Text
- describeStateMachineForExecutionResponse_roleArn :: Lens' DescribeStateMachineForExecutionResponse Text
- describeStateMachineForExecutionResponse_updateDate :: Lens' DescribeStateMachineForExecutionResponse UTCTime
Creating a Request
data DescribeStateMachineForExecution Source #
See: newDescribeStateMachineForExecution
smart constructor.
DescribeStateMachineForExecution' | |
|
Instances
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 #
See: newDescribeStateMachineForExecutionResponse
smart constructor.
DescribeStateMachineForExecutionResponse' | |
|
Instances
newDescribeStateMachineForExecutionResponse Source #
:: Int | |
-> Text |
|
-> Text | |
-> Text | |
-> Text | |
-> UTCTime | |
-> DescribeStateMachineForExecutionResponse |
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_tracingConfiguration :: Lens' DescribeStateMachineForExecutionResponse (Maybe TracingConfiguration) Source #
Selects whether AWS X-Ray tracing is enabled.
describeStateMachineForExecutionResponse_loggingConfiguration :: Lens' DescribeStateMachineForExecutionResponse (Maybe LoggingConfiguration) Source #
Undocumented member.
describeStateMachineForExecutionResponse_httpStatus :: Lens' DescribeStateMachineForExecutionResponse Int Source #
The response's http status code.
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_definition :: Lens' DescribeStateMachineForExecutionResponse Text Source #
The Amazon States Language definition of the state machine. See Amazon States Language.
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.