amazonka-workdocs-2.0: Amazon WorkDocs SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkDocs.Types.Participants

Description

 
Synopsis

Documentation

data Participants Source #

Describes the users or user groups.

See: newParticipants smart constructor.

Constructors

Participants' 

Fields

Instances

Instances details
FromJSON Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Generic Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Associated Types

type Rep Participants :: Type -> Type #

Show Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

NFData Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Methods

rnf :: Participants -> () #

Eq Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

Hashable Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

type Rep Participants Source # 
Instance details

Defined in Amazonka.WorkDocs.Types.Participants

type Rep Participants = D1 ('MetaData "Participants" "Amazonka.WorkDocs.Types.Participants" "amazonka-workdocs-2.0-2rElYnFvcad3yrUkWYMHCU" 'False) (C1 ('MetaCons "Participants'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroupMetadata])) :*: S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserMetadata]))))

newParticipants :: Participants Source #

Create a value of Participants 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:groups:Participants', participants_groups - The list of user groups.

$sel:users:Participants', participants_users - The list of users.