stratosphere-notificationscontacts-1.0.0: Stratosphere integration for AWS NotificationsContacts.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.NotificationsContacts.EmailContact

Documentation

data EmailContact Source #

Instances

Instances details
ToJSON EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Show EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Eq EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

ToResourceProperties EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Property "EmailAddress" EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Associated Types

type PropertyType "EmailAddress" EmailContact 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

type PropertyType "EmailAddress" EmailContact = Value Text

Methods

set :: PropertyType "EmailAddress" EmailContact -> EmailContact -> EmailContact #

Property "Name" EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Associated Types

type PropertyType "Name" EmailContact 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Property "Tags" EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

Associated Types

type PropertyType "Tags" EmailContact 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

type PropertyType "Tags" EmailContact = [Tag]
type PropertyType "EmailAddress" EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

type PropertyType "EmailAddress" EmailContact = Value Text
type PropertyType "Name" EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

type PropertyType "Tags" EmailContact Source # 
Instance details

Defined in Stratosphere.NotificationsContacts.EmailContact

type PropertyType "Tags" EmailContact = [Tag]