libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Read GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Show GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Generic GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeeting :: Type -> Type #

NFData GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeeting -> () #

Hashable GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

AWSRequest GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type AWSResponse GetMeeting #

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

type Rep GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeeting = D1 ('MetaData "GetMeeting" "Amazonka.Chime.GetMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

newGetMeeting Source #

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:

$sel:meetingId: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
Eq GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Show GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Generic GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeetingResponse :: Type -> Type #

NFData GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeetingResponse -> () #

type Rep GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeetingResponse = D1 ('MetaData "GetMeetingResponse" "Amazonka.Chime.GetMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.