amazonka-chime-sdk-meetings-2.0: Amazon Chime SDK Meetings SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Description

Stops transcription for the specified meetingId.

Synopsis

Creating a Request

data StopMeetingTranscription Source #

See: newStopMeetingTranscription smart constructor.

Constructors

StopMeetingTranscription' 

Fields

  • meetingId :: Text

    The unique ID of the meeting for which you stop transcription.

Instances

Instances details
ToJSON StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

ToHeaders StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

ToPath StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

ToQuery StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

AWSRequest StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Generic StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscription :: Type -> Type #

Read StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Show StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

NFData StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Eq StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Hashable StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type AWSResponse StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscription = D1 ('MetaData "StopMeetingTranscription" "Amazonka.ChimeSdkMeetings.StopMeetingTranscription" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "StopMeetingTranscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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.

Instances

Instances details
Generic StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscriptionResponse :: Type -> Type #

Read StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Show StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

NFData StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Eq StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscriptionResponse = D1 ('MetaData "StopMeetingTranscriptionResponse" "Amazonka.ChimeSdkMeetings.StopMeetingTranscription" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "StopMeetingTranscriptionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopMeetingTranscriptionResponse :: StopMeetingTranscriptionResponse Source #

Create a value of StopMeetingTranscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.