| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.S3.Commands.GetObject
Documentation
Constructors
| GetObject | |
Fields
| |
Instances
| Show GetObject # | |
| SignQuery GetObject # | ServiceConfiguration: |
Defined in Aws.S3.Commands.GetObject Associated Types type ServiceConfiguration GetObject :: * -> * # Methods signQuery :: GetObject -> ServiceConfiguration GetObject queryType -> SignatureData -> SignedQuery # | |
| Transaction GetObject GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject | |
| ResponseConsumer GetObject GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject Associated Types type ResponseMetadata GetObjectResponse :: * # Methods responseConsumer :: Request -> GetObject -> IORef (ResponseMetadata GetObjectResponse) -> HTTPResponseConsumer GetObjectResponse # | |
| type ServiceConfiguration GetObject # | |
Defined in Aws.S3.Commands.GetObject | |
data GetObjectResponse #
Constructors
| GetObjectResponse | |
Fields
| |
Instances
| AsMemoryResponse GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject Associated Types type MemoryResponse GetObjectResponse :: * # Methods loadToMemory :: GetObjectResponse -> ResourceT IO (MemoryResponse GetObjectResponse) # | |
| Transaction GetObject GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject | |
| ResponseConsumer GetObject GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject Associated Types type ResponseMetadata GetObjectResponse :: * # Methods responseConsumer :: Request -> GetObject -> IORef (ResponseMetadata GetObjectResponse) -> HTTPResponseConsumer GetObjectResponse # | |
| type MemoryResponse GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject | |
| type ResponseMetadata GetObjectResponse # | |
Defined in Aws.S3.Commands.GetObject | |
data GetObjectMemoryResponse #
Constructors
| GetObjectMemoryResponse ObjectMetadata (Response ByteString) |
Instances
| Show GetObjectMemoryResponse # | |
Defined in Aws.S3.Commands.GetObject Methods showsPrec :: Int -> GetObjectMemoryResponse -> ShowS # show :: GetObjectMemoryResponse -> String # showList :: [GetObjectMemoryResponse] -> ShowS # | |