| 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.ChimeSDKMessaging.DeleteChannelFlow
Description
Deletes a channel flow, an irreversible process. This is a developer API.
This API works only when the channel flow is not associated with any
channel. To get a list of all channels that a channel flow is associated
with, use the ListChannelsAssociatedWithChannelFlow API. Use the
DisassociateChannelFlow API to disassociate a channel flow from all
channels.
Creating a Request
data DeleteChannelFlow Source #
See: newDeleteChannelFlow smart constructor.
Constructors
| DeleteChannelFlow' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteChannelFlow |
Create a value of DeleteChannelFlow 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:
DeleteChannelFlow, deleteChannelFlow_channelFlowArn - The ARN of the channel flow.
Request Lenses
deleteChannelFlow_channelFlowArn :: Lens' DeleteChannelFlow Text Source #
The ARN of the channel flow.
Destructuring the Response
data DeleteChannelFlowResponse Source #
See: newDeleteChannelFlowResponse smart constructor.
Constructors
| DeleteChannelFlowResponse' | |
Instances
newDeleteChannelFlowResponse :: DeleteChannelFlowResponse Source #
Create a value of DeleteChannelFlowResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.