| 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.DataExchange.Types.Event
Description
Synopsis
Documentation
What occurs to start an action.
See: newEvent smart constructor.
Constructors
| Event' | |
Fields 
  | |
Instances
| FromJSON Event Source # | |
| ToJSON Event Source # | |
Defined in Amazonka.DataExchange.Types.Event  | |
| Generic Event Source # | |
| Read Event Source # | |
| Show Event Source # | |
| NFData Event Source # | |
Defined in Amazonka.DataExchange.Types.Event  | |
| Eq Event Source # | |
| Hashable Event Source # | |
Defined in Amazonka.DataExchange.Types.Event  | |
| type Rep Event Source # | |
Defined in Amazonka.DataExchange.Types.Event type Rep Event = D1 ('MetaData "Event" "Amazonka.DataExchange.Types.Event" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "Event'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionPublished") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionPublished))))  | |
Create a value of Event 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:revisionPublished:Event', event_revisionPublished - What occurs to start the revision publish action.
event_revisionPublished :: Lens' Event (Maybe RevisionPublished) Source #
What occurs to start the revision publish action.