| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Types
Description
Module for hand-written types that are used in generated modules.
- data EnabledState
- data AuthorizerType
- 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 #
Instances
data AuthorizerType #
Constructors
| TOKEN_AUTH | |
| COGNITO_USER_POOLS_AUTH |
data AuthorizationType #
Constructors
| NONE | |
| AWS_IAM | |
| CUSTOM | |
| COGNITO_USER_POOLS |
data HttpMethod #
Instances
data LoggingLevel #
Instances
data AttributeType #
Instances
data SNSProtocol #
Constructors
| SnsHttp | |
| SnsHttps | |
| SnsEmail | |
| SnsEmailJson | |
| SnsSms | |
| SnsSqs | |
| SnsApplication | |
| SnsLambda |
Instances
data PassthroughBehavior #
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 #
Constructors
| KFS3Uncompressed | |
| KFS3Gzip | |
| KFS3Zip | |
| KFS3Snappy |
Instances
data KinesisFirehoseElasticsearchS3BackupMode #
Constructors
| KFS3FailedDocumentsOnly | |
| KFS3AllDocuments |
Instances