Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data DeleteObjectVersion Source #
Instances
SignQuery DeleteObjectVersion Source # | ServiceConfiguration: |
Defined in Aws.S3.Commands.DeleteObjectVersion type ServiceConfiguration DeleteObjectVersion :: Type -> Type Source # signQuery :: DeleteObjectVersion -> ServiceConfiguration DeleteObjectVersion queryType -> SignatureData -> SignedQuery Source # | |
Show DeleteObjectVersion Source # | |
Defined in Aws.S3.Commands.DeleteObjectVersion showsPrec :: Int -> DeleteObjectVersion -> ShowS # show :: DeleteObjectVersion -> String # showList :: [DeleteObjectVersion] -> ShowS # | |
ResponseConsumer DeleteObjectVersion DeleteObjectVersionResponse Source # | |
Transaction DeleteObjectVersion DeleteObjectVersionResponse Source # | |
Defined in Aws.S3.Commands.DeleteObjectVersion | |
type ServiceConfiguration DeleteObjectVersion Source # | |
deleteObjectVersion :: Bucket -> Text -> Text -> DeleteObjectVersion Source #
data DeleteObjectVersionResponse Source #