| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CloudDirectory.DeleteTypedLinkFacet
Description
Deletes a TypedLinkFacet . For more information, see Typed link .
Synopsis
- deleteTypedLinkFacet :: Text -> Text -> DeleteTypedLinkFacet
- data DeleteTypedLinkFacet
- dtlfSchemaARN :: Lens' DeleteTypedLinkFacet Text
- dtlfName :: Lens' DeleteTypedLinkFacet Text
- deleteTypedLinkFacetResponse :: Int -> DeleteTypedLinkFacetResponse
- data DeleteTypedLinkFacetResponse
- dtlfrsResponseStatus :: Lens' DeleteTypedLinkFacetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteTypedLinkFacet |
Creates a value of DeleteTypedLinkFacet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtlfSchemaARN- The Amazon Resource Name (ARN) that is associated with the schema. For more information, seearns.dtlfName- The unique name of the typed link facet.
data DeleteTypedLinkFacet Source #
See: deleteTypedLinkFacet smart constructor.
Instances
Request Lenses
dtlfSchemaARN :: Lens' DeleteTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns .
Destructuring the Response
deleteTypedLinkFacetResponse Source #
Arguments
| :: Int | |
| -> DeleteTypedLinkFacetResponse |
Creates a value of DeleteTypedLinkFacetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtlfrsResponseStatus- -- | The response status code.
data DeleteTypedLinkFacetResponse Source #
See: deleteTypedLinkFacetResponse smart constructor.
Instances
Response Lenses
dtlfrsResponseStatus :: Lens' DeleteTypedLinkFacetResponse Int Source #
- - | The response status code.