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

Contents

Description

Get an SMS channel

Synopsis

Creating a Request

getSmsChannel Source #

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

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

data GetSmsChannel Source #

See: getSmsChannel smart constructor.

Instances
Eq GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Data GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Methods

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

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

toConstr :: GetSmsChannel -> Constr #

dataTypeOf :: GetSmsChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Show GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Generic GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Associated Types

type Rep GetSmsChannel :: Type -> Type #

Hashable GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

AWSRequest GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Associated Types

type Rs GetSmsChannel :: Type #

ToHeaders GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

ToPath GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

ToQuery GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

NFData GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Methods

rnf :: GetSmsChannel -> () #

type Rep GetSmsChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

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

Defined in Network.AWS.Pinpoint.GetSmsChannel

Request Lenses

Destructuring the Response

getSmsChannelResponse Source #

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

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

data GetSmsChannelResponse Source #

See: getSmsChannelResponse smart constructor.

Instances
Eq GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Data GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Methods

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

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

toConstr :: GetSmsChannelResponse -> Constr #

dataTypeOf :: GetSmsChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Show GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Generic GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Associated Types

type Rep GetSmsChannelResponse :: Type -> Type #

NFData GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

Methods

rnf :: GetSmsChannelResponse -> () #

type Rep GetSmsChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetSmsChannel

type Rep GetSmsChannelResponse = D1 (MetaData "GetSmsChannelResponse" "Network.AWS.Pinpoint.GetSmsChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetSmsChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_gscrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gscrsSMSChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SMSChannelResponse)))

Response Lenses

gscrsResponseStatus :: Lens' GetSmsChannelResponse Int Source #

  • - | The response status code.