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

Contents

Description

Send a batch of messages

Synopsis

Creating a Request

sendMessages #

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

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

data SendMessages #

See: sendMessages smart constructor.

Instances

Eq SendMessages # 
Data SendMessages # 

Methods

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

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

toConstr :: SendMessages -> Constr #

dataTypeOf :: SendMessages -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SendMessages # 
Show SendMessages # 
Generic SendMessages # 

Associated Types

type Rep SendMessages :: * -> * #

Hashable SendMessages # 
ToJSON SendMessages # 
NFData SendMessages # 

Methods

rnf :: SendMessages -> () #

AWSRequest SendMessages # 
ToHeaders SendMessages # 
ToPath SendMessages # 
ToQuery SendMessages # 
type Rep SendMessages # 
type Rep SendMessages = D1 * (MetaData "SendMessages" "Network.AWS.Pinpoint.SendMessages" "amazonka-pinpoint-1.6.0-GGmcAobjjkd29SkAbz3WDe" False) (C1 * (MetaCons "SendMessages'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_smApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_smMessageRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * MessageRequest))))
type Rs SendMessages # 

Request Lenses

smApplicationId :: Lens' SendMessages Text #

Undocumented member.

Destructuring the Response

sendMessagesResponse #

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

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

data SendMessagesResponse #

See: sendMessagesResponse smart constructor.

Instances

Eq SendMessagesResponse # 
Data SendMessagesResponse # 

Methods

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

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

toConstr :: SendMessagesResponse -> Constr #

dataTypeOf :: SendMessagesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SendMessagesResponse # 
Show SendMessagesResponse # 
Generic SendMessagesResponse # 
NFData SendMessagesResponse # 

Methods

rnf :: SendMessagesResponse -> () #

type Rep SendMessagesResponse # 
type Rep SendMessagesResponse = D1 * (MetaData "SendMessagesResponse" "Network.AWS.Pinpoint.SendMessages" "amazonka-pinpoint-1.6.0-GGmcAobjjkd29SkAbz3WDe" False) (C1 * (MetaCons "SendMessagesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_smrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_smrsMessageResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * MessageResponse))))

Response Lenses

smrsResponseStatus :: Lens' SendMessagesResponse Int #

  • - | The response status code.