| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.KinesisAnalytics.Application
Documentation
data InputParallelismProperty Source #
Constructors
| InputParallelismProperty | |
Instances
data InputProperty Source #
Constructors
| InputProperty | |
Fields
| |
Instances
| ToJSON InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Methods toJSON :: InputProperty -> Value # toEncoding :: InputProperty -> Encoding # toJSONList :: [InputProperty] -> Value # toEncodingList :: [InputProperty] -> Encoding # omitField :: InputProperty -> Bool # | |||||
| Show InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Methods showsPrec :: Int -> InputProperty -> ShowS # show :: InputProperty -> String # showList :: [InputProperty] -> ShowS # | |||||
| Eq InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Methods (==) :: InputProperty -> InputProperty -> Bool # (/=) :: InputProperty -> InputProperty -> Bool # | |||||
| ToResourceProperties InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Methods toResourceProperties :: InputProperty -> ResourceProperties # | |||||
| Property "InputParallelism" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Associated Types
Methods set :: PropertyType "InputParallelism" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "InputProcessingConfiguration" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Associated Types
Methods set :: PropertyType "InputProcessingConfiguration" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "InputSchema" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Associated Types
Methods set :: PropertyType "InputSchema" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "KinesisFirehoseInput" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Associated Types
Methods set :: PropertyType "KinesisFirehoseInput" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "KinesisStreamsInput" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Associated Types
Methods set :: PropertyType "KinesisStreamsInput" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "NamePrefix" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProperty Associated Types
Methods set :: PropertyType "NamePrefix" InputProperty -> InputProperty -> InputProperty # | |||||
| type PropertyType "InputParallelism" InputProperty Source # | |||||
| type PropertyType "InputProcessingConfiguration" InputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.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 # | |||||
data CSVMappingParametersProperty Source #
Constructors
| CSVMappingParametersProperty | |
Fields | |
Instances
| ToJSON CSVMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.CSVMappingParametersProperty Methods toJSON :: CSVMappingParametersProperty -> Value # toEncoding :: CSVMappingParametersProperty -> Encoding # toJSONList :: [CSVMappingParametersProperty] -> Value # toEncodingList :: [CSVMappingParametersProperty] -> Encoding # | |||||
| Show CSVMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.CSVMappingParametersProperty Methods showsPrec :: Int -> CSVMappingParametersProperty -> ShowS # show :: CSVMappingParametersProperty -> String # showList :: [CSVMappingParametersProperty] -> ShowS # | |||||
| Eq CSVMappingParametersProperty Source # | |||||
| ToResourceProperties CSVMappingParametersProperty Source # | |||||
| Property "RecordColumnDelimiter" CSVMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.CSVMappingParametersProperty Associated Types
Methods set :: PropertyType "RecordColumnDelimiter" CSVMappingParametersProperty -> CSVMappingParametersProperty -> CSVMappingParametersProperty # | |||||
| Property "RecordRowDelimiter" CSVMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.CSVMappingParametersProperty Associated Types
Methods set :: PropertyType "RecordRowDelimiter" CSVMappingParametersProperty -> CSVMappingParametersProperty -> CSVMappingParametersProperty # | |||||
| type PropertyType "RecordColumnDelimiter" CSVMappingParametersProperty Source # | |||||
| type PropertyType "RecordRowDelimiter" CSVMappingParametersProperty Source # | |||||
data InputLambdaProcessorProperty Source #
Constructors
| InputLambdaProcessorProperty | |
Fields
| |
Instances
| ToJSON InputLambdaProcessorProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputLambdaProcessorProperty Methods toJSON :: InputLambdaProcessorProperty -> Value # toEncoding :: InputLambdaProcessorProperty -> Encoding # toJSONList :: [InputLambdaProcessorProperty] -> Value # toEncodingList :: [InputLambdaProcessorProperty] -> Encoding # | |||||
| Show InputLambdaProcessorProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputLambdaProcessorProperty Methods showsPrec :: Int -> InputLambdaProcessorProperty -> ShowS # show :: InputLambdaProcessorProperty -> String # showList :: [InputLambdaProcessorProperty] -> ShowS # | |||||
| Eq InputLambdaProcessorProperty Source # | |||||
| ToResourceProperties InputLambdaProcessorProperty Source # | |||||
| Property "ResourceARN" InputLambdaProcessorProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputLambdaProcessorProperty Associated Types
Methods set :: PropertyType "ResourceARN" InputLambdaProcessorProperty -> InputLambdaProcessorProperty -> InputLambdaProcessorProperty # | |||||
| Property "RoleARN" InputLambdaProcessorProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputLambdaProcessorProperty Associated Types
Methods set :: PropertyType "RoleARN" InputLambdaProcessorProperty -> InputLambdaProcessorProperty -> InputLambdaProcessorProperty # | |||||
| type PropertyType "ResourceARN" InputLambdaProcessorProperty Source # | |||||
| type PropertyType "RoleARN" InputLambdaProcessorProperty Source # | |||||
data InputProcessingConfigurationProperty Source #
Constructors
| InputProcessingConfigurationProperty | |
Fields | |
Instances
| ToJSON InputProcessingConfigurationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProcessingConfigurationProperty | |||||
| Show InputProcessingConfigurationProperty Source # | |||||
| Eq InputProcessingConfigurationProperty Source # | |||||
| ToResourceProperties InputProcessingConfigurationProperty Source # | |||||
| Property "InputLambdaProcessor" InputProcessingConfigurationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProcessingConfigurationProperty Associated Types
Methods set :: PropertyType "InputLambdaProcessor" InputProcessingConfigurationProperty -> InputProcessingConfigurationProperty -> InputProcessingConfigurationProperty # | |||||
| type PropertyType "InputLambdaProcessor" InputProcessingConfigurationProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputProcessingConfigurationProperty type PropertyType "InputLambdaProcessor" InputProcessingConfigurationProperty = InputLambdaProcessorProperty | |||||
data InputSchemaProperty Source #
Constructors
| InputSchemaProperty | |
Fields | |
Instances
| ToJSON InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputSchemaProperty Methods toJSON :: InputSchemaProperty -> Value # toEncoding :: InputSchemaProperty -> Encoding # toJSONList :: [InputSchemaProperty] -> Value # toEncodingList :: [InputSchemaProperty] -> Encoding # omitField :: InputSchemaProperty -> Bool # | |||||
| Show InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputSchemaProperty Methods showsPrec :: Int -> InputSchemaProperty -> ShowS # show :: InputSchemaProperty -> String # showList :: [InputSchemaProperty] -> ShowS # | |||||
| Eq InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputSchemaProperty Methods (==) :: InputSchemaProperty -> InputSchemaProperty -> Bool # (/=) :: InputSchemaProperty -> InputSchemaProperty -> Bool # | |||||
| ToResourceProperties InputSchemaProperty Source # | |||||
| Property "RecordColumns" InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputSchemaProperty Associated Types
Methods set :: PropertyType "RecordColumns" InputSchemaProperty -> InputSchemaProperty -> InputSchemaProperty # | |||||
| Property "RecordEncoding" InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.InputSchemaProperty Associated Types
Methods set :: PropertyType "RecordEncoding" InputSchemaProperty -> InputSchemaProperty -> InputSchemaProperty # | |||||
| Property "RecordFormat" InputSchemaProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.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 KinesisFirehoseInputProperty Source #
Constructors
| KinesisFirehoseInputProperty | |
Fields
| |
Instances
| ToJSON KinesisFirehoseInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisFirehoseInputProperty Methods toJSON :: KinesisFirehoseInputProperty -> Value # toEncoding :: KinesisFirehoseInputProperty -> Encoding # toJSONList :: [KinesisFirehoseInputProperty] -> Value # toEncodingList :: [KinesisFirehoseInputProperty] -> Encoding # | |||||
| Show KinesisFirehoseInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisFirehoseInputProperty Methods showsPrec :: Int -> KinesisFirehoseInputProperty -> ShowS # show :: KinesisFirehoseInputProperty -> String # showList :: [KinesisFirehoseInputProperty] -> ShowS # | |||||
| Eq KinesisFirehoseInputProperty Source # | |||||
| ToResourceProperties KinesisFirehoseInputProperty Source # | |||||
| Property "ResourceARN" KinesisFirehoseInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisFirehoseInputProperty Associated Types
Methods set :: PropertyType "ResourceARN" KinesisFirehoseInputProperty -> KinesisFirehoseInputProperty -> KinesisFirehoseInputProperty # | |||||
| Property "RoleARN" KinesisFirehoseInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisFirehoseInputProperty Associated Types
Methods set :: PropertyType "RoleARN" KinesisFirehoseInputProperty -> KinesisFirehoseInputProperty -> KinesisFirehoseInputProperty # | |||||
| type PropertyType "ResourceARN" KinesisFirehoseInputProperty Source # | |||||
| type PropertyType "RoleARN" KinesisFirehoseInputProperty Source # | |||||
data KinesisStreamsInputProperty Source #
Constructors
| KinesisStreamsInputProperty | |
Fields
| |
Instances
| ToJSON KinesisStreamsInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisStreamsInputProperty Methods toJSON :: KinesisStreamsInputProperty -> Value # toEncoding :: KinesisStreamsInputProperty -> Encoding # toJSONList :: [KinesisStreamsInputProperty] -> Value # toEncodingList :: [KinesisStreamsInputProperty] -> Encoding # | |||||
| Show KinesisStreamsInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisStreamsInputProperty Methods showsPrec :: Int -> KinesisStreamsInputProperty -> ShowS # show :: KinesisStreamsInputProperty -> String # showList :: [KinesisStreamsInputProperty] -> ShowS # | |||||
| Eq KinesisStreamsInputProperty Source # | |||||
| ToResourceProperties KinesisStreamsInputProperty Source # | |||||
| Property "ResourceARN" KinesisStreamsInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisStreamsInputProperty Associated Types
Methods set :: PropertyType "ResourceARN" KinesisStreamsInputProperty -> KinesisStreamsInputProperty -> KinesisStreamsInputProperty # | |||||
| Property "RoleARN" KinesisStreamsInputProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.KinesisStreamsInputProperty Associated Types
Methods set :: PropertyType "RoleARN" KinesisStreamsInputProperty -> KinesisStreamsInputProperty -> KinesisStreamsInputProperty # | |||||
| type PropertyType "ResourceARN" KinesisStreamsInputProperty Source # | |||||
| type PropertyType "RoleARN" KinesisStreamsInputProperty Source # | |||||
data RecordColumnProperty Source #
Constructors
| RecordColumnProperty | |
Instances
| ToJSON RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordColumnProperty Methods toJSON :: RecordColumnProperty -> Value # toEncoding :: RecordColumnProperty -> Encoding # toJSONList :: [RecordColumnProperty] -> Value # toEncodingList :: [RecordColumnProperty] -> Encoding # omitField :: RecordColumnProperty -> Bool # | |||||
| Show RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordColumnProperty Methods showsPrec :: Int -> RecordColumnProperty -> ShowS # show :: RecordColumnProperty -> String # showList :: [RecordColumnProperty] -> ShowS # | |||||
| Eq RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordColumnProperty Methods (==) :: RecordColumnProperty -> RecordColumnProperty -> Bool # (/=) :: RecordColumnProperty -> RecordColumnProperty -> Bool # | |||||
| ToResourceProperties RecordColumnProperty Source # | |||||
| Property "Mapping" RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordColumnProperty Associated Types
Methods set :: PropertyType "Mapping" RecordColumnProperty -> RecordColumnProperty -> RecordColumnProperty # | |||||
| Property "Name" RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordColumnProperty Associated Types
Methods set :: PropertyType "Name" RecordColumnProperty -> RecordColumnProperty -> RecordColumnProperty # | |||||
| Property "SqlType" RecordColumnProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.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.KinesisAnalytics.Application.RecordFormatProperty Methods toJSON :: RecordFormatProperty -> Value # toEncoding :: RecordFormatProperty -> Encoding # toJSONList :: [RecordFormatProperty] -> Value # toEncodingList :: [RecordFormatProperty] -> Encoding # omitField :: RecordFormatProperty -> Bool # | |||||
| Show RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordFormatProperty Methods showsPrec :: Int -> RecordFormatProperty -> ShowS # show :: RecordFormatProperty -> String # showList :: [RecordFormatProperty] -> ShowS # | |||||
| Eq RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordFormatProperty Methods (==) :: RecordFormatProperty -> RecordFormatProperty -> Bool # (/=) :: RecordFormatProperty -> RecordFormatProperty -> Bool # | |||||
| ToResourceProperties RecordFormatProperty Source # | |||||
| Property "MappingParameters" RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application.RecordFormatProperty Associated Types
Methods set :: PropertyType "MappingParameters" RecordFormatProperty -> RecordFormatProperty -> RecordFormatProperty # | |||||
| Property "RecordFormatType" RecordFormatProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.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 | |
Fields
| |
Instances
| ToJSON JSONMappingParametersProperty Source # | |||||
| Show JSONMappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.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.KinesisAnalytics.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.KinesisAnalytics.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.KinesisAnalytics.Application.MappingParametersProperty Associated Types
Methods set :: PropertyType "CSVMappingParameters" MappingParametersProperty -> MappingParametersProperty -> MappingParametersProperty # | |||||
| Property "JSONMappingParameters" MappingParametersProperty Source # | |||||
Defined in Stratosphere.KinesisAnalytics.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 Application Source #
Constructors
| Application | |
Fields
| |
Instances
| ToJSON Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Methods toJSON :: Application -> Value # toEncoding :: Application -> Encoding # toJSONList :: [Application] -> Value # toEncodingList :: [Application] -> Encoding # omitField :: Application -> Bool # | |||||
| Show Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Methods showsPrec :: Int -> Application -> ShowS # show :: Application -> String # showList :: [Application] -> ShowS # | |||||
| Eq Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application | |||||
| ToResourceProperties Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Methods | |||||
| Property "ApplicationCode" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Associated Types
Methods set :: PropertyType "ApplicationCode" Application -> Application -> Application # | |||||
| Property "ApplicationDescription" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Associated Types
Methods set :: PropertyType "ApplicationDescription" Application -> Application -> Application # | |||||
| Property "ApplicationName" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Associated Types
Methods set :: PropertyType "ApplicationName" Application -> Application -> Application # | |||||
| Property "Inputs" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application Associated Types
Methods set :: PropertyType "Inputs" Application -> Application -> Application # | |||||
| type PropertyType "ApplicationCode" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application | |||||
| type PropertyType "ApplicationDescription" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application | |||||
| type PropertyType "ApplicationName" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application | |||||
| type PropertyType "Inputs" Application Source # | |||||
Defined in Stratosphere.KinesisAnalytics.Application | |||||
mkApplication :: [InputProperty] -> Application Source #