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