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

Contents

Description

Send a batch of messages

Synopsis

Creating a Request

sendMessages Source #

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

See: sendMessages smart constructor.

Instances

Eq SendMessages Source # 
Data SendMessages Source # 

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

Associated Types

type Rep SendMessages :: * -> * #

Hashable SendMessages Source # 
ToJSON SendMessages Source # 
NFData SendMessages Source # 

Methods

rnf :: SendMessages -> () #

AWSRequest SendMessages Source # 
ToQuery SendMessages Source # 
ToPath SendMessages Source # 
ToHeaders SendMessages Source # 
type Rep SendMessages Source # 
type Rep SendMessages = D1 (MetaData "SendMessages" "Network.AWS.Pinpoint.SendMessages" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" 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 Source # 

Request Lenses

Destructuring the Response

sendMessagesResponse Source #

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

See: sendMessagesResponse smart constructor.

Instances

Eq SendMessagesResponse Source # 
Data SendMessagesResponse Source # 

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

Methods

rnf :: SendMessagesResponse -> () #

type Rep SendMessagesResponse Source # 
type Rep SendMessagesResponse = D1 (MetaData "SendMessagesResponse" "Network.AWS.Pinpoint.SendMessages" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" 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 Source #

  • - | The response status code.