amazonka-codestar-notifications-2.0: Amazon CodeStar Notifications SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodeStarNotifications.Types.EventTypeSummary

Description

 
Synopsis

Documentation

data EventTypeSummary Source #

Returns information about an event that has triggered a notification rule.

See: newEventTypeSummary smart constructor.

Constructors

EventTypeSummary' 

Fields

Instances

Instances details
FromJSON EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

Generic EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

Associated Types

type Rep EventTypeSummary :: Type -> Type #

Read EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

Show EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

NFData EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

Methods

rnf :: EventTypeSummary -> () #

Eq EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

Hashable EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

type Rep EventTypeSummary Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.EventTypeSummary

type Rep EventTypeSummary = D1 ('MetaData "EventTypeSummary" "Amazonka.CodeStarNotifications.Types.EventTypeSummary" "amazonka-codestar-notifications-2.0-1YU4g2Ny2gz2roMHW6JQnw" 'False) (C1 ('MetaCons "EventTypeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_serviceName :: Lens' EventTypeSummary (Maybe Text) Source #

The name of the service for which the event applies.