amazonka-discovery-1.5.0: Amazon Application Discovery Service SDK.

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

Contents

Description

Associates one or more configuration items with an application.

Synopsis

Creating a Request

associateConfigurationItemsToApplication Source #

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

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

data AssociateConfigurationItemsToApplication Source #

Instances

Eq AssociateConfigurationItemsToApplication Source # 
Data AssociateConfigurationItemsToApplication Source # 

Methods

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

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

toConstr :: AssociateConfigurationItemsToApplication -> Constr #

dataTypeOf :: AssociateConfigurationItemsToApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateConfigurationItemsToApplication Source # 
Show AssociateConfigurationItemsToApplication Source # 
Generic AssociateConfigurationItemsToApplication Source # 
Hashable AssociateConfigurationItemsToApplication Source # 
ToJSON AssociateConfigurationItemsToApplication Source # 
NFData AssociateConfigurationItemsToApplication Source # 
AWSRequest AssociateConfigurationItemsToApplication Source # 
ToQuery AssociateConfigurationItemsToApplication Source # 
ToPath AssociateConfigurationItemsToApplication Source # 
ToHeaders AssociateConfigurationItemsToApplication Source # 
type Rep AssociateConfigurationItemsToApplication Source # 
type Rep AssociateConfigurationItemsToApplication = D1 (MetaData "AssociateConfigurationItemsToApplication" "Network.AWS.Discovery.AssociateConfigurationItemsToApplication" "amazonka-discovery-1.5.0-9zAudG659YgC8BiK47CJ9D" False) (C1 (MetaCons "AssociateConfigurationItemsToApplication'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acitaApplicationConfigurationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_acitaConfigurationIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]))))
type Rs AssociateConfigurationItemsToApplication Source # 

Request Lenses

acitaApplicationConfigurationId :: Lens' AssociateConfigurationItemsToApplication Text Source #

The configuration ID of an application with which items are to be associated.

acitaConfigurationIds :: Lens' AssociateConfigurationItemsToApplication [Text] Source #

The ID of each configuration item to be associated with an application.

Destructuring the Response

associateConfigurationItemsToApplicationResponse Source #

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

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

data AssociateConfigurationItemsToApplicationResponse Source #

Instances

Eq AssociateConfigurationItemsToApplicationResponse Source # 
Data AssociateConfigurationItemsToApplicationResponse Source # 

Methods

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

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

toConstr :: AssociateConfigurationItemsToApplicationResponse -> Constr #

dataTypeOf :: AssociateConfigurationItemsToApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateConfigurationItemsToApplicationResponse Source # 
Show AssociateConfigurationItemsToApplicationResponse Source # 
Generic AssociateConfigurationItemsToApplicationResponse Source # 
NFData AssociateConfigurationItemsToApplicationResponse Source # 
type Rep AssociateConfigurationItemsToApplicationResponse Source # 
type Rep AssociateConfigurationItemsToApplicationResponse = D1 (MetaData "AssociateConfigurationItemsToApplicationResponse" "Network.AWS.Discovery.AssociateConfigurationItemsToApplication" "amazonka-discovery-1.5.0-9zAudG659YgC8BiK47CJ9D" True) (C1 (MetaCons "AssociateConfigurationItemsToApplicationResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_acitarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses