| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Transfer.DescribeExecution
Description
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.
Constructors
| DescribeExecution' | |
Fields
| |
Instances
Arguments
| :: 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:
DescribeExecution, describeExecution_executionId - A unique identifier for the execution of a workflow.
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.
Constructors
| DescribeExecutionResponse' | |
Fields
| |
Instances
newDescribeExecutionResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> DescribedExecution | |
| -> DescribeExecutionResponse |
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.
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.