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