Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Speaker = Speaker' {}
- newSpeaker :: Speaker
- speaker_status :: Lens' Speaker (Maybe SpeakerStatus)
- speaker_customerSpeakerId :: Lens' Speaker (Maybe Text)
- speaker_createdAt :: Lens' Speaker (Maybe UTCTime)
- speaker_domainId :: Lens' Speaker (Maybe Text)
- speaker_updatedAt :: Lens' Speaker (Maybe UTCTime)
- speaker_generatedSpeakerId :: Lens' Speaker (Maybe Text)
Documentation
Contains all the information about a speaker.
See: newSpeaker
smart constructor.
Speaker' | |
|
Instances
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.