| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.KinesisAnalyticsV2.Application.InputProperty
Documentation
data CSVMappingParametersProperty Source #
Constructors
| CSVMappingParametersProperty | |
Fields | |
Instances
data InputSchemaProperty Source #
Constructors
| InputSchemaProperty | |
Fields | |
Instances
| ToJSON InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputSchemaProperty Methods toJSON :: InputSchemaProperty -> Value # toEncoding :: InputSchemaProperty -> Encoding # toJSONList :: [InputSchemaProperty] -> Value # toEncodingList :: [InputSchemaProperty] -> Encoding # omitField :: InputSchemaProperty -> Bool # | |||||
| Show InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputSchemaProperty Methods showsPrec :: Int -> InputSchemaProperty -> ShowS # show :: InputSchemaProperty -> String # showList :: [InputSchemaProperty] -> ShowS # | |||||
| Eq InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputSchemaProperty Methods (==) :: InputSchemaProperty -> InputSchemaProperty -> Bool # (/=) :: InputSchemaProperty -> InputSchemaProperty -> Bool # | |||||
| ToResourceProperties InputSchemaProperty Source # | |||||
| Property "RecordColumns" InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputSchemaProperty Associated Types
Methods set :: PropertyType "RecordColumns" InputSchemaProperty -> InputSchemaProperty -> InputSchemaProperty # | |||||
| Property "RecordEncoding" InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputSchemaProperty Associated Types
Methods set :: PropertyType "RecordEncoding" InputSchemaProperty -> InputSchemaProperty -> InputSchemaProperty # | |||||
| Property "RecordFormat" InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputSchemaProperty Associated Types
Methods set :: PropertyType "RecordFormat" InputSchemaProperty -> InputSchemaProperty -> InputSchemaProperty # | |||||
| type PropertyType "RecordColumns" InputSchemaProperty Source # | |||||
| type PropertyType "RecordEncoding" InputSchemaProperty Source # | |||||
| type PropertyType "RecordFormat" InputSchemaProperty Source # | |||||
data RecordColumnProperty Source #
Constructors
| RecordColumnProperty | |
Instances
| ToJSON RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordColumnProperty Methods toJSON :: RecordColumnProperty -> Value # toEncoding :: RecordColumnProperty -> Encoding # toJSONList :: [RecordColumnProperty] -> Value # toEncodingList :: [RecordColumnProperty] -> Encoding # omitField :: RecordColumnProperty -> Bool # | |||||
| Show RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordColumnProperty Methods showsPrec :: Int -> RecordColumnProperty -> ShowS # show :: RecordColumnProperty -> String # showList :: [RecordColumnProperty] -> ShowS # | |||||
| Eq RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordColumnProperty Methods (==) :: RecordColumnProperty -> RecordColumnProperty -> Bool # (/=) :: RecordColumnProperty -> RecordColumnProperty -> Bool # | |||||
| ToResourceProperties RecordColumnProperty Source # | |||||
| Property "Mapping" RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordColumnProperty Associated Types
Methods set :: PropertyType "Mapping" RecordColumnProperty -> RecordColumnProperty -> RecordColumnProperty # | |||||
| Property "Name" RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordColumnProperty Associated Types
Methods set :: PropertyType "Name" RecordColumnProperty -> RecordColumnProperty -> RecordColumnProperty # | |||||
| Property "SqlType" RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordColumnProperty Associated Types
Methods set :: PropertyType "SqlType" RecordColumnProperty -> RecordColumnProperty -> RecordColumnProperty # | |||||
| type PropertyType "Mapping" RecordColumnProperty Source # | |||||
| type PropertyType "Name" RecordColumnProperty Source # | |||||
| type PropertyType "SqlType" RecordColumnProperty Source # | |||||
data RecordFormatProperty Source #
Constructors
| RecordFormatProperty | |
Fields | |
Instances
| ToJSON RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordFormatProperty Methods toJSON :: RecordFormatProperty -> Value # toEncoding :: RecordFormatProperty -> Encoding # toJSONList :: [RecordFormatProperty] -> Value # toEncodingList :: [RecordFormatProperty] -> Encoding # omitField :: RecordFormatProperty -> Bool # | |||||
| Show RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordFormatProperty Methods showsPrec :: Int -> RecordFormatProperty -> ShowS # show :: RecordFormatProperty -> String # showList :: [RecordFormatProperty] -> ShowS # | |||||
| Eq RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordFormatProperty Methods (==) :: RecordFormatProperty -> RecordFormatProperty -> Bool # (/=) :: RecordFormatProperty -> RecordFormatProperty -> Bool # | |||||
| ToResourceProperties RecordFormatProperty Source # | |||||
| Property "MappingParameters" RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordFormatProperty Associated Types
Methods set :: PropertyType "MappingParameters" RecordFormatProperty -> RecordFormatProperty -> RecordFormatProperty # | |||||
| Property "RecordFormatType" RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.RecordFormatProperty Associated Types
Methods set :: PropertyType "RecordFormatType" RecordFormatProperty -> RecordFormatProperty -> RecordFormatProperty # | |||||
| type PropertyType "MappingParameters" RecordFormatProperty Source # | |||||
| type PropertyType "RecordFormatType" RecordFormatProperty Source # | |||||
data JSONMappingParametersProperty Source #
Constructors
| JSONMappingParametersProperty | |
Instances
| ToJSON JSONMappingParametersProperty Source # | |||||
| Show JSONMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.JSONMappingParametersProperty Methods showsPrec :: Int -> JSONMappingParametersProperty -> ShowS # show :: JSONMappingParametersProperty -> String # showList :: [JSONMappingParametersProperty] -> ShowS # | |||||
| Eq JSONMappingParametersProperty Source # | |||||
| ToResourceProperties JSONMappingParametersProperty Source # | |||||
| Property "RecordRowPath" JSONMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.JSONMappingParametersProperty Associated Types
Methods set :: PropertyType "RecordRowPath" JSONMappingParametersProperty -> JSONMappingParametersProperty -> JSONMappingParametersProperty # | |||||
| type PropertyType "RecordRowPath" JSONMappingParametersProperty Source # | |||||
data MappingParametersProperty Source #
Constructors
| MappingParametersProperty | |
Instances
| ToJSON MappingParametersProperty Source # | |||||
| Show MappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.MappingParametersProperty Methods showsPrec :: Int -> MappingParametersProperty -> ShowS # show :: MappingParametersProperty -> String # showList :: [MappingParametersProperty] -> ShowS # | |||||
| Eq MappingParametersProperty Source # | |||||
| ToResourceProperties MappingParametersProperty Source # | |||||
| Property "CSVMappingParameters" MappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.MappingParametersProperty Associated Types
Methods set :: PropertyType "CSVMappingParameters" MappingParametersProperty -> MappingParametersProperty -> MappingParametersProperty # | |||||
| Property "JSONMappingParameters" MappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.MappingParametersProperty Associated Types
Methods set :: PropertyType "JSONMappingParameters" MappingParametersProperty -> MappingParametersProperty -> MappingParametersProperty # | |||||
| type PropertyType "CSVMappingParameters" MappingParametersProperty Source # | |||||
| type PropertyType "JSONMappingParameters" MappingParametersProperty Source # | |||||
mkInputSchemaProperty :: [RecordColumnProperty] -> RecordFormatProperty -> InputSchemaProperty Source #
data InputProperty Source #
Constructors
| InputProperty | |
Fields
| |
Instances
| ToJSON InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Methods toJSON :: InputProperty -> Value # toEncoding :: InputProperty -> Encoding # toJSONList :: [InputProperty] -> Value # toEncodingList :: [InputProperty] -> Encoding # omitField :: InputProperty -> Bool # | |||||
| Show InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Methods showsPrec :: Int -> InputProperty -> ShowS # show :: InputProperty -> String # showList :: [InputProperty] -> ShowS # | |||||
| Eq InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Methods (==) :: InputProperty -> InputProperty -> Bool # (/=) :: InputProperty -> InputProperty -> Bool # | |||||
| ToResourceProperties InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Methods toResourceProperties :: InputProperty -> ResourceProperties # | |||||
| Property "InputParallelism" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Associated Types
Methods set :: PropertyType "InputParallelism" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "InputProcessingConfiguration" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Associated Types
Methods set :: PropertyType "InputProcessingConfiguration" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "InputSchema" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Associated Types
Methods set :: PropertyType "InputSchema" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "KinesisFirehoseInput" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Associated Types
Methods set :: PropertyType "KinesisFirehoseInput" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "KinesisStreamsInput" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Associated Types
Methods set :: PropertyType "KinesisStreamsInput" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "NamePrefix" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty Associated Types
Methods set :: PropertyType "NamePrefix" InputProperty -> InputProperty -> InputProperty # | |||||
| type PropertyType "InputParallelism" InputProperty Source # | |||||
| type PropertyType "InputProcessingConfiguration" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalyticsV2.Application.InputProperty type PropertyType "InputProcessingConfiguration" InputProperty = InputProcessingConfigurationProperty | |||||
| type PropertyType "InputSchema" InputProperty Source # | |||||
| type PropertyType "KinesisFirehoseInput" InputProperty Source # | |||||
| type PropertyType "KinesisStreamsInput" InputProperty Source # | |||||
| type PropertyType "NamePrefix" InputProperty Source # | |||||