Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.S3.Commands.DeleteObjects
Documentation
data DeleteObjects Source #
Constructors
DeleteObjects | |
Instances
SignQuery DeleteObjects Source # | ServiceConfiguration: | ||||
Defined in Aws.S3.Commands.DeleteObjects Associated Types
Methods signQuery :: DeleteObjects -> ServiceConfiguration DeleteObjects queryType -> SignatureData -> SignedQuery Source # | |||||
Show DeleteObjects Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects Methods showsPrec :: Int -> DeleteObjects -> ShowS # show :: DeleteObjects -> String # showList :: [DeleteObjects] -> ShowS # | |||||
ResponseConsumer DeleteObjects DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects Associated Types
| |||||
Transaction DeleteObjects DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects | |||||
type ServiceConfiguration DeleteObjects Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects |
deleteObjects :: Bucket -> [Text] -> DeleteObjects Source #
data DeleteObjectsResponse Source #
Constructors
DeleteObjectsResponse | |
Fields
|
Instances
AsMemoryResponse DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects Associated Types
Methods loadToMemory :: DeleteObjectsResponse -> ResourceT IO (MemoryResponse DeleteObjectsResponse) Source # | |||||
Show DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects Methods showsPrec :: Int -> DeleteObjectsResponse -> ShowS # show :: DeleteObjectsResponse -> String # showList :: [DeleteObjectsResponse] -> ShowS # | |||||
ResponseConsumer DeleteObjects DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects Associated Types
| |||||
Transaction DeleteObjects DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects | |||||
type MemoryResponse DeleteObjectsResponse Source # | |||||
type ResponseMetadata DeleteObjectsResponse Source # | |||||
Defined in Aws.S3.Commands.DeleteObjects |
data DORDeleted Source #
Constructors
DORDeleted | |
Fields
|
Instances
Show DORDeleted Source # | |
Defined in Aws.S3.Commands.DeleteObjects Methods showsPrec :: Int -> DORDeleted -> ShowS # show :: DORDeleted -> String # showList :: [DORDeleted] -> ShowS # |