Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data DeleteObjects Source #
Instances
SignQuery DeleteObjects Source # | ServiceConfiguration: |
Defined in Aws.S3.Commands.DeleteObjects type ServiceConfiguration DeleteObjects :: Type -> Type Source # signQuery :: DeleteObjects -> ServiceConfiguration DeleteObjects queryType -> SignatureData -> SignedQuery Source # | |
Show DeleteObjects Source # | |
Defined in Aws.S3.Commands.DeleteObjects showsPrec :: Int -> DeleteObjects -> ShowS # show :: DeleteObjects -> String # showList :: [DeleteObjects] -> ShowS # | |
ResponseConsumer DeleteObjects DeleteObjectsResponse Source # | |
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 #
Instances
data DORDeleted Source #
Instances
Show DORDeleted Source # | |
Defined in Aws.S3.Commands.DeleteObjects showsPrec :: Int -> DORDeleted -> ShowS # show :: DORDeleted -> String # showList :: [DORDeleted] -> ShowS # |