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

Description

This operation deletes the event action.

Synopsis

Creating a Request

data DeleteEventAction Source #

See: newDeleteEventAction smart constructor.

Constructors

DeleteEventAction' 

Fields

Instances

Instances details
Eq DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Read DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Show DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Generic DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type Rep DeleteEventAction :: Type -> Type #

NFData DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Methods

rnf :: DeleteEventAction -> () #

Hashable DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

AWSRequest DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type AWSResponse DeleteEventAction #

ToHeaders DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

ToPath DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

ToQuery DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

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

Defined in Amazonka.DataExchange.DeleteEventAction

newDeleteEventAction Source #

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

Request Lenses

deleteEventAction_eventActionId :: Lens' DeleteEventAction Text Source #

The unique identifier for the event action.

Destructuring the Response

data DeleteEventActionResponse Source #

See: newDeleteEventActionResponse smart constructor.

Instances

Instances details
Eq DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Read DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Show DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Generic DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type Rep DeleteEventActionResponse :: Type -> Type #

NFData DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventActionResponse = D1 ('MetaData "DeleteEventActionResponse" "Amazonka.DataExchange.DeleteEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "DeleteEventActionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEventActionResponse :: DeleteEventActionResponse Source #

Create a value of DeleteEventActionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.