aws-0.20: Amazon Web Services (AWS) for Haskell
Aws.S3.Commands.DeleteObject
Synopsis
data DeleteObject Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> DeleteObject -> ShowS #
show :: DeleteObject -> String #
showList :: [DeleteObject] -> ShowS #
ServiceConfiguration: S3Configuration
S3Configuration
Associated Types
type ServiceConfiguration DeleteObject :: * -> * Source #
signQuery :: DeleteObject -> ServiceConfiguration DeleteObject queryType -> SignatureData -> SignedQuery Source #
type ResponseMetadata DeleteObjectResponse :: * Source #
responseConsumer :: Request -> DeleteObject -> IORef (ResponseMetadata DeleteObjectResponse) -> HTTPResponseConsumer DeleteObjectResponse Source #
data DeleteObjectResponse Source #
showsPrec :: Int -> DeleteObjectResponse -> ShowS #
show :: DeleteObjectResponse -> String #
showList :: [DeleteObjectResponse] -> ShowS #
type MemoryResponse DeleteObjectResponse :: * Source #
loadToMemory :: DeleteObjectResponse -> ResourceT IO (MemoryResponse DeleteObjectResponse) Source #