libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.Types.RelatedItem

Description

 
Synopsis

Documentation

data RelatedItem Source #

Resources that responders use to triage and mitigate the incident.

See: newRelatedItem smart constructor.

Constructors

RelatedItem' 

Fields

Instances

Instances details
Eq RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

Read RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

Show RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

Generic RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

Associated Types

type Rep RelatedItem :: Type -> Type #

NFData RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

Methods

rnf :: RelatedItem -> () #

Hashable RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

ToJSON RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

FromJSON RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

type Rep RelatedItem Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RelatedItem

type Rep RelatedItem = D1 ('MetaData "RelatedItem" "Amazonka.SSMIncidents.Types.RelatedItem" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "RelatedItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ItemIdentifier)))

newRelatedItem Source #

Create a value of RelatedItem 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:title:RelatedItem', relatedItem_title - The title of the related item.

$sel:identifier:RelatedItem', relatedItem_identifier - Details about the related item.

relatedItem_title :: Lens' RelatedItem (Maybe Text) Source #

The title of the related item.