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

Copyright(c) 2013-2016 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.

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:

data DeleteFlowLogs Source #

Contains the parameters for DeleteFlowLogs.

See: deleteFlowLogs smart constructor.

Instances

Eq DeleteFlowLogs Source # 
Data DeleteFlowLogs Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteFlowLogs -> c DeleteFlowLogs #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteFlowLogs #

toConstr :: DeleteFlowLogs -> Constr #

dataTypeOf :: DeleteFlowLogs -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteFlowLogs) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteFlowLogs) #

gmapT :: (forall b. Data b => b -> b) -> DeleteFlowLogs -> DeleteFlowLogs #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteFlowLogs -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteFlowLogs -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteFlowLogs -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteFlowLogs -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteFlowLogs -> m DeleteFlowLogs #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteFlowLogs -> m DeleteFlowLogs #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteFlowLogs -> m DeleteFlowLogs #

Read DeleteFlowLogs Source # 
Show DeleteFlowLogs Source # 
Generic DeleteFlowLogs Source # 

Associated Types

type Rep DeleteFlowLogs :: * -> * #

Hashable DeleteFlowLogs Source # 
NFData DeleteFlowLogs Source # 

Methods

rnf :: DeleteFlowLogs -> () #

AWSRequest DeleteFlowLogs Source # 
ToPath DeleteFlowLogs Source # 
ToHeaders DeleteFlowLogs Source # 
ToQuery DeleteFlowLogs Source # 
type Rep DeleteFlowLogs Source # 
type Rep DeleteFlowLogs = D1 (MetaData "DeleteFlowLogs" "Network.AWS.EC2.DeleteFlowLogs" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" True) (C1 (MetaCons "DeleteFlowLogs'" PrefixI True) (S1 (MetaSel (Just Symbol "_dflFlowLogIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs DeleteFlowLogs Source # 

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:

data DeleteFlowLogsResponse Source #

Contains the output of DeleteFlowLogs.

See: deleteFlowLogsResponse smart constructor.

Instances

Eq DeleteFlowLogsResponse Source # 
Data DeleteFlowLogsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteFlowLogsResponse -> c DeleteFlowLogsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteFlowLogsResponse #

toConstr :: DeleteFlowLogsResponse -> Constr #

dataTypeOf :: DeleteFlowLogsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteFlowLogsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteFlowLogsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteFlowLogsResponse -> DeleteFlowLogsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteFlowLogsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteFlowLogsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteFlowLogsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteFlowLogsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteFlowLogsResponse -> m DeleteFlowLogsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteFlowLogsResponse -> m DeleteFlowLogsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteFlowLogsResponse -> m DeleteFlowLogsResponse #

Read DeleteFlowLogsResponse Source # 
Show DeleteFlowLogsResponse Source # 
Generic DeleteFlowLogsResponse Source # 
NFData DeleteFlowLogsResponse Source # 

Methods

rnf :: DeleteFlowLogsResponse -> () #

type Rep DeleteFlowLogsResponse Source # 
type Rep DeleteFlowLogsResponse = D1 (MetaData "DeleteFlowLogsResponse" "Network.AWS.EC2.DeleteFlowLogs" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" False) (C1 (MetaCons "DeleteFlowLogsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dflrsUnsuccessful") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UnsuccessfulItem]))) (S1 (MetaSel (Just Symbol "_dflrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

dflrsUnsuccessful :: Lens' DeleteFlowLogsResponse [UnsuccessfulItem] Source #

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