aws-0.0.1: Aws/SimpleDb/Metadata.hs
module Aws.SimpleDb.Metadata
where
data SdbMetadata
= SdbMetadata {
requestId :: String
, boxUsage :: Maybe String
}
deriving (Show)
module Aws.SimpleDb.Metadata
where
data SdbMetadata
= SdbMetadata {
requestId :: String
, boxUsage :: Maybe String
}
deriving (Show)