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.CreateEventAction

Description

This operation creates an event action.

Synopsis

Creating a Request

data CreateEventAction Source #

The request body for CreateEventAction.

See: newCreateEventAction smart constructor.

Constructors

CreateEventAction' 

Fields

Instances

Instances details
Eq CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Read CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Show CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Generic CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type Rep CreateEventAction :: Type -> Type #

NFData CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Methods

rnf :: CreateEventAction -> () #

Hashable CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToJSON CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

AWSRequest CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type AWSResponse 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

type Rep CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventAction = D1 ('MetaData "CreateEventAction" "Amazonka.DataExchange.CreateEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CreateEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Event)))
type AWSResponse CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

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:

$sel:action:CreateEventAction', createEventAction_action - What occurs after a certain event.

$sel: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
Eq CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Read CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Show CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Generic CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type Rep CreateEventActionResponse :: Type -> Type #

NFData CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

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

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:

$sel:event:CreateEventAction', createEventActionResponse_event - What occurs to start an action.

$sel:arn:CreateEventActionResponse', createEventActionResponse_arn - The ARN for the event action.

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

$sel:action:CreateEventAction', createEventActionResponse_action - What occurs after a certain event.

$sel:id:CreateEventActionResponse', createEventActionResponse_id - The unique identifier for the event action.

$sel:updatedAt: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.