Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
EmergencyContact' | |
|
Instances
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.