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

Description

 
Synopsis

Documentation

data BatchAttachToIndex Source #

Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.

See: newBatchAttachToIndex smart constructor.

Constructors

BatchAttachToIndex' 

Fields

Instances

Instances details
Eq BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

Read BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

Show BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

Generic BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

Associated Types

type Rep BatchAttachToIndex :: Type -> Type #

NFData BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

Methods

rnf :: BatchAttachToIndex -> () #

Hashable BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

ToJSON BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

type Rep BatchAttachToIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndex

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

newBatchAttachToIndex Source #

Create a value of BatchAttachToIndex 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:indexReference:BatchAttachToIndex', batchAttachToIndex_indexReference - A reference to the index that you are attaching the object to.

$sel:targetReference:BatchAttachToIndex', batchAttachToIndex_targetReference - A reference to the object that you are attaching to the index.

batchAttachToIndex_indexReference :: Lens' BatchAttachToIndex ObjectReference Source #

A reference to the index that you are attaching the object to.

batchAttachToIndex_targetReference :: Lens' BatchAttachToIndex ObjectReference Source #

A reference to the object that you are attaching to the index.