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