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 |
Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements.
Synopsis
- data DescribeFlow = DescribeFlow' {}
- newDescribeFlow :: Text -> DescribeFlow
- describeFlow_flowArn :: Lens' DescribeFlow Text
- data DescribeFlowResponse = DescribeFlowResponse' {}
- newDescribeFlowResponse :: Int -> DescribeFlowResponse
- describeFlowResponse_flow :: Lens' DescribeFlowResponse (Maybe Flow)
- describeFlowResponse_messages :: Lens' DescribeFlowResponse (Maybe Messages)
- describeFlowResponse_httpStatus :: Lens' DescribeFlowResponse Int
Creating a Request
data DescribeFlow Source #
See: newDescribeFlow
smart constructor.
Instances
Create a value of DescribeFlow
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:flowArn:DescribeFlow'
, describeFlow_flowArn
- The ARN of the flow that you want to describe.
Request Lenses
describeFlow_flowArn :: Lens' DescribeFlow Text Source #
The ARN of the flow that you want to describe.
Destructuring the Response
data DescribeFlowResponse Source #
See: newDescribeFlowResponse
smart constructor.
Instances
newDescribeFlowResponse Source #
Create a value of DescribeFlowResponse
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:flow:DescribeFlowResponse'
, describeFlowResponse_flow
- Undocumented member.
$sel:messages:DescribeFlowResponse'
, describeFlowResponse_messages
- Undocumented member.
$sel:httpStatus:DescribeFlowResponse'
, describeFlowResponse_httpStatus
- The response's http status code.
Response Lenses
describeFlowResponse_flow :: Lens' DescribeFlowResponse (Maybe Flow) Source #
Undocumented member.
describeFlowResponse_messages :: Lens' DescribeFlowResponse (Maybe Messages) Source #
Undocumented member.
describeFlowResponse_httpStatus :: Lens' DescribeFlowResponse Int Source #
The response's http status code.