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

Description

Deletes an entity type.

You cannot delete an entity type that is included in an event type.

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

Synopsis

Creating a Request

data DeleteEntityType Source #

See: newDeleteEntityType smart constructor.

Constructors

DeleteEntityType' 

Fields

  • name :: Text

    The name of the entity type to delete.

Instances

Instances details
ToJSON DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

ToHeaders DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

ToPath DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

ToQuery DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

AWSRequest DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Associated Types

type AWSResponse DeleteEntityType #

Generic DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Associated Types

type Rep DeleteEntityType :: Type -> Type #

Read DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Show DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

NFData DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Methods

rnf :: DeleteEntityType -> () #

Eq DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Hashable DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

type AWSResponse DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

type Rep DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

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

newDeleteEntityType Source #

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

DeleteEntityType, deleteEntityType_name - The name of the entity type to delete.

Request Lenses

deleteEntityType_name :: Lens' DeleteEntityType Text Source #

The name of the entity type to delete.

Destructuring the Response

data DeleteEntityTypeResponse Source #

See: newDeleteEntityTypeResponse smart constructor.

Constructors

DeleteEntityTypeResponse' 

Fields

Instances

Instances details
Generic DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Associated Types

type Rep DeleteEntityTypeResponse :: Type -> Type #

Read DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Show DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

NFData DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Eq DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

type Rep DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

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

newDeleteEntityTypeResponse Source #

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

Response Lenses