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

Description

Lists the proxy sessions for the specified Amazon Chime Voice Connector.

Synopsis

Creating a Request

data ListProxySessions Source #

See: newListProxySessions smart constructor.

Constructors

ListProxySessions' 

Fields

Instances

Instances details
Eq ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Read ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Show ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Generic ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type Rep ListProxySessions :: Type -> Type #

NFData ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Methods

rnf :: ListProxySessions -> () #

Hashable ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

AWSRequest ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type AWSResponse ListProxySessions #

ToHeaders ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

ToPath ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

ToQuery ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

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

Defined in Amazonka.Chime.ListProxySessions

newListProxySessions Source #

Create a value of ListProxySessions 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:status:ListProxySessions', listProxySessions_status - The proxy session status.

$sel:nextToken:ListProxySessions', listProxySessions_nextToken - The token to use to retrieve the next page of results.

$sel:maxResults:ListProxySessions', listProxySessions_maxResults - The maximum number of results to return in a single call.

$sel:voiceConnectorId:ListProxySessions', listProxySessions_voiceConnectorId - The Amazon Chime voice connector ID.

Request Lenses

listProxySessions_nextToken :: Lens' ListProxySessions (Maybe Text) Source #

The token to use to retrieve the next page of results.

listProxySessions_maxResults :: Lens' ListProxySessions (Maybe Natural) Source #

The maximum number of results to return in a single call.

Destructuring the Response

data ListProxySessionsResponse Source #

See: newListProxySessionsResponse smart constructor.

Constructors

ListProxySessionsResponse' 

Fields

Instances

Instances details
Eq ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Show ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Generic ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type Rep ListProxySessionsResponse :: Type -> Type #

NFData ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessionsResponse = D1 ('MetaData "ListProxySessionsResponse" "Amazonka.Chime.ListProxySessions" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListProxySessionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "proxySessions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProxySession])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProxySessionsResponse Source #

Create a value of ListProxySessionsResponse 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:nextToken:ListProxySessions', listProxySessionsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:proxySessions:ListProxySessionsResponse', listProxySessionsResponse_proxySessions - The proxy session details.

$sel:httpStatus:ListProxySessionsResponse', listProxySessionsResponse_httpStatus - The response's http status code.

Response Lenses

listProxySessionsResponse_nextToken :: Lens' ListProxySessionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results.