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

Description

Deletes an outcome.

You cannot delete an outcome that is used in a rule version.

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

Synopsis

Creating a Request

data DeleteOutcome Source #

See: newDeleteOutcome smart constructor.

Constructors

DeleteOutcome' 

Fields

  • name :: Text

    The name of the outcome to delete.

Instances

Instances details
Eq DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Read DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Show DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Generic DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Associated Types

type Rep DeleteOutcome :: Type -> Type #

NFData DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Methods

rnf :: DeleteOutcome -> () #

Hashable DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

ToJSON DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

AWSRequest DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Associated Types

type AWSResponse DeleteOutcome #

ToHeaders DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

ToPath DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

ToQuery DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

type Rep DeleteOutcome Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

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

Defined in Amazonka.FraudDetector.DeleteOutcome

newDeleteOutcome Source #

Create a value of DeleteOutcome 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:DeleteOutcome', deleteOutcome_name - The name of the outcome to delete.

Request Lenses

deleteOutcome_name :: Lens' DeleteOutcome Text Source #

The name of the outcome to delete.

Destructuring the Response

data DeleteOutcomeResponse Source #

See: newDeleteOutcomeResponse smart constructor.

Constructors

DeleteOutcomeResponse' 

Fields

Instances

Instances details
Eq DeleteOutcomeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Read DeleteOutcomeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Show DeleteOutcomeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Generic DeleteOutcomeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Associated Types

type Rep DeleteOutcomeResponse :: Type -> Type #

NFData DeleteOutcomeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

Methods

rnf :: DeleteOutcomeResponse -> () #

type Rep DeleteOutcomeResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteOutcome

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

newDeleteOutcomeResponse Source #

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

Response Lenses