libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.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
Eq DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Read DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Show DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Generic DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Associated Types

type Rep DeleteEntityType :: Type -> Type #

NFData DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Methods

rnf :: DeleteEntityType -> () #

Hashable DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

ToJSON DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

AWSRequest DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Associated Types

type AWSResponse 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

type Rep DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

type Rep DeleteEntityType = D1 ('MetaData "DeleteEntityType" "Amazonka.FraudDetector.DeleteEntityType" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "DeleteEntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

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:

$sel:name: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
Eq DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Read DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Show DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Generic DeleteEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteEntityType

Associated Types

type Rep DeleteEntityTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" '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