| 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.RemoveFacetFromObject
Description
Removes the specified facet from the specified object.
- removeFacetFromObject :: Text -> SchemaFacet -> ObjectReference -> RemoveFacetFromObject
- data RemoveFacetFromObject
- rffoDirectoryARN :: Lens' RemoveFacetFromObject Text
- rffoSchemaFacet :: Lens' RemoveFacetFromObject SchemaFacet
- rffoObjectReference :: Lens' RemoveFacetFromObject ObjectReference
- removeFacetFromObjectResponse :: Int -> RemoveFacetFromObjectResponse
- data RemoveFacetFromObjectResponse
- rfforsResponseStatus :: Lens' RemoveFacetFromObjectResponse Int
Creating a Request
removeFacetFromObject Source #
Arguments
| :: Text | |
| -> SchemaFacet | |
| -> ObjectReference | |
| -> RemoveFacetFromObject |
Creates a value of RemoveFacetFromObject with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rffoDirectoryARN- The ARN of the directory in which the object resides.rffoSchemaFacet- The facet to remove. SeeSchemaFacetfor details.rffoObjectReference- A reference to the object to remove the facet from.
data RemoveFacetFromObject Source #
See: removeFacetFromObject smart constructor.
Instances
Request Lenses
rffoDirectoryARN :: Lens' RemoveFacetFromObject Text Source #
The ARN of the directory in which the object resides.
rffoSchemaFacet :: Lens' RemoveFacetFromObject SchemaFacet Source #
The facet to remove. See SchemaFacet for details.
rffoObjectReference :: Lens' RemoveFacetFromObject ObjectReference Source #
A reference to the object to remove the facet from.
Destructuring the Response
removeFacetFromObjectResponse Source #
Arguments
| :: Int | |
| -> RemoveFacetFromObjectResponse |
Creates a value of RemoveFacetFromObjectResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rfforsResponseStatus- -- | The response status code.
data RemoveFacetFromObjectResponse Source #
See: removeFacetFromObjectResponse smart constructor.
Instances
Response Lenses
rfforsResponseStatus :: Lens' RemoveFacetFromObjectResponse Int Source #
- - | The response status code.