

Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.

# AddApplicationInputProcessingConfiguration
<a name="API_AddApplicationInputProcessingConfiguration"></a>

Fügt einer [InputProcessingConfiguration](API_InputProcessingConfiguration.md) SQL-basierten Kinesis Data Analytics Analytics-Anwendung eine hinzu. Ein Eingabeprozessor verarbeitet Datensätze im Eingabestream vor, bevor der SQL-Code der Anwendung ausgeführt wird. Derzeit ist der einzige verfügbare Eingabeprozessor [Amazon Lambda](https://docs.aws.amazon.com/lambda/).

## Anforderungssyntax
<a name="API_AddApplicationInputProcessingConfiguration_RequestSyntax"></a>

```
{
   "ApplicationName": "string",
   "CurrentApplicationVersionId": number,
   "InputId": "string",
   "InputProcessingConfiguration": { 
      "InputLambdaProcessor": { 
         "ResourceARN": "string"
      }
   }
}
```

## Anforderungsparameter
<a name="API_AddApplicationInputProcessingConfiguration_RequestParameters"></a>

Die Anforderung akzeptiert die folgenden Daten im JSON-Format.

 ** [ApplicationName](#API_AddApplicationInputProcessingConfiguration_RequestSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-request-ApplicationName"></a>
Der Name der Anwendung, zu der Sie die Konfiguration für die Eingabeverarbeitung hinzufügen möchten.  
Typ: Zeichenfolge  
Längenbeschränkungen: Minimale Länge beträgt 1 Zeichen. Maximale Länge beträgt 128 Zeichen.  
Pattern: `[a-zA-Z0-9_.-]+`   
Erforderlich: Ja

 ** [CurrentApplicationVersionId](#API_AddApplicationInputProcessingConfiguration_RequestSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-request-CurrentApplicationVersionId"></a>
Die Version der Anwendung, zu der Sie die Konfiguration für die Eingabeverarbeitung hinzufügen möchten. Sie können den [DescribeApplication](API_DescribeApplication.md) Vorgang verwenden, um die aktuelle Anwendungsversion abzurufen. Wenn die angegebene Version nicht die aktuelle Version ist, wird `ConcurrentModificationException` zurückgegeben.  
Type: Long  
Gültiger Bereich: Mindestwert 1. Maximaler Wert von 999999999.  
Erforderlich: Ja

 ** [InputId](#API_AddApplicationInputProcessingConfiguration_RequestSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-request-InputId"></a>
Die ID der Eingabekonfiguration, zu der die Eingabeverarbeitungskonfiguration hinzugefügt werden soll. Mithilfe der [DescribeApplication](API_DescribeApplication.md) Operation können Sie eine Liste der Eingaben IDs für eine Anwendung abrufen.  
Typ: Zeichenfolge  
Längenbeschränkungen: Minimale Länge von 1. Maximale Länge = 50 Zeichen.  
Pattern: `[a-zA-Z0-9_.-]+`   
Erforderlich: Ja

 ** [InputProcessingConfiguration](#API_AddApplicationInputProcessingConfiguration_RequestSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-request-InputProcessingConfiguration"></a>
Der[InputProcessingConfiguration](API_InputProcessingConfiguration.md), der Anwendung hinzugefügt werden soll.  
Typ: [InputProcessingConfiguration](API_InputProcessingConfiguration.md) Objekt  
Erforderlich: Ja

## Antwortsyntax
<a name="API_AddApplicationInputProcessingConfiguration_ResponseSyntax"></a>

```
{
   "ApplicationARN": "string",
   "ApplicationVersionId": number,
   "InputId": "string",
   "InputProcessingConfigurationDescription": { 
      "InputLambdaProcessorDescription": { 
         "ResourceARN": "string",
         "RoleARN": "string"
      }
   }
}
```

## Antwortelemente
<a name="API_AddApplicationInputProcessingConfiguration_ResponseElements"></a>

Wenn die Aktion erfolgreich ist, sendet der Service eine HTTP 200-Antwort zurück.

Die folgenden Daten werden vom Service im JSON-Format zurückgegeben.

 ** [ApplicationARN](#API_AddApplicationInputProcessingConfiguration_ResponseSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-response-ApplicationARN"></a>
Der Amazon-Ressourcenname (ARN) der Anwendung.  
Typ: Zeichenfolge  
Längenbeschränkungen: Minimale Länge beträgt 1 Zeichen. Maximale Länge beträgt 2048 Zeichen.  
Pattern: `arn:.*` 

 ** [ApplicationVersionId](#API_AddApplicationInputProcessingConfiguration_ResponseSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-response-ApplicationVersionId"></a>
Gibt die aktuelle Anwendungsversion an.   
Type: Long  
Gültiger Bereich: Mindestwert 1. Maximaler Wert von 999999999.

 ** [InputId](#API_AddApplicationInputProcessingConfiguration_ResponseSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-response-InputId"></a>
Die Eingabe-ID, die der Anwendungseingabe zugeordnet ist. Dies ist die ID, die Kinesis Data Analytics jeder Eingabekonfiguration zuweist, die Sie Ihrer Anwendung hinzufügen.  
Typ: Zeichenfolge  
Längenbeschränkungen: Minimale Länge von 1. Maximale Länge = 50 Zeichen.  
Pattern: `[a-zA-Z0-9_.-]+` 

 ** [InputProcessingConfigurationDescription](#API_AddApplicationInputProcessingConfiguration_ResponseSyntax) **   <a name="APIReference-AddApplicationInputProcessingConfiguration-response-InputProcessingConfigurationDescription"></a>
Die Beschreibung des Präprozessors, der für Datensätze in dieser Eingabe ausgeführt wird, bevor der Code der Anwendung ausgeführt wird.  
Typ: [InputProcessingConfigurationDescription](API_InputProcessingConfigurationDescription.md) Objekt

## Fehler
<a name="API_AddApplicationInputProcessingConfiguration_Errors"></a>

 ** ConcurrentModificationException **   
Ausnahme, die als Ergebnis gleichzeitiger Änderungen an einer Anwendung ausgelöst wird. Dieser Fehler kann das Ergebnis des Versuchs sein, eine Anwendung zu ändern, ohne die aktuelle Anwendungs-ID zu verwenden.  
HTTP-Statuscode: 400

 ** InvalidArgumentException **   
Der angegebene Eingabeparameterwert ist nicht gültig.  
HTTP-Statuscode: 400

 ** InvalidRequestException **   
Die JSON-Anforderung ist für den Vorgang nicht gültig.  
HTTP-Statuscode: 400

 ** ResourceInUseException **   
Die Anwendung ist für diesen Vorgang nicht verfügbar.  
HTTP-Statuscode: 400

 ** ResourceNotFoundException **   
Die angegebene Anwendung kann nicht gefunden werden.  
HTTP-Statuscode: 400

## Weitere Informationen finden Sie unter:
<a name="API_AddApplicationInputProcessingConfiguration_SeeAlso"></a>

Weitere Informationen zur Verwendung dieser API in einer der sprachspezifischen Sprachen AWS SDKs finden Sie im Folgenden:
+  [AWS Befehlszeilenschnittstelle V2](https://docs.aws.amazon.com/goto/cli2/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK für JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK für Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK für Python](https://docs.aws.amazon.com/goto/boto3/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration) 