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 |
Amazonka.Chime.StopMeetingTranscription
Description
Stops transcription for the specified meetingId
.
Synopsis
- data StopMeetingTranscription = StopMeetingTranscription' {}
- newStopMeetingTranscription :: Text -> StopMeetingTranscription
- stopMeetingTranscription_meetingId :: Lens' StopMeetingTranscription Text
- data StopMeetingTranscriptionResponse = StopMeetingTranscriptionResponse' {
- httpStatus :: Int
- newStopMeetingTranscriptionResponse :: Int -> StopMeetingTranscriptionResponse
- stopMeetingTranscriptionResponse_httpStatus :: Lens' StopMeetingTranscriptionResponse Int
Creating a Request
data StopMeetingTranscription Source #
See: newStopMeetingTranscription
smart constructor.
Constructors
StopMeetingTranscription' | |
Instances
newStopMeetingTranscription Source #
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:
$sel:meetingId: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' | |
Fields
|
Instances
newStopMeetingTranscriptionResponse Source #
Create a value of StopMeetingTranscriptionResponse
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:httpStatus:StopMeetingTranscriptionResponse'
, stopMeetingTranscriptionResponse_httpStatus
- The response's http status code.
Response Lenses
stopMeetingTranscriptionResponse_httpStatus :: Lens' StopMeetingTranscriptionResponse Int Source #
The response's http status code.