amazonka-ec2-1.0.0: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteFlowLogs

Contents

Description

Deletes one or more flow logs.

See: AWS API Reference for DeleteFlowLogs.

Synopsis

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:

Request Lenses

dflFlowLogIds :: Lens' DeleteFlowLogs [Text] Source

One or more flow log IDs.

Destructuring the Response

deleteFlowLogsResponse Source

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:

Response Lenses

dflrsUnsuccessful :: Lens' DeleteFlowLogsResponse [UnsuccessfulItem] Source

Information about the flow logs that could not be deleted successfully.

dflrsStatus :: Lens' DeleteFlowLogsResponse Int Source

The response status code.