| 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.SSM.Types.OpsItemEventSummary
Description
Synopsis
- data OpsItemEventSummary = OpsItemEventSummary' {}
- newOpsItemEventSummary :: OpsItemEventSummary
- opsItemEventSummary_createdBy :: Lens' OpsItemEventSummary (Maybe OpsItemIdentity)
- opsItemEventSummary_createdTime :: Lens' OpsItemEventSummary (Maybe UTCTime)
- opsItemEventSummary_detail :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_detailType :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_eventId :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_opsItemId :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_source :: Lens' OpsItemEventSummary (Maybe Text)
Documentation
data OpsItemEventSummary Source #
Summary information about an OpsItem event or that associated an OpsItem with a related item.
See: newOpsItemEventSummary smart constructor.
Constructors
| OpsItemEventSummary' | |
Fields
| |
Instances
newOpsItemEventSummary :: OpsItemEventSummary Source #
Create a value of OpsItemEventSummary 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:createdBy:OpsItemEventSummary', opsItemEventSummary_createdBy - Information about the user or resource that created the OpsItem event.
$sel:createdTime:OpsItemEventSummary', opsItemEventSummary_createdTime - The date and time the OpsItem event was created.
$sel:detail:OpsItemEventSummary', opsItemEventSummary_detail - Specific information about the OpsItem event.
$sel:detailType:OpsItemEventSummary', opsItemEventSummary_detailType - The type of information provided as a detail.
$sel:eventId:OpsItemEventSummary', opsItemEventSummary_eventId - The ID of the OpsItem event.
$sel:opsItemId:OpsItemEventSummary', opsItemEventSummary_opsItemId - The ID of the OpsItem.
$sel:source:OpsItemEventSummary', opsItemEventSummary_source - The source of the OpsItem event.
opsItemEventSummary_createdBy :: Lens' OpsItemEventSummary (Maybe OpsItemIdentity) Source #
Information about the user or resource that created the OpsItem event.
opsItemEventSummary_createdTime :: Lens' OpsItemEventSummary (Maybe UTCTime) Source #
The date and time the OpsItem event was created.
opsItemEventSummary_detail :: Lens' OpsItemEventSummary (Maybe Text) Source #
Specific information about the OpsItem event.
opsItemEventSummary_detailType :: Lens' OpsItemEventSummary (Maybe Text) Source #
The type of information provided as a detail.
opsItemEventSummary_eventId :: Lens' OpsItemEventSummary (Maybe Text) Source #
The ID of the OpsItem event.
opsItemEventSummary_opsItemId :: Lens' OpsItemEventSummary (Maybe Text) Source #
The ID of the OpsItem.
opsItemEventSummary_source :: Lens' OpsItemEventSummary (Maybe Text) Source #
The source of the OpsItem event.