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

Contents

Description

Get an APNS VoIP channel

Synopsis

Creating a Request

getAPNSVoipChannel Source #

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

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

data GetAPNSVoipChannel Source #

See: getAPNSVoipChannel smart constructor.

Instances
Eq GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Data GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Methods

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

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

toConstr :: GetAPNSVoipChannel -> Constr #

dataTypeOf :: GetAPNSVoipChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Show GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Generic GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Associated Types

type Rep GetAPNSVoipChannel :: Type -> Type #

Hashable GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

AWSRequest GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Associated Types

type Rs GetAPNSVoipChannel :: Type #

ToHeaders GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

ToPath GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

ToQuery GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

NFData GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Methods

rnf :: GetAPNSVoipChannel -> () #

type Rep GetAPNSVoipChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

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

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Request Lenses

Destructuring the Response

getAPNSVoipChannelResponse Source #

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

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

data GetAPNSVoipChannelResponse Source #

See: getAPNSVoipChannelResponse smart constructor.

Instances
Eq GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Data GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Methods

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

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

toConstr :: GetAPNSVoipChannelResponse -> Constr #

dataTypeOf :: GetAPNSVoipChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Show GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Generic GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

Associated Types

type Rep GetAPNSVoipChannelResponse :: Type -> Type #

NFData GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

type Rep GetAPNSVoipChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetAPNSVoipChannel

type Rep GetAPNSVoipChannelResponse = D1 (MetaData "GetAPNSVoipChannelResponse" "Network.AWS.Pinpoint.GetAPNSVoipChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetAPNSVoipChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_gavcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gavcrsAPNSVoipChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APNSVoipChannelResponse)))

Response Lenses