| 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.DeleteContactFlow
Description
Deletes a flow for the specified Amazon Connect instance.
Synopsis
- data DeleteContactFlow = DeleteContactFlow' {
- instanceId :: Text
- contactFlowId :: Text
- newDeleteContactFlow :: Text -> Text -> DeleteContactFlow
- deleteContactFlow_instanceId :: Lens' DeleteContactFlow Text
- deleteContactFlow_contactFlowId :: Lens' DeleteContactFlow Text
- data DeleteContactFlowResponse = DeleteContactFlowResponse' {
- newDeleteContactFlowResponse :: DeleteContactFlowResponse
Creating a Request
data DeleteContactFlow Source #
See: newDeleteContactFlow smart constructor.
Constructors
| DeleteContactFlow' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteContactFlow |
Create a value of DeleteContactFlow 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:
DeleteContactFlow, deleteContactFlow_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
DeleteContactFlow, deleteContactFlow_contactFlowId - The identifier of the flow.
Request Lenses
deleteContactFlow_instanceId :: Lens' DeleteContactFlow Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
deleteContactFlow_contactFlowId :: Lens' DeleteContactFlow Text Source #
The identifier of the flow.
Destructuring the Response
data DeleteContactFlowResponse Source #
See: newDeleteContactFlowResponse smart constructor.
Constructors
| DeleteContactFlowResponse' | |
Instances
newDeleteContactFlowResponse :: DeleteContactFlowResponse Source #
Create a value of DeleteContactFlowResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.