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

Contents

Description

Used to request the settings for an app.

Synopsis

Creating a Request

getApplicationSettings Source #

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

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

data GetApplicationSettings Source #

See: getApplicationSettings smart constructor.

Instances

Eq GetApplicationSettings Source # 
Data GetApplicationSettings Source # 

Methods

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

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

toConstr :: GetApplicationSettings -> Constr #

dataTypeOf :: GetApplicationSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApplicationSettings Source # 
Show GetApplicationSettings Source # 
Generic GetApplicationSettings Source # 
Hashable GetApplicationSettings Source # 
NFData GetApplicationSettings Source # 

Methods

rnf :: GetApplicationSettings -> () #

AWSRequest GetApplicationSettings Source # 
ToPath GetApplicationSettings Source # 
ToHeaders GetApplicationSettings Source # 
ToQuery GetApplicationSettings Source # 
type Rep GetApplicationSettings Source # 
type Rep GetApplicationSettings = D1 (MetaData "GetApplicationSettings" "Network.AWS.Pinpoint.GetApplicationSettings" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" True) (C1 (MetaCons "GetApplicationSettings'" PrefixI True) (S1 (MetaSel (Just Symbol "_gasApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetApplicationSettings Source # 

Request Lenses

Destructuring the Response

getApplicationSettingsResponse Source #

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

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

data GetApplicationSettingsResponse Source #

See: getApplicationSettingsResponse smart constructor.

Instances

Eq GetApplicationSettingsResponse Source # 
Data GetApplicationSettingsResponse Source # 

Methods

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

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

toConstr :: GetApplicationSettingsResponse -> Constr #

dataTypeOf :: GetApplicationSettingsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApplicationSettingsResponse Source # 
Show GetApplicationSettingsResponse Source # 
Generic GetApplicationSettingsResponse Source # 
NFData GetApplicationSettingsResponse Source # 
type Rep GetApplicationSettingsResponse Source # 
type Rep GetApplicationSettingsResponse = D1 (MetaData "GetApplicationSettingsResponse" "Network.AWS.Pinpoint.GetApplicationSettings" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "GetApplicationSettingsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gasrsApplicationSettingsResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ApplicationSettingsResource))))

Response Lenses