module Stratosphere.QuickSight.Analysis.FieldSortProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data FieldSortProperty :: Prelude.Type instance ToResourceProperties FieldSortProperty instance Prelude.Eq FieldSortProperty instance Prelude.Show FieldSortProperty instance JSON.ToJSON FieldSortProperty