libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.Types.BatchListIndex

Description

 
Synopsis

Documentation

data BatchListIndex Source #

Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.

See: newBatchListIndex smart constructor.

Constructors

BatchListIndex' 

Fields

Instances

Instances details
Eq BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

Read BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

Show BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

Generic BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

Associated Types

type Rep BatchListIndex :: Type -> Type #

NFData BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

Methods

rnf :: BatchListIndex -> () #

Hashable BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

ToJSON BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

type Rep BatchListIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndex

type Rep BatchListIndex = D1 ('MetaData "BatchListIndex" "Amazonka.CloudDirectory.Types.BatchListIndex" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchListIndex'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rangesOnIndexedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ObjectAttributeRange])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "indexReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference))))

newBatchListIndex Source #

Create a value of BatchListIndex 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:rangesOnIndexedValues:BatchListIndex', batchListIndex_rangesOnIndexedValues - Specifies the ranges of indexed values that you want to query.

$sel:nextToken:BatchListIndex', batchListIndex_nextToken - The pagination token.

$sel:maxResults:BatchListIndex', batchListIndex_maxResults - The maximum number of results to retrieve.

$sel:indexReference:BatchListIndex', batchListIndex_indexReference - The reference to the index to list.

batchListIndex_rangesOnIndexedValues :: Lens' BatchListIndex (Maybe [ObjectAttributeRange]) Source #

Specifies the ranges of indexed values that you want to query.

batchListIndex_maxResults :: Lens' BatchListIndex (Maybe Natural) Source #

The maximum number of results to retrieve.