libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudDirectory.Types.TypedLinkSpecifier

Description

 
Synopsis

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.

Constructors

TypedLinkSpecifier' 

Fields

Instances

Instances details
Eq TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

Read TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

Show TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

Generic TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

Associated Types

type Rep TypedLinkSpecifier :: Type -> Type #

NFData TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

Methods

rnf :: TypedLinkSpecifier -> () #

Hashable TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

ToJSON TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

FromJSON TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

type Rep TypedLinkSpecifier Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.TypedLinkSpecifier

type Rep TypedLinkSpecifier = D1 ('MetaData "TypedLinkSpecifier" "Amazonka.CloudDirectory.Types.TypedLinkSpecifier" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "TypedLinkSpecifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typedLinkFacet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TypedLinkSchemaAndFacetName) :*: S1 ('MetaSel ('Just "sourceObjectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)) :*: (S1 ('MetaSel ('Just "targetObjectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference) :*: S1 ('MetaSel ('Just "identityAttributeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AttributeNameAndValue]))))

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.