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.Types.Speaker

Description

 
Synopsis

Documentation

data Speaker Source #

Contains all the information about a speaker.

See: newSpeaker smart constructor.

Constructors

Speaker' 

Fields

Instances

Instances details
Eq Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

Methods

(==) :: Speaker -> Speaker -> Bool #

(/=) :: Speaker -> Speaker -> Bool #

Show Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

Generic Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

Associated Types

type Rep Speaker :: Type -> Type #

Methods

from :: Speaker -> Rep Speaker x #

to :: Rep Speaker x -> Speaker #

NFData Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

Methods

rnf :: Speaker -> () #

Hashable Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

Methods

hashWithSalt :: Int -> Speaker -> Int #

hash :: Speaker -> Int #

FromJSON Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

type Rep Speaker Source # 
Instance details

Defined in Amazonka.VoiceId.Types.Speaker

type Rep Speaker = D1 ('MetaData "Speaker" "Amazonka.VoiceId.Types.Speaker" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" 'False) (C1 ('MetaCons "Speaker'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpeakerStatus)) :*: (S1 ('MetaSel ('Just "customerSpeakerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "generatedSpeakerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSpeaker :: Speaker Source #

Create a value of Speaker 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:status:Speaker', speaker_status - The current status of the speaker.

$sel:customerSpeakerId:Speaker', speaker_customerSpeakerId - The client-provided identifier for the speaker.

$sel:createdAt:Speaker', speaker_createdAt - A timestamp showing when the speaker is created.

$sel:domainId:Speaker', speaker_domainId - The identifier of the domain that contains the speaker.

$sel:updatedAt:Speaker', speaker_updatedAt - A timestamp showing the speaker's last update.

$sel:generatedSpeakerId:Speaker', speaker_generatedSpeakerId - The service-generated identifier for the speaker.

speaker_status :: Lens' Speaker (Maybe SpeakerStatus) Source #

The current status of the speaker.

speaker_customerSpeakerId :: Lens' Speaker (Maybe Text) Source #

The client-provided identifier for the speaker.

speaker_createdAt :: Lens' Speaker (Maybe UTCTime) Source #

A timestamp showing when the speaker is created.

speaker_domainId :: Lens' Speaker (Maybe Text) Source #

The identifier of the domain that contains the speaker.

speaker_updatedAt :: Lens' Speaker (Maybe UTCTime) Source #

A timestamp showing the speaker's last update.

speaker_generatedSpeakerId :: Lens' Speaker (Maybe Text) Source #

The service-generated identifier for the speaker.