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

AWSRequest DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type AWSResponse DeleteEventAction #

Generic DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type Rep DeleteEventAction :: Type -> Type #

Read DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Show DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

NFData DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Methods

rnf :: DeleteEventAction -> () #

Eq DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Hashable DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type AWSResponse 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "DeleteEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type Rep DeleteEventActionResponse :: Type -> Type #

Read DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Show DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

NFData DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Eq 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" '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.