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