| 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.BatchDetachObject
Description
Synopsis
- data BatchDetachObject = BatchDetachObject' {}
- newBatchDetachObject :: ObjectReference -> Text -> BatchDetachObject
- batchDetachObject_batchReferenceName :: Lens' BatchDetachObject (Maybe Text)
- batchDetachObject_parentReference :: Lens' BatchDetachObject ObjectReference
- batchDetachObject_linkName :: Lens' BatchDetachObject Text
Documentation
data BatchDetachObject Source #
Represents the output of a DetachObject operation.
See: newBatchDetachObject smart constructor.
Constructors
| BatchDetachObject' | |
Fields
| |
Instances
Arguments
| :: ObjectReference | |
| -> Text | |
| -> BatchDetachObject |
Create a value of BatchDetachObject 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:batchReferenceName:BatchDetachObject', batchDetachObject_batchReferenceName - The batch reference name. See
Transaction Support
for more information.
$sel:parentReference:BatchDetachObject', batchDetachObject_parentReference - Parent reference from which the object with the specified link name is
detached.
$sel:linkName:BatchDetachObject', batchDetachObject_linkName - The name of the link.
batchDetachObject_batchReferenceName :: Lens' BatchDetachObject (Maybe Text) Source #
The batch reference name. See Transaction Support for more information.
batchDetachObject_parentReference :: Lens' BatchDetachObject ObjectReference Source #
Parent reference from which the object with the specified link name is detached.
batchDetachObject_linkName :: Lens' BatchDetachObject Text Source #
The name of the link.