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.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
Eq GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Read GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Show GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Generic GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type Rep GetEventAction :: Type -> Type #

NFData GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Methods

rnf :: GetEventAction -> () #

Hashable GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

AWSRequest GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type AWSResponse GetEventAction #

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

type Rep GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

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

Defined in Amazonka.DataExchange.GetEventAction

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
Eq GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Read GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Show GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Generic GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type Rep GetEventActionResponse :: Type -> Type #

NFData GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Methods

rnf :: GetEventActionResponse -> () #

type Rep GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

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

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:

$sel:event:GetEventActionResponse', getEventActionResponse_event - What occurs to start an action.

$sel:arn:GetEventActionResponse', getEventActionResponse_arn - The ARN for the event action.

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

$sel:action:GetEventActionResponse', getEventActionResponse_action - What occurs after a certain event.

$sel:id:GetEventActionResponse', getEventActionResponse_id - The unique identifier for the event action.

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