libZSservicesZSamazonka-shieldZSamazonka-shield
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.Shield.Types.EmergencyContact

Description

 
Synopsis

Documentation

data EmergencyContact Source #

Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

See: newEmergencyContact smart constructor.

Constructors

EmergencyContact' 

Fields

Instances

Instances details
Eq EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

Read EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

Show EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

Generic EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

Associated Types

type Rep EmergencyContact :: Type -> Type #

NFData EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

Methods

rnf :: EmergencyContact -> () #

Hashable EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

ToJSON EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

FromJSON EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

type Rep EmergencyContact Source # 
Instance details

Defined in Amazonka.Shield.Types.EmergencyContact

type Rep EmergencyContact = D1 ('MetaData "EmergencyContact" "Amazonka.Shield.Types.EmergencyContact" "libZSservicesZSamazonka-shieldZSamazonka-shield" 'False) (C1 ('MetaCons "EmergencyContact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "contactNotes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEmergencyContact Source #

Create a value of EmergencyContact 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:phoneNumber:EmergencyContact', emergencyContact_phoneNumber - The phone number for the contact.

$sel:contactNotes:EmergencyContact', emergencyContact_contactNotes - Additional notes regarding the contact.

$sel:emailAddress:EmergencyContact', emergencyContact_emailAddress - The email address for the contact.

emergencyContact_phoneNumber :: Lens' EmergencyContact (Maybe Text) Source #

The phone number for the contact.

emergencyContact_contactNotes :: Lens' EmergencyContact (Maybe Text) Source #

Additional notes regarding the contact.

emergencyContact_emailAddress :: Lens' EmergencyContact Text Source #

The email address for the contact.