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.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 # 
Data GetSmsChannel Source # 

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 # 
Show GetSmsChannel Source # 
Generic GetSmsChannel Source # 

Associated Types

type Rep GetSmsChannel :: * -> * #

Hashable GetSmsChannel Source # 
NFData GetSmsChannel Source # 

Methods

rnf :: GetSmsChannel -> () #

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

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 # 
Data GetSmsChannelResponse Source # 

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 # 
Show GetSmsChannelResponse Source # 
Generic GetSmsChannelResponse Source # 
NFData GetSmsChannelResponse Source # 

Methods

rnf :: GetSmsChannelResponse -> () #

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

Response Lenses

gscrsResponseStatus :: Lens' GetSmsChannelResponse Int Source #

  • - | The response status code.