module Stratosphere.DynamoDB.GlobalTable.StreamSpecificationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data StreamSpecificationProperty :: Prelude.Type instance ToResourceProperties StreamSpecificationProperty instance Prelude.Eq StreamSpecificationProperty instance Prelude.Show StreamSpecificationProperty instance JSON.ToJSON StreamSpecificationProperty