stratosphere-ecs-1.0.0: gen/Stratosphere/ECS/Service/SecretProperty.hs-boot
module Stratosphere.ECS.Service.SecretProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SecretProperty :: Prelude.Type instance ToResourceProperties SecretProperty instance Prelude.Eq SecretProperty instance Prelude.Show SecretProperty instance JSON.ToJSON SecretProperty