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.ChimeSdkMeetings.StopMeetingTranscription
Description
Stops transcription for the specified meetingId
.
Synopsis
- data StopMeetingTranscription = StopMeetingTranscription' {}
- newStopMeetingTranscription :: Text -> StopMeetingTranscription
- stopMeetingTranscription_meetingId :: Lens' StopMeetingTranscription Text
- data StopMeetingTranscriptionResponse = StopMeetingTranscriptionResponse' {
- newStopMeetingTranscriptionResponse :: StopMeetingTranscriptionResponse
Creating a Request
data StopMeetingTranscription Source #
See: newStopMeetingTranscription
smart constructor.
Constructors
StopMeetingTranscription' | |
Instances
newStopMeetingTranscription Source #
Arguments
:: Text | |
-> StopMeetingTranscription |
Create a value of StopMeetingTranscription
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:
StopMeetingTranscription
, stopMeetingTranscription_meetingId
- The unique ID of the meeting for which you stop transcription.
Request Lenses
stopMeetingTranscription_meetingId :: Lens' StopMeetingTranscription Text Source #
The unique ID of the meeting for which you stop transcription.
Destructuring the Response
data StopMeetingTranscriptionResponse Source #
See: newStopMeetingTranscriptionResponse
smart constructor.
Constructors
StopMeetingTranscriptionResponse' | |
Instances
Generic StopMeetingTranscriptionResponse Source # | |
Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription Associated Types type Rep StopMeetingTranscriptionResponse :: Type -> Type # | |
Read StopMeetingTranscriptionResponse Source # | |
Show StopMeetingTranscriptionResponse Source # | |
Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription Methods showsPrec :: Int -> StopMeetingTranscriptionResponse -> ShowS # | |
NFData StopMeetingTranscriptionResponse Source # | |
Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription Methods rnf :: StopMeetingTranscriptionResponse -> () # | |
Eq StopMeetingTranscriptionResponse Source # | |
type Rep StopMeetingTranscriptionResponse Source # | |
newStopMeetingTranscriptionResponse :: StopMeetingTranscriptionResponse Source #
Create a value of StopMeetingTranscriptionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.