Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.SSMIncidents.Types.ItemIdentifier
Description
Synopsis
Documentation
data ItemIdentifier Source #
Details and type of a related item.
See: newItemIdentifier
smart constructor.
Constructors
ItemIdentifier' | |
Instances
Arguments
:: ItemType | |
-> ItemValue | |
-> ItemIdentifier |
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.
$sel:value:ItemIdentifier'
, itemIdentifier_value
- Details about the related item.
itemIdentifier_type :: Lens' ItemIdentifier ItemType Source #
The type of related item.
itemIdentifier_value :: Lens' ItemIdentifier ItemValue Source #
Details about the related item.