amazonka-pinpoint-1.6.0: Amazon Pinpoint 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.Pinpoint.GetApp

Contents

Description

Returns information about an app.

Synopsis

Creating a Request

getApp Source #

Arguments

:: Text

gaApplicationId

-> GetApp 

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

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

data GetApp Source #

See: getApp smart constructor.

Instances

Eq GetApp Source # 

Methods

(==) :: GetApp -> GetApp -> Bool #

(/=) :: GetApp -> GetApp -> Bool #

Data GetApp Source # 

Methods

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

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

toConstr :: GetApp -> Constr #

dataTypeOf :: GetApp -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApp Source # 
Show GetApp Source # 
Generic GetApp Source # 

Associated Types

type Rep GetApp :: * -> * #

Methods

from :: GetApp -> Rep GetApp x #

to :: Rep GetApp x -> GetApp #

Hashable GetApp Source # 

Methods

hashWithSalt :: Int -> GetApp -> Int #

hash :: GetApp -> Int #

NFData GetApp Source # 

Methods

rnf :: GetApp -> () #

AWSRequest GetApp Source # 

Associated Types

type Rs GetApp :: * #

ToHeaders GetApp Source # 

Methods

toHeaders :: GetApp -> [Header] #

ToPath GetApp Source # 

Methods

toPath :: GetApp -> ByteString #

ToQuery GetApp Source # 
type Rep GetApp Source # 
type Rep GetApp = D1 * (MetaData "GetApp" "Network.AWS.Pinpoint.GetApp" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" True) (C1 * (MetaCons "GetApp'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gaApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetApp Source # 

Request Lenses

gaApplicationId :: Lens' GetApp Text Source #

Undocumented member.

Destructuring the Response

getAppResponse Source #

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

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

data GetAppResponse Source #

See: getAppResponse smart constructor.

Instances

Eq GetAppResponse Source # 
Data GetAppResponse Source # 

Methods

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

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

toConstr :: GetAppResponse -> Constr #

dataTypeOf :: GetAppResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAppResponse Source # 
Show GetAppResponse Source # 
Generic GetAppResponse Source # 

Associated Types

type Rep GetAppResponse :: * -> * #

NFData GetAppResponse Source # 

Methods

rnf :: GetAppResponse -> () #

type Rep GetAppResponse Source # 
type Rep GetAppResponse = D1 * (MetaData "GetAppResponse" "Network.AWS.Pinpoint.GetApp" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "GetAppResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_garsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_garsApplicationResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ApplicationResponse))))

Response Lenses

garsResponseStatus :: Lens' GetAppResponse Int Source #

  • - | The response status code.