libZSservicesZSamazonka-voice-idZSamazonka-voice-id
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.VoiceId.DescribeSpeakerEnrollmentJob

Description

Describes the specified speaker enrollment job.

Synopsis

Creating a Request

data DescribeSpeakerEnrollmentJob Source #

See: newDescribeSpeakerEnrollmentJob smart constructor.

Constructors

DescribeSpeakerEnrollmentJob' 

Fields

  • domainId :: Text

    The identifier of the domain containing the speaker enrollment job.

  • jobId :: Text

    The identifier of the speaker enrollment job you are describing.

Instances

Instances details
Eq DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Read DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Show DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Generic DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Associated Types

type Rep DescribeSpeakerEnrollmentJob :: Type -> Type #

NFData DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Hashable DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

ToJSON DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

AWSRequest DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

ToHeaders DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

ToPath DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

ToQuery DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

type Rep DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

type Rep DescribeSpeakerEnrollmentJob = D1 ('MetaData "DescribeSpeakerEnrollmentJob" "Amazonka.VoiceId.DescribeSpeakerEnrollmentJob" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" 'False) (C1 ('MetaCons "DescribeSpeakerEnrollmentJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSpeakerEnrollmentJob Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

newDescribeSpeakerEnrollmentJob Source #

Create a value of DescribeSpeakerEnrollmentJob 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:domainId:DescribeSpeakerEnrollmentJob', describeSpeakerEnrollmentJob_domainId - The identifier of the domain containing the speaker enrollment job.

$sel:jobId:DescribeSpeakerEnrollmentJob', describeSpeakerEnrollmentJob_jobId - The identifier of the speaker enrollment job you are describing.

Request Lenses

describeSpeakerEnrollmentJob_domainId :: Lens' DescribeSpeakerEnrollmentJob Text Source #

The identifier of the domain containing the speaker enrollment job.

describeSpeakerEnrollmentJob_jobId :: Lens' DescribeSpeakerEnrollmentJob Text Source #

The identifier of the speaker enrollment job you are describing.

Destructuring the Response

data DescribeSpeakerEnrollmentJobResponse Source #

Constructors

DescribeSpeakerEnrollmentJobResponse' 

Fields

Instances

Instances details
Eq DescribeSpeakerEnrollmentJobResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Show DescribeSpeakerEnrollmentJobResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

Generic DescribeSpeakerEnrollmentJobResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

NFData DescribeSpeakerEnrollmentJobResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

type Rep DescribeSpeakerEnrollmentJobResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeakerEnrollmentJob

type Rep DescribeSpeakerEnrollmentJobResponse = D1 ('MetaData "DescribeSpeakerEnrollmentJobResponse" "Amazonka.VoiceId.DescribeSpeakerEnrollmentJob" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" 'False) (C1 ('MetaCons "DescribeSpeakerEnrollmentJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpeakerEnrollmentJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeSpeakerEnrollmentJobResponse Source #

Create a value of DescribeSpeakerEnrollmentJobResponse 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:job:DescribeSpeakerEnrollmentJobResponse', describeSpeakerEnrollmentJobResponse_job - Contains details about the specified speaker enrollment job.

$sel:httpStatus:DescribeSpeakerEnrollmentJobResponse', describeSpeakerEnrollmentJobResponse_httpStatus - The response's http status code.

Response Lenses