libZSservicesZSamazonka-appstreamZSamazonka-appstream
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.AppStream.Types.UserSetting

Description

 
Synopsis

Documentation

data UserSetting Source #

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

See: newUserSetting smart constructor.

Constructors

UserSetting' 

Fields

Instances

Instances details
Eq UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Read UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Show UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Generic UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Associated Types

type Rep UserSetting :: Type -> Type #

NFData UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

Methods

rnf :: UserSetting -> () #

Hashable UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

ToJSON UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

FromJSON UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

type Rep UserSetting Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserSetting

type Rep UserSetting = D1 ('MetaData "UserSetting" "Amazonka.AppStream.Types.UserSetting" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UserSetting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: S1 ('MetaSel ('Just "permission") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Permission)))

newUserSetting Source #

Create a value of UserSetting 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:action:UserSetting', userSetting_action - The action that is enabled or disabled.

$sel:permission:UserSetting', userSetting_permission - Indicates whether the action is enabled or disabled.

userSetting_action :: Lens' UserSetting Action Source #

The action that is enabled or disabled.

userSetting_permission :: Lens' UserSetting Permission Source #

Indicates whether the action is enabled or disabled.