module Stratosphere.SageMaker.MonitoringSchedule.BatchTransformInputProperty (
        module Exports, BatchTransformInputProperty(..),
        mkBatchTransformInputProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.SageMaker.MonitoringSchedule.DatasetFormatProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data BatchTransformInputProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html>
    BatchTransformInputProperty {BatchTransformInputProperty -> ()
haddock_workaround_ :: (),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html#cfn-sagemaker-monitoringschedule-batchtransforminput-datacaptureddestinations3uri>
                                 BatchTransformInputProperty -> Value Text
dataCapturedDestinationS3Uri :: (Value Prelude.Text),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html#cfn-sagemaker-monitoringschedule-batchtransforminput-datasetformat>
                                 BatchTransformInputProperty -> DatasetFormatProperty
datasetFormat :: DatasetFormatProperty,
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html#cfn-sagemaker-monitoringschedule-batchtransforminput-excludefeaturesattribute>
                                 BatchTransformInputProperty -> Maybe (Value Text)
excludeFeaturesAttribute :: (Prelude.Maybe (Value Prelude.Text)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html#cfn-sagemaker-monitoringschedule-batchtransforminput-localpath>
                                 BatchTransformInputProperty -> Value Text
localPath :: (Value Prelude.Text),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html#cfn-sagemaker-monitoringschedule-batchtransforminput-s3datadistributiontype>
                                 BatchTransformInputProperty -> Maybe (Value Text)
s3DataDistributionType :: (Prelude.Maybe (Value Prelude.Text)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-batchtransforminput.html#cfn-sagemaker-monitoringschedule-batchtransforminput-s3inputmode>
                                 BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
(BatchTransformInputProperty
 -> BatchTransformInputProperty -> Bool)
-> (BatchTransformInputProperty
    -> BatchTransformInputProperty -> Bool)
-> Eq BatchTransformInputProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
== :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
$c/= :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
/= :: BatchTransformInputProperty -> BatchTransformInputProperty -> Bool
Prelude.Eq, Int -> BatchTransformInputProperty -> ShowS
[BatchTransformInputProperty] -> ShowS
BatchTransformInputProperty -> String
(Int -> BatchTransformInputProperty -> ShowS)
-> (BatchTransformInputProperty -> String)
-> ([BatchTransformInputProperty] -> ShowS)
-> Show BatchTransformInputProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> BatchTransformInputProperty -> ShowS
showsPrec :: Int -> BatchTransformInputProperty -> ShowS
$cshow :: BatchTransformInputProperty -> String
show :: BatchTransformInputProperty -> String
$cshowList :: [BatchTransformInputProperty] -> ShowS
showList :: [BatchTransformInputProperty] -> ShowS
Prelude.Show)
mkBatchTransformInputProperty ::
  Value Prelude.Text
  -> DatasetFormatProperty
     -> Value Prelude.Text -> BatchTransformInputProperty
mkBatchTransformInputProperty :: Value Text
-> DatasetFormatProperty
-> Value Text
-> BatchTransformInputProperty
mkBatchTransformInputProperty
  Value Text
dataCapturedDestinationS3Uri
  DatasetFormatProperty
datasetFormat
  Value Text
localPath
  = BatchTransformInputProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       dataCapturedDestinationS3Uri :: Value Text
dataCapturedDestinationS3Uri = Value Text
dataCapturedDestinationS3Uri,
       datasetFormat :: DatasetFormatProperty
datasetFormat = DatasetFormatProperty
datasetFormat, localPath :: Value Text
localPath = Value Text
localPath,
       excludeFeaturesAttribute :: Maybe (Value Text)
excludeFeaturesAttribute = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       s3DataDistributionType :: Maybe (Value Text)
s3DataDistributionType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       s3InputMode :: Maybe (Value Text)
s3InputMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties BatchTransformInputProperty where
  toResourceProperties :: BatchTransformInputProperty -> ResourceProperties
toResourceProperties BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::SageMaker::MonitoringSchedule.BatchTransformInput",
         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
"DataCapturedDestinationS3Uri"
                              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
dataCapturedDestinationS3Uri,
                            Key
"DatasetFormat" Key -> DatasetFormatProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= DatasetFormatProperty
datasetFormat,
                            Key
"LocalPath" 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
localPath]
                           ([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
"ExcludeFeaturesAttribute"
                                 (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)
excludeFeaturesAttribute,
                               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
"S3DataDistributionType"
                                 (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)
s3DataDistributionType,
                               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
"S3InputMode" (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)
s3InputMode]))}
instance JSON.ToJSON BatchTransformInputProperty where
  toJSON :: BatchTransformInputProperty -> Value
toJSON BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: 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
"DataCapturedDestinationS3Uri"
                 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
dataCapturedDestinationS3Uri,
               Key
"DatasetFormat" Key -> DatasetFormatProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= DatasetFormatProperty
datasetFormat,
               Key
"LocalPath" 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
localPath]
              ([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
"ExcludeFeaturesAttribute"
                    (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)
excludeFeaturesAttribute,
                  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
"S3DataDistributionType"
                    (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)
s3DataDistributionType,
                  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
"S3InputMode" (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)
s3InputMode])))
instance Property "DataCapturedDestinationS3Uri" BatchTransformInputProperty where
  type PropertyType "DataCapturedDestinationS3Uri" BatchTransformInputProperty = Value Prelude.Text
  set :: PropertyType
  "DataCapturedDestinationS3Uri" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType
  "DataCapturedDestinationS3Uri" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = BatchTransformInputProperty
        {dataCapturedDestinationS3Uri :: Value Text
dataCapturedDestinationS3Uri = PropertyType
  "DataCapturedDestinationS3Uri" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
haddock_workaround_ :: ()
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
instance Property "DatasetFormat" BatchTransformInputProperty where
  type PropertyType "DatasetFormat" BatchTransformInputProperty = DatasetFormatProperty
  set :: PropertyType "DatasetFormat" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "DatasetFormat" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = BatchTransformInputProperty {datasetFormat :: DatasetFormatProperty
datasetFormat = PropertyType "DatasetFormat" BatchTransformInputProperty
DatasetFormatProperty
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
instance Property "ExcludeFeaturesAttribute" BatchTransformInputProperty where
  type PropertyType "ExcludeFeaturesAttribute" BatchTransformInputProperty = Value Prelude.Text
  set :: PropertyType "ExcludeFeaturesAttribute" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "ExcludeFeaturesAttribute" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = BatchTransformInputProperty
        {excludeFeaturesAttribute :: Maybe (Value Text)
excludeFeaturesAttribute = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExcludeFeaturesAttribute" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
instance Property "LocalPath" BatchTransformInputProperty where
  type PropertyType "LocalPath" BatchTransformInputProperty = Value Prelude.Text
  set :: PropertyType "LocalPath" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "LocalPath" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = BatchTransformInputProperty {localPath :: Value Text
localPath = PropertyType "LocalPath" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
instance Property "S3DataDistributionType" BatchTransformInputProperty where
  type PropertyType "S3DataDistributionType" BatchTransformInputProperty = Value Prelude.Text
  set :: PropertyType "S3DataDistributionType" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "S3DataDistributionType" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = BatchTransformInputProperty
        {s3DataDistributionType :: Maybe (Value Text)
s3DataDistributionType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3DataDistributionType" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3InputMode :: Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3InputMode :: Maybe (Value Text)
..}
instance Property "S3InputMode" BatchTransformInputProperty where
  type PropertyType "S3InputMode" BatchTransformInputProperty = Value Prelude.Text
  set :: PropertyType "S3InputMode" BatchTransformInputProperty
-> BatchTransformInputProperty -> BatchTransformInputProperty
set PropertyType "S3InputMode" BatchTransformInputProperty
newValue BatchTransformInputProperty {Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: BatchTransformInputProperty -> ()
dataCapturedDestinationS3Uri :: BatchTransformInputProperty -> Value Text
datasetFormat :: BatchTransformInputProperty -> DatasetFormatProperty
excludeFeaturesAttribute :: BatchTransformInputProperty -> Maybe (Value Text)
localPath :: BatchTransformInputProperty -> Value Text
s3DataDistributionType :: BatchTransformInputProperty -> Maybe (Value Text)
s3InputMode :: BatchTransformInputProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
s3InputMode :: Maybe (Value Text)
..}
    = BatchTransformInputProperty
        {s3InputMode :: Maybe (Value Text)
s3InputMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3InputMode" BatchTransformInputProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
DatasetFormatProperty
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
haddock_workaround_ :: ()
dataCapturedDestinationS3Uri :: Value Text
datasetFormat :: DatasetFormatProperty
excludeFeaturesAttribute :: Maybe (Value Text)
localPath :: Value Text
s3DataDistributionType :: Maybe (Value Text)
..}