amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudDirectory.DetachTypedLink

Description

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

Synopsis

Creating a Request

data DetachTypedLink Source #

See: newDetachTypedLink smart constructor.

Constructors

DetachTypedLink' 

Fields

Instances

newDetachTypedLink Source #

Create a value of DetachTypedLink 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:

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

DetachTypedLink, detachTypedLink_typedLinkSpecifier - Used to accept a typed link specifier as input.

Request Lenses

detachTypedLink_directoryArn :: Lens' DetachTypedLink Text Source #

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

detachTypedLink_typedLinkSpecifier :: Lens' DetachTypedLink TypedLinkSpecifier Source #

Used to accept a typed link specifier as input.

Destructuring the Response

data DetachTypedLinkResponse Source #

See: newDetachTypedLinkResponse smart constructor.

Instances

Instances details
Generic DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Associated Types

type Rep DetachTypedLinkResponse :: Type -> Type #

Read DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Show DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

NFData DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Methods

rnf :: DetachTypedLinkResponse -> () #

Eq DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

type Rep DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

type Rep DetachTypedLinkResponse = D1 ('MetaData "DetachTypedLinkResponse" "Amazonka.CloudDirectory.DetachTypedLink" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "DetachTypedLinkResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDetachTypedLinkResponse :: DetachTypedLinkResponse Source #

Create a value of DetachTypedLinkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.