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

Description

Deletes the specified proxy session from the specified Amazon Chime Voice Connector.

Synopsis

Creating a Request

data DeleteProxySession Source #

See: newDeleteProxySession smart constructor.

Constructors

DeleteProxySession' 

Fields

Instances

Instances details
Eq DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Read DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Show DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Generic DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type Rep DeleteProxySession :: Type -> Type #

NFData DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Methods

rnf :: DeleteProxySession -> () #

Hashable DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

AWSRequest DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type AWSResponse DeleteProxySession #

ToHeaders DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

ToPath DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

ToQuery DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

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

Defined in Amazonka.Chime.DeleteProxySession

newDeleteProxySession Source #

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

$sel:proxySessionId:DeleteProxySession', deleteProxySession_proxySessionId - The proxy session ID.

Request Lenses

Destructuring the Response

data DeleteProxySessionResponse Source #

See: newDeleteProxySessionResponse smart constructor.

Instances

Instances details
Eq DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Read DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Show DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Generic DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type Rep DeleteProxySessionResponse :: Type -> Type #

NFData DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySessionResponse = D1 ('MetaData "DeleteProxySessionResponse" "Amazonka.Chime.DeleteProxySession" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteProxySessionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteProxySessionResponse :: DeleteProxySessionResponse Source #

Create a value of DeleteProxySessionResponse with all optional fields omitted.

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