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 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.
DescribeWorkflow' | |
|
Instances
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:
$sel:workflowId: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.
DescribeWorkflowResponse' | |
|
Instances
newDescribeWorkflowResponse Source #
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.