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

Description

This operation updates the event action.

Synopsis

Creating a Request

data UpdateEventAction Source #

The request body for UpdateEventAction.

See: newUpdateEventAction smart constructor.

Constructors

UpdateEventAction' 

Fields

Instances

Instances details
Eq UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Read UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Show UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Generic UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type Rep UpdateEventAction :: Type -> Type #

NFData UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Methods

rnf :: UpdateEventAction -> () #

Hashable UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

ToJSON UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

AWSRequest UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type AWSResponse UpdateEventAction #

ToHeaders UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

ToPath UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

ToQuery UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

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

Defined in Amazonka.DataExchange.UpdateEventAction

newUpdateEventAction Source #

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

$sel:eventActionId:UpdateEventAction', updateEventAction_eventActionId - The unique identifier for the event action.

Request Lenses

updateEventAction_action :: Lens' UpdateEventAction (Maybe Action) Source #

What occurs after a certain event.

updateEventAction_eventActionId :: Lens' UpdateEventAction Text Source #

The unique identifier for the event action.

Destructuring the Response

data UpdateEventActionResponse Source #

See: newUpdateEventActionResponse smart constructor.

Constructors

UpdateEventActionResponse' 

Fields

Instances

Instances details
Eq UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Read UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Show UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Generic UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type Rep UpdateEventActionResponse :: Type -> Type #

NFData UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventActionResponse = D1 ('MetaData "UpdateEventActionResponse" "Amazonka.DataExchange.UpdateEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "UpdateEventActionResponse'" '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)))))

newUpdateEventActionResponse Source #

Create a value of UpdateEventActionResponse 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:UpdateEventActionResponse', updateEventActionResponse_event - What occurs to start an action.

$sel:arn:UpdateEventActionResponse', updateEventActionResponse_arn - The ARN for the event action.

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

$sel:action:UpdateEventAction', updateEventActionResponse_action - What occurs after a certain event.

$sel:id:UpdateEventActionResponse', updateEventActionResponse_id - The unique identifier for the event action.

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

$sel:httpStatus:UpdateEventActionResponse', updateEventActionResponse_httpStatus - The response's http status code.

Response Lenses

updateEventActionResponse_createdAt :: Lens' UpdateEventActionResponse (Maybe UTCTime) Source #

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

updateEventActionResponse_id :: Lens' UpdateEventActionResponse (Maybe Text) Source #

The unique identifier for the event action.

updateEventActionResponse_updatedAt :: Lens' UpdateEventActionResponse (Maybe UTCTime) Source #

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