{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.SageMaker.Types.EdgePackagingJobSummary
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.SageMaker.Types.EdgePackagingJobSummary where

import qualified Amazonka.Core as Core
import qualified Amazonka.Core.Lens.Internal as Lens
import qualified Amazonka.Data as Data
import qualified Amazonka.Prelude as Prelude
import Amazonka.SageMaker.Types.EdgePackagingJobStatus

-- | Summary of edge packaging job.
--
-- /See:/ 'newEdgePackagingJobSummary' smart constructor.
data EdgePackagingJobSummary = EdgePackagingJobSummary'
  { -- | The name of the SageMaker Neo compilation job.
    EdgePackagingJobSummary -> Maybe Text
compilationJobName :: Prelude.Maybe Prelude.Text,
    -- | The timestamp of when the job was created.
    EdgePackagingJobSummary -> Maybe POSIX
creationTime :: Prelude.Maybe Data.POSIX,
    -- | The timestamp of when the edge packaging job was last updated.
    EdgePackagingJobSummary -> Maybe POSIX
lastModifiedTime :: Prelude.Maybe Data.POSIX,
    -- | The name of the model.
    EdgePackagingJobSummary -> Maybe Text
modelName :: Prelude.Maybe Prelude.Text,
    -- | The version of the model.
    EdgePackagingJobSummary -> Maybe Text
modelVersion :: Prelude.Maybe Prelude.Text,
    -- | The Amazon Resource Name (ARN) of the edge packaging job.
    EdgePackagingJobSummary -> Text
edgePackagingJobArn :: Prelude.Text,
    -- | The name of the edge packaging job.
    EdgePackagingJobSummary -> Text
edgePackagingJobName :: Prelude.Text,
    -- | The status of the edge packaging job.
    EdgePackagingJobSummary -> EdgePackagingJobStatus
edgePackagingJobStatus :: EdgePackagingJobStatus
  }
  deriving (EdgePackagingJobSummary -> EdgePackagingJobSummary -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: EdgePackagingJobSummary -> EdgePackagingJobSummary -> Bool
$c/= :: EdgePackagingJobSummary -> EdgePackagingJobSummary -> Bool
== :: EdgePackagingJobSummary -> EdgePackagingJobSummary -> Bool
$c== :: EdgePackagingJobSummary -> EdgePackagingJobSummary -> Bool
Prelude.Eq, ReadPrec [EdgePackagingJobSummary]
ReadPrec EdgePackagingJobSummary
Int -> ReadS EdgePackagingJobSummary
ReadS [EdgePackagingJobSummary]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [EdgePackagingJobSummary]
$creadListPrec :: ReadPrec [EdgePackagingJobSummary]
readPrec :: ReadPrec EdgePackagingJobSummary
$creadPrec :: ReadPrec EdgePackagingJobSummary
readList :: ReadS [EdgePackagingJobSummary]
$creadList :: ReadS [EdgePackagingJobSummary]
readsPrec :: Int -> ReadS EdgePackagingJobSummary
$creadsPrec :: Int -> ReadS EdgePackagingJobSummary
Prelude.Read, Int -> EdgePackagingJobSummary -> ShowS
[EdgePackagingJobSummary] -> ShowS
EdgePackagingJobSummary -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [EdgePackagingJobSummary] -> ShowS
$cshowList :: [EdgePackagingJobSummary] -> ShowS
show :: EdgePackagingJobSummary -> String
$cshow :: EdgePackagingJobSummary -> String
showsPrec :: Int -> EdgePackagingJobSummary -> ShowS
$cshowsPrec :: Int -> EdgePackagingJobSummary -> ShowS
Prelude.Show, forall x. Rep EdgePackagingJobSummary x -> EdgePackagingJobSummary
forall x. EdgePackagingJobSummary -> Rep EdgePackagingJobSummary x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep EdgePackagingJobSummary x -> EdgePackagingJobSummary
$cfrom :: forall x. EdgePackagingJobSummary -> Rep EdgePackagingJobSummary x
Prelude.Generic)

-- |
-- Create a value of 'EdgePackagingJobSummary' with all optional fields omitted.
--
-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.
--
-- The following record fields are available, with the corresponding lenses provided
-- for backwards compatibility:
--
-- 'compilationJobName', 'edgePackagingJobSummary_compilationJobName' - The name of the SageMaker Neo compilation job.
--
-- 'creationTime', 'edgePackagingJobSummary_creationTime' - The timestamp of when the job was created.
--
-- 'lastModifiedTime', 'edgePackagingJobSummary_lastModifiedTime' - The timestamp of when the edge packaging job was last updated.
--
-- 'modelName', 'edgePackagingJobSummary_modelName' - The name of the model.
--
-- 'modelVersion', 'edgePackagingJobSummary_modelVersion' - The version of the model.
--
-- 'edgePackagingJobArn', 'edgePackagingJobSummary_edgePackagingJobArn' - The Amazon Resource Name (ARN) of the edge packaging job.
--
-- 'edgePackagingJobName', 'edgePackagingJobSummary_edgePackagingJobName' - The name of the edge packaging job.
--
-- 'edgePackagingJobStatus', 'edgePackagingJobSummary_edgePackagingJobStatus' - The status of the edge packaging job.
newEdgePackagingJobSummary ::
  -- | 'edgePackagingJobArn'
  Prelude.Text ->
  -- | 'edgePackagingJobName'
  Prelude.Text ->
  -- | 'edgePackagingJobStatus'
  EdgePackagingJobStatus ->
  EdgePackagingJobSummary
newEdgePackagingJobSummary :: Text -> Text -> EdgePackagingJobStatus -> EdgePackagingJobSummary
newEdgePackagingJobSummary
  Text
pEdgePackagingJobArn_
  Text
pEdgePackagingJobName_
  EdgePackagingJobStatus
pEdgePackagingJobStatus_ =
    EdgePackagingJobSummary'
      { $sel:compilationJobName:EdgePackagingJobSummary' :: Maybe Text
compilationJobName =
          forall a. Maybe a
Prelude.Nothing,
        $sel:creationTime:EdgePackagingJobSummary' :: Maybe POSIX
creationTime = forall a. Maybe a
Prelude.Nothing,
        $sel:lastModifiedTime:EdgePackagingJobSummary' :: Maybe POSIX
lastModifiedTime = forall a. Maybe a
Prelude.Nothing,
        $sel:modelName:EdgePackagingJobSummary' :: Maybe Text
modelName = forall a. Maybe a
Prelude.Nothing,
        $sel:modelVersion:EdgePackagingJobSummary' :: Maybe Text
modelVersion = forall a. Maybe a
Prelude.Nothing,
        $sel:edgePackagingJobArn:EdgePackagingJobSummary' :: Text
edgePackagingJobArn = Text
pEdgePackagingJobArn_,
        $sel:edgePackagingJobName:EdgePackagingJobSummary' :: Text
edgePackagingJobName = Text
pEdgePackagingJobName_,
        $sel:edgePackagingJobStatus:EdgePackagingJobSummary' :: EdgePackagingJobStatus
edgePackagingJobStatus = EdgePackagingJobStatus
pEdgePackagingJobStatus_
      }

-- | The name of the SageMaker Neo compilation job.
edgePackagingJobSummary_compilationJobName :: Lens.Lens' EdgePackagingJobSummary (Prelude.Maybe Prelude.Text)
edgePackagingJobSummary_compilationJobName :: Lens' EdgePackagingJobSummary (Maybe Text)
edgePackagingJobSummary_compilationJobName = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Maybe Text
compilationJobName :: Maybe Text
$sel:compilationJobName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
compilationJobName} -> Maybe Text
compilationJobName) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Maybe Text
a -> EdgePackagingJobSummary
s {$sel:compilationJobName:EdgePackagingJobSummary' :: Maybe Text
compilationJobName = Maybe Text
a} :: EdgePackagingJobSummary)

-- | The timestamp of when the job was created.
edgePackagingJobSummary_creationTime :: Lens.Lens' EdgePackagingJobSummary (Prelude.Maybe Prelude.UTCTime)
edgePackagingJobSummary_creationTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime)
edgePackagingJobSummary_creationTime = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Maybe POSIX
creationTime :: Maybe POSIX
$sel:creationTime:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe POSIX
creationTime} -> Maybe POSIX
creationTime) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Maybe POSIX
a -> EdgePackagingJobSummary
s {$sel:creationTime:EdgePackagingJobSummary' :: Maybe POSIX
creationTime = Maybe POSIX
a} :: EdgePackagingJobSummary) forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping forall (a :: Format). Iso' (Time a) UTCTime
Data._Time

-- | The timestamp of when the edge packaging job was last updated.
edgePackagingJobSummary_lastModifiedTime :: Lens.Lens' EdgePackagingJobSummary (Prelude.Maybe Prelude.UTCTime)
edgePackagingJobSummary_lastModifiedTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime)
edgePackagingJobSummary_lastModifiedTime = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Maybe POSIX
lastModifiedTime :: Maybe POSIX
$sel:lastModifiedTime:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe POSIX
lastModifiedTime} -> Maybe POSIX
lastModifiedTime) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Maybe POSIX
a -> EdgePackagingJobSummary
s {$sel:lastModifiedTime:EdgePackagingJobSummary' :: Maybe POSIX
lastModifiedTime = Maybe POSIX
a} :: EdgePackagingJobSummary) forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping forall (a :: Format). Iso' (Time a) UTCTime
Data._Time

-- | The name of the model.
edgePackagingJobSummary_modelName :: Lens.Lens' EdgePackagingJobSummary (Prelude.Maybe Prelude.Text)
edgePackagingJobSummary_modelName :: Lens' EdgePackagingJobSummary (Maybe Text)
edgePackagingJobSummary_modelName = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Maybe Text
modelName :: Maybe Text
$sel:modelName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
modelName} -> Maybe Text
modelName) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Maybe Text
a -> EdgePackagingJobSummary
s {$sel:modelName:EdgePackagingJobSummary' :: Maybe Text
modelName = Maybe Text
a} :: EdgePackagingJobSummary)

-- | The version of the model.
edgePackagingJobSummary_modelVersion :: Lens.Lens' EdgePackagingJobSummary (Prelude.Maybe Prelude.Text)
edgePackagingJobSummary_modelVersion :: Lens' EdgePackagingJobSummary (Maybe Text)
edgePackagingJobSummary_modelVersion = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Maybe Text
modelVersion :: Maybe Text
$sel:modelVersion:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
modelVersion} -> Maybe Text
modelVersion) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Maybe Text
a -> EdgePackagingJobSummary
s {$sel:modelVersion:EdgePackagingJobSummary' :: Maybe Text
modelVersion = Maybe Text
a} :: EdgePackagingJobSummary)

-- | The Amazon Resource Name (ARN) of the edge packaging job.
edgePackagingJobSummary_edgePackagingJobArn :: Lens.Lens' EdgePackagingJobSummary Prelude.Text
edgePackagingJobSummary_edgePackagingJobArn :: Lens' EdgePackagingJobSummary Text
edgePackagingJobSummary_edgePackagingJobArn = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Text
edgePackagingJobArn :: Text
$sel:edgePackagingJobArn:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Text
edgePackagingJobArn} -> Text
edgePackagingJobArn) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Text
a -> EdgePackagingJobSummary
s {$sel:edgePackagingJobArn:EdgePackagingJobSummary' :: Text
edgePackagingJobArn = Text
a} :: EdgePackagingJobSummary)

-- | The name of the edge packaging job.
edgePackagingJobSummary_edgePackagingJobName :: Lens.Lens' EdgePackagingJobSummary Prelude.Text
edgePackagingJobSummary_edgePackagingJobName :: Lens' EdgePackagingJobSummary Text
edgePackagingJobSummary_edgePackagingJobName = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {Text
edgePackagingJobName :: Text
$sel:edgePackagingJobName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Text
edgePackagingJobName} -> Text
edgePackagingJobName) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} Text
a -> EdgePackagingJobSummary
s {$sel:edgePackagingJobName:EdgePackagingJobSummary' :: Text
edgePackagingJobName = Text
a} :: EdgePackagingJobSummary)

-- | The status of the edge packaging job.
edgePackagingJobSummary_edgePackagingJobStatus :: Lens.Lens' EdgePackagingJobSummary EdgePackagingJobStatus
edgePackagingJobSummary_edgePackagingJobStatus :: Lens' EdgePackagingJobSummary EdgePackagingJobStatus
edgePackagingJobSummary_edgePackagingJobStatus = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EdgePackagingJobSummary' {EdgePackagingJobStatus
edgePackagingJobStatus :: EdgePackagingJobStatus
$sel:edgePackagingJobStatus:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> EdgePackagingJobStatus
edgePackagingJobStatus} -> EdgePackagingJobStatus
edgePackagingJobStatus) (\s :: EdgePackagingJobSummary
s@EdgePackagingJobSummary' {} EdgePackagingJobStatus
a -> EdgePackagingJobSummary
s {$sel:edgePackagingJobStatus:EdgePackagingJobSummary' :: EdgePackagingJobStatus
edgePackagingJobStatus = EdgePackagingJobStatus
a} :: EdgePackagingJobSummary)

instance Data.FromJSON EdgePackagingJobSummary where
  parseJSON :: Value -> Parser EdgePackagingJobSummary
parseJSON =
    forall a. String -> (Object -> Parser a) -> Value -> Parser a
Data.withObject
      String
"EdgePackagingJobSummary"
      ( \Object
x ->
          Maybe Text
-> Maybe POSIX
-> Maybe POSIX
-> Maybe Text
-> Maybe Text
-> Text
-> Text
-> EdgePackagingJobStatus
-> EdgePackagingJobSummary
EdgePackagingJobSummary'
            forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"CompilationJobName")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"CreationTime")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"LastModifiedTime")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"ModelName")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"ModelVersion")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser a
Data..: Key
"EdgePackagingJobArn")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser a
Data..: Key
"EdgePackagingJobName")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser a
Data..: Key
"EdgePackagingJobStatus")
      )

instance Prelude.Hashable EdgePackagingJobSummary where
  hashWithSalt :: Int -> EdgePackagingJobSummary -> Int
hashWithSalt Int
_salt EdgePackagingJobSummary' {Maybe Text
Maybe POSIX
Text
EdgePackagingJobStatus
edgePackagingJobStatus :: EdgePackagingJobStatus
edgePackagingJobName :: Text
edgePackagingJobArn :: Text
modelVersion :: Maybe Text
modelName :: Maybe Text
lastModifiedTime :: Maybe POSIX
creationTime :: Maybe POSIX
compilationJobName :: Maybe Text
$sel:edgePackagingJobStatus:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> EdgePackagingJobStatus
$sel:edgePackagingJobName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Text
$sel:edgePackagingJobArn:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Text
$sel:modelVersion:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
$sel:modelName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
$sel:lastModifiedTime:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe POSIX
$sel:creationTime:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe POSIX
$sel:compilationJobName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
..} =
    Int
_salt
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
compilationJobName
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe POSIX
creationTime
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe POSIX
lastModifiedTime
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
modelName
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
modelVersion
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Text
edgePackagingJobArn
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Text
edgePackagingJobName
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` EdgePackagingJobStatus
edgePackagingJobStatus

instance Prelude.NFData EdgePackagingJobSummary where
  rnf :: EdgePackagingJobSummary -> ()
rnf EdgePackagingJobSummary' {Maybe Text
Maybe POSIX
Text
EdgePackagingJobStatus
edgePackagingJobStatus :: EdgePackagingJobStatus
edgePackagingJobName :: Text
edgePackagingJobArn :: Text
modelVersion :: Maybe Text
modelName :: Maybe Text
lastModifiedTime :: Maybe POSIX
creationTime :: Maybe POSIX
compilationJobName :: Maybe Text
$sel:edgePackagingJobStatus:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> EdgePackagingJobStatus
$sel:edgePackagingJobName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Text
$sel:edgePackagingJobArn:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Text
$sel:modelVersion:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
$sel:modelName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
$sel:lastModifiedTime:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe POSIX
$sel:creationTime:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe POSIX
$sel:compilationJobName:EdgePackagingJobSummary' :: EdgePackagingJobSummary -> Maybe Text
..} =
    forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
compilationJobName
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe POSIX
creationTime
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe POSIX
lastModifiedTime
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
modelName
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
modelVersion
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Text
edgePackagingJobArn
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Text
edgePackagingJobName
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf EdgePackagingJobStatus
edgePackagingJobStatus