| 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.CodeStarNotifications.Types.EventTypeSummary
Description
Synopsis
- data EventTypeSummary = EventTypeSummary' {}
- newEventTypeSummary :: EventTypeSummary
- eventTypeSummary_eventTypeId :: Lens' EventTypeSummary (Maybe Text)
- eventTypeSummary_eventTypeName :: Lens' EventTypeSummary (Maybe Text)
- eventTypeSummary_resourceType :: Lens' EventTypeSummary (Maybe Text)
- eventTypeSummary_serviceName :: Lens' EventTypeSummary (Maybe Text)
Documentation
data EventTypeSummary Source #
Returns information about an event that has triggered a notification rule.
See: newEventTypeSummary smart constructor.
Constructors
| EventTypeSummary' | |
Fields
| |
Instances
newEventTypeSummary :: EventTypeSummary Source #
Create a value of EventTypeSummary 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:eventTypeId:EventTypeSummary', eventTypeSummary_eventTypeId - The system-generated ID of the event. For a complete list of event types
and IDs, see
Notification concepts
in the Developer Tools Console User Guide.
$sel:eventTypeName:EventTypeSummary', eventTypeSummary_eventTypeName - The name of the event.
$sel:resourceType:EventTypeSummary', eventTypeSummary_resourceType - The resource type of the event.
$sel:serviceName:EventTypeSummary', eventTypeSummary_serviceName - The name of the service for which the event applies.
eventTypeSummary_eventTypeId :: Lens' EventTypeSummary (Maybe Text) Source #
The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
eventTypeSummary_eventTypeName :: Lens' EventTypeSummary (Maybe Text) Source #
The name of the event.
eventTypeSummary_resourceType :: Lens' EventTypeSummary (Maybe Text) Source #
The resource type of the event.
eventTypeSummary_serviceName :: Lens' EventTypeSummary (Maybe Text) Source #
The name of the service for which the event applies.