| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchDetachFromIndex
Description
Synopsis
- data BatchDetachFromIndex = BatchDetachFromIndex' {}
- newBatchDetachFromIndex :: ObjectReference -> ObjectReference -> BatchDetachFromIndex
- batchDetachFromIndex_indexReference :: Lens' BatchDetachFromIndex ObjectReference
- batchDetachFromIndex_targetReference :: Lens' BatchDetachFromIndex ObjectReference
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
newBatchDetachFromIndex Source #
Arguments
| :: ObjectReference | |
| -> ObjectReference | |
| -> BatchDetachFromIndex |
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_indexReference :: Lens' BatchDetachFromIndex ObjectReference Source #
A reference to the index object.
batchDetachFromIndex_targetReference :: Lens' BatchDetachFromIndex ObjectReference Source #
A reference to the object being detached from the index.