stratosphere-0.1.6: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Types

Description

Module for hand-written types that are used in generated modules.

Synopsis

Documentation

data CannedACL Source #

Amazon S3 supports a set of predefined grants, known as canned ACLs. Each canned ACL has a predefined a set of grantees and permissions. The following table lists the set of canned ACLs and the associated predefined grants. See: http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl

Instances

Eq CannedACL Source # 
Read CannedACL Source # 
Show CannedACL Source # 
Generic CannedACL Source # 

Associated Types

type Rep CannedACL :: * -> * #

FromJSON CannedACL Source # 
ToJSON CannedACL Source # 
type Rep CannedACL Source # 
type Rep CannedACL = D1 (MetaData "CannedACL" "Stratosphere.Types" "stratosphere-0.1.6-LbRvRulwTkCDVIpKnpH4uK" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "AuthenticatedRead" PrefixI False) U1) (C1 (MetaCons "AwsExecRead" PrefixI False) U1)) ((:+:) (C1 (MetaCons "BucketOwnerRead" PrefixI False) U1) (C1 (MetaCons "BucketOwnerFullControl" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "LogDeliveryWrite" PrefixI False) U1) (C1 (MetaCons "Private" PrefixI False) U1)) ((:+:) (C1 (MetaCons "PublicRead" PrefixI False) U1) (C1 (MetaCons "PublicReadWrite" PrefixI False) U1))))