amazonka-kinesis-analytics-1.6.0: Amazon Kinesis Analytics SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.KinesisAnalytics.AddApplicationInputProcessingConfiguration

Contents

Description

Adds an InputProcessingConfiguration to an application. An input processor preprocesses records on the input stream before the application's SQL code executes. Currently, the only input processor available is AWS Lambda .

Synopsis

Creating a Request

addApplicationInputProcessingConfiguration Source #

Creates a value of AddApplicationInputProcessingConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • aaipcApplicationName - Name of the application to which you want to add the input processing configuration.
  • aaipcCurrentApplicationVersionId - Version of the application to which you want to add the input processing configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
  • aaipcInputId - The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
  • aaipcInputProcessingConfiguration - The InputProcessingConfiguration to add to the application.

data AddApplicationInputProcessingConfiguration Source #

Instances

Eq AddApplicationInputProcessingConfiguration Source # 
Data AddApplicationInputProcessingConfiguration Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddApplicationInputProcessingConfiguration -> c AddApplicationInputProcessingConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddApplicationInputProcessingConfiguration #

toConstr :: AddApplicationInputProcessingConfiguration -> Constr #

dataTypeOf :: AddApplicationInputProcessingConfiguration -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AddApplicationInputProcessingConfiguration) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddApplicationInputProcessingConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> AddApplicationInputProcessingConfiguration -> AddApplicationInputProcessingConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddApplicationInputProcessingConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddApplicationInputProcessingConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddApplicationInputProcessingConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddApplicationInputProcessingConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddApplicationInputProcessingConfiguration -> m AddApplicationInputProcessingConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddApplicationInputProcessingConfiguration -> m AddApplicationInputProcessingConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddApplicationInputProcessingConfiguration -> m AddApplicationInputProcessingConfiguration #

Read AddApplicationInputProcessingConfiguration Source # 
Show AddApplicationInputProcessingConfiguration Source # 
Generic AddApplicationInputProcessingConfiguration Source # 
Hashable AddApplicationInputProcessingConfiguration Source # 
ToJSON AddApplicationInputProcessingConfiguration Source # 
NFData AddApplicationInputProcessingConfiguration Source # 
AWSRequest AddApplicationInputProcessingConfiguration Source # 
ToHeaders AddApplicationInputProcessingConfiguration Source # 
ToPath AddApplicationInputProcessingConfiguration Source # 
ToQuery AddApplicationInputProcessingConfiguration Source # 
type Rep AddApplicationInputProcessingConfiguration Source # 
type Rep AddApplicationInputProcessingConfiguration = D1 * (MetaData "AddApplicationInputProcessingConfiguration" "Network.AWS.KinesisAnalytics.AddApplicationInputProcessingConfiguration" "amazonka-kinesis-analytics-1.6.0-J4ryjAMBIYIwnq1ki15YT" False) (C1 * (MetaCons "AddApplicationInputProcessingConfiguration'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_aaipcApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_aaipcCurrentApplicationVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Nat))) ((:*:) * (S1 * (MetaSel (Just Symbol "_aaipcInputId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_aaipcInputProcessingConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * InputProcessingConfiguration)))))
type Rs AddApplicationInputProcessingConfiguration Source # 

Request Lenses

aaipcApplicationName :: Lens' AddApplicationInputProcessingConfiguration Text Source #

Name of the application to which you want to add the input processing configuration.

aaipcCurrentApplicationVersionId :: Lens' AddApplicationInputProcessingConfiguration Natural Source #

Version of the application to which you want to add the input processing configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

aaipcInputId :: Lens' AddApplicationInputProcessingConfiguration Text Source #

The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.

Destructuring the Response

addApplicationInputProcessingConfigurationResponse Source #

Creates a value of AddApplicationInputProcessingConfigurationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AddApplicationInputProcessingConfigurationResponse Source #

Instances

Eq AddApplicationInputProcessingConfigurationResponse Source # 
Data AddApplicationInputProcessingConfigurationResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddApplicationInputProcessingConfigurationResponse -> c AddApplicationInputProcessingConfigurationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddApplicationInputProcessingConfigurationResponse #

toConstr :: AddApplicationInputProcessingConfigurationResponse -> Constr #

dataTypeOf :: AddApplicationInputProcessingConfigurationResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AddApplicationInputProcessingConfigurationResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddApplicationInputProcessingConfigurationResponse) #

gmapT :: (forall b. Data b => b -> b) -> AddApplicationInputProcessingConfigurationResponse -> AddApplicationInputProcessingConfigurationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddApplicationInputProcessingConfigurationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddApplicationInputProcessingConfigurationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddApplicationInputProcessingConfigurationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddApplicationInputProcessingConfigurationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddApplicationInputProcessingConfigurationResponse -> m AddApplicationInputProcessingConfigurationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddApplicationInputProcessingConfigurationResponse -> m AddApplicationInputProcessingConfigurationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddApplicationInputProcessingConfigurationResponse -> m AddApplicationInputProcessingConfigurationResponse #

Read AddApplicationInputProcessingConfigurationResponse Source # 
Show AddApplicationInputProcessingConfigurationResponse Source # 
Generic AddApplicationInputProcessingConfigurationResponse Source # 
NFData AddApplicationInputProcessingConfigurationResponse Source # 
type Rep AddApplicationInputProcessingConfigurationResponse Source # 
type Rep AddApplicationInputProcessingConfigurationResponse = D1 * (MetaData "AddApplicationInputProcessingConfigurationResponse" "Network.AWS.KinesisAnalytics.AddApplicationInputProcessingConfiguration" "amazonka-kinesis-analytics-1.6.0-J4ryjAMBIYIwnq1ki15YT" True) (C1 * (MetaCons "AddApplicationInputProcessingConfigurationResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_aaipcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses