Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ItemIdentifier Source #
Details and type of a related item.
See: newItemIdentifier
smart constructor.
Instances
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.