module Stratosphere.DataBrew.Job (
        module Exports, Job(..), mkJob
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.DataBrew.Job.DataCatalogOutputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.DatabaseOutputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.JobSampleProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.OutputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.OutputLocationProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.ProfileConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.RecipeProperty as Exports
import {-# SOURCE #-} Stratosphere.DataBrew.Job.ValidationConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Job
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html>
    Job {Job -> ()
haddock_workaround_ :: (),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-datacatalogoutputs>
         Job -> Maybe [DataCatalogOutputProperty]
dataCatalogOutputs :: (Prelude.Maybe [DataCatalogOutputProperty]),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-databaseoutputs>
         Job -> Maybe [DatabaseOutputProperty]
databaseOutputs :: (Prelude.Maybe [DatabaseOutputProperty]),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-datasetname>
         Job -> Maybe (Value Text)
datasetName :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-encryptionkeyarn>
         Job -> Maybe (Value Text)
encryptionKeyArn :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-encryptionmode>
         Job -> Maybe (Value Text)
encryptionMode :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-jobsample>
         Job -> Maybe JobSampleProperty
jobSample :: (Prelude.Maybe JobSampleProperty),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-logsubscription>
         Job -> Maybe (Value Text)
logSubscription :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-maxcapacity>
         Job -> Maybe (Value Integer)
maxCapacity :: (Prelude.Maybe (Value Prelude.Integer)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-maxretries>
         Job -> Maybe (Value Integer)
maxRetries :: (Prelude.Maybe (Value Prelude.Integer)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-name>
         Job -> Value Text
name :: (Value Prelude.Text),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputlocation>
         Job -> Maybe OutputLocationProperty
outputLocation :: (Prelude.Maybe OutputLocationProperty),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-outputs>
         Job -> Maybe [OutputProperty]
outputs :: (Prelude.Maybe [OutputProperty]),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-profileconfiguration>
         Job -> Maybe ProfileConfigurationProperty
profileConfiguration :: (Prelude.Maybe ProfileConfigurationProperty),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-projectname>
         Job -> Maybe (Value Text)
projectName :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-recipe>
         Job -> Maybe RecipeProperty
recipe :: (Prelude.Maybe RecipeProperty),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-rolearn>
         Job -> Value Text
roleArn :: (Value Prelude.Text),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-tags>
         Job -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-timeout>
         Job -> Maybe (Value Integer)
timeout :: (Prelude.Maybe (Value Prelude.Integer)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-type>
         Job -> Value Text
type' :: (Value Prelude.Text),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-validationconfigurations>
         Job -> Maybe [ValidationConfigurationProperty]
validationConfigurations :: (Prelude.Maybe [ValidationConfigurationProperty])}
  deriving stock (Job -> Job -> Bool
(Job -> Job -> Bool) -> (Job -> Job -> Bool) -> Eq Job
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Job -> Job -> Bool
== :: Job -> Job -> Bool
$c/= :: Job -> Job -> Bool
/= :: Job -> Job -> Bool
Prelude.Eq, Int -> Job -> ShowS
[Job] -> ShowS
Job -> String
(Int -> Job -> ShowS)
-> (Job -> String) -> ([Job] -> ShowS) -> Show Job
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Job -> ShowS
showsPrec :: Int -> Job -> ShowS
$cshow :: Job -> String
show :: Job -> String
$cshowList :: [Job] -> ShowS
showList :: [Job] -> ShowS
Prelude.Show)
mkJob ::
  Value Prelude.Text
  -> Value Prelude.Text -> Value Prelude.Text -> Job
mkJob :: Value Text -> Value Text -> Value Text -> Job
mkJob Value Text
name Value Text
roleArn Value Text
type'
  = Job
      {haddock_workaround_ :: ()
haddock_workaround_ = (), name :: Value Text
name = Value Text
name, roleArn :: Value Text
roleArn = Value Text
roleArn,
       type' :: Value Text
type' = Value Text
type', dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
dataCatalogOutputs = Maybe [DataCatalogOutputProperty]
forall a. Maybe a
Prelude.Nothing,
       databaseOutputs :: Maybe [DatabaseOutputProperty]
databaseOutputs = Maybe [DatabaseOutputProperty]
forall a. Maybe a
Prelude.Nothing, datasetName :: Maybe (Value Text)
datasetName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       encryptionKeyArn :: Maybe (Value Text)
encryptionKeyArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       encryptionMode :: Maybe (Value Text)
encryptionMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, jobSample :: Maybe JobSampleProperty
jobSample = Maybe JobSampleProperty
forall a. Maybe a
Prelude.Nothing,
       logSubscription :: Maybe (Value Text)
logSubscription = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, maxCapacity :: Maybe (Value Integer)
maxCapacity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       maxRetries :: Maybe (Value Integer)
maxRetries = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, outputLocation :: Maybe OutputLocationProperty
outputLocation = Maybe OutputLocationProperty
forall a. Maybe a
Prelude.Nothing,
       outputs :: Maybe [OutputProperty]
outputs = Maybe [OutputProperty]
forall a. Maybe a
Prelude.Nothing, profileConfiguration :: Maybe ProfileConfigurationProperty
profileConfiguration = Maybe ProfileConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       projectName :: Maybe (Value Text)
projectName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, recipe :: Maybe RecipeProperty
recipe = Maybe RecipeProperty
forall a. Maybe a
Prelude.Nothing,
       tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing, timeout :: Maybe (Value Integer)
timeout = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       validationConfigurations :: Maybe [ValidationConfigurationProperty]
validationConfigurations = Maybe [ValidationConfigurationProperty]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Job where
  toResourceProperties :: Job -> ResourceProperties
toResourceProperties Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::DataBrew::Job", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         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
"Name" 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
name, Key
"RoleArn" 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
roleArn,
                            Key
"Type" 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
type']
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> [DataCatalogOutputProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataCatalogOutputs" ([DataCatalogOutputProperty] -> (Key, Value))
-> Maybe [DataCatalogOutputProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DataCatalogOutputProperty]
dataCatalogOutputs,
                               Key -> [DatabaseOutputProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DatabaseOutputs" ([DatabaseOutputProperty] -> (Key, Value))
-> Maybe [DatabaseOutputProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DatabaseOutputProperty]
databaseOutputs,
                               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
"DatasetName" (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)
datasetName,
                               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
"EncryptionKeyArn" (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)
encryptionKeyArn,
                               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
"EncryptionMode" (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)
encryptionMode,
                               Key -> JobSampleProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"JobSample" (JobSampleProperty -> (Key, Value))
-> Maybe JobSampleProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe JobSampleProperty
jobSample,
                               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
"LogSubscription" (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)
logSubscription,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxCapacity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
maxCapacity,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxRetries" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
maxRetries,
                               Key -> OutputLocationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OutputLocation" (OutputLocationProperty -> (Key, Value))
-> Maybe OutputLocationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OutputLocationProperty
outputLocation,
                               Key -> [OutputProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Outputs" ([OutputProperty] -> (Key, Value))
-> Maybe [OutputProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [OutputProperty]
outputs,
                               Key -> ProfileConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProfileConfiguration" (ProfileConfigurationProperty -> (Key, Value))
-> Maybe ProfileConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ProfileConfigurationProperty
profileConfiguration,
                               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
"ProjectName" (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)
projectName,
                               Key -> RecipeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Recipe" (RecipeProperty -> (Key, Value))
-> Maybe RecipeProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RecipeProperty
recipe,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Timeout" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
timeout,
                               Key -> [ValidationConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ValidationConfigurations"
                                 ([ValidationConfigurationProperty] -> (Key, Value))
-> Maybe [ValidationConfigurationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ValidationConfigurationProperty]
validationConfigurations]))}
instance JSON.ToJSON Job where
  toJSON :: Job -> Value
toJSON Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = [(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
"Name" 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
name, Key
"RoleArn" 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
roleArn,
               Key
"Type" 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
type']
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> [DataCatalogOutputProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataCatalogOutputs" ([DataCatalogOutputProperty] -> (Key, Value))
-> Maybe [DataCatalogOutputProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DataCatalogOutputProperty]
dataCatalogOutputs,
                  Key -> [DatabaseOutputProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DatabaseOutputs" ([DatabaseOutputProperty] -> (Key, Value))
-> Maybe [DatabaseOutputProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DatabaseOutputProperty]
databaseOutputs,
                  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
"DatasetName" (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)
datasetName,
                  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
"EncryptionKeyArn" (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)
encryptionKeyArn,
                  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
"EncryptionMode" (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)
encryptionMode,
                  Key -> JobSampleProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"JobSample" (JobSampleProperty -> (Key, Value))
-> Maybe JobSampleProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe JobSampleProperty
jobSample,
                  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
"LogSubscription" (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)
logSubscription,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxCapacity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
maxCapacity,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxRetries" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
maxRetries,
                  Key -> OutputLocationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OutputLocation" (OutputLocationProperty -> (Key, Value))
-> Maybe OutputLocationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OutputLocationProperty
outputLocation,
                  Key -> [OutputProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Outputs" ([OutputProperty] -> (Key, Value))
-> Maybe [OutputProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [OutputProperty]
outputs,
                  Key -> ProfileConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProfileConfiguration" (ProfileConfigurationProperty -> (Key, Value))
-> Maybe ProfileConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ProfileConfigurationProperty
profileConfiguration,
                  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
"ProjectName" (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)
projectName,
                  Key -> RecipeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Recipe" (RecipeProperty -> (Key, Value))
-> Maybe RecipeProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RecipeProperty
recipe,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Timeout" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
timeout,
                  Key -> [ValidationConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ValidationConfigurations"
                    ([ValidationConfigurationProperty] -> (Key, Value))
-> Maybe [ValidationConfigurationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ValidationConfigurationProperty]
validationConfigurations])))
instance Property "DataCatalogOutputs" Job where
  type PropertyType "DataCatalogOutputs" Job = [DataCatalogOutputProperty]
  set :: PropertyType "DataCatalogOutputs" Job -> Job -> Job
set PropertyType "DataCatalogOutputs" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
dataCatalogOutputs = [DataCatalogOutputProperty] -> Maybe [DataCatalogOutputProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DataCatalogOutputProperty]
PropertyType "DataCatalogOutputs" Job
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "DatabaseOutputs" Job where
  type PropertyType "DatabaseOutputs" Job = [DatabaseOutputProperty]
  set :: PropertyType "DatabaseOutputs" Job -> Job -> Job
set PropertyType "DatabaseOutputs" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {databaseOutputs :: Maybe [DatabaseOutputProperty]
databaseOutputs = [DatabaseOutputProperty] -> Maybe [DatabaseOutputProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DatabaseOutputProperty]
PropertyType "DatabaseOutputs" Job
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "DatasetName" Job where
  type PropertyType "DatasetName" Job = Value Prelude.Text
  set :: PropertyType "DatasetName" Job -> Job -> Job
set PropertyType "DatasetName" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {datasetName :: Maybe (Value Text)
datasetName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DatasetName" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "EncryptionKeyArn" Job where
  type PropertyType "EncryptionKeyArn" Job = Value Prelude.Text
  set :: PropertyType "EncryptionKeyArn" Job -> Job -> Job
set PropertyType "EncryptionKeyArn" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {encryptionKeyArn :: Maybe (Value Text)
encryptionKeyArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EncryptionKeyArn" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "EncryptionMode" Job where
  type PropertyType "EncryptionMode" Job = Value Prelude.Text
  set :: PropertyType "EncryptionMode" Job -> Job -> Job
set PropertyType "EncryptionMode" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {encryptionMode :: Maybe (Value Text)
encryptionMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EncryptionMode" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "JobSample" Job where
  type PropertyType "JobSample" Job = JobSampleProperty
  set :: PropertyType "JobSample" Job -> Job -> Job
set PropertyType "JobSample" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {jobSample :: Maybe JobSampleProperty
jobSample = JobSampleProperty -> Maybe JobSampleProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "JobSample" Job
JobSampleProperty
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "LogSubscription" Job where
  type PropertyType "LogSubscription" Job = Value Prelude.Text
  set :: PropertyType "LogSubscription" Job -> Job -> Job
set PropertyType "LogSubscription" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {logSubscription :: Maybe (Value Text)
logSubscription = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LogSubscription" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "MaxCapacity" Job where
  type PropertyType "MaxCapacity" Job = Value Prelude.Integer
  set :: PropertyType "MaxCapacity" Job -> Job -> Job
set PropertyType "MaxCapacity" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {maxCapacity :: Maybe (Value Integer)
maxCapacity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MaxCapacity" Job
Value Integer
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "MaxRetries" Job where
  type PropertyType "MaxRetries" Job = Value Prelude.Integer
  set :: PropertyType "MaxRetries" Job -> Job -> Job
set PropertyType "MaxRetries" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {maxRetries :: Maybe (Value Integer)
maxRetries = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MaxRetries" Job
Value Integer
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "Name" Job where
  type PropertyType "Name" Job = Value Prelude.Text
  set :: PropertyType "Name" Job -> Job -> Job
set PropertyType "Name" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {name :: Value Text
name = PropertyType "Name" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "OutputLocation" Job where
  type PropertyType "OutputLocation" Job = OutputLocationProperty
  set :: PropertyType "OutputLocation" Job -> Job -> Job
set PropertyType "OutputLocation" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {outputLocation :: Maybe OutputLocationProperty
outputLocation = OutputLocationProperty -> Maybe OutputLocationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OutputLocation" Job
OutputLocationProperty
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "Outputs" Job where
  type PropertyType "Outputs" Job = [OutputProperty]
  set :: PropertyType "Outputs" Job -> Job -> Job
set PropertyType "Outputs" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {outputs :: Maybe [OutputProperty]
outputs = [OutputProperty] -> Maybe [OutputProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [OutputProperty]
PropertyType "Outputs" Job
newValue, Maybe [Tag]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "ProfileConfiguration" Job where
  type PropertyType "ProfileConfiguration" Job = ProfileConfigurationProperty
  set :: PropertyType "ProfileConfiguration" Job -> Job -> Job
set PropertyType "ProfileConfiguration" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {profileConfiguration :: Maybe ProfileConfigurationProperty
profileConfiguration = ProfileConfigurationProperty -> Maybe ProfileConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProfileConfiguration" Job
ProfileConfigurationProperty
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "ProjectName" Job where
  type PropertyType "ProjectName" Job = Value Prelude.Text
  set :: PropertyType "ProjectName" Job -> Job -> Job
set PropertyType "ProjectName" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {projectName :: Maybe (Value Text)
projectName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProjectName" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "Recipe" Job where
  type PropertyType "Recipe" Job = RecipeProperty
  set :: PropertyType "Recipe" Job -> Job -> Job
set PropertyType "Recipe" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {recipe :: Maybe RecipeProperty
recipe = RecipeProperty -> Maybe RecipeProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Recipe" Job
RecipeProperty
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "RoleArn" Job where
  type PropertyType "RoleArn" Job = Value Prelude.Text
  set :: PropertyType "RoleArn" Job -> Job -> Job
set PropertyType "RoleArn" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {roleArn :: Value Text
roleArn = PropertyType "RoleArn" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "Tags" Job where
  type PropertyType "Tags" Job = [Tag]
  set :: PropertyType "Tags" Job -> Job -> Job
set PropertyType "Tags" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Job
newValue, Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "Timeout" Job where
  type PropertyType "Timeout" Job = Value Prelude.Integer
  set :: PropertyType "Timeout" Job -> Job -> Job
set PropertyType "Timeout" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {timeout :: Maybe (Value Integer)
timeout = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Timeout" Job
Value Integer
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "Type" Job where
  type PropertyType "Type" Job = Value Prelude.Text
  set :: PropertyType "Type" Job -> Job -> Job
set PropertyType "Type" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..} = Job {type' :: Value Text
type' = PropertyType "Type" Job
Value Text
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
validationConfigurations :: Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
instance Property "ValidationConfigurations" Job where
  type PropertyType "ValidationConfigurations" Job = [ValidationConfigurationProperty]
  set :: PropertyType "ValidationConfigurations" Job -> Job -> Job
set PropertyType "ValidationConfigurations" Job
newValue Job {Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe [ValidationConfigurationProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: Job -> ()
dataCatalogOutputs :: Job -> Maybe [DataCatalogOutputProperty]
databaseOutputs :: Job -> Maybe [DatabaseOutputProperty]
datasetName :: Job -> Maybe (Value Text)
encryptionKeyArn :: Job -> Maybe (Value Text)
encryptionMode :: Job -> Maybe (Value Text)
jobSample :: Job -> Maybe JobSampleProperty
logSubscription :: Job -> Maybe (Value Text)
maxCapacity :: Job -> Maybe (Value Integer)
maxRetries :: Job -> Maybe (Value Integer)
name :: Job -> Value Text
outputLocation :: Job -> Maybe OutputLocationProperty
outputs :: Job -> Maybe [OutputProperty]
profileConfiguration :: Job -> Maybe ProfileConfigurationProperty
projectName :: Job -> Maybe (Value Text)
recipe :: Job -> Maybe RecipeProperty
roleArn :: Job -> Value Text
tags :: Job -> Maybe [Tag]
timeout :: Job -> Maybe (Value Integer)
type' :: Job -> Value Text
validationConfigurations :: Job -> Maybe [ValidationConfigurationProperty]
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
validationConfigurations :: Maybe [ValidationConfigurationProperty]
..}
    = Job {validationConfigurations :: Maybe [ValidationConfigurationProperty]
validationConfigurations = [ValidationConfigurationProperty]
-> Maybe [ValidationConfigurationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ValidationConfigurationProperty]
PropertyType "ValidationConfigurations" Job
newValue, Maybe [Tag]
Maybe [OutputProperty]
Maybe [DatabaseOutputProperty]
Maybe [DataCatalogOutputProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe JobSampleProperty
Maybe OutputLocationProperty
Maybe RecipeProperty
Maybe ProfileConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
haddock_workaround_ :: ()
dataCatalogOutputs :: Maybe [DataCatalogOutputProperty]
databaseOutputs :: Maybe [DatabaseOutputProperty]
datasetName :: Maybe (Value Text)
encryptionKeyArn :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
jobSample :: Maybe JobSampleProperty
logSubscription :: Maybe (Value Text)
maxCapacity :: Maybe (Value Integer)
maxRetries :: Maybe (Value Integer)
name :: Value Text
outputLocation :: Maybe OutputLocationProperty
outputs :: Maybe [OutputProperty]
profileConfiguration :: Maybe ProfileConfigurationProperty
projectName :: Maybe (Value Text)
recipe :: Maybe RecipeProperty
roleArn :: Value Text
tags :: Maybe [Tag]
timeout :: Maybe (Value Integer)
type' :: Value Text
..}