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 BatchAttachTypedLink = BatchAttachTypedLink' {}
- newBatchAttachTypedLink :: ObjectReference -> ObjectReference -> TypedLinkSchemaAndFacetName -> BatchAttachTypedLink
- batchAttachTypedLink_sourceObjectReference :: Lens' BatchAttachTypedLink ObjectReference
- batchAttachTypedLink_targetObjectReference :: Lens' BatchAttachTypedLink ObjectReference
- batchAttachTypedLink_typedLinkFacet :: Lens' BatchAttachTypedLink TypedLinkSchemaAndFacetName
- batchAttachTypedLink_attributes :: Lens' BatchAttachTypedLink [AttributeNameAndValue]
Documentation
data BatchAttachTypedLink Source #
Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations.
See: newBatchAttachTypedLink
smart constructor.
BatchAttachTypedLink' | |
|
Instances
newBatchAttachTypedLink Source #
Create a value of BatchAttachTypedLink
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:sourceObjectReference:BatchAttachTypedLink'
, batchAttachTypedLink_sourceObjectReference
- Identifies the source object that the typed link will attach to.
$sel:targetObjectReference:BatchAttachTypedLink'
, batchAttachTypedLink_targetObjectReference
- Identifies the target object that the typed link will attach to.
$sel:typedLinkFacet:BatchAttachTypedLink'
, batchAttachTypedLink_typedLinkFacet
- Identifies the typed link facet that is associated with the typed link.
$sel:attributes:BatchAttachTypedLink'
, batchAttachTypedLink_attributes
- A set of attributes that are associated with the typed link.
batchAttachTypedLink_sourceObjectReference :: Lens' BatchAttachTypedLink ObjectReference Source #
Identifies the source object that the typed link will attach to.
batchAttachTypedLink_targetObjectReference :: Lens' BatchAttachTypedLink ObjectReference Source #
Identifies the target object that the typed link will attach to.
batchAttachTypedLink_typedLinkFacet :: Lens' BatchAttachTypedLink TypedLinkSchemaAndFacetName Source #
Identifies the typed link facet that is associated with the typed link.
batchAttachTypedLink_attributes :: Lens' BatchAttachTypedLink [AttributeNameAndValue] Source #
A set of attributes that are associated with the typed link.