amazonka-discovery-1.6.0: Amazon Application Discovery Service 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.Discovery.DeleteApplications

Contents

Description

Deletes a list of applications and their associations with configuration items.

Synopsis

Creating a Request

deleteApplications :: DeleteApplications Source #

Creates a value of DeleteApplications with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteApplications Source #

See: deleteApplications smart constructor.

Instances

Eq DeleteApplications Source # 
Data DeleteApplications Source # 

Methods

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

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

toConstr :: DeleteApplications -> Constr #

dataTypeOf :: DeleteApplications -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplications Source # 
Show DeleteApplications Source # 
Generic DeleteApplications Source # 
Hashable DeleteApplications Source # 
ToJSON DeleteApplications Source # 
NFData DeleteApplications Source # 

Methods

rnf :: DeleteApplications -> () #

AWSRequest DeleteApplications Source # 
ToHeaders DeleteApplications Source # 
ToPath DeleteApplications Source # 
ToQuery DeleteApplications Source # 
type Rep DeleteApplications Source # 
type Rep DeleteApplications = D1 * (MetaData "DeleteApplications" "Network.AWS.Discovery.DeleteApplications" "amazonka-discovery-1.6.0-7Fn7tKF3n1YLpaRWvV4YBz" True) (C1 * (MetaCons "DeleteApplications'" PrefixI True) (S1 * (MetaSel (Just Symbol "_daConfigurationIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Text])))
type Rs DeleteApplications Source # 

Request Lenses

daConfigurationIds :: Lens' DeleteApplications [Text] Source #

Configuration ID of an application to be deleted.

Destructuring the Response

deleteApplicationsResponse Source #

Creates a value of DeleteApplicationsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteApplicationsResponse Source #

See: deleteApplicationsResponse smart constructor.

Instances

Eq DeleteApplicationsResponse Source # 
Data DeleteApplicationsResponse Source # 

Methods

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

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

toConstr :: DeleteApplicationsResponse -> Constr #

dataTypeOf :: DeleteApplicationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApplicationsResponse Source # 
Show DeleteApplicationsResponse Source # 
Generic DeleteApplicationsResponse Source # 
NFData DeleteApplicationsResponse Source # 
type Rep DeleteApplicationsResponse Source # 
type Rep DeleteApplicationsResponse = D1 * (MetaData "DeleteApplicationsResponse" "Network.AWS.Discovery.DeleteApplications" "amazonka-discovery-1.6.0-7Fn7tKF3n1YLpaRWvV4YBz" True) (C1 * (MetaCons "DeleteApplicationsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_darsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses