amazonka-voice-id-2.0: Amazon Voice ID 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.VoiceId.DeleteFraudster

Description

Deletes the specified fraudster from Voice ID.

Synopsis

Creating a Request

data DeleteFraudster Source #

See: newDeleteFraudster smart constructor.

Constructors

DeleteFraudster' 

Fields

Instances

Instances details
ToJSON DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

ToHeaders DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

ToPath DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

ToQuery DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

AWSRequest DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Associated Types

type AWSResponse DeleteFraudster #

Generic DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Associated Types

type Rep DeleteFraudster :: Type -> Type #

Show DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

NFData DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Methods

rnf :: DeleteFraudster -> () #

Eq DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Hashable DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

type AWSResponse DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

type Rep DeleteFraudster Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

type Rep DeleteFraudster = D1 ('MetaData "DeleteFraudster" "Amazonka.VoiceId.DeleteFraudster" "amazonka-voice-id-2.0-E9fR3xKghdA6rj9Pl7P2NC" 'False) (C1 ('MetaCons "DeleteFraudster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fraudsterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newDeleteFraudster Source #

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

DeleteFraudster, deleteFraudster_domainId - The identifier of the domain containing the fraudster.

$sel:fraudsterId:DeleteFraudster', deleteFraudster_fraudsterId - The identifier of the fraudster you want to delete.

Request Lenses

deleteFraudster_domainId :: Lens' DeleteFraudster Text Source #

The identifier of the domain containing the fraudster.

deleteFraudster_fraudsterId :: Lens' DeleteFraudster Text Source #

The identifier of the fraudster you want to delete.

Destructuring the Response

data DeleteFraudsterResponse Source #

See: newDeleteFraudsterResponse smart constructor.

Instances

Instances details
Generic DeleteFraudsterResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Associated Types

type Rep DeleteFraudsterResponse :: Type -> Type #

Read DeleteFraudsterResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Show DeleteFraudsterResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

NFData DeleteFraudsterResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

Methods

rnf :: DeleteFraudsterResponse -> () #

Eq DeleteFraudsterResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

type Rep DeleteFraudsterResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DeleteFraudster

type Rep DeleteFraudsterResponse = D1 ('MetaData "DeleteFraudsterResponse" "Amazonka.VoiceId.DeleteFraudster" "amazonka-voice-id-2.0-E9fR3xKghdA6rj9Pl7P2NC" 'False) (C1 ('MetaCons "DeleteFraudsterResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFraudsterResponse :: DeleteFraudsterResponse Source #

Create a value of DeleteFraudsterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.