amazonka-pinpoint-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Methods

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

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

Data GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Show GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Generic GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Associated Types

type Rep GetApp :: Type -> Type #

Methods

from :: GetApp -> Rep GetApp x #

to :: Rep GetApp x -> GetApp #

Hashable GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Methods

hashWithSalt :: Int -> GetApp -> Int #

hash :: GetApp -> Int #

AWSRequest GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Associated Types

type Rs GetApp :: Type #

ToHeaders GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Methods

toHeaders :: GetApp -> [Header] #

ToPath GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Methods

toPath :: GetApp -> ByteString #

ToQuery GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

NFData GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Methods

rnf :: GetApp -> () #

type Rep GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

type Rep GetApp = D1 (MetaData "GetApp" "Network.AWS.Pinpoint.GetApp" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" True) (C1 (MetaCons "GetApp'" PrefixI True) (S1 (MetaSel (Just "_gaApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Data GetAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Show GetAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Generic GetAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Associated Types

type Rep GetAppResponse :: Type -> Type #

NFData GetAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

Methods

rnf :: GetAppResponse -> () #

type Rep GetAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApp

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

Response Lenses

garsResponseStatus :: Lens' GetAppResponse Int Source #

  • - | The response status code.