amazonka-dataexchange-2.0: Amazon Data Exchange 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.DataExchange.CreateEventAction

Description

This operation creates an event action.

Synopsis

Creating a Request

data CreateEventAction Source #

See: newCreateEventAction smart constructor.

Constructors

CreateEventAction' 

Fields

Instances

Instances details
ToJSON CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToHeaders CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToPath CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToQuery CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

AWSRequest CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type AWSResponse CreateEventAction #

Generic CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type Rep CreateEventAction :: Type -> Type #

Read CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Show CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

NFData CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Methods

rnf :: CreateEventAction -> () #

Eq CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Hashable CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type AWSResponse CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventAction = D1 ('MetaData "CreateEventAction" "Amazonka.DataExchange.CreateEventAction" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "CreateEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Event)))

newCreateEventAction Source #

Create a value of CreateEventAction 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:

CreateEventAction, createEventAction_action - What occurs after a certain event.

CreateEventAction, createEventAction_event - What occurs to start an action.

Request Lenses

createEventAction_action :: Lens' CreateEventAction Action Source #

What occurs after a certain event.

createEventAction_event :: Lens' CreateEventAction Event Source #

What occurs to start an action.

Destructuring the Response

data CreateEventActionResponse Source #

See: newCreateEventActionResponse smart constructor.

Constructors

CreateEventActionResponse' 

Fields

Instances

Instances details
Generic CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type Rep CreateEventActionResponse :: Type -> Type #

Read CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Show CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

NFData CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Eq CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

newCreateEventActionResponse Source #

Create a value of CreateEventActionResponse 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:

CreateEventAction, createEventActionResponse_action - What occurs after a certain event.

CreateEventActionResponse, createEventActionResponse_arn - The ARN for the event action.

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

CreateEventAction, createEventActionResponse_event - What occurs to start an action.

CreateEventActionResponse, createEventActionResponse_id - The unique identifier for the event action.

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

$sel:httpStatus:CreateEventActionResponse', createEventActionResponse_httpStatus - The response's http status code.

Response Lenses

createEventActionResponse_createdAt :: Lens' CreateEventActionResponse (Maybe UTCTime) Source #

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

createEventActionResponse_id :: Lens' CreateEventActionResponse (Maybe Text) Source #

The unique identifier for the event action.

createEventActionResponse_updatedAt :: Lens' CreateEventActionResponse (Maybe UTCTime) Source #

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