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

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Data AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

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

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Show AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Generic AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Hashable AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

ToJSON AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

AWSRequest AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

ToHeaders AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

ToPath AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

ToQuery AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

NFData AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

type Rep AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

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

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

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

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Data AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

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

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Show AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

Generic AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

NFData AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

type Rep AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.AssociateConfigurationItemsToApplication

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

Response Lenses