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

Description

 
Synopsis

Operations

UpdateConfigurationSetEventDestination

DeleteConfigurationSetEventDestination

DeleteConfigurationSet

SendVoiceMessage

sendVoiceMessage_configurationSetName :: Lens' SendVoiceMessage (Maybe Text) Source #

The name of the configuration set that you want to use to send the message.

sendVoiceMessage_callerId :: Lens' SendVoiceMessage (Maybe Text) Source #

The phone number that appears on recipients' devices when they receive the message.

sendVoiceMessage_originationPhoneNumber :: Lens' SendVoiceMessage (Maybe Text) Source #

The phone number that Amazon Pinpoint should use to send the voice message. This isn't necessarily the phone number that appears on recipients' devices when they receive the message, because you can specify a CallerId parameter in the request.

sendVoiceMessage_destinationPhoneNumber :: Lens' SendVoiceMessage (Maybe Text) Source #

The phone number that you want to send the voice message to.

sendVoiceMessageResponse_messageId :: Lens' SendVoiceMessageResponse (Maybe Text) Source #

A unique identifier for the voice message.

GetConfigurationSetEventDestinations

CreateConfigurationSetEventDestination

CreateConfigurationSet

createConfigurationSet_configurationSetName :: Lens' CreateConfigurationSet (Maybe Text) Source #

The name that you want to give the configuration set.

Types

CallInstructionsMessageType

callInstructionsMessageType_text :: Lens' CallInstructionsMessageType (Maybe Text) Source #

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

CloudWatchLogsDestination

cloudWatchLogsDestination_iamRoleArn :: Lens' CloudWatchLogsDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.

cloudWatchLogsDestination_logGroupArn :: Lens' CloudWatchLogsDestination (Maybe Text) Source #

The name of the Amazon CloudWatch Log Group that you want to record events in.

EventDestination

eventDestination_enabled :: Lens' EventDestination (Maybe Bool) Source #

Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.

eventDestination_name :: Lens' EventDestination (Maybe Text) Source #

A name that identifies the event destination configuration.

EventDestinationDefinition

eventDestinationDefinition_enabled :: Lens' EventDestinationDefinition (Maybe Bool) Source #

Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.

KinesisFirehoseDestination

kinesisFirehoseDestination_iamRoleArn :: Lens' KinesisFirehoseDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.

kinesisFirehoseDestination_deliveryStreamArn :: Lens' KinesisFirehoseDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.

PlainTextMessageType

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.

SSMLMessageType

sSMLMessageType_languageCode :: Lens' SSMLMessageType (Maybe Text) Source #

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

sSMLMessageType_text :: Lens' SSMLMessageType (Maybe Text) Source #

The SSML-formatted text to deliver to the recipient.

sSMLMessageType_voiceId :: Lens' SSMLMessageType (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.

SnsDestination

snsDestination_topicArn :: Lens' SnsDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.

VoiceMessageContent