amazonka-discovery-1.6.1: 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 Source #

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 Source #

Instances
Eq DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Data DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.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 Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Show DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Generic DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Hashable DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

ToJSON DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

AWSRequest DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

ToHeaders DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

ToPath DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

ToQuery DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

NFData DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplication = D1 (MetaData "DisassociateConfigurationItemsFromApplication" "Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication" "amazonka-discovery-1.6.1-BCKU0SsQ5St9AKTJSgbzOA" False) (C1 (MetaCons "DisassociateConfigurationItemsFromApplication'" PrefixI True) (S1 (MetaSel (Just "_dcifaApplicationConfigurationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dcifaConfigurationIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Request Lenses

dcifaApplicationConfigurationId :: Lens' DisassociateConfigurationItemsFromApplication Text Source #

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

dcifaConfigurationIds :: Lens' DisassociateConfigurationItemsFromApplication [Text] Source #

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

Destructuring the Response

disassociateConfigurationItemsFromApplicationResponse Source #

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 Source #

Instances
Eq DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Data DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

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

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Show DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

Generic DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

NFData DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplicationResponse = D1 (MetaData "DisassociateConfigurationItemsFromApplicationResponse" "Network.AWS.Discovery.DisassociateConfigurationItemsFromApplication" "amazonka-discovery-1.6.1-BCKU0SsQ5St9AKTJSgbzOA" True) (C1 (MetaCons "DisassociateConfigurationItemsFromApplicationResponse'" PrefixI True) (S1 (MetaSel (Just "_dcifarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses