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

Description

This operation retrieves information about an event action.

Synopsis

Creating a Request

data GetEventAction Source #

See: newGetEventAction smart constructor.

Constructors

GetEventAction' 

Fields

Instances

Instances details
ToHeaders GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

ToPath GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

ToQuery GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

AWSRequest GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type AWSResponse GetEventAction #

Generic GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type Rep GetEventAction :: Type -> Type #

Read GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Show GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

NFData GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Methods

rnf :: GetEventAction -> () #

Eq GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Hashable GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type AWSResponse GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type Rep GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type Rep GetEventAction = D1 ('MetaData "GetEventAction" "Amazonka.DataExchange.GetEventAction" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "GetEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEventAction Source #

Create a value of GetEventAction 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:eventActionId:GetEventAction', getEventAction_eventActionId - The unique identifier for the event action.

Request Lenses

getEventAction_eventActionId :: Lens' GetEventAction Text Source #

The unique identifier for the event action.

Destructuring the Response

data GetEventActionResponse Source #

See: newGetEventActionResponse smart constructor.

Constructors

GetEventActionResponse' 

Fields

Instances

Instances details
Generic GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type Rep GetEventActionResponse :: Type -> Type #

Read GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Show GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

NFData GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Methods

rnf :: GetEventActionResponse -> () #

Eq GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type Rep GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

newGetEventActionResponse Source #

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

GetEventActionResponse, getEventActionResponse_action - What occurs after a certain event.

GetEventActionResponse, getEventActionResponse_arn - The ARN for the event action.

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

GetEventActionResponse, getEventActionResponse_event - What occurs to start an action.

GetEventActionResponse, getEventActionResponse_id - The unique identifier for the event action.

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

$sel:httpStatus:GetEventActionResponse', getEventActionResponse_httpStatus - The response's http status code.

Response Lenses

getEventActionResponse_createdAt :: Lens' GetEventActionResponse (Maybe UTCTime) Source #

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

getEventActionResponse_id :: Lens' GetEventActionResponse (Maybe Text) Source #

The unique identifier for the event action.

getEventActionResponse_updatedAt :: Lens' GetEventActionResponse (Maybe UTCTime) Source #

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