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

Description

This operation updates the event action.

Synopsis

Creating a Request

data UpdateEventAction Source #

See: newUpdateEventAction smart constructor.

Constructors

UpdateEventAction' 

Fields

Instances

Instances details
ToJSON UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.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

AWSRequest UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type AWSResponse UpdateEventAction #

Generic UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type Rep UpdateEventAction :: Type -> Type #

Read UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Show UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

NFData UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Methods

rnf :: UpdateEventAction -> () #

Eq UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Hashable UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type AWSResponse 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" '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)))

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:

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
Generic UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type Rep UpdateEventActionResponse :: Type -> Type #

Read UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Show UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

NFData UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Eq UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

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:

UpdateEventAction, updateEventActionResponse_action - What occurs after a certain event.

UpdateEventActionResponse, updateEventActionResponse_arn - The ARN for the event action.

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

UpdateEventActionResponse, updateEventActionResponse_event - What occurs to start an action.

UpdateEventActionResponse, updateEventActionResponse_id - The unique identifier for the event action.

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.