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.ObjectIdentifierAndLinkNameTuple

Description

 
Synopsis

Documentation

data ObjectIdentifierAndLinkNameTuple Source #

A pair of ObjectIdentifier and LinkName.

See: newObjectIdentifierAndLinkNameTuple smart constructor.

Constructors

ObjectIdentifierAndLinkNameTuple' 

Fields

Instances

Instances details
Eq ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

Read ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

Show ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

Generic ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

Associated Types

type Rep ObjectIdentifierAndLinkNameTuple :: Type -> Type #

NFData ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

Hashable ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

FromJSON ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

type Rep ObjectIdentifierAndLinkNameTuple Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple

type Rep ObjectIdentifierAndLinkNameTuple = D1 ('MetaData "ObjectIdentifierAndLinkNameTuple" "Amazonka.CloudDirectory.Types.ObjectIdentifierAndLinkNameTuple" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ObjectIdentifierAndLinkNameTuple'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newObjectIdentifierAndLinkNameTuple :: ObjectIdentifierAndLinkNameTuple Source #

Create a value of ObjectIdentifierAndLinkNameTuple 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:objectIdentifier:ObjectIdentifierAndLinkNameTuple', objectIdentifierAndLinkNameTuple_objectIdentifier - The ID that is associated with the object.

$sel:linkName:ObjectIdentifierAndLinkNameTuple', objectIdentifierAndLinkNameTuple_linkName - The name of the link between the parent and the child object.

objectIdentifierAndLinkNameTuple_linkName :: Lens' ObjectIdentifierAndLinkNameTuple (Maybe Text) Source #

The name of the link between the parent and the child object.