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.Plan

Description

 
Synopsis

Documentation

data Plan Source #

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

See: newPlan smart constructor.

Constructors

Plan' 

Fields

  • stages :: [Stage]

    A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.

Instances

Instances details
Eq Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

(==) :: Plan -> Plan -> Bool #

(/=) :: Plan -> Plan -> Bool #

Read Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Show Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

showsPrec :: Int -> Plan -> ShowS #

show :: Plan -> String #

showList :: [Plan] -> ShowS #

Generic Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Associated Types

type Rep Plan :: Type -> Type #

Methods

from :: Plan -> Rep Plan x #

to :: Rep Plan x -> Plan #

NFData Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

rnf :: Plan -> () #

Hashable Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

hashWithSalt :: Int -> Plan -> Int #

hash :: Plan -> Int #

ToJSON Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

FromJSON Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

type Rep Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

type Rep Plan = D1 ('MetaData "Plan" "Amazonka.SSMContacts.Types.Plan" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "Plan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Stage])))

newPlan :: Plan Source #

Create a value of Plan 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:stages:Plan', plan_stages - A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.

plan_stages :: Lens' Plan [Stage] Source #

A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.