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

Description

Gets the specified proxy session details for the specified Amazon Chime Voice Connector.

Synopsis

Creating a Request

data GetProxySession Source #

See: newGetProxySession smart constructor.

Constructors

GetProxySession' 

Fields

Instances

Instances details
Eq GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Read GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Show GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Generic GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type Rep GetProxySession :: Type -> Type #

NFData GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Methods

rnf :: GetProxySession -> () #

Hashable GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

AWSRequest GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type AWSResponse GetProxySession #

ToHeaders GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

ToPath GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

ToQuery GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

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

Defined in Amazonka.Chime.GetProxySession

newGetProxySession Source #

Create a value of GetProxySession 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:voiceConnectorId:GetProxySession', getProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

$sel:proxySessionId:GetProxySession', getProxySession_proxySessionId - The proxy session ID.

Request Lenses

getProxySession_voiceConnectorId :: Lens' GetProxySession Text Source #

The Amazon Chime voice connector ID.

Destructuring the Response

data GetProxySessionResponse Source #

See: newGetProxySessionResponse smart constructor.

Constructors

GetProxySessionResponse' 

Fields

Instances

Instances details
Eq GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Show GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Generic GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type Rep GetProxySessionResponse :: Type -> Type #

NFData GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Methods

rnf :: GetProxySessionResponse -> () #

type Rep GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySessionResponse = D1 ('MetaData "GetProxySessionResponse" "Amazonka.Chime.GetProxySession" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetProxySessionResponse Source #

Create a value of GetProxySessionResponse 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:proxySession:GetProxySessionResponse', getProxySessionResponse_proxySession - The proxy session details.

$sel:httpStatus:GetProxySessionResponse', getProxySessionResponse_httpStatus - The response's http status code.

Response Lenses