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

Description

Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.

Synopsis

Creating a Request

data PutEntityType Source #

See: newPutEntityType smart constructor.

Constructors

PutEntityType' 

Fields

Instances

Instances details
Eq PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Read PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Show PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Generic PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Associated Types

type Rep PutEntityType :: Type -> Type #

NFData PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Methods

rnf :: PutEntityType -> () #

Hashable PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

ToJSON PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

AWSRequest PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Associated Types

type AWSResponse PutEntityType #

ToHeaders PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

ToPath PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

ToQuery PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

type Rep PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

type Rep PutEntityType = D1 ('MetaData "PutEntityType" "Amazonka.FraudDetector.PutEntityType" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "PutEntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutEntityType Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

newPutEntityType Source #

Create a value of PutEntityType 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:description:PutEntityType', putEntityType_description - The description.

$sel:tags:PutEntityType', putEntityType_tags - A collection of key and value pairs.

$sel:name:PutEntityType', putEntityType_name - The name of the entity type.

Request Lenses

putEntityType_tags :: Lens' PutEntityType (Maybe [Tag]) Source #

A collection of key and value pairs.

putEntityType_name :: Lens' PutEntityType Text Source #

The name of the entity type.

Destructuring the Response

data PutEntityTypeResponse Source #

See: newPutEntityTypeResponse smart constructor.

Constructors

PutEntityTypeResponse' 

Fields

Instances

Instances details
Eq PutEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Read PutEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Show PutEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Generic PutEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Associated Types

type Rep PutEntityTypeResponse :: Type -> Type #

NFData PutEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

Methods

rnf :: PutEntityTypeResponse -> () #

type Rep PutEntityTypeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutEntityType

type Rep PutEntityTypeResponse = D1 ('MetaData "PutEntityTypeResponse" "Amazonka.FraudDetector.PutEntityType" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "PutEntityTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEntityTypeResponse Source #

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

Response Lenses