| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.EC2.DeleteFlowLogs
Description
Deletes one or more flow logs.
- deleteFlowLogs :: DeleteFlowLogs
- data DeleteFlowLogs
- dflFlowLogIds :: Lens' DeleteFlowLogs [Text]
- deleteFlowLogsResponse :: Int -> DeleteFlowLogsResponse
- data DeleteFlowLogsResponse
- dflrsUnsuccessful :: Lens' DeleteFlowLogsResponse [UnsuccessfulItem]
- dflrsResponseStatus :: Lens' DeleteFlowLogsResponse Int
Creating a Request
deleteFlowLogs :: DeleteFlowLogs Source #
Creates a value of DeleteFlowLogs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dflFlowLogIds- One or more flow log IDs.
data DeleteFlowLogs Source #
Contains the parameters for DeleteFlowLogs.
See: deleteFlowLogs smart constructor.
Instances
Request Lenses
dflFlowLogIds :: Lens' DeleteFlowLogs [Text] Source #
One or more flow log IDs.
Destructuring the Response
deleteFlowLogsResponse Source #
Arguments
| :: Int | |
| -> DeleteFlowLogsResponse |
Creates a value of DeleteFlowLogsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dflrsUnsuccessful- Information about the flow logs that could not be deleted successfully.dflrsResponseStatus- -- | The response status code.
data DeleteFlowLogsResponse Source #
Contains the output of DeleteFlowLogs.
See: deleteFlowLogsResponse smart constructor.
Response Lenses
dflrsUnsuccessful :: Lens' DeleteFlowLogsResponse [UnsuccessfulItem] Source #
Information about the flow logs that could not be deleted successfully.
dflrsResponseStatus :: Lens' DeleteFlowLogsResponse Int Source #
- - | The response status code.