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

Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Description

Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is Amazon Lambda.

Synopsis

Creating a Request

data AddApplicationInputProcessingConfiguration Source #

Constructors

AddApplicationInputProcessingConfiguration' 

Fields

  • applicationName :: Text

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

  • currentApplicationVersionId :: Natural

    The 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.

  • inputId :: Text

    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.

  • inputProcessingConfiguration :: InputProcessingConfiguration

    The InputProcessingConfiguration to add to the application.

Instances

Instances details
Eq AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Read AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Show AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Generic AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

NFData AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Hashable AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

ToJSON AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

AWSRequest AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

ToHeaders AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

ToPath AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

ToQuery AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

type Rep AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

type Rep AddApplicationInputProcessingConfiguration = D1 ('MetaData "AddApplicationInputProcessingConfiguration" "Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "AddApplicationInputProcessingConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "currentApplicationVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "inputId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputProcessingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputProcessingConfiguration))))
type AWSResponse AddApplicationInputProcessingConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

newAddApplicationInputProcessingConfiguration Source #

Create a value of AddApplicationInputProcessingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:AddApplicationInputProcessingConfiguration', addApplicationInputProcessingConfiguration_applicationName - The name of the application to which you want to add the input processing configuration.

$sel:currentApplicationVersionId:AddApplicationInputProcessingConfiguration', addApplicationInputProcessingConfiguration_currentApplicationVersionId - The 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.

$sel:inputId:AddApplicationInputProcessingConfiguration', addApplicationInputProcessingConfiguration_inputId - 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.

$sel:inputProcessingConfiguration:AddApplicationInputProcessingConfiguration', addApplicationInputProcessingConfiguration_inputProcessingConfiguration - The InputProcessingConfiguration to add to the application.

Request Lenses

addApplicationInputProcessingConfiguration_applicationName :: Lens' AddApplicationInputProcessingConfiguration Text Source #

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

addApplicationInputProcessingConfiguration_currentApplicationVersionId :: Lens' AddApplicationInputProcessingConfiguration Natural Source #

The 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.

addApplicationInputProcessingConfiguration_inputId :: 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

data AddApplicationInputProcessingConfigurationResponse Source #

Constructors

AddApplicationInputProcessingConfigurationResponse' 

Fields

Instances

Instances details
Eq AddApplicationInputProcessingConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Read AddApplicationInputProcessingConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Show AddApplicationInputProcessingConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

Generic AddApplicationInputProcessingConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

NFData AddApplicationInputProcessingConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

type Rep AddApplicationInputProcessingConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration

type Rep AddApplicationInputProcessingConfigurationResponse = D1 ('MetaData "AddApplicationInputProcessingConfigurationResponse" "Amazonka.KinesisAnalyticsV2.AddApplicationInputProcessingConfiguration" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "AddApplicationInputProcessingConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "inputId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputProcessingConfigurationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputProcessingConfigurationDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newAddApplicationInputProcessingConfigurationResponse Source #

Create a value of AddApplicationInputProcessingConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationARN:AddApplicationInputProcessingConfigurationResponse', addApplicationInputProcessingConfigurationResponse_applicationARN - The Amazon Resource Name (ARN) of the application.

$sel:applicationVersionId:AddApplicationInputProcessingConfigurationResponse', addApplicationInputProcessingConfigurationResponse_applicationVersionId - Provides the current application version.

$sel:inputId:AddApplicationInputProcessingConfiguration', addApplicationInputProcessingConfigurationResponse_inputId - The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.

$sel:inputProcessingConfigurationDescription:AddApplicationInputProcessingConfigurationResponse', addApplicationInputProcessingConfigurationResponse_inputProcessingConfigurationDescription - The description of the preprocessor that executes on records in this input before the application's code is run.

$sel:httpStatus:AddApplicationInputProcessingConfigurationResponse', addApplicationInputProcessingConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

addApplicationInputProcessingConfigurationResponse_inputId :: Lens' AddApplicationInputProcessingConfigurationResponse (Maybe Text) Source #

The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.