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

Contents

Description

Updates metadata about an application.

Synopsis

Creating a Request

updateApplication Source #

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

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

  • uaName - New name of the application to be updated.
  • uaDescription - New description of the application to be updated.
  • uaConfigurationId - Configuration ID of the application to be updated.

data UpdateApplication Source #

See: updateApplication smart constructor.

Instances
Eq UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Data UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Methods

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

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

toConstr :: UpdateApplication -> Constr #

dataTypeOf :: UpdateApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

Hashable UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

ToJSON UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Associated Types

type Rs UpdateApplication :: Type #

ToHeaders UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

NFData UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

type Rep UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

type Rep UpdateApplication = D1 (MetaData "UpdateApplication" "Network.AWS.Discovery.UpdateApplication" "amazonka-discovery-1.6.1-BCKU0SsQ5St9AKTJSgbzOA" False) (C1 (MetaCons "UpdateApplication'" PrefixI True) (S1 (MetaSel (Just "_uaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_uaDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uaConfigurationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs UpdateApplication Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Request Lenses

uaName :: Lens' UpdateApplication (Maybe Text) Source #

New name of the application to be updated.

uaDescription :: Lens' UpdateApplication (Maybe Text) Source #

New description of the application to be updated.

uaConfigurationId :: Lens' UpdateApplication Text Source #

Configuration ID of the application to be updated.

Destructuring the Response

updateApplicationResponse Source #

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

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

data UpdateApplicationResponse Source #

See: updateApplicationResponse smart constructor.

Instances
Eq UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Data UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Methods

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

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

toConstr :: UpdateApplicationResponse -> Constr #

dataTypeOf :: UpdateApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Generic UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Network.AWS.Discovery.UpdateApplication

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

Response Lenses