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

Description

 
Synopsis

Documentation

data BatchListAttachedIndices Source #

Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.

See: newBatchListAttachedIndices smart constructor.

Constructors

BatchListAttachedIndices' 

Fields

Instances

Instances details
Eq BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

Read BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

Show BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

Generic BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

Associated Types

type Rep BatchListAttachedIndices :: Type -> Type #

NFData BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

Hashable BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

ToJSON BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

type Rep BatchListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndices

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

newBatchListAttachedIndices Source #

Create a value of BatchListAttachedIndices 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:nextToken:BatchListAttachedIndices', batchListAttachedIndices_nextToken - The pagination token.

$sel:maxResults:BatchListAttachedIndices', batchListAttachedIndices_maxResults - The maximum number of results to retrieve.

$sel:targetReference:BatchListAttachedIndices', batchListAttachedIndices_targetReference - A reference to the object that has indices attached.