stratosphere-dynamodb-1.0.0: gen/Stratosphere/DynamoDB/Table/CsvProperty.hs-boot
module Stratosphere.DynamoDB.Table.CsvProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CsvProperty :: Prelude.Type instance ToResourceProperties CsvProperty instance Prelude.Eq CsvProperty instance Prelude.Show CsvProperty instance JSON.ToJSON CsvProperty