amazonka-chime-2.0: Amazon Chime 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.Chime.GetMeeting

Description

Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide .

Synopsis

Creating a Request

data GetMeeting Source #

See: newGetMeeting smart constructor.

Constructors

GetMeeting' 

Fields

Instances

Instances details
ToHeaders GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

toHeaders :: GetMeeting -> [Header] #

ToPath GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

ToQuery GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

AWSRequest GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type AWSResponse GetMeeting #

Generic GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeeting :: Type -> Type #

Read GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Show GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

NFData GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeeting -> () #

Eq GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Hashable GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type AWSResponse GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeeting = D1 ('MetaData "GetMeeting" "Amazonka.Chime.GetMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetMeeting Source #

Arguments

:: Text

GetMeeting

-> GetMeeting 

Create a value of GetMeeting 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:

GetMeeting, getMeeting_meetingId - The Amazon Chime SDK meeting ID.

Request Lenses

getMeeting_meetingId :: Lens' GetMeeting Text Source #

The Amazon Chime SDK meeting ID.

Destructuring the Response

data GetMeetingResponse Source #

See: newGetMeetingResponse smart constructor.

Constructors

GetMeetingResponse' 

Fields

Instances

Instances details
Generic GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeetingResponse :: Type -> Type #

Show GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

NFData GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeetingResponse -> () #

Eq GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeetingResponse = D1 ('MetaData "GetMeetingResponse" "Amazonka.Chime.GetMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMeetingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meeting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Meeting)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetMeetingResponse Source #

Create a value of GetMeetingResponse 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:meeting:GetMeetingResponse', getMeetingResponse_meeting - The Amazon Chime SDK meeting information.

$sel:httpStatus:GetMeetingResponse', getMeetingResponse_httpStatus - The response's http status code.

Response Lenses

getMeetingResponse_meeting :: Lens' GetMeetingResponse (Maybe Meeting) Source #

The Amazon Chime SDK meeting information.