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

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

$sel:typedLinkSpecifier: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
Eq DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Read DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Show DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Generic DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Associated Types

type Rep DetachTypedLinkResponse :: Type -> Type #

NFData DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

Methods

rnf :: DetachTypedLinkResponse -> () #

type Rep DetachTypedLinkResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.DetachTypedLink

type Rep DetachTypedLinkResponse = D1 ('MetaData "DetachTypedLinkResponse" "Amazonka.CloudDirectory.DetachTypedLink" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" '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.