| 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.RemoveAllResourcePermissions
Description
Removes all the permissions from the specified resource.
Synopsis
- removeAllResourcePermissions :: Text -> RemoveAllResourcePermissions
- data RemoveAllResourcePermissions
- rarpAuthenticationToken :: Lens' RemoveAllResourcePermissions (Maybe Text)
- rarpResourceId :: Lens' RemoveAllResourcePermissions Text
- removeAllResourcePermissionsResponse :: RemoveAllResourcePermissionsResponse
- data RemoveAllResourcePermissionsResponse
Creating a Request
removeAllResourcePermissions Source #
Arguments
| :: Text | |
| -> RemoveAllResourcePermissions |
Creates a value of RemoveAllResourcePermissions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rarpAuthenticationToken- Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.rarpResourceId- The ID of the resource.
data RemoveAllResourcePermissions Source #
See: removeAllResourcePermissions smart constructor.
Instances
Request Lenses
rarpAuthenticationToken :: Lens' RemoveAllResourcePermissions (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.
rarpResourceId :: Lens' RemoveAllResourcePermissions Text Source #
The ID of the resource.
Destructuring the Response
removeAllResourcePermissionsResponse :: RemoveAllResourcePermissionsResponse Source #
Creates a value of RemoveAllResourcePermissionsResponse with the minimum fields required to make a request.
data RemoveAllResourcePermissionsResponse Source #
See: removeAllResourcePermissionsResponse smart constructor.