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 |
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.
DeleteChannelFlow' | |
|
Instances
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:
$sel:channelFlowArn: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.
Instances
newDeleteChannelFlowResponse :: DeleteChannelFlowResponse Source #
Create a value of DeleteChannelFlowResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.