module Stratosphere.SageMaker.ProcessingJob.AthenaDatasetDefinitionProperty (
AthenaDatasetDefinitionProperty(..),
mkAthenaDatasetDefinitionProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data AthenaDatasetDefinitionProperty
=
AthenaDatasetDefinitionProperty {AthenaDatasetDefinitionProperty -> ()
haddock_workaround_ :: (),
AthenaDatasetDefinitionProperty -> Value Text
catalog :: (Value Prelude.Text),
AthenaDatasetDefinitionProperty -> Value Text
database :: (Value Prelude.Text),
AthenaDatasetDefinitionProperty -> Maybe (Value Text)
kmsKeyId :: (Prelude.Maybe (Value Prelude.Text)),
AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: (Prelude.Maybe (Value Prelude.Text)),
AthenaDatasetDefinitionProperty -> Value Text
outputFormat :: (Value Prelude.Text),
AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: (Value Prelude.Text),
AthenaDatasetDefinitionProperty -> Value Text
queryString :: (Value Prelude.Text),
AthenaDatasetDefinitionProperty -> Maybe (Value Text)
workGroup :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool
(AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool)
-> (AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool)
-> Eq AthenaDatasetDefinitionProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool
== :: AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool
$c/= :: AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool
/= :: AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty -> Bool
Prelude.Eq, Int -> AthenaDatasetDefinitionProperty -> ShowS
[AthenaDatasetDefinitionProperty] -> ShowS
AthenaDatasetDefinitionProperty -> String
(Int -> AthenaDatasetDefinitionProperty -> ShowS)
-> (AthenaDatasetDefinitionProperty -> String)
-> ([AthenaDatasetDefinitionProperty] -> ShowS)
-> Show AthenaDatasetDefinitionProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> AthenaDatasetDefinitionProperty -> ShowS
showsPrec :: Int -> AthenaDatasetDefinitionProperty -> ShowS
$cshow :: AthenaDatasetDefinitionProperty -> String
show :: AthenaDatasetDefinitionProperty -> String
$cshowList :: [AthenaDatasetDefinitionProperty] -> ShowS
showList :: [AthenaDatasetDefinitionProperty] -> ShowS
Prelude.Show)
mkAthenaDatasetDefinitionProperty ::
Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text -> AthenaDatasetDefinitionProperty
mkAthenaDatasetDefinitionProperty :: Value Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> AthenaDatasetDefinitionProperty
mkAthenaDatasetDefinitionProperty
Value Text
catalog
Value Text
database
Value Text
outputFormat
Value Text
outputS3Uri
Value Text
queryString
= AthenaDatasetDefinitionProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), catalog :: Value Text
catalog = Value Text
catalog, database :: Value Text
database = Value Text
database,
outputFormat :: Value Text
outputFormat = Value Text
outputFormat, outputS3Uri :: Value Text
outputS3Uri = Value Text
outputS3Uri,
queryString :: Value Text
queryString = Value Text
queryString, kmsKeyId :: Maybe (Value Text)
kmsKeyId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
outputCompression :: Maybe (Value Text)
outputCompression = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, workGroup :: Maybe (Value Text)
workGroup = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties AthenaDatasetDefinitionProperty where
toResourceProperties :: AthenaDatasetDefinitionProperty -> ResourceProperties
toResourceProperties AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SageMaker::ProcessingJob.AthenaDatasetDefinition",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"Catalog" 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
catalog, Key
"Database" 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
database,
Key
"OutputFormat" 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
outputFormat,
Key
"OutputS3Uri" 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
outputS3Uri,
Key
"QueryString" 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
queryString]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"KmsKeyId" (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)
kmsKeyId,
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
"OutputCompression" (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)
outputCompression,
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
"WorkGroup" (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)
workGroup]))}
instance JSON.ToJSON AthenaDatasetDefinitionProperty where
toJSON :: AthenaDatasetDefinitionProperty -> Value
toJSON AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"Catalog" 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
catalog, Key
"Database" 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
database,
Key
"OutputFormat" 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
outputFormat,
Key
"OutputS3Uri" 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
outputS3Uri,
Key
"QueryString" 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
queryString]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"KmsKeyId" (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)
kmsKeyId,
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
"OutputCompression" (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)
outputCompression,
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
"WorkGroup" (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)
workGroup])))
instance Property "Catalog" AthenaDatasetDefinitionProperty where
type PropertyType "Catalog" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "Catalog" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "Catalog" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty {catalog :: Value Text
catalog = PropertyType "Catalog" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "Database" AthenaDatasetDefinitionProperty where
type PropertyType "Database" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "Database" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "Database" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty {database :: Value Text
database = PropertyType "Database" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "KmsKeyId" AthenaDatasetDefinitionProperty where
type PropertyType "KmsKeyId" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "KmsKeyId" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "KmsKeyId" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty
{kmsKeyId :: Maybe (Value Text)
kmsKeyId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyId" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "OutputCompression" AthenaDatasetDefinitionProperty where
type PropertyType "OutputCompression" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "OutputCompression" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "OutputCompression" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty
{outputCompression :: Maybe (Value Text)
outputCompression = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OutputCompression" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "OutputFormat" AthenaDatasetDefinitionProperty where
type PropertyType "OutputFormat" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "OutputFormat" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "OutputFormat" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty {outputFormat :: Value Text
outputFormat = PropertyType "OutputFormat" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "OutputS3Uri" AthenaDatasetDefinitionProperty where
type PropertyType "OutputS3Uri" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "OutputS3Uri" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "OutputS3Uri" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty {outputS3Uri :: Value Text
outputS3Uri = PropertyType "OutputS3Uri" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "QueryString" AthenaDatasetDefinitionProperty where
type PropertyType "QueryString" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "QueryString" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "QueryString" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty {queryString :: Value Text
queryString = PropertyType "QueryString" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
workGroup :: Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
workGroup :: Maybe (Value Text)
..}
instance Property "WorkGroup" AthenaDatasetDefinitionProperty where
type PropertyType "WorkGroup" AthenaDatasetDefinitionProperty = Value Prelude.Text
set :: PropertyType "WorkGroup" AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
-> AthenaDatasetDefinitionProperty
set PropertyType "WorkGroup" AthenaDatasetDefinitionProperty
newValue AthenaDatasetDefinitionProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AthenaDatasetDefinitionProperty -> ()
catalog :: AthenaDatasetDefinitionProperty -> Value Text
database :: AthenaDatasetDefinitionProperty -> Value Text
kmsKeyId :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputCompression :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
outputFormat :: AthenaDatasetDefinitionProperty -> Value Text
outputS3Uri :: AthenaDatasetDefinitionProperty -> Value Text
queryString :: AthenaDatasetDefinitionProperty -> Value Text
workGroup :: AthenaDatasetDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
workGroup :: Maybe (Value Text)
..}
= AthenaDatasetDefinitionProperty
{workGroup :: Maybe (Value Text)
workGroup = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "WorkGroup" AthenaDatasetDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
haddock_workaround_ :: ()
catalog :: Value Text
database :: Value Text
kmsKeyId :: Maybe (Value Text)
outputCompression :: Maybe (Value Text)
outputFormat :: Value Text
outputS3Uri :: Value Text
queryString :: Value Text
..}