| 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.DeleteFolderContents
Description
Deletes the contents of the specified folder.
Creating a Request
Arguments
| :: Text | |
| -> DeleteFolderContents |
Creates a value of DeleteFolderContents with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfcAuthenticationToken- Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.dfcFolderId- The ID of the folder.
data DeleteFolderContents Source #
See: deleteFolderContents smart constructor.
Instances
Request Lenses
dfcAuthenticationToken :: Lens' DeleteFolderContents (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.
dfcFolderId :: Lens' DeleteFolderContents Text Source #
The ID of the folder.
Destructuring the Response
deleteFolderContentsResponse :: DeleteFolderContentsResponse Source #
Creates a value of DeleteFolderContentsResponse with the minimum fields required to make a request.
data DeleteFolderContentsResponse Source #
See: deleteFolderContentsResponse smart constructor.