Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Permanently deletes the ACL entry for the specified entity on the specified bucket.
See: Cloud Storage JSON API Reference for storage.bucketAccessControls.delete
.
Synopsis
- type BucketAccessControlsDeleteResource = "storage" :> ("v1" :> ("b" :> (Capture "bucket" Text :> ("acl" :> (Capture "entity" Text :> (QueryParam "userProject" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- bucketAccessControlsDelete :: Text -> Text -> BucketAccessControlsDelete
- data BucketAccessControlsDelete
- bacdBucket :: Lens' BucketAccessControlsDelete Text
- bacdUserProject :: Lens' BucketAccessControlsDelete (Maybe Text)
- bacdEntity :: Lens' BucketAccessControlsDelete Text
REST Resource
type BucketAccessControlsDeleteResource = "storage" :> ("v1" :> ("b" :> (Capture "bucket" Text :> ("acl" :> (Capture "entity" Text :> (QueryParam "userProject" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #
A resource alias for storage.bucketAccessControls.delete
method which the
BucketAccessControlsDelete
request conforms to.
Creating a Request
bucketAccessControlsDelete Source #
Creates a value of BucketAccessControlsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BucketAccessControlsDelete Source #
Permanently deletes the ACL entry for the specified entity on the specified bucket.
See: bucketAccessControlsDelete
smart constructor.
Instances
Request Lenses
bacdBucket :: Lens' BucketAccessControlsDelete Text Source #
Name of a bucket.
bacdUserProject :: Lens' BucketAccessControlsDelete (Maybe Text) Source #
The project to be billed for this request. Required for Requester Pays buckets.
bacdEntity :: Lens' BucketAccessControlsDelete Text Source #
The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.