KinesisAnalyticsV2#
Client#
- class KinesisAnalyticsV2.Client#
A low-level client representing Amazon Kinesis Analytics (Kinesis Analytics V2)
Note
Amazon Managed Service for Apache Flink was previously known as Amazon Kinesis Data Analytics for Apache Flink.
Amazon Managed Service for Apache Flink is a fully managed service that you can use to process and analyze streaming data using Java, Python, SQL, or Scala. The service enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time series analytics, feed real-time dashboards, and create real-time metrics.
client = session.create_client('kinesisanalyticsv2')
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
- add_application_vpc_configuration
- can_paginate
- close
- create_application
- create_application_presigned_url
- create_application_snapshot
- delete_application
- delete_application_cloud_watch_logging_option
- delete_application_input_processing_configuration
- delete_application_output
- delete_application_reference_data_source
- delete_application_snapshot
- delete_application_vpc_configuration
- describe_application
- describe_application_operation
- describe_application_snapshot
- describe_application_version
- discover_input_schema
- get_paginator
- get_waiter
- list_application_operations
- list_application_snapshots
- list_application_versions
- list_applications
- list_tags_for_resource
- rollback_application
- start_application
- stop_application
- tag_resource
- untag_resource
- update_application
- update_application_maintenance_configuration
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
- InvalidRequestException
- LimitExceededException
- ResourceInUseException
- ResourceNotFoundException
- ResourceProvisionedThroughputExceededException
- ServiceUnavailableException
- TooManyTagsException
- UnableToDetectSchemaException
- UnsupportedOperationException
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: