KinesisAnalyticsV2.Client.
delete_application_input_processing_configuration
(**kwargs)¶Deletes an InputProcessingConfiguration from an input.
See also: AWS API Documentation
Request Syntax
response = client.delete_application_input_processing_configuration(
ApplicationName='string',
CurrentApplicationVersionId=123,
InputId='string'
)
[REQUIRED]
The name of the application.
[REQUIRED]
The application version. 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.
[REQUIRED]
The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
dict
Response Syntax
{
'ApplicationARN': 'string',
'ApplicationVersionId': 123
}
Response Structure
(dict) --
ApplicationARN (string) --
The Amazon Resource Name (ARN) of the application.
ApplicationVersionId (integer) --
The current application version ID.
Exceptions
KinesisAnalyticsV2.Client.exceptions.ResourceNotFoundException
KinesisAnalyticsV2.Client.exceptions.ResourceInUseException
KinesisAnalyticsV2.Client.exceptions.InvalidArgumentException
KinesisAnalyticsV2.Client.exceptions.ConcurrentModificationException
KinesisAnalyticsV2.Client.exceptions.InvalidRequestException