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
- data OpsItemEventSummary = OpsItemEventSummary' {}
- newOpsItemEventSummary :: OpsItemEventSummary
- opsItemEventSummary_opsItemId :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_createdTime :: Lens' OpsItemEventSummary (Maybe UTCTime)
- opsItemEventSummary_createdBy :: Lens' OpsItemEventSummary (Maybe OpsItemIdentity)
- opsItemEventSummary_detailType :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_source :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_detail :: Lens' OpsItemEventSummary (Maybe Text)
- opsItemEventSummary_eventId :: 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.
OpsItemEventSummary' | |
|
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:opsItemId:OpsItemEventSummary'
, opsItemEventSummary_opsItemId
- The ID of the OpsItem.
$sel:createdTime:OpsItemEventSummary'
, opsItemEventSummary_createdTime
- The date and time the OpsItem event was created.
$sel:createdBy:OpsItemEventSummary'
, opsItemEventSummary_createdBy
- Information about the user or resource that created the OpsItem event.
$sel:detailType:OpsItemEventSummary'
, opsItemEventSummary_detailType
- The type of information provided as a detail.
$sel:source:OpsItemEventSummary'
, opsItemEventSummary_source
- The source of the OpsItem event.
$sel:detail:OpsItemEventSummary'
, opsItemEventSummary_detail
- Specific information about the OpsItem event.
$sel:eventId:OpsItemEventSummary'
, opsItemEventSummary_eventId
- The ID of the OpsItem event.
opsItemEventSummary_opsItemId :: Lens' OpsItemEventSummary (Maybe Text) Source #
The ID of the OpsItem.
opsItemEventSummary_createdTime :: Lens' OpsItemEventSummary (Maybe UTCTime) Source #
The date and time the OpsItem event was created.
opsItemEventSummary_createdBy :: Lens' OpsItemEventSummary (Maybe OpsItemIdentity) Source #
Information about the user or resource that created the OpsItem event.
opsItemEventSummary_detailType :: Lens' OpsItemEventSummary (Maybe Text) Source #
The type of information provided as a detail.
opsItemEventSummary_source :: Lens' OpsItemEventSummary (Maybe Text) Source #
The source of the OpsItem event.
opsItemEventSummary_detail :: Lens' OpsItemEventSummary (Maybe Text) Source #
Specific information about the OpsItem event.
opsItemEventSummary_eventId :: Lens' OpsItemEventSummary (Maybe Text) Source #
The ID of the OpsItem event.