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

Description

 
Synopsis

Documentation

data BatchDetachFromIndex Source #

Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.

See: newBatchDetachFromIndex smart constructor.

Constructors

BatchDetachFromIndex' 

Fields

Instances

Instances details
Eq BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

Read BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

Show BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

Generic BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

Associated Types

type Rep BatchDetachFromIndex :: Type -> Type #

NFData BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

Methods

rnf :: BatchDetachFromIndex -> () #

Hashable BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

ToJSON BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

type Rep BatchDetachFromIndex Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachFromIndex

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

newBatchDetachFromIndex Source #

Create a value of BatchDetachFromIndex 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:BatchDetachFromIndex', batchDetachFromIndex_indexReference - A reference to the index object.

$sel:targetReference:BatchDetachFromIndex', batchDetachFromIndex_targetReference - A reference to the object being detached from the index.

batchDetachFromIndex_targetReference :: Lens' BatchDetachFromIndex ObjectReference Source #

A reference to the object being detached from the index.