| 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 |
Amazonka.WorkDocs.DeleteFolder
Description
Permanently deletes the specified folder and its contents.
Creating a Request
data DeleteFolder Source #
See: newDeleteFolder smart constructor.
Constructors
| DeleteFolder' | |
Instances
Arguments
| :: Text | |
| -> DeleteFolder |
Create a value of DeleteFolder 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:
$sel:authenticationToken:DeleteFolder', deleteFolder_authenticationToken - Amazon WorkDocs authentication token. Not required when using AWS
administrator credentials to access the API.
$sel:folderId:DeleteFolder', deleteFolder_folderId - The ID of the folder.
Request Lenses
deleteFolder_authenticationToken :: Lens' DeleteFolder (Maybe Text) Source #
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
deleteFolder_folderId :: Lens' DeleteFolder Text Source #
The ID of the folder.
Destructuring the Response
data DeleteFolderResponse Source #
See: newDeleteFolderResponse smart constructor.
Constructors
| DeleteFolderResponse' | |
Instances
newDeleteFolderResponse :: DeleteFolderResponse Source #
Create a value of DeleteFolderResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.