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