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 contact flow.
You can also create and update contact 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.
DescribeContactFlow' | |
|
Instances
newDescribeContactFlow Source #
:: 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:
$sel:instanceId:DescribeContactFlow'
, describeContactFlow_instanceId
- The identifier of the Amazon Connect instance.
$sel:contactFlowId:DescribeContactFlow'
, describeContactFlow_contactFlowId
- The identifier of the contact 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 contact flow.
Destructuring the Response
data DescribeContactFlowResponse Source #
See: newDescribeContactFlowResponse
smart constructor.
DescribeContactFlowResponse' | |
|
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 contact flow.
$sel:httpStatus:DescribeContactFlowResponse'
, describeContactFlowResponse_httpStatus
- The response's http status code.
Response Lenses
describeContactFlowResponse_contactFlow :: Lens' DescribeContactFlowResponse (Maybe ContactFlow) Source #
Information about the contact flow.
describeContactFlowResponse_httpStatus :: Lens' DescribeContactFlowResponse Int Source #
The response's http status code.