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

Contents

Description

Detaches a typed link from a specified source and target object. For more information, see Typed link .

Synopsis

Creating a Request

detachTypedLink Source #

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

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

data DetachTypedLink Source #

See: detachTypedLink smart constructor.

Request Lenses

dtlDirectoryARN :: Lens' DetachTypedLink Text Source #

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

dtlTypedLinkSpecifier :: Lens' DetachTypedLink TypedLinkSpecifier Source #

Used to accept a typed link specifier as input.

Destructuring the Response

detachTypedLinkResponse :: DetachTypedLinkResponse Source #

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

data DetachTypedLinkResponse Source #

See: detachTypedLinkResponse smart constructor.

Instances
Eq DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

Data DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

Methods

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

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

toConstr :: DetachTypedLinkResponse -> Constr #

dataTypeOf :: DetachTypedLinkResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

Show DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

Generic DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

Associated Types

type Rep DetachTypedLinkResponse :: Type -> Type #

NFData DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

Methods

rnf :: DetachTypedLinkResponse -> () #

type Rep DetachTypedLinkResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachTypedLink

type Rep DetachTypedLinkResponse = D1 (MetaData "DetachTypedLinkResponse" "Network.AWS.CloudDirectory.DetachTypedLink" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "DetachTypedLinkResponse'" PrefixI False) (U1 :: Type -> Type))