libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts
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.SSMContacts.Types.ContactTargetInfo

Description

 
Synopsis

Documentation

data ContactTargetInfo Source #

The contact that Incident Manager is engaging during an incident.

See: newContactTargetInfo smart constructor.

Constructors

ContactTargetInfo' 

Fields

  • contactId :: Maybe Text

    The Amazon Resource Name (ARN) of the contact.

  • isEssential :: Bool

    A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

Instances

Instances details
Eq ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

Read ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

Show ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

Generic ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

Associated Types

type Rep ContactTargetInfo :: Type -> Type #

NFData ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

Methods

rnf :: ContactTargetInfo -> () #

Hashable ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

ToJSON ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

FromJSON ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

type Rep ContactTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactTargetInfo

type Rep ContactTargetInfo = D1 ('MetaData "ContactTargetInfo" "Amazonka.SSMContacts.Types.ContactTargetInfo" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "ContactTargetInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isEssential") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newContactTargetInfo Source #

Create a value of ContactTargetInfo 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:contactId:ContactTargetInfo', contactTargetInfo_contactId - The Amazon Resource Name (ARN) of the contact.

$sel:isEssential:ContactTargetInfo', contactTargetInfo_isEssential - A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

contactTargetInfo_contactId :: Lens' ContactTargetInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of the contact.

contactTargetInfo_isEssential :: Lens' ContactTargetInfo Bool Source #

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.