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

Description

 
Synopsis

Documentation

data ItemIdentifier Source #

Details and type of a related item.

See: newItemIdentifier smart constructor.

Constructors

ItemIdentifier' 

Fields

  • type' :: ItemType

    The type of related item. Incident Manager supports the following types:

    • ANALYSIS
    • INCIDENT
    • METRIC
    • PARENT
    • ATTACHMENT
    • OTHER
  • value :: ItemValue

    Details about the related item.

Instances

Instances details
Eq ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

Read ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

Show ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

Generic ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

Associated Types

type Rep ItemIdentifier :: Type -> Type #

NFData ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

Methods

rnf :: ItemIdentifier -> () #

Hashable ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

ToJSON ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

FromJSON ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

type Rep ItemIdentifier Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemIdentifier

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

newItemIdentifier Source #

Create a value of ItemIdentifier 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:type':ItemIdentifier', itemIdentifier_type - The type of related item. Incident Manager supports the following types:

  • ANALYSIS
  • INCIDENT
  • METRIC
  • PARENT
  • ATTACHMENT
  • OTHER

$sel:value:ItemIdentifier', itemIdentifier_value - Details about the related item.

itemIdentifier_type :: Lens' ItemIdentifier ItemType Source #

The type of related item. Incident Manager supports the following types:

  • ANALYSIS
  • INCIDENT
  • METRIC
  • PARENT
  • ATTACHMENT
  • OTHER

itemIdentifier_value :: Lens' ItemIdentifier ItemValue Source #

Details about the related item.