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 |
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.
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.
StopMeetingTranscriptionResponse' | |
|
Instances
Eq StopMeetingTranscriptionResponse Source # | |
Read StopMeetingTranscriptionResponse Source # | |
Show StopMeetingTranscriptionResponse Source # | |
Defined in Amazonka.Chime.StopMeetingTranscription | |
Generic StopMeetingTranscriptionResponse Source # | |
NFData StopMeetingTranscriptionResponse Source # | |
Defined in Amazonka.Chime.StopMeetingTranscription rnf :: StopMeetingTranscriptionResponse -> () # | |
type Rep StopMeetingTranscriptionResponse Source # | |
Defined in Amazonka.Chime.StopMeetingTranscription type Rep StopMeetingTranscriptionResponse = D1 ('MetaData "StopMeetingTranscriptionResponse" "Amazonka.Chime.StopMeetingTranscription" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "StopMeetingTranscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.