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

Contents

Description

Update an SMS channel

Synopsis

Creating a Request

updateSmsChannel #

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 #

See: updateSmsChannel smart constructor.

Instances

Eq UpdateSmsChannel # 
Data UpdateSmsChannel # 

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 # 
Show UpdateSmsChannel # 
Generic UpdateSmsChannel # 
Hashable UpdateSmsChannel # 
ToJSON UpdateSmsChannel # 
NFData UpdateSmsChannel # 

Methods

rnf :: UpdateSmsChannel -> () #

AWSRequest UpdateSmsChannel # 
ToHeaders UpdateSmsChannel # 
ToPath UpdateSmsChannel # 
ToQuery UpdateSmsChannel # 
type Rep UpdateSmsChannel # 
type Rep UpdateSmsChannel = D1 * (MetaData "UpdateSmsChannel" "Network.AWS.Pinpoint.UpdateSmsChannel" "amazonka-pinpoint-1.6.0-GGmcAobjjkd29SkAbz3WDe" 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 # 

Request Lenses

Destructuring the Response

updateSmsChannelResponse #

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 #

See: updateSmsChannelResponse smart constructor.

Instances

Eq UpdateSmsChannelResponse # 
Data UpdateSmsChannelResponse # 

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 # 
Show UpdateSmsChannelResponse # 
Generic UpdateSmsChannelResponse # 
NFData UpdateSmsChannelResponse # 
type Rep UpdateSmsChannelResponse # 
type Rep UpdateSmsChannelResponse = D1 * (MetaData "UpdateSmsChannelResponse" "Network.AWS.Pinpoint.UpdateSmsChannel" "amazonka-pinpoint-1.6.0-GGmcAobjjkd29SkAbz3WDe" 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

uscrsResponseStatus :: Lens' UpdateSmsChannelResponse Int #

  • - | The response status code.