amazonka-kendra-2.0: Amazon KendraFrontendService 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.Kendra.Types.OneDriveUsers

Description

 
Synopsis

Documentation

data OneDriveUsers Source #

User accounts whose documents should be indexed.

See: newOneDriveUsers smart constructor.

Constructors

OneDriveUsers' 

Fields

  • oneDriveUserList :: Maybe (NonEmpty Text)

    A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

  • oneDriveUserS3Path :: Maybe S3Path

    The S3 bucket location of a file containing a list of users whose documents should be indexed.

Instances

Instances details
FromJSON OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

ToJSON OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

Generic OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

Associated Types

type Rep OneDriveUsers :: Type -> Type #

Read OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

Show OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

NFData OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

Methods

rnf :: OneDriveUsers -> () #

Eq OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

Hashable OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

type Rep OneDriveUsers Source # 
Instance details

Defined in Amazonka.Kendra.Types.OneDriveUsers

type Rep OneDriveUsers = D1 ('MetaData "OneDriveUsers" "Amazonka.Kendra.Types.OneDriveUsers" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "OneDriveUsers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oneDriveUserList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "oneDriveUserS3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Path))))

newOneDriveUsers :: OneDriveUsers Source #

Create a value of OneDriveUsers 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:oneDriveUserList:OneDriveUsers', oneDriveUsers_oneDriveUserList - A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

$sel:oneDriveUserS3Path:OneDriveUsers', oneDriveUsers_oneDriveUserS3Path - The S3 bucket location of a file containing a list of users whose documents should be indexed.

oneDriveUsers_oneDriveUserList :: Lens' OneDriveUsers (Maybe (NonEmpty Text)) Source #

A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

oneDriveUsers_oneDriveUserS3Path :: Lens' OneDriveUsers (Maybe S3Path) Source #

The S3 bucket location of a file containing a list of users whose documents should be indexed.