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

Description

Describes the specified speaker.

Synopsis

Creating a Request

data DescribeSpeaker Source #

See: newDescribeSpeaker smart constructor.

Constructors

DescribeSpeaker' 

Fields

Instances

Instances details
ToJSON DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

ToHeaders DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

ToPath DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

ToQuery DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

AWSRequest DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Associated Types

type AWSResponse DescribeSpeaker #

Generic DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Associated Types

type Rep DescribeSpeaker :: Type -> Type #

Show DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

NFData DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Methods

rnf :: DescribeSpeaker -> () #

Eq DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Hashable DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

type AWSResponse DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

type Rep DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

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

newDescribeSpeaker Source #

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

DescribeSpeaker, describeSpeaker_domainId - The identifier of the domain that contains the speaker.

$sel:speakerId:DescribeSpeaker', describeSpeaker_speakerId - The identifier of the speaker you are describing.

Request Lenses

describeSpeaker_domainId :: Lens' DescribeSpeaker Text Source #

The identifier of the domain that contains the speaker.

describeSpeaker_speakerId :: Lens' DescribeSpeaker Text Source #

The identifier of the speaker you are describing.

Destructuring the Response

data DescribeSpeakerResponse Source #

See: newDescribeSpeakerResponse smart constructor.

Constructors

DescribeSpeakerResponse' 

Fields

Instances

Instances details
Generic DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Associated Types

type Rep DescribeSpeakerResponse :: Type -> Type #

Show DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

NFData DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Methods

rnf :: DescribeSpeakerResponse -> () #

Eq DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

type Rep DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

type Rep DescribeSpeakerResponse = D1 ('MetaData "DescribeSpeakerResponse" "Amazonka.VoiceId.DescribeSpeaker" "amazonka-voice-id-2.0-E9fR3xKghdA6rj9Pl7P2NC" 'False) (C1 ('MetaCons "DescribeSpeakerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "speaker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Speaker)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeSpeakerResponse Source #

Create a value of DescribeSpeakerResponse 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:speaker:DescribeSpeakerResponse', describeSpeakerResponse_speaker - Information about the specified speaker.

$sel:httpStatus:DescribeSpeakerResponse', describeSpeakerResponse_httpStatus - The response's http status code.

Response Lenses