| 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.DescribeWorkflow
Description
Describes the specified workflow.
Synopsis
- data DescribeWorkflow = DescribeWorkflow' {
- workflowId :: Text
- newDescribeWorkflow :: Text -> DescribeWorkflow
- describeWorkflow_workflowId :: Lens' DescribeWorkflow Text
- data DescribeWorkflowResponse = DescribeWorkflowResponse' {}
- newDescribeWorkflowResponse :: Int -> DescribedWorkflow -> DescribeWorkflowResponse
- describeWorkflowResponse_httpStatus :: Lens' DescribeWorkflowResponse Int
- describeWorkflowResponse_workflow :: Lens' DescribeWorkflowResponse DescribedWorkflow
Creating a Request
data DescribeWorkflow Source #
See: newDescribeWorkflow smart constructor.
Constructors
| DescribeWorkflow' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeWorkflow |
Create a value of DescribeWorkflow 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:
DescribeWorkflow, describeWorkflow_workflowId - A unique identifier for the workflow.
Request Lenses
describeWorkflow_workflowId :: Lens' DescribeWorkflow Text Source #
A unique identifier for the workflow.
Destructuring the Response
data DescribeWorkflowResponse Source #
See: newDescribeWorkflowResponse smart constructor.
Constructors
| DescribeWorkflowResponse' | |
Fields
| |
Instances
newDescribeWorkflowResponse Source #
Arguments
| :: Int | |
| -> DescribedWorkflow | |
| -> DescribeWorkflowResponse |
Create a value of DescribeWorkflowResponse 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:DescribeWorkflowResponse', describeWorkflowResponse_httpStatus - The response's http status code.
$sel:workflow:DescribeWorkflowResponse', describeWorkflowResponse_workflow - The structure that contains the details of the workflow.
Response Lenses
describeWorkflowResponse_httpStatus :: Lens' DescribeWorkflowResponse Int Source #
The response's http status code.
describeWorkflowResponse_workflow :: Lens' DescribeWorkflowResponse DescribedWorkflow Source #
The structure that contains the details of the workflow.