| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.VoiceId.Types.SpeakerSummary
Description
Synopsis
- data SpeakerSummary = SpeakerSummary' {}
- newSpeakerSummary :: SpeakerSummary
- speakerSummary_createdAt :: Lens' SpeakerSummary (Maybe UTCTime)
- speakerSummary_customerSpeakerId :: Lens' SpeakerSummary (Maybe Text)
- speakerSummary_domainId :: Lens' SpeakerSummary (Maybe Text)
- speakerSummary_generatedSpeakerId :: Lens' SpeakerSummary (Maybe Text)
- speakerSummary_lastAccessedAt :: Lens' SpeakerSummary (Maybe UTCTime)
- speakerSummary_status :: Lens' SpeakerSummary (Maybe SpeakerStatus)
- speakerSummary_updatedAt :: Lens' SpeakerSummary (Maybe UTCTime)
Documentation
data SpeakerSummary Source #
Contains a summary of information about a speaker.
See: newSpeakerSummary smart constructor.
Constructors
| SpeakerSummary' | |
Fields
| |
Instances
newSpeakerSummary :: SpeakerSummary Source #
Create a value of SpeakerSummary 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:createdAt:SpeakerSummary', speakerSummary_createdAt - A timestamp showing the speaker's creation time.
$sel:customerSpeakerId:SpeakerSummary', speakerSummary_customerSpeakerId - The client-provided identifier for the speaker.
$sel:domainId:SpeakerSummary', speakerSummary_domainId - The identifier of the domain that contains the speaker.
$sel:generatedSpeakerId:SpeakerSummary', speakerSummary_generatedSpeakerId - The service-generated identifier for the speaker.
$sel:lastAccessedAt:SpeakerSummary', speakerSummary_lastAccessedAt - The timestamp when the speaker was last accessed for enrollment,
re-enrollment or a successful authentication. This timestamp is accurate
to one hour.
$sel:status:SpeakerSummary', speakerSummary_status - The current status of the speaker.
$sel:updatedAt:SpeakerSummary', speakerSummary_updatedAt - A timestamp showing the speaker's last update.
speakerSummary_createdAt :: Lens' SpeakerSummary (Maybe UTCTime) Source #
A timestamp showing the speaker's creation time.
speakerSummary_customerSpeakerId :: Lens' SpeakerSummary (Maybe Text) Source #
The client-provided identifier for the speaker.
speakerSummary_domainId :: Lens' SpeakerSummary (Maybe Text) Source #
The identifier of the domain that contains the speaker.
speakerSummary_generatedSpeakerId :: Lens' SpeakerSummary (Maybe Text) Source #
The service-generated identifier for the speaker.
speakerSummary_lastAccessedAt :: Lens' SpeakerSummary (Maybe UTCTime) Source #
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
speakerSummary_status :: Lens' SpeakerSummary (Maybe SpeakerStatus) Source #
The current status of the speaker.
speakerSummary_updatedAt :: Lens' SpeakerSummary (Maybe UTCTime) Source #
A timestamp showing the speaker's last update.