amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pinpoint.SendOTPMessage

Description

Send an OTP message

Synopsis

Creating a Request

data SendOTPMessage Source #

See: newSendOTPMessage smart constructor.

Constructors

SendOTPMessage' 

Fields

Instances

Instances details
ToJSON SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

ToHeaders SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

ToPath SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

ToQuery SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

AWSRequest SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Associated Types

type AWSResponse SendOTPMessage #

Generic SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Associated Types

type Rep SendOTPMessage :: Type -> Type #

Read SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Show SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

NFData SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Methods

rnf :: SendOTPMessage -> () #

Eq SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Hashable SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

type AWSResponse SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

type Rep SendOTPMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

type Rep SendOTPMessage = D1 ('MetaData "SendOTPMessage" "Amazonka.Pinpoint.SendOTPMessage" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "SendOTPMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sendOTPMessageRequestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SendOTPMessageRequestParameters)))

newSendOTPMessage Source #

Create a value of SendOTPMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

SendOTPMessage, sendOTPMessage_applicationId - The unique ID of your Amazon Pinpoint application.

$sel:sendOTPMessageRequestParameters:SendOTPMessage', sendOTPMessage_sendOTPMessageRequestParameters - Undocumented member.

Request Lenses

sendOTPMessage_applicationId :: Lens' SendOTPMessage Text Source #

The unique ID of your Amazon Pinpoint application.

Destructuring the Response

data SendOTPMessageResponse Source #

See: newSendOTPMessageResponse smart constructor.

Constructors

SendOTPMessageResponse' 

Fields

Instances

Instances details
Generic SendOTPMessageResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Associated Types

type Rep SendOTPMessageResponse :: Type -> Type #

Read SendOTPMessageResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Show SendOTPMessageResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

NFData SendOTPMessageResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

Methods

rnf :: SendOTPMessageResponse -> () #

Eq SendOTPMessageResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

type Rep SendOTPMessageResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.SendOTPMessage

type Rep SendOTPMessageResponse = D1 ('MetaData "SendOTPMessageResponse" "Amazonka.Pinpoint.SendOTPMessage" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "SendOTPMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "messageResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MessageResponse)))

newSendOTPMessageResponse Source #

Create a value of SendOTPMessageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:SendOTPMessageResponse', sendOTPMessageResponse_httpStatus - The response's http status code.

$sel:messageResponse:SendOTPMessageResponse', sendOTPMessageResponse_messageResponse - Undocumented member.

Response Lenses