amazonka-pinpoint-1.4.5: Amazon Pinpoint SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 #

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 #

See: updateApplicationSettings smart constructor.

Instances

Eq UpdateApplicationSettings # 
Data UpdateApplicationSettings # 

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 # 
Show UpdateApplicationSettings # 
Generic UpdateApplicationSettings # 
Hashable UpdateApplicationSettings # 
ToJSON UpdateApplicationSettings # 
NFData UpdateApplicationSettings # 
AWSRequest UpdateApplicationSettings # 
ToQuery UpdateApplicationSettings # 
ToPath UpdateApplicationSettings # 
ToHeaders UpdateApplicationSettings # 
type Rep UpdateApplicationSettings # 
type Rep UpdateApplicationSettings = D1 (MetaData "UpdateApplicationSettings" "Network.AWS.Pinpoint.UpdateApplicationSettings" "amazonka-pinpoint-1.4.5-4U1okCZWctNBYJjgcmE2yM" 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 # 

Request Lenses

Destructuring the Response

updateApplicationSettingsResponse #

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 #

See: updateApplicationSettingsResponse smart constructor.

Instances

Eq UpdateApplicationSettingsResponse # 
Data UpdateApplicationSettingsResponse # 

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 # 
Show UpdateApplicationSettingsResponse # 
Generic UpdateApplicationSettingsResponse # 
NFData UpdateApplicationSettingsResponse # 
type Rep UpdateApplicationSettingsResponse # 
type Rep UpdateApplicationSettingsResponse = D1 (MetaData "UpdateApplicationSettingsResponse" "Network.AWS.Pinpoint.UpdateApplicationSettings" "amazonka-pinpoint-1.4.5-4U1okCZWctNBYJjgcmE2yM" False) (C1 (MetaCons "UpdateApplicationSettingsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_uasrsApplicationSettingsResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ApplicationSettingsResource))))

Response Lenses