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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Data DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

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 # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Show DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Generic DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Associated Types

type Rep DeleteFlowLogs :: Type -> Type #

Hashable DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

AWSRequest DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Associated Types

type Rs DeleteFlowLogs :: Type #

ToHeaders DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

ToPath DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

ToQuery DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

NFData DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Methods

rnf :: DeleteFlowLogs -> () #

type Rep DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

type Rep DeleteFlowLogs = D1 (MetaData "DeleteFlowLogs" "Network.AWS.EC2.DeleteFlowLogs" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" True) (C1 (MetaCons "DeleteFlowLogs'" PrefixI True) (S1 (MetaSel (Just "_dflFlowLogIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs DeleteFlowLogs Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

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 # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Data DeleteFlowLogsResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

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 # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Show DeleteFlowLogsResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Generic DeleteFlowLogsResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Associated Types

type Rep DeleteFlowLogsResponse :: Type -> Type #

NFData DeleteFlowLogsResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

Methods

rnf :: DeleteFlowLogsResponse -> () #

type Rep DeleteFlowLogsResponse Source # 
Instance details

Defined in Network.AWS.EC2.DeleteFlowLogs

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

Response Lenses

dflrsUnsuccessful :: Lens' DeleteFlowLogsResponse [UnsuccessfulItem] Source #

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