Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchAttachObject = BatchAttachObject' {}
- newBatchAttachObject :: ObjectReference -> ObjectReference -> Text -> BatchAttachObject
- batchAttachObject_parentReference :: Lens' BatchAttachObject ObjectReference
- batchAttachObject_childReference :: Lens' BatchAttachObject ObjectReference
- batchAttachObject_linkName :: Lens' BatchAttachObject Text
Documentation
data BatchAttachObject Source #
Represents the output of an AttachObject operation.
See: newBatchAttachObject
smart constructor.
BatchAttachObject' | |
|
Instances
Create a value of BatchAttachObject
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:parentReference:BatchAttachObject'
, batchAttachObject_parentReference
- The parent object reference.
$sel:childReference:BatchAttachObject'
, batchAttachObject_childReference
- The child object reference that is to be attached to the object.
$sel:linkName:BatchAttachObject'
, batchAttachObject_linkName
- The name of the link.
batchAttachObject_parentReference :: Lens' BatchAttachObject ObjectReference Source #
The parent object reference.
batchAttachObject_childReference :: Lens' BatchAttachObject ObjectReference Source #
The child object reference that is to be attached to the object.
batchAttachObject_linkName :: Lens' BatchAttachObject Text Source #
The name of the link.