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.DisassociateConfigurationItemsFromApplication

Contents

Description

Disassociates one or more configuration items from an application.

Synopsis

Creating a Request

disassociateConfigurationItemsFromApplication #

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

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

data DisassociateConfigurationItemsFromApplication #

Instances

Eq DisassociateConfigurationItemsFromApplication # 
Data DisassociateConfigurationItemsFromApplication # 

Methods

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

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

toConstr :: DisassociateConfigurationItemsFromApplication -> Constr #

dataTypeOf :: DisassociateConfigurationItemsFromApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateConfigurationItemsFromApplication # 
Show DisassociateConfigurationItemsFromApplication # 
Generic DisassociateConfigurationItemsFromApplication # 
Hashable DisassociateConfigurationItemsFromApplication # 
ToJSON DisassociateConfigurationItemsFromApplication # 
NFData DisassociateConfigurationItemsFromApplication # 
AWSRequest DisassociateConfigurationItemsFromApplication # 
ToHeaders DisassociateConfigurationItemsFromApplication # 
ToPath DisassociateConfigurationItemsFromApplication # 
ToQuery DisassociateConfigurationItemsFromApplication # 
type Rep DisassociateConfigurationItemsFromApplication # 
type Rep DisassociateConfigurationItemsFromApplication = D1 * (MetaData "DisassociateConfigurationItemsFromApplication" "Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication" "amazonka-discovery-1.6.0-Fb1PXKRDeoaB3tyc19m36q" False) (C1 * (MetaCons "DisassociateConfigurationItemsFromApplication'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcifaApplicationConfigurationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dcifaConfigurationIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text]))))
type Rs DisassociateConfigurationItemsFromApplication # 

Request Lenses

dcifaApplicationConfigurationId :: Lens' DisassociateConfigurationItemsFromApplication Text #

Configuration ID of an application from which each item is disassociated.

dcifaConfigurationIds :: Lens' DisassociateConfigurationItemsFromApplication [Text] #

Configuration ID of each item to be disassociated from an application.

Destructuring the Response

disassociateConfigurationItemsFromApplicationResponse #

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

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

data DisassociateConfigurationItemsFromApplicationResponse #

Instances

Eq DisassociateConfigurationItemsFromApplicationResponse # 
Data DisassociateConfigurationItemsFromApplicationResponse # 

Methods

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

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

toConstr :: DisassociateConfigurationItemsFromApplicationResponse -> Constr #

dataTypeOf :: DisassociateConfigurationItemsFromApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateConfigurationItemsFromApplicationResponse # 
Show DisassociateConfigurationItemsFromApplicationResponse # 
Generic DisassociateConfigurationItemsFromApplicationResponse # 
NFData DisassociateConfigurationItemsFromApplicationResponse # 
type Rep DisassociateConfigurationItemsFromApplicationResponse # 
type Rep DisassociateConfigurationItemsFromApplicationResponse = D1 * (MetaData "DisassociateConfigurationItemsFromApplicationResponse" "Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication" "amazonka-discovery-1.6.0-Fb1PXKRDeoaB3tyc19m36q" True) (C1 * (MetaCons "DisassociateConfigurationItemsFromApplicationResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcifarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses