Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.CloudDirectory.DetachTypedLink
Description
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
Synopsis
- data DetachTypedLink = DetachTypedLink' {}
- newDetachTypedLink :: Text -> TypedLinkSpecifier -> DetachTypedLink
- detachTypedLink_directoryArn :: Lens' DetachTypedLink Text
- detachTypedLink_typedLinkSpecifier :: Lens' DetachTypedLink TypedLinkSpecifier
- data DetachTypedLinkResponse = DetachTypedLinkResponse' {
- newDetachTypedLinkResponse :: DetachTypedLinkResponse
Creating a Request
data DetachTypedLink Source #
See: newDetachTypedLink
smart constructor.
Constructors
DetachTypedLink' | |
Fields
|
Instances
Arguments
:: Text | |
-> TypedLinkSpecifier | |
-> DetachTypedLink |
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.
Constructors
DetachTypedLinkResponse' | |
Instances
newDetachTypedLinkResponse :: DetachTypedLinkResponse Source #
Create a value of DetachTypedLinkResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.