gogol-storage-0.0.1: Google Cloud Storage JSON SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Storage.BucketAccessControls.Insert

Contents

Description

Creates a new ACL entry on the specified bucket.

See: Cloud Storage JSON API Reference for storage.bucketAccessControls.insert.

Synopsis

REST Resource

type BucketAccessControlsInsertResource = "storage" :> ("v1" :> ("b" :> (Capture "bucket" Text :> ("acl" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` BucketAccessControl :> Post `[JSON]` BucketAccessControl)))))) Source

A resource alias for storage.bucketAccessControls.insert method which the BucketAccessControlsInsert request conforms to.

Creating a Request

bucketAccessControlsInsert Source

Creates a value of BucketAccessControlsInsert with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses