| 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.DeleteFacet
Description
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteFacet |
Creates a value of DeleteFacet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfSchemaARN- The Amazon Resource Name (ARN) that is associated with theFacet. For more information, seearns.dfName- The name of the facet to delete.
data DeleteFacet Source #
See: deleteFacet smart constructor.
Instances
Request Lenses
dfSchemaARN :: Lens' DeleteFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the Facet . For more information, see arns .
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteFacetResponse |
Creates a value of DeleteFacetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfrsResponseStatus- -- | The response status code.
data DeleteFacetResponse Source #
See: deleteFacetResponse smart constructor.
Response Lenses
dfrsResponseStatus :: Lens' DeleteFacetResponse Int Source #
- - | The response status code.