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 |
You can use DescribeExecution
to check the details of the execution of
the specified workflow.
Synopsis
- data DescribeExecution = DescribeExecution' {
- executionId :: Text
- workflowId :: Text
- newDescribeExecution :: Text -> Text -> DescribeExecution
- describeExecution_executionId :: Lens' DescribeExecution Text
- describeExecution_workflowId :: Lens' DescribeExecution Text
- data DescribeExecutionResponse = DescribeExecutionResponse' {}
- newDescribeExecutionResponse :: Int -> Text -> DescribedExecution -> DescribeExecutionResponse
- describeExecutionResponse_httpStatus :: Lens' DescribeExecutionResponse Int
- describeExecutionResponse_workflowId :: Lens' DescribeExecutionResponse Text
- describeExecutionResponse_execution :: Lens' DescribeExecutionResponse DescribedExecution
Creating a Request
data DescribeExecution Source #
See: newDescribeExecution
smart constructor.
DescribeExecution' | |
|
Instances
:: Text | |
-> Text | |
-> DescribeExecution |
Create a value of DescribeExecution
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:executionId:DescribeExecution'
, describeExecution_executionId
- A unique identifier for the execution of a workflow.
$sel:workflowId:DescribeExecution'
, describeExecution_workflowId
- A unique identifier for the workflow.
Request Lenses
describeExecution_executionId :: Lens' DescribeExecution Text Source #
A unique identifier for the execution of a workflow.
describeExecution_workflowId :: Lens' DescribeExecution Text Source #
A unique identifier for the workflow.
Destructuring the Response
data DescribeExecutionResponse Source #
See: newDescribeExecutionResponse
smart constructor.
DescribeExecutionResponse' | |
|
Instances
newDescribeExecutionResponse Source #
Create a value of DescribeExecutionResponse
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:httpStatus:DescribeExecutionResponse'
, describeExecutionResponse_httpStatus
- The response's http status code.
$sel:workflowId:DescribeExecution'
, describeExecutionResponse_workflowId
- A unique identifier for the workflow.
$sel:execution:DescribeExecutionResponse'
, describeExecutionResponse_execution
- The structure that contains the details of the workflow' execution.
Response Lenses
describeExecutionResponse_httpStatus :: Lens' DescribeExecutionResponse Int Source #
The response's http status code.
describeExecutionResponse_workflowId :: Lens' DescribeExecutionResponse Text Source #
A unique identifier for the workflow.
describeExecutionResponse_execution :: Lens' DescribeExecutionResponse DescribedExecution Source #
The structure that contains the details of the workflow' execution.