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

Description

Describes the specified speaker.

Synopsis

Creating a Request

data DescribeSpeaker Source #

See: newDescribeSpeaker smart constructor.

Constructors

DescribeSpeaker' 

Fields

Instances

Instances details
Eq DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Show DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Generic DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Associated Types

type Rep DescribeSpeaker :: Type -> Type #

NFData DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Methods

rnf :: DescribeSpeaker -> () #

Hashable DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

ToJSON DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

AWSRequest DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Associated Types

type AWSResponse 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

type Rep DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

type Rep DescribeSpeaker = D1 ('MetaData "DescribeSpeaker" "Amazonka.VoiceId.DescribeSpeaker" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" '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))))
type AWSResponse DescribeSpeaker Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

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:

$sel:domainId: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
Eq DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Show DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Generic DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Associated Types

type Rep DescribeSpeakerResponse :: Type -> Type #

NFData DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

Methods

rnf :: DescribeSpeakerResponse -> () #

type Rep DescribeSpeakerResponse Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeSpeaker

type Rep DescribeSpeakerResponse = D1 ('MetaData "DescribeSpeakerResponse" "Amazonka.VoiceId.DescribeSpeaker" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" '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