| 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.BatchDetachFromIndexResponse
Description
Documentation
data BatchDetachFromIndexResponse Source #
Represents the output of a DetachFromIndex response operation.
See: newBatchDetachFromIndexResponse smart constructor.
Constructors
| BatchDetachFromIndexResponse' | |
Fields
| |
Instances
newBatchDetachFromIndexResponse :: BatchDetachFromIndexResponse Source #
Create a value of BatchDetachFromIndexResponse 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:detachedObjectIdentifier:BatchDetachFromIndexResponse', batchDetachFromIndexResponse_detachedObjectIdentifier - The ObjectIdentifier of the object that was detached from the index.
batchDetachFromIndexResponse_detachedObjectIdentifier :: Lens' BatchDetachFromIndexResponse (Maybe Text) Source #
The ObjectIdentifier of the object that was detached from the index.