amazonka-pinpoint-1.5.0: Amazon Pinpoint 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.Pinpoint.UpdateApplicationSettings

Contents

Description

Used to update the settings for an app.

Synopsis

Creating a Request

updateApplicationSettings Source #

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

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

data UpdateApplicationSettings Source #

See: updateApplicationSettings smart constructor.

Instances

Eq UpdateApplicationSettings Source # 
Data UpdateApplicationSettings Source # 

Methods

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

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

toConstr :: UpdateApplicationSettings -> Constr #

dataTypeOf :: UpdateApplicationSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateApplicationSettings Source # 
Show UpdateApplicationSettings Source # 
Generic UpdateApplicationSettings Source # 
Hashable UpdateApplicationSettings Source # 
ToJSON UpdateApplicationSettings Source # 
NFData UpdateApplicationSettings Source # 
AWSRequest UpdateApplicationSettings Source # 
ToQuery UpdateApplicationSettings Source # 
ToPath UpdateApplicationSettings Source # 
ToHeaders UpdateApplicationSettings Source # 
type Rep UpdateApplicationSettings Source # 
type Rep UpdateApplicationSettings = D1 (MetaData "UpdateApplicationSettings" "Network.AWS.Pinpoint.UpdateApplicationSettings" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" False) (C1 (MetaCons "UpdateApplicationSettings'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uasApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_uasWriteApplicationSettingsRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WriteApplicationSettingsRequest))))
type Rs UpdateApplicationSettings Source # 

Request Lenses

Destructuring the Response

updateApplicationSettingsResponse Source #

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

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

data UpdateApplicationSettingsResponse Source #

See: updateApplicationSettingsResponse smart constructor.

Instances

Eq UpdateApplicationSettingsResponse Source # 
Data UpdateApplicationSettingsResponse Source # 

Methods

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

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

toConstr :: UpdateApplicationSettingsResponse -> Constr #

dataTypeOf :: UpdateApplicationSettingsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateApplicationSettingsResponse Source # 
Show UpdateApplicationSettingsResponse Source # 
Generic UpdateApplicationSettingsResponse Source # 
NFData UpdateApplicationSettingsResponse Source # 
type Rep UpdateApplicationSettingsResponse Source # 
type Rep UpdateApplicationSettingsResponse = D1 (MetaData "UpdateApplicationSettingsResponse" "Network.AWS.Pinpoint.UpdateApplicationSettings" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" False) (C1 (MetaCons "UpdateApplicationSettingsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_uasrsApplicationSettingsResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ApplicationSettingsResource))))

Response Lenses