| 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.WorkDocs.DeleteFolder
Description
Permanently deletes the specified folder and its contents.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteFolder |
Creates a value of DeleteFolder with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfAuthenticationToken- Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.dfFolderId- The ID of the folder.
data DeleteFolder Source #
See: deleteFolder smart constructor.
Instances
Request Lenses
dfAuthenticationToken :: Lens' DeleteFolder (Maybe Text) Source #
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
dfFolderId :: Lens' DeleteFolder Text Source #
The ID of the folder.
Destructuring the Response
deleteFolderResponse :: DeleteFolderResponse Source #
Creates a value of DeleteFolderResponse with the minimum fields required to make a request.
data DeleteFolderResponse Source #
See: deleteFolderResponse smart constructor.