amazonka-connect-2.0: Amazon Connect Service 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.Connect.Types.SendNotificationActionDefinition

Description

 
Synopsis

Documentation

data SendNotificationActionDefinition Source #

Information about the send notification action.

See: newSendNotificationActionDefinition smart constructor.

Constructors

SendNotificationActionDefinition' 

Fields

Instances

Instances details
FromJSON SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

ToJSON SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

Generic SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

Associated Types

type Rep SendNotificationActionDefinition :: Type -> Type #

Read SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

Show SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

NFData SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

Eq SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

Hashable SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

type Rep SendNotificationActionDefinition Source # 
Instance details

Defined in Amazonka.Connect.Types.SendNotificationActionDefinition

type Rep SendNotificationActionDefinition = D1 ('MetaData "SendNotificationActionDefinition" "Amazonka.Connect.Types.SendNotificationActionDefinition" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "SendNotificationActionDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliveryMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationDeliveryType)) :*: (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationContentType) :*: S1 ('MetaSel ('Just "recipient") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationRecipientType)))))

newSendNotificationActionDefinition Source #

Create a value of SendNotificationActionDefinition 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:subject:SendNotificationActionDefinition', sendNotificationActionDefinition_subject - The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

$sel:deliveryMethod:SendNotificationActionDefinition', sendNotificationActionDefinition_deliveryMethod - Notification delivery method.

$sel:content:SendNotificationActionDefinition', sendNotificationActionDefinition_content - Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

$sel:contentType:SendNotificationActionDefinition', sendNotificationActionDefinition_contentType - Content type format.

$sel:recipient:SendNotificationActionDefinition', sendNotificationActionDefinition_recipient - Notification recipient.

sendNotificationActionDefinition_subject :: Lens' SendNotificationActionDefinition (Maybe Text) Source #

The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

sendNotificationActionDefinition_content :: Lens' SendNotificationActionDefinition Text Source #

Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.