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.Types.Proxy

Description

 
Synopsis

Documentation

data Proxy Source #

The proxy configuration for an Amazon Chime Voice Connector.

See: newProxy smart constructor.

Constructors

Proxy' 

Fields

Instances

Instances details
Eq Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

(==) :: Proxy -> Proxy -> Bool #

(/=) :: Proxy -> Proxy -> Bool #

Show Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

showsPrec :: Int -> Proxy -> ShowS #

show :: Proxy -> String #

showList :: [Proxy] -> ShowS #

Generic Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Associated Types

type Rep Proxy :: Type -> Type #

Methods

from :: Proxy -> Rep Proxy x #

to :: Rep Proxy x -> Proxy #

NFData Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

rnf :: Proxy -> () #

Hashable Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

hashWithSalt :: Int -> Proxy -> Int #

hash :: Proxy -> Int #

FromJSON Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

type Rep Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.Chime.Types.Proxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Proxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newProxy :: Proxy Source #

Create a value of Proxy 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:defaultSessionExpiryMinutes:Proxy', proxy_defaultSessionExpiryMinutes - The default number of minutes allowed for proxy sessions.

$sel:disabled:Proxy', proxy_disabled - When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

$sel:fallBackPhoneNumber:Proxy', proxy_fallBackPhoneNumber - The phone number to route calls to after a proxy session expires.

$sel:phoneNumberCountries:Proxy', proxy_phoneNumberCountries - The countries for proxy phone numbers to be selected from.

proxy_defaultSessionExpiryMinutes :: Lens' Proxy (Maybe Int) Source #

The default number of minutes allowed for proxy sessions.

proxy_disabled :: Lens' Proxy (Maybe Bool) Source #

When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

proxy_fallBackPhoneNumber :: Lens' Proxy (Maybe Text) Source #

The phone number to route calls to after a proxy session expires.

proxy_phoneNumberCountries :: Lens' Proxy (Maybe [Text]) Source #

The countries for proxy phone numbers to be selected from.