| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Types
Description
Module for hand-written types that are used in generated modules.
- data EnabledState
- data AuthorizationType
- data HttpMethod
- data LoggingLevel
- data ApiBackendType
- = HTTP
- | AWS
- | MOCK
- | HTTP_PROXY
- | AWS_PROXY
- data Period
- data AttributeType
- data KeyType
- data ProjectionType
- data StreamViewType
- data SNSProtocol
- data Runtime
- data PassthroughBehavior
- data CannedACL
- data KinesisFirehoseS3CompressionFormat
- data KinesisFirehoseElasticsearchS3BackupMode
- data KinesisFirehoseNoEncryptionConfig = KinesisFirehoseNoEncryptionConfig
Documentation
data EnabledState Source #
Instances
data AuthorizationType Source #
data HttpMethod Source #
Instances
data LoggingLevel Source #
Instances
data ApiBackendType Source #
Constructors
| HTTP | |
| AWS | |
| MOCK | |
| HTTP_PROXY | |
| AWS_PROXY |
data AttributeType Source #
data ProjectionType Source #
Constructors
| ProjectKeysOnly | |
| ProjectIncluded | |
| ProjectAll |
data StreamViewType Source #
Constructors
| KEYS_ONLY | |
| NEW_IMAGE | |
| OLD_IMAGE | |
| NEW_AND_OLD_IMAGES |
data SNSProtocol Source #
Constructors
| SnsHttp | |
| SnsHttps | |
| SnsEmail | |
| SnsEmailJson | |
| SnsSms | |
| SnsSqs | |
| SnsApplication | |
| SnsLambda |
Instances
data PassthroughBehavior Source #
Constructors
| WHEN_NO_MATCH | |
| WHEN_NO_TEMPLATES | |
| NEVER |
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
data KinesisFirehoseS3CompressionFormat Source #
Constructors
| KFS3Uncompressed | |
| KFS3Gzip | |
| KFS3Zip | |
| KFS3Snappy |
Instances
data KinesisFirehoseElasticsearchS3BackupMode Source #
Constructors
| KFS3FailedDocumentsOnly | |
| KFS3AllDocuments |
Instances
data KinesisFirehoseNoEncryptionConfig Source #
Constructors
| KinesisFirehoseNoEncryptionConfig |
Instances