Aws.S3.Response
Documentation
data S3Response a Source
Constructors
| S3Response | |
Fields
| |
Instances
| Transaction GetService (S3Response GetServiceResponse) | |
| Show a => Show (S3Response a) | |
| S3ResponseIteratee a => ResponseIteratee (S3Response a) |
class S3ResponseIteratee a whereSource
Methods
s3ResponseIteratee :: Status -> ResponseHeaders -> Iteratee ByteString IO aSource