Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
DetachTypedLink' | |
|
Instances
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
Generic DetachTypedLinkResponse Source # | |
Defined in Amazonka.CloudDirectory.DetachTypedLink type Rep DetachTypedLinkResponse :: Type -> Type # | |
Read DetachTypedLinkResponse Source # | |
Show DetachTypedLinkResponse Source # | |
Defined in Amazonka.CloudDirectory.DetachTypedLink showsPrec :: Int -> DetachTypedLinkResponse -> ShowS # show :: DetachTypedLinkResponse -> String # showList :: [DetachTypedLinkResponse] -> ShowS # | |
NFData DetachTypedLinkResponse Source # | |
Defined in Amazonka.CloudDirectory.DetachTypedLink rnf :: DetachTypedLinkResponse -> () # | |
Eq DetachTypedLinkResponse Source # | |
Defined in Amazonka.CloudDirectory.DetachTypedLink | |
type Rep DetachTypedLinkResponse Source # | |
Defined in Amazonka.CloudDirectory.DetachTypedLink |
newDetachTypedLinkResponse :: DetachTypedLinkResponse Source #
Create a value of DetachTypedLinkResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.