module Stratosphere.SecretsManager.RotationSchedule.HostedRotationLambdaProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data HostedRotationLambdaProperty :: Prelude.Type instance ToResourceProperties HostedRotationLambdaProperty instance Prelude.Eq HostedRotationLambdaProperty instance Prelude.Show HostedRotationLambdaProperty instance JSON.ToJSON HostedRotationLambdaProperty