libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

Description

 
Synopsis

Documentation

data PlainTextMessageType Source #

An object that defines a message that contains unformatted text.

See: newPlainTextMessageType smart constructor.

Constructors

PlainTextMessageType' 

Fields

  • languageCode :: Maybe Text

    The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

  • text :: Maybe Text

    The plain (not SSML-formatted) text to deliver to the recipient.

  • voiceId :: Maybe Text

    The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.

Instances

Instances details
Eq PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

Read PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

Show PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

Generic PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

Associated Types

type Rep PlainTextMessageType :: Type -> Type #

NFData PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

Methods

rnf :: PlainTextMessageType -> () #

Hashable PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

ToJSON PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

type Rep PlainTextMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.PlainTextMessageType

type Rep PlainTextMessageType = D1 ('MetaData "PlainTextMessageType" "Amazonka.PinpointSMSVoice.Types.PlainTextMessageType" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "PlainTextMessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "voiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPlainTextMessageType :: PlainTextMessageType Source #

Create a value of PlainTextMessageType 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:languageCode:PlainTextMessageType', plainTextMessageType_languageCode - The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

$sel:text:PlainTextMessageType', plainTextMessageType_text - The plain (not SSML-formatted) text to deliver to the recipient.

$sel:voiceId:PlainTextMessageType', plainTextMessageType_voiceId - The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.

plainTextMessageType_languageCode :: Lens' PlainTextMessageType (Maybe Text) Source #

The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

plainTextMessageType_text :: Lens' PlainTextMessageType (Maybe Text) Source #

The plain (not SSML-formatted) text to deliver to the recipient.

plainTextMessageType_voiceId :: Lens' PlainTextMessageType (Maybe Text) Source #

The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.