Package-level declarations
Types
Inherited functions
Adds an Amazon CloudWatch log stream to monitor application configuration errors.
Adds a streaming source to your SQL-based Kinesis Data Analytics application.
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.
Adds an external destination to your SQL-based Kinesis Data Analytics application.
Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.
Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application.
Creates and returns a URL that you can use to connect to an application's extension.
Creates a snapshot of the application's state data.
Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.
Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application.
Deletes an InputProcessingConfiguration from an input.
Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.
Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.
Deletes a snapshot of application state.
Removes a VPC configuration from a Managed Service for Apache Flink application.
Returns information about a specific Managed Service for Apache Flink application.
Returns information about a specific operation performed on a Managed Service for Apache Flink application
Returns information about a snapshot of application state data.
Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the ListApplicationVersions operation.
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.
Lists information about operations performed on a Managed Service for Apache Flink application
Returns a list of Managed Service for Apache Flink applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.
Lists information about the current application snapshots.
Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.
Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.
Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status or in the running status.
Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.
Stops the application from processing data. You can stop an application only if it is in the running status, unless you set the Force
parameter to true
.
Adds one or more key-value tags to a Managed Service for Apache Flink application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging.
Updates an existing Managed Service for Apache Flink application. Using this operation, you can update application code, input configuration, and output configuration.
Updates the maintenance configuration of the Managed Service for Apache Flink application.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.