amazonka-ssm-contacts-2.0: Amazon Systems Manager Incident Manager Contacts SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

ToJSON Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

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 #

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 #

NFData Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

rnf :: Plan -> () #

Eq Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

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

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

Hashable Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

Methods

hashWithSalt :: Int -> Plan -> Int #

hash :: Plan -> Int #

type Rep Plan Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.Plan

type Rep Plan = D1 ('MetaData "Plan" "Amazonka.SSMContacts.Types.Plan" "amazonka-ssm-contacts-2.0-ItNmOyIH300HIsnE5QTEXx" '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.