amazonka-chime-sdk-voice-2.0: Amazon Chime SDK Voice 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.ChimeSdkVoice.ListProxySessions

Description

  • - | Undocumented operation.
Synopsis

Creating a Request

data ListProxySessions Source #

See: newListProxySessions smart constructor.

Instances

Instances details
ToHeaders ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

ToPath ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

ToQuery ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

AWSRequest ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Associated Types

type AWSResponse ListProxySessions #

Generic ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Associated Types

type Rep ListProxySessions :: Type -> Type #

Read ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Show ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

NFData ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Methods

rnf :: ListProxySessions -> () #

Eq ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Hashable ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type AWSResponse ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessions Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessions = D1 ('MetaData "ListProxySessions" "Amazonka.ChimeSdkVoice.ListProxySessions" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "ListProxySessions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListProxySessions', listProxySessions_maxResults - Undocumented member.

ListProxySessions, listProxySessions_nextToken - Undocumented member.

ListProxySessions, listProxySessions_status - Undocumented member.

ListProxySessions, listProxySessions_voiceConnectorId - Undocumented member.

Request Lenses

Destructuring the Response

data ListProxySessionsResponse Source #

See: newListProxySessionsResponse smart constructor.

Constructors

ListProxySessionsResponse' 

Fields

Instances

Instances details
Generic ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Associated Types

type Rep ListProxySessionsResponse :: Type -> Type #

Show ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

NFData ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

Eq ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.ListProxySessions

type Rep ListProxySessionsResponse = D1 ('MetaData "ListProxySessionsResponse" "Amazonka.ChimeSdkVoice.ListProxySessions" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" '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:

ListProxySessions, listProxySessionsResponse_nextToken - Undocumented member.

$sel:proxySessions:ListProxySessionsResponse', listProxySessionsResponse_proxySessions - Undocumented member.

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

Response Lenses