module Stratosphere.SageMaker.MonitoringSchedule.MonitoringExecutionSummaryProperty (
        MonitoringExecutionSummaryProperty(..),
        mkMonitoringExecutionSummaryProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data MonitoringExecutionSummaryProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html>
    MonitoringExecutionSummaryProperty {MonitoringExecutionSummaryProperty -> ()
haddock_workaround_ :: (),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-creationtime>
                                        MonitoringExecutionSummaryProperty -> Value Text
creationTime :: (Value Prelude.Text),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-endpointname>
                                        MonitoringExecutionSummaryProperty -> Maybe (Value Text)
endpointName :: (Prelude.Maybe (Value Prelude.Text)),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-failurereason>
                                        MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: (Prelude.Maybe (Value Prelude.Text)),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-lastmodifiedtime>
                                        MonitoringExecutionSummaryProperty -> Value Text
lastModifiedTime :: (Value Prelude.Text),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-monitoringexecutionstatus>
                                        MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: (Value Prelude.Text),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-monitoringschedulename>
                                        MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: (Value Prelude.Text),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-processingjobarn>
                                        MonitoringExecutionSummaryProperty -> Maybe (Value Text)
processingJobArn :: (Prelude.Maybe (Value Prelude.Text)),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-monitoringexecutionsummary.html#cfn-sagemaker-monitoringschedule-monitoringexecutionsummary-scheduledtime>
                                        MonitoringExecutionSummaryProperty -> Value Text
scheduledTime :: (Value Prelude.Text)}
  deriving stock (MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty -> Bool
(MonitoringExecutionSummaryProperty
 -> MonitoringExecutionSummaryProperty -> Bool)
-> (MonitoringExecutionSummaryProperty
    -> MonitoringExecutionSummaryProperty -> Bool)
-> Eq MonitoringExecutionSummaryProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty -> Bool
== :: MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty -> Bool
$c/= :: MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty -> Bool
/= :: MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty -> Bool
Prelude.Eq, Int -> MonitoringExecutionSummaryProperty -> ShowS
[MonitoringExecutionSummaryProperty] -> ShowS
MonitoringExecutionSummaryProperty -> String
(Int -> MonitoringExecutionSummaryProperty -> ShowS)
-> (MonitoringExecutionSummaryProperty -> String)
-> ([MonitoringExecutionSummaryProperty] -> ShowS)
-> Show MonitoringExecutionSummaryProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> MonitoringExecutionSummaryProperty -> ShowS
showsPrec :: Int -> MonitoringExecutionSummaryProperty -> ShowS
$cshow :: MonitoringExecutionSummaryProperty -> String
show :: MonitoringExecutionSummaryProperty -> String
$cshowList :: [MonitoringExecutionSummaryProperty] -> ShowS
showList :: [MonitoringExecutionSummaryProperty] -> ShowS
Prelude.Show)
mkMonitoringExecutionSummaryProperty ::
  Value Prelude.Text
  -> Value Prelude.Text
     -> Value Prelude.Text
        -> Value Prelude.Text
           -> Value Prelude.Text -> MonitoringExecutionSummaryProperty
mkMonitoringExecutionSummaryProperty :: Value Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> MonitoringExecutionSummaryProperty
mkMonitoringExecutionSummaryProperty
  Value Text
creationTime
  Value Text
lastModifiedTime
  Value Text
monitoringExecutionStatus
  Value Text
monitoringScheduleName
  Value Text
scheduledTime
  = MonitoringExecutionSummaryProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), creationTime :: Value Text
creationTime = Value Text
creationTime,
       lastModifiedTime :: Value Text
lastModifiedTime = Value Text
lastModifiedTime,
       monitoringExecutionStatus :: Value Text
monitoringExecutionStatus = Value Text
monitoringExecutionStatus,
       monitoringScheduleName :: Value Text
monitoringScheduleName = Value Text
monitoringScheduleName,
       scheduledTime :: Value Text
scheduledTime = Value Text
scheduledTime, endpointName :: Maybe (Value Text)
endpointName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       failureReason :: Maybe (Value Text)
failureReason = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       processingJobArn :: Maybe (Value Text)
processingJobArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties MonitoringExecutionSummaryProperty where
  toResourceProperties :: MonitoringExecutionSummaryProperty -> ResourceProperties
toResourceProperties MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::SageMaker::MonitoringSchedule.MonitoringExecutionSummary",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"CreationTime" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
creationTime,
                            Key
"LastModifiedTime" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
lastModifiedTime,
                            Key
"MonitoringExecutionStatus" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
monitoringExecutionStatus,
                            Key
"MonitoringScheduleName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
monitoringScheduleName,
                            Key
"ScheduledTime" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
scheduledTime]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndpointName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endpointName,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FailureReason" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
failureReason,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProcessingJobArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
processingJobArn]))}
instance JSON.ToJSON MonitoringExecutionSummaryProperty where
  toJSON :: MonitoringExecutionSummaryProperty -> Value
toJSON MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"CreationTime" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
creationTime,
               Key
"LastModifiedTime" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
lastModifiedTime,
               Key
"MonitoringExecutionStatus" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
monitoringExecutionStatus,
               Key
"MonitoringScheduleName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
monitoringScheduleName,
               Key
"ScheduledTime" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
scheduledTime]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndpointName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endpointName,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FailureReason" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
failureReason,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProcessingJobArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
processingJobArn])))
instance Property "CreationTime" MonitoringExecutionSummaryProperty where
  type PropertyType "CreationTime" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType "CreationTime" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType "CreationTime" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty {creationTime :: Value Text
creationTime = PropertyType "CreationTime" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
haddock_workaround_ :: ()
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
instance Property "EndpointName" MonitoringExecutionSummaryProperty where
  type PropertyType "EndpointName" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType "EndpointName" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType "EndpointName" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty
        {endpointName :: Maybe (Value Text)
endpointName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EndpointName" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
instance Property "FailureReason" MonitoringExecutionSummaryProperty where
  type PropertyType "FailureReason" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType "FailureReason" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType "FailureReason" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty
        {failureReason :: Maybe (Value Text)
failureReason = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FailureReason" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
instance Property "LastModifiedTime" MonitoringExecutionSummaryProperty where
  type PropertyType "LastModifiedTime" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType "LastModifiedTime" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType "LastModifiedTime" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty
        {lastModifiedTime :: Value Text
lastModifiedTime = PropertyType "LastModifiedTime" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
instance Property "MonitoringExecutionStatus" MonitoringExecutionSummaryProperty where
  type PropertyType "MonitoringExecutionStatus" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType
  "MonitoringExecutionStatus" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType
  "MonitoringExecutionStatus" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty
        {monitoringExecutionStatus :: Value Text
monitoringExecutionStatus = PropertyType
  "MonitoringExecutionStatus" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
instance Property "MonitoringScheduleName" MonitoringExecutionSummaryProperty where
  type PropertyType "MonitoringScheduleName" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType
  "MonitoringScheduleName" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType
  "MonitoringScheduleName" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty
        {monitoringScheduleName :: Value Text
monitoringScheduleName = PropertyType
  "MonitoringScheduleName" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
instance Property "ProcessingJobArn" MonitoringExecutionSummaryProperty where
  type PropertyType "ProcessingJobArn" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType "ProcessingJobArn" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType "ProcessingJobArn" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty
        {processingJobArn :: Maybe (Value Text)
processingJobArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProcessingJobArn" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
scheduledTime :: Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
scheduledTime :: Value Text
..}
instance Property "ScheduledTime" MonitoringExecutionSummaryProperty where
  type PropertyType "ScheduledTime" MonitoringExecutionSummaryProperty = Value Prelude.Text
  set :: PropertyType "ScheduledTime" MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
-> MonitoringExecutionSummaryProperty
set PropertyType "ScheduledTime" MonitoringExecutionSummaryProperty
newValue MonitoringExecutionSummaryProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: MonitoringExecutionSummaryProperty -> ()
creationTime :: MonitoringExecutionSummaryProperty -> Value Text
endpointName :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
failureReason :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
lastModifiedTime :: MonitoringExecutionSummaryProperty -> Value Text
monitoringExecutionStatus :: MonitoringExecutionSummaryProperty -> Value Text
monitoringScheduleName :: MonitoringExecutionSummaryProperty -> Value Text
processingJobArn :: MonitoringExecutionSummaryProperty -> Maybe (Value Text)
scheduledTime :: MonitoringExecutionSummaryProperty -> Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
scheduledTime :: Value Text
..}
    = MonitoringExecutionSummaryProperty {scheduledTime :: Value Text
scheduledTime = PropertyType "ScheduledTime" MonitoringExecutionSummaryProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
haddock_workaround_ :: ()
creationTime :: Value Text
endpointName :: Maybe (Value Text)
failureReason :: Maybe (Value Text)
lastModifiedTime :: Value Text
monitoringExecutionStatus :: Value Text
monitoringScheduleName :: Value Text
processingJobArn :: Maybe (Value Text)
..}