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

Contents

Description

Returns information about your apps.

Synopsis

Creating a Request

getApps :: GetApps Source #

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

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

data GetApps Source #

See: getApps smart constructor.

Instances
Eq GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

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

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

Data GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

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

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

toConstr :: GetApps -> Constr #

dataTypeOf :: GetApps -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Show GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Generic GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Associated Types

type Rep GetApps :: Type -> Type #

Methods

from :: GetApps -> Rep GetApps x #

to :: Rep GetApps x -> GetApps #

Hashable GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

hashWithSalt :: Int -> GetApps -> Int #

hash :: GetApps -> Int #

AWSRequest GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Associated Types

type Rs GetApps :: Type #

ToHeaders GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

toHeaders :: GetApps -> [Header] #

ToPath GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

toPath :: GetApps -> ByteString #

ToQuery GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

NFData GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

rnf :: GetApps -> () #

type Rep GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

type Rep GetApps = D1 (MetaData "GetApps" "Network.AWS.Pinpoint.GetApps" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetApps'" PrefixI True) (S1 (MetaSel (Just "_gaToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gaPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Rs GetApps Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Request Lenses

gaToken :: Lens' GetApps (Maybe Text) Source #

Undocumented member.

gaPageSize :: Lens' GetApps (Maybe Text) Source #

Undocumented member.

Destructuring the Response

getAppsResponse Source #

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

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

data GetAppsResponse Source #

See: getAppsResponse smart constructor.

Instances
Eq GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Data GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

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

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

toConstr :: GetAppsResponse -> Constr #

dataTypeOf :: GetAppsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Show GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Generic GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Associated Types

type Rep GetAppsResponse :: Type -> Type #

NFData GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

Methods

rnf :: GetAppsResponse -> () #

type Rep GetAppsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetApps

type Rep GetAppsResponse = D1 (MetaData "GetAppsResponse" "Network.AWS.Pinpoint.GetApps" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetAppsResponse'" PrefixI True) (S1 (MetaSel (Just "_gasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gasrsApplicationsResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ApplicationsResponse)))

Response Lenses

gasrsResponseStatus :: Lens' GetAppsResponse Int Source #

  • - | The response status code.