amazonka-clouddirectory-1.6.1: Amazon CloudDirectory SDK.

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

Network.AWS.CloudDirectory.AttachTypedLink

Contents

Description

Attaches a typed link to a specified source and target object. For more information, see Typed link .

Synopsis

Creating a Request

attachTypedLink Source #

Creates a value of AttachTypedLink with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AttachTypedLink Source #

See: attachTypedLink smart constructor.

Request Lenses

atlDirectoryARN :: Lens' AttachTypedLink Text Source #

The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.

atlSourceObjectReference :: Lens' AttachTypedLink ObjectReference Source #

Identifies the source object that the typed link will attach to.

atlTargetObjectReference :: Lens' AttachTypedLink ObjectReference Source #

Identifies the target object that the typed link will attach to.

atlTypedLinkFacet :: Lens' AttachTypedLink TypedLinkSchemaAndFacetName Source #

Identifies the typed link facet that is associated with the typed link.

atlAttributes :: Lens' AttachTypedLink [AttributeNameAndValue] Source #

A set of attributes that are associated with the typed link.

Destructuring the Response

attachTypedLinkResponse Source #

Creates a value of AttachTypedLinkResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AttachTypedLinkResponse Source #

See: attachTypedLinkResponse smart constructor.

Instances
Eq AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

Data AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AttachTypedLinkResponse -> c AttachTypedLinkResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AttachTypedLinkResponse #

toConstr :: AttachTypedLinkResponse -> Constr #

dataTypeOf :: AttachTypedLinkResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AttachTypedLinkResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AttachTypedLinkResponse) #

gmapT :: (forall b. Data b => b -> b) -> AttachTypedLinkResponse -> AttachTypedLinkResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AttachTypedLinkResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AttachTypedLinkResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AttachTypedLinkResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AttachTypedLinkResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AttachTypedLinkResponse -> m AttachTypedLinkResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AttachTypedLinkResponse -> m AttachTypedLinkResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AttachTypedLinkResponse -> m AttachTypedLinkResponse #

Read AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

Show AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

Generic AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

Associated Types

type Rep AttachTypedLinkResponse :: Type -> Type #

NFData AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

Methods

rnf :: AttachTypedLinkResponse -> () #

type Rep AttachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.AttachTypedLink

type Rep AttachTypedLinkResponse = D1 (MetaData "AttachTypedLinkResponse" "Network.AWS.CloudDirectory.AttachTypedLink" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "AttachTypedLinkResponse'" PrefixI True) (S1 (MetaSel (Just "_atlrsTypedLinkSpecifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TypedLinkSpecifier)) :*: S1 (MetaSel (Just "_atlrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses