| 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.Connect.DescribeContactFlow
Description
Describes the specified flow.
You can also create and update flows using the Amazon Connect Flow language.
Synopsis
- data DescribeContactFlow = DescribeContactFlow' {
- instanceId :: Text
- contactFlowId :: Text
- newDescribeContactFlow :: Text -> Text -> DescribeContactFlow
- describeContactFlow_instanceId :: Lens' DescribeContactFlow Text
- describeContactFlow_contactFlowId :: Lens' DescribeContactFlow Text
- data DescribeContactFlowResponse = DescribeContactFlowResponse' {}
- newDescribeContactFlowResponse :: Int -> DescribeContactFlowResponse
- describeContactFlowResponse_contactFlow :: Lens' DescribeContactFlowResponse (Maybe ContactFlow)
- describeContactFlowResponse_httpStatus :: Lens' DescribeContactFlowResponse Int
Creating a Request
data DescribeContactFlow Source #
See: newDescribeContactFlow smart constructor.
Constructors
| DescribeContactFlow' | |
Fields
| |
Instances
newDescribeContactFlow Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeContactFlow |
Create a value of DescribeContactFlow 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:
DescribeContactFlow, describeContactFlow_instanceId - The identifier of the Amazon Connect instance.
DescribeContactFlow, describeContactFlow_contactFlowId - The identifier of the flow.
Request Lenses
describeContactFlow_instanceId :: Lens' DescribeContactFlow Text Source #
The identifier of the Amazon Connect instance.
describeContactFlow_contactFlowId :: Lens' DescribeContactFlow Text Source #
The identifier of the flow.
Destructuring the Response
data DescribeContactFlowResponse Source #
See: newDescribeContactFlowResponse smart constructor.
Constructors
| DescribeContactFlowResponse' | |
Fields
| |
Instances
newDescribeContactFlowResponse Source #
Create a value of DescribeContactFlowResponse 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:contactFlow:DescribeContactFlowResponse', describeContactFlowResponse_contactFlow - Information about the flow.
$sel:httpStatus:DescribeContactFlowResponse', describeContactFlowResponse_httpStatus - The response's http status code.
Response Lenses
describeContactFlowResponse_contactFlow :: Lens' DescribeContactFlowResponse (Maybe ContactFlow) Source #
Information about the flow.
describeContactFlowResponse_httpStatus :: Lens' DescribeContactFlowResponse Int Source #
The response's http status code.