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

Description

 
Synopsis

Documentation

data AccountSettings Source #

Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

See: newAccountSettings smart constructor.

Constructors

AccountSettings' 

Fields

Instances

Instances details
Eq AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Read AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Show AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Generic AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Associated Types

type Rep AccountSettings :: Type -> Type #

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

ToJSON AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

FromJSON AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

type Rep AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

type Rep AccountSettings = D1 ('MetaData "AccountSettings" "Amazonka.Chime.Types.AccountSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableDialOut") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disableRemoteControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAccountSettings :: AccountSettings Source #

Create a value of AccountSettings 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:enableDialOut:AccountSettings', accountSettings_enableDialOut - Setting that allows meeting participants to choose the __Call me at a phone number__ option. For more information, see Join a Meeting without the Amazon Chime App.

$sel:disableRemoteControl:AccountSettings', accountSettings_disableRemoteControl - Setting that stops or starts remote control of shared screens during meetings.

accountSettings_enableDialOut :: Lens' AccountSettings (Maybe Bool) Source #

Setting that allows meeting participants to choose the __Call me at a phone number__ option. For more information, see Join a Meeting without the Amazon Chime App.

accountSettings_disableRemoteControl :: Lens' AccountSettings (Maybe Bool) Source #

Setting that stops or starts remote control of shared screens during meetings.