module Stratosphere.DevOpsGuru.LogAnomalyDetectionIntegration (
        LogAnomalyDetectionIntegration(..),
        mkLogAnomalyDetectionIntegration
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.ResourceProperties
data LogAnomalyDetectionIntegration
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-loganomalydetectionintegration.html>
    LogAnomalyDetectionIntegration {LogAnomalyDetectionIntegration -> ()
haddock_workaround_ :: ()}
  deriving stock (LogAnomalyDetectionIntegration
-> LogAnomalyDetectionIntegration -> Bool
(LogAnomalyDetectionIntegration
 -> LogAnomalyDetectionIntegration -> Bool)
-> (LogAnomalyDetectionIntegration
    -> LogAnomalyDetectionIntegration -> Bool)
-> Eq LogAnomalyDetectionIntegration
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: LogAnomalyDetectionIntegration
-> LogAnomalyDetectionIntegration -> Bool
== :: LogAnomalyDetectionIntegration
-> LogAnomalyDetectionIntegration -> Bool
$c/= :: LogAnomalyDetectionIntegration
-> LogAnomalyDetectionIntegration -> Bool
/= :: LogAnomalyDetectionIntegration
-> LogAnomalyDetectionIntegration -> Bool
Prelude.Eq, Int -> LogAnomalyDetectionIntegration -> ShowS
[LogAnomalyDetectionIntegration] -> ShowS
LogAnomalyDetectionIntegration -> String
(Int -> LogAnomalyDetectionIntegration -> ShowS)
-> (LogAnomalyDetectionIntegration -> String)
-> ([LogAnomalyDetectionIntegration] -> ShowS)
-> Show LogAnomalyDetectionIntegration
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> LogAnomalyDetectionIntegration -> ShowS
showsPrec :: Int -> LogAnomalyDetectionIntegration -> ShowS
$cshow :: LogAnomalyDetectionIntegration -> String
show :: LogAnomalyDetectionIntegration -> String
$cshowList :: [LogAnomalyDetectionIntegration] -> ShowS
showList :: [LogAnomalyDetectionIntegration] -> ShowS
Prelude.Show)
mkLogAnomalyDetectionIntegration :: LogAnomalyDetectionIntegration
mkLogAnomalyDetectionIntegration :: LogAnomalyDetectionIntegration
mkLogAnomalyDetectionIntegration
  = LogAnomalyDetectionIntegration {haddock_workaround_ :: ()
haddock_workaround_ = ()}
instance ToResourceProperties LogAnomalyDetectionIntegration where
  toResourceProperties :: LogAnomalyDetectionIntegration -> ResourceProperties
toResourceProperties LogAnomalyDetectionIntegration {}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False, properties :: Object
properties = []}
instance JSON.ToJSON LogAnomalyDetectionIntegration where
  toJSON :: LogAnomalyDetectionIntegration -> Value
toJSON LogAnomalyDetectionIntegration {} = [Pair] -> Value
JSON.object []