KinesisAnalytics#
Client#
- class KinesisAnalytics.Client#
A low-level client representing Amazon Kinesis Analytics
Overview
Note
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.
This is the Amazon Kinesis Analytics v1 API Reference . The Amazon Kinesis Analytics Developer Guide provides additional information.
client = session.create_client('kinesisanalytics')
These are the available methods:
- add_application_cloud_watch_logging_option
- add_application_input
- add_application_input_processing_configuration
- add_application_output
- add_application_reference_data_source
- can_paginate
- close
- create_application
- delete_application
- delete_application_cloud_watch_logging_option
- delete_application_input_processing_configuration
- delete_application_output
- delete_application_reference_data_source
- describe_application
- discover_input_schema
- get_paginator
- get_waiter
- list_applications
- list_tags_for_resource
- start_application
- stop_application
- tag_resource
- untag_resource
- update_application
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- CodeValidationException
- ConcurrentModificationException
- InvalidApplicationConfigurationException
- InvalidArgumentException
- LimitExceededException
- ResourceInUseException
- ResourceNotFoundException
- ResourceProvisionedThroughputExceededException
- ServiceUnavailableException
- TooManyTagsException
- UnableToDetectSchemaException
- UnsupportedOperationException