libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DataExchange.Types.EventActionEntry

Description

 
Synopsis

Documentation

data EventActionEntry Source #

An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.

See: newEventActionEntry smart constructor.

Constructors

EventActionEntry' 

Fields

  • action :: Action

    What occurs after a certain event.

  • createdAt :: POSIX

    The date and time that the event action was created, in ISO 8601 format.

  • event :: Event

    What occurs to start an action.

  • id :: Text

    The unique identifier for the event action.

  • arn :: Text

    The Amazon Resource Name (ARN) for the event action.

  • updatedAt :: POSIX

    The date and time that the event action was last updated, in ISO 8601 format.

Instances

Instances details
Eq EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Read EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Show EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Generic EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Associated Types

type Rep EventActionEntry :: Type -> Type #

NFData EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Methods

rnf :: EventActionEntry -> () #

Hashable EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

FromJSON EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

type Rep EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

type Rep EventActionEntry = D1 ('MetaData "EventActionEntry" "Amazonka.DataExchange.Types.EventActionEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "EventActionEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Event))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newEventActionEntry Source #

Create a value of EventActionEntry 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:action:EventActionEntry', eventActionEntry_action - What occurs after a certain event.

$sel:createdAt:EventActionEntry', eventActionEntry_createdAt - The date and time that the event action was created, in ISO 8601 format.

$sel:event:EventActionEntry', eventActionEntry_event - What occurs to start an action.

$sel:id:EventActionEntry', eventActionEntry_id - The unique identifier for the event action.

$sel:arn:EventActionEntry', eventActionEntry_arn - The Amazon Resource Name (ARN) for the event action.

$sel:updatedAt:EventActionEntry', eventActionEntry_updatedAt - The date and time that the event action was last updated, in ISO 8601 format.

eventActionEntry_action :: Lens' EventActionEntry Action Source #

What occurs after a certain event.

eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime Source #

The date and time that the event action was created, in ISO 8601 format.

eventActionEntry_event :: Lens' EventActionEntry Event Source #

What occurs to start an action.

eventActionEntry_id :: Lens' EventActionEntry Text Source #

The unique identifier for the event action.

eventActionEntry_arn :: Lens' EventActionEntry Text Source #

The Amazon Resource Name (ARN) for the event action.

eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime Source #

The date and time that the event action was last updated, in ISO 8601 format.