amazonka-frauddetector-2.0: Amazon Fraud Detector 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.FraudDetector.DeleteEventType

Description

Deletes an event type.

You cannot delete an event type that is used in a detector or a model.

When you delete an event type, Amazon Fraud Detector permanently deletes that event type and the data is no longer stored in Amazon Fraud Detector.

Synopsis

Creating a Request

data DeleteEventType Source #

See: newDeleteEventType smart constructor.

Constructors

DeleteEventType' 

Fields

  • name :: Text

    The name of the event type to delete.

Instances

Instances details
ToJSON DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

ToHeaders DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

ToPath DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

ToQuery DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

AWSRequest DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Associated Types

type AWSResponse DeleteEventType #

Generic DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Associated Types

type Rep DeleteEventType :: Type -> Type #

Read DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Show DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

NFData DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Methods

rnf :: DeleteEventType -> () #

Eq DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Hashable DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

type AWSResponse DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

type Rep DeleteEventType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

type Rep DeleteEventType = D1 ('MetaData "DeleteEventType" "Amazonka.FraudDetector.DeleteEventType" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "DeleteEventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEventType Source #

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

DeleteEventType, deleteEventType_name - The name of the event type to delete.

Request Lenses

deleteEventType_name :: Lens' DeleteEventType Text Source #

The name of the event type to delete.

Destructuring the Response

data DeleteEventTypeResponse Source #

See: newDeleteEventTypeResponse smart constructor.

Constructors

DeleteEventTypeResponse' 

Fields

Instances

Instances details
Generic DeleteEventTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Associated Types

type Rep DeleteEventTypeResponse :: Type -> Type #

Read DeleteEventTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Show DeleteEventTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

NFData DeleteEventTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

Methods

rnf :: DeleteEventTypeResponse -> () #

Eq DeleteEventTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

type Rep DeleteEventTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEventType

type Rep DeleteEventTypeResponse = D1 ('MetaData "DeleteEventTypeResponse" "Amazonka.FraudDetector.DeleteEventType" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "DeleteEventTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEventTypeResponse Source #

Create a value of DeleteEventTypeResponse 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:httpStatus:DeleteEventTypeResponse', deleteEventTypeResponse_httpStatus - The response's http status code.

Response Lenses