amazonka-s3-0.3.6: Amazon Simple Storage Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.S3.CreateBucket

Contents

Description

Synopsis

Request

Request constructor

Request lenses

cbACL :: Lens' CreateBucket (Maybe BucketCannedACL) Source

The canned ACL to apply to the bucket.

cbGrantFullControl :: Lens' CreateBucket (Maybe Text) Source

Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.

cbGrantRead :: Lens' CreateBucket (Maybe Text) Source

Allows grantee to list the objects in the bucket.

cbGrantReadACP :: Lens' CreateBucket (Maybe Text) Source

Allows grantee to read the bucket ACL.

cbGrantWrite :: Lens' CreateBucket (Maybe Text) Source

Allows grantee to create, overwrite, and delete any object in the bucket.

cbGrantWriteACP :: Lens' CreateBucket (Maybe Text) Source

Allows grantee to write the ACL for the applicable bucket.

Response

Response constructor

createBucketResponse :: CreateBucketResponse Source

CreateBucketResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses