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.GetMessagingSessionEndpoint

Description

The details of the endpoint for the messaging session.

Synopsis

Creating a Request

data GetMessagingSessionEndpoint Source #

See: newGetMessagingSessionEndpoint smart constructor.

Instances

Instances details
ToHeaders GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

ToPath GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

ToQuery GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

AWSRequest GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Generic GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Associated Types

type Rep GetMessagingSessionEndpoint :: Type -> Type #

Read GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Show GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

NFData GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Eq GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Hashable GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type AWSResponse GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpoint = D1 ('MetaData "GetMessagingSessionEndpoint" "Amazonka.Chime.GetMessagingSessionEndpoint" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMessagingSessionEndpoint'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetMessagingSessionEndpoint :: GetMessagingSessionEndpoint Source #

Create a value of GetMessagingSessionEndpoint with all optional fields omitted.

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

Destructuring the Response

data GetMessagingSessionEndpointResponse Source #

Constructors

GetMessagingSessionEndpointResponse' 

Fields

Instances

Instances details
Generic GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Read GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Show GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

NFData GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Eq GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

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

newGetMessagingSessionEndpointResponse Source #

Create a value of GetMessagingSessionEndpointResponse 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:endpoint:GetMessagingSessionEndpointResponse', getMessagingSessionEndpointResponse_endpoint - The endpoint returned in the response.

$sel:httpStatus:GetMessagingSessionEndpointResponse', getMessagingSessionEndpointResponse_httpStatus - The response's http status code.

Response Lenses