| 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.MediaConnect.DescribeFlow
Description
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.
Constructors
| DescribeFlow' | |
Instances
Arguments
| :: Text | |
| -> DescribeFlow |
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:
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.
Constructors
| DescribeFlowResponse' | |
Instances
newDescribeFlowResponse Source #
Arguments
| :: Int | |
| -> DescribeFlowResponse |
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.