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 TypedLinkSpecifier = TypedLinkSpecifier' {}
- newTypedLinkSpecifier :: TypedLinkSchemaAndFacetName -> ObjectReference -> ObjectReference -> TypedLinkSpecifier
- typedLinkSpecifier_typedLinkFacet :: Lens' TypedLinkSpecifier TypedLinkSchemaAndFacetName
- typedLinkSpecifier_sourceObjectReference :: Lens' TypedLinkSpecifier ObjectReference
- typedLinkSpecifier_targetObjectReference :: Lens' TypedLinkSpecifier ObjectReference
- typedLinkSpecifier_identityAttributeValues :: Lens' TypedLinkSpecifier [AttributeNameAndValue]
Documentation
data TypedLinkSpecifier Source #
Contains all the information that is used to uniquely identify a typed link. The parameters discussed in this topic are used to uniquely specify the typed link being operated on. The AttachTypedLink API returns a typed link specifier while the DetachTypedLink API accepts one as input. Similarly, the ListIncomingTypedLinks and ListOutgoingTypedLinks API operations provide typed link specifiers as output. You can also construct a typed link specifier from scratch.
See: newTypedLinkSpecifier
smart constructor.
TypedLinkSpecifier' | |
|
Instances
newTypedLinkSpecifier Source #
Create a value of TypedLinkSpecifier
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:typedLinkFacet:TypedLinkSpecifier'
, typedLinkSpecifier_typedLinkFacet
- Identifies the typed link facet that is associated with the typed link.
$sel:sourceObjectReference:TypedLinkSpecifier'
, typedLinkSpecifier_sourceObjectReference
- Identifies the source object that the typed link will attach to.
$sel:targetObjectReference:TypedLinkSpecifier'
, typedLinkSpecifier_targetObjectReference
- Identifies the target object that the typed link will attach to.
$sel:identityAttributeValues:TypedLinkSpecifier'
, typedLinkSpecifier_identityAttributeValues
- Identifies the attribute value to update.
typedLinkSpecifier_typedLinkFacet :: Lens' TypedLinkSpecifier TypedLinkSchemaAndFacetName Source #
Identifies the typed link facet that is associated with the typed link.
typedLinkSpecifier_sourceObjectReference :: Lens' TypedLinkSpecifier ObjectReference Source #
Identifies the source object that the typed link will attach to.
typedLinkSpecifier_targetObjectReference :: Lens' TypedLinkSpecifier ObjectReference Source #
Identifies the target object that the typed link will attach to.
typedLinkSpecifier_identityAttributeValues :: Lens' TypedLinkSpecifier [AttributeNameAndValue] Source #
Identifies the attribute value to update.