| 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.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 #
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' | |
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.