module Stratosphere.GameLift.Fleet.AnywhereConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AnywhereConfigurationProperty :: Prelude.Type instance ToResourceProperties AnywhereConfigurationProperty instance Prelude.Eq AnywhereConfigurationProperty instance Prelude.Show AnywhereConfigurationProperty instance JSON.ToJSON AnywhereConfigurationProperty