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

Description

Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.

Synopsis

Creating a Request

data CreateProxySession Source #

See: newCreateProxySession smart constructor.

Constructors

CreateProxySession' 

Fields

Instances

Instances details
Eq CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Show CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Generic CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type Rep CreateProxySession :: Type -> Type #

NFData CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Methods

rnf :: CreateProxySession -> () #

Hashable CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToJSON CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

AWSRequest CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type AWSResponse CreateProxySession #

ToHeaders CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToPath CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToQuery CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type Rep CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type AWSResponse CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

newCreateProxySession Source #

Create a value of CreateProxySession 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:numberSelectionBehavior:CreateProxySession', createProxySession_numberSelectionBehavior - The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

$sel:geoMatchParams:CreateProxySession', createProxySession_geoMatchParams - The country and area code for the proxy phone number.

$sel:expiryMinutes:CreateProxySession', createProxySession_expiryMinutes - The number of minutes allowed for the proxy session.

$sel:name:CreateProxySession', createProxySession_name - The name of the proxy session.

$sel:geoMatchLevel:CreateProxySession', createProxySession_geoMatchLevel - The preference for matching the country or area code of the proxy phone number with that of the first participant.

$sel:participantPhoneNumbers:CreateProxySession', createProxySession_participantPhoneNumbers - The participant phone numbers.

$sel:capabilities:CreateProxySession', createProxySession_capabilities - The proxy session capabilities.

$sel:voiceConnectorId:CreateProxySession', createProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

Request Lenses

createProxySession_numberSelectionBehavior :: Lens' CreateProxySession (Maybe NumberSelectionBehavior) Source #

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

createProxySession_geoMatchParams :: Lens' CreateProxySession (Maybe GeoMatchParams) Source #

The country and area code for the proxy phone number.

createProxySession_expiryMinutes :: Lens' CreateProxySession (Maybe Natural) Source #

The number of minutes allowed for the proxy session.

createProxySession_geoMatchLevel :: Lens' CreateProxySession (Maybe GeoMatchLevel) Source #

The preference for matching the country or area code of the proxy phone number with that of the first participant.

Destructuring the Response

data CreateProxySessionResponse Source #

See: newCreateProxySessionResponse smart constructor.

Constructors

CreateProxySessionResponse' 

Fields

Instances

Instances details
Eq CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Show CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Generic CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type Rep CreateProxySessionResponse :: Type -> Type #

NFData CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type Rep CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

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

newCreateProxySessionResponse Source #

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

$sel:httpStatus:CreateProxySessionResponse', createProxySessionResponse_httpStatus - The response's http status code.

Response Lenses