amazonka-pinpoint-1.5.0: Amazon Pinpoint SDK.

Copyright(c) 2013-2017 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.UpdateSmsChannel

Contents

Description

Update an SMS channel

Synopsis

Creating a Request

updateSmsChannel Source #

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

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

data UpdateSmsChannel Source #

See: updateSmsChannel smart constructor.

Instances

Eq UpdateSmsChannel Source # 
Data UpdateSmsChannel Source # 

Methods

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

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

toConstr :: UpdateSmsChannel -> Constr #

dataTypeOf :: UpdateSmsChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateSmsChannel Source # 
Show UpdateSmsChannel Source # 
Generic UpdateSmsChannel Source # 
Hashable UpdateSmsChannel Source # 
ToJSON UpdateSmsChannel Source # 
NFData UpdateSmsChannel Source # 

Methods

rnf :: UpdateSmsChannel -> () #

AWSRequest UpdateSmsChannel Source # 
ToQuery UpdateSmsChannel Source # 
ToPath UpdateSmsChannel Source # 
ToHeaders UpdateSmsChannel Source # 
type Rep UpdateSmsChannel Source # 
type Rep UpdateSmsChannel = D1 (MetaData "UpdateSmsChannel" "Network.AWS.Pinpoint.UpdateSmsChannel" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" False) (C1 (MetaCons "UpdateSmsChannel'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uscApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_uscSMSChannelRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SMSChannelRequest))))
type Rs UpdateSmsChannel Source # 

Request Lenses

Destructuring the Response

updateSmsChannelResponse Source #

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

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

data UpdateSmsChannelResponse Source #

See: updateSmsChannelResponse smart constructor.

Instances

Eq UpdateSmsChannelResponse Source # 
Data UpdateSmsChannelResponse Source # 

Methods

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

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

toConstr :: UpdateSmsChannelResponse -> Constr #

dataTypeOf :: UpdateSmsChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateSmsChannelResponse Source # 
Show UpdateSmsChannelResponse Source # 
Generic UpdateSmsChannelResponse Source # 
NFData UpdateSmsChannelResponse Source # 
type Rep UpdateSmsChannelResponse Source # 
type Rep UpdateSmsChannelResponse = D1 (MetaData "UpdateSmsChannelResponse" "Network.AWS.Pinpoint.UpdateSmsChannel" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" False) (C1 (MetaCons "UpdateSmsChannelResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uscrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_uscrsSMSChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SMSChannelResponse))))

Response Lenses