@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonKinesisAnalyticsV2Client extends AmazonWebServiceClient implements AmazonKinesisAnalyticsV2
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AddApplicationCloudWatchLoggingOptionResult |
addApplicationCloudWatchLoggingOption(AddApplicationCloudWatchLoggingOptionRequest request)
Adds an Amazon CloudWatch log stream to monitor application configuration errors.
|
AddApplicationInputResult |
addApplicationInput(AddApplicationInputRequest request)
Adds a streaming source to your SQL-based Kinesis Data Analytics application.
|
AddApplicationInputProcessingConfigurationResult |
addApplicationInputProcessingConfiguration(AddApplicationInputProcessingConfigurationRequest request)
Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application.
|
AddApplicationOutputResult |
addApplicationOutput(AddApplicationOutputRequest request)
Adds an external destination to your SQL-based Kinesis Data Analytics application.
|
AddApplicationReferenceDataSourceResult |
addApplicationReferenceDataSource(AddApplicationReferenceDataSourceRequest request)
Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
|
AddApplicationVpcConfigurationResult |
addApplicationVpcConfiguration(AddApplicationVpcConfigurationRequest request)
Adds a Virtual Private Cloud (VPC) configuration to the application.
|
static AmazonKinesisAnalyticsV2ClientBuilder |
builder() |
CreateApplicationResult |
createApplication(CreateApplicationRequest request)
Creates a Managed Service for Apache Flink application.
|
CreateApplicationPresignedUrlResult |
createApplicationPresignedUrl(CreateApplicationPresignedUrlRequest request)
Creates and returns a URL that you can use to connect to an application's extension.
|
CreateApplicationSnapshotResult |
createApplicationSnapshot(CreateApplicationSnapshotRequest request)
Creates a snapshot of the application's state data.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Deletes the specified application.
|
DeleteApplicationCloudWatchLoggingOptionResult |
deleteApplicationCloudWatchLoggingOption(DeleteApplicationCloudWatchLoggingOptionRequest request)
Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application.
|
DeleteApplicationInputProcessingConfigurationResult |
deleteApplicationInputProcessingConfiguration(DeleteApplicationInputProcessingConfigurationRequest request)
Deletes an InputProcessingConfiguration from an input.
|
DeleteApplicationOutputResult |
deleteApplicationOutput(DeleteApplicationOutputRequest request)
Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's
configuration.
|
DeleteApplicationReferenceDataSourceResult |
deleteApplicationReferenceDataSource(DeleteApplicationReferenceDataSourceRequest request)
Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's
configuration.
|
DeleteApplicationSnapshotResult |
deleteApplicationSnapshot(DeleteApplicationSnapshotRequest request)
Deletes a snapshot of application state.
|
DeleteApplicationVpcConfigurationResult |
deleteApplicationVpcConfiguration(DeleteApplicationVpcConfigurationRequest request)
Removes a VPC configuration from a Managed Service for Apache Flink application.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest request)
Returns information about a specific Managed Service for Apache Flink application.
|
DescribeApplicationOperationResult |
describeApplicationOperation(DescribeApplicationOperationRequest request)
Returns information about a specific operation performed on a Managed Service for Apache Flink application
|
DescribeApplicationSnapshotResult |
describeApplicationSnapshot(DescribeApplicationSnapshotRequest request)
Returns information about a snapshot of application state data.
|
DescribeApplicationVersionResult |
describeApplicationVersion(DescribeApplicationVersionRequest request)
Provides a detailed description of a specified version of the application.
|
DiscoverInputSchemaResult |
discoverInputSchema(DiscoverInputSchemaRequest request)
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.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
ListApplicationOperationsResult |
listApplicationOperations(ListApplicationOperationsRequest request)
Lists information about operations performed on a Managed Service for Apache Flink application
|
ListApplicationsResult |
listApplications(ListApplicationsRequest request)
Returns a list of Managed Service for Apache Flink applications in your account.
|
ListApplicationSnapshotsResult |
listApplicationSnapshots(ListApplicationSnapshotsRequest request)
Lists information about the current application snapshots.
|
ListApplicationVersionsResult |
listApplicationVersions(ListApplicationVersionsRequest request)
Lists all the versions for the specified application, including versions that were rolled back.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Retrieves the list of key-value tags assigned to the application.
|
RollbackApplicationResult |
rollbackApplication(RollbackApplicationRequest request)
Reverts the application to the previous running version.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
StartApplicationResult |
startApplication(StartApplicationRequest request)
Starts the specified Managed Service for Apache Flink application.
|
StopApplicationResult |
stopApplication(StopApplicationRequest request)
Stops the application from processing data.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds one or more key-value tags to a Managed Service for Apache Flink application.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from a Managed Service for Apache Flink application.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates an existing Managed Service for Apache Flink application.
|
UpdateApplicationMaintenanceConfigurationResult |
updateApplicationMaintenanceConfiguration(UpdateApplicationMaintenanceConfigurationRequest request)
Updates the maintenance configuration of the Managed Service for Apache Flink application.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AmazonKinesisAnalyticsV2ClientBuilder builder()
public AddApplicationCloudWatchLoggingOptionResult addApplicationCloudWatchLoggingOption(AddApplicationCloudWatchLoggingOptionRequest request)
Adds an Amazon CloudWatch log stream to monitor application configuration errors.
addApplicationCloudWatchLoggingOption
in interface AmazonKinesisAnalyticsV2
addApplicationCloudWatchLoggingOptionRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.public AddApplicationInputResult addApplicationInput(AddApplicationInputRequest request)
Adds a streaming source to your SQL-based Kinesis Data Analytics application.
You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
addApplicationInput
in interface AmazonKinesisAnalyticsV2
addApplicationInputRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.CodeValidationException
- The user-provided application code (query) is not valid. This can be a simple syntax error.InvalidRequestException
- The request JSON is not valid for the operation.public AddApplicationInputProcessingConfigurationResult addApplicationInputProcessingConfiguration(AddApplicationInputProcessingConfigurationRequest request)
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.
addApplicationInputProcessingConfiguration
in interface AmazonKinesisAnalyticsV2
addApplicationInputProcessingConfigurationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.public AddApplicationOutputResult addApplicationOutput(AddApplicationOutputRequest request)
Adds an external destination to your SQL-based Kinesis Data Analytics application.
If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.
You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
addApplicationOutput
in interface AmazonKinesisAnalyticsV2
addApplicationOutputRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.public AddApplicationReferenceDataSourceResult addApplicationReferenceDataSource(AddApplicationReferenceDataSourceRequest request)
Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
addApplicationReferenceDataSource
in interface AmazonKinesisAnalyticsV2
addApplicationReferenceDataSourceRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.public AddApplicationVpcConfigurationResult addApplicationVpcConfiguration(AddApplicationVpcConfigurationRequest request)
Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.
Note the following about VPC configurations for Managed Service for Apache Flink applications:
VPC configurations are not supported for SQL applications.
When a VPC is added to a Managed Service for Apache Flink application, the application can no longer be accessed from the Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.
addApplicationVpcConfiguration
in interface AmazonKinesisAnalyticsV2
addApplicationVpcConfigurationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.public CreateApplicationResult createApplication(CreateApplicationRequest request)
Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application.
createApplication
in interface AmazonKinesisAnalyticsV2
createApplicationRequest
- CodeValidationException
- The user-provided application code (query) is not valid. This can be a simple syntax error.ResourceInUseException
- The application is not available for this operation.LimitExceededException
- The number of allowed resources has been exceeded.InvalidArgumentException
- The specified input parameter value is not valid.InvalidRequestException
- The request JSON is not valid for the operation.TooManyTagsException
- Application created with too many tags, or too many tags added to an application. Note that the maximum
number of application tags includes system tags. The maximum number of user-defined application tags is
50.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public CreateApplicationPresignedUrlResult createApplicationPresignedUrl(CreateApplicationPresignedUrlRequest request)
Creates and returns a URL that you can use to connect to an application's extension.
The IAM role or user used to call this API defines the permissions to access the extension. After the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request that attempts to connect to the extension.
You control the amount of time that the URL will be valid using the
SessionExpirationDurationInSeconds
parameter. If you do not provide this parameter, the returned URL
is valid for twelve hours.
The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.
createApplicationPresignedUrl
in interface AmazonKinesisAnalyticsV2
createApplicationPresignedUrlRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.public CreateApplicationSnapshotResult createApplicationSnapshot(CreateApplicationSnapshotRequest request)
Creates a snapshot of the application's state data.
createApplicationSnapshot
in interface AmazonKinesisAnalyticsV2
createApplicationSnapshotRequest
- ResourceInUseException
- The application is not available for this operation.ResourceNotFoundException
- Specified application can't be found.LimitExceededException
- The number of allowed resources has been exceeded.InvalidArgumentException
- The specified input parameter value is not valid.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.InvalidRequestException
- The request JSON is not valid for the operation.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.
deleteApplication
in interface AmazonKinesisAnalyticsV2
deleteApplicationRequest
- ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.InvalidRequestException
- The request JSON is not valid for the operation.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.public DeleteApplicationCloudWatchLoggingOptionResult deleteApplicationCloudWatchLoggingOption(DeleteApplicationCloudWatchLoggingOptionRequest request)
Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application.
deleteApplicationCloudWatchLoggingOption
in interface AmazonKinesisAnalyticsV2
deleteApplicationCloudWatchLoggingOptionRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.public DeleteApplicationInputProcessingConfigurationResult deleteApplicationInputProcessingConfiguration(DeleteApplicationInputProcessingConfigurationRequest request)
Deletes an InputProcessingConfiguration from an input.
deleteApplicationInputProcessingConfiguration
in interface AmazonKinesisAnalyticsV2
deleteApplicationInputProcessingConfigurationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.public DeleteApplicationOutputResult deleteApplicationOutput(DeleteApplicationOutputRequest request)
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.
deleteApplicationOutput
in interface AmazonKinesisAnalyticsV2
deleteApplicationOutputRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.public DeleteApplicationReferenceDataSourceResult deleteApplicationReferenceDataSource(DeleteApplicationReferenceDataSourceRequest request)
Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.
If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.
deleteApplicationReferenceDataSource
in interface AmazonKinesisAnalyticsV2
deleteApplicationReferenceDataSourceRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.public DeleteApplicationSnapshotResult deleteApplicationSnapshot(DeleteApplicationSnapshotRequest request)
Deletes a snapshot of application state.
deleteApplicationSnapshot
in interface AmazonKinesisAnalyticsV2
deleteApplicationSnapshotRequest
- ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.InvalidRequestException
- The request JSON is not valid for the operation.ResourceNotFoundException
- Specified application can't be found.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.public DeleteApplicationVpcConfigurationResult deleteApplicationVpcConfiguration(DeleteApplicationVpcConfigurationRequest request)
Removes a VPC configuration from a Managed Service for Apache Flink application.
deleteApplicationVpcConfiguration
in interface AmazonKinesisAnalyticsV2
deleteApplicationVpcConfigurationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
Returns information about a specific Managed Service for Apache Flink application.
If you want to retrieve a list of all applications in your account, use the ListApplications operation.
describeApplication
in interface AmazonKinesisAnalyticsV2
describeApplicationRequest
- ResourceNotFoundException
- Specified application can't be found.InvalidArgumentException
- The specified input parameter value is not valid.InvalidRequestException
- The request JSON is not valid for the operation.public DescribeApplicationOperationResult describeApplicationOperation(DescribeApplicationOperationRequest request)
describeApplicationOperation
in interface AmazonKinesisAnalyticsV2
describeApplicationOperationRequest
- Request for information about a specific operation performed on a Managed Service for Apache Flink
applicationInvalidArgumentException
- The specified input parameter value is not valid.ResourceNotFoundException
- Specified application can't be found.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public DescribeApplicationSnapshotResult describeApplicationSnapshot(DescribeApplicationSnapshotRequest request)
Returns information about a snapshot of application state data.
describeApplicationSnapshot
in interface AmazonKinesisAnalyticsV2
describeApplicationSnapshotRequest
- ResourceNotFoundException
- Specified application can't be found.InvalidArgumentException
- The specified input parameter value is not valid.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public DescribeApplicationVersionResult describeApplicationVersion(DescribeApplicationVersionRequest request)
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.
This operation is supported only for Managed Service for Apache Flink.
describeApplicationVersion
in interface AmazonKinesisAnalyticsV2
describeApplicationVersionRequest
- InvalidArgumentException
- The specified input parameter value is not valid.ResourceNotFoundException
- Specified application can't be found.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public DiscoverInputSchemaResult discoverInputSchema(DiscoverInputSchemaRequest request)
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.
You can use the inferred schema when configuring a streaming source for your application. When you create an application using the Kinesis Data Analytics console, the console uses this operation to infer a schema and show it in the console user interface.
discoverInputSchema
in interface AmazonKinesisAnalyticsV2
discoverInputSchemaRequest
- InvalidArgumentException
- The specified input parameter value is not valid.UnableToDetectSchemaException
- The data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming
source.ResourceProvisionedThroughputExceededException
- Discovery failed to get a record from the streaming source because of the Kinesis Streams
ProvisionedThroughputExceededException
. For more information, see GetRecords in the
Amazon Kinesis Streams API Reference.ServiceUnavailableException
- The service cannot complete the request.InvalidRequestException
- The request JSON is not valid for the operation.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public ListApplicationOperationsResult listApplicationOperations(ListApplicationOperationsRequest request)
listApplicationOperations
in interface AmazonKinesisAnalyticsV2
listApplicationOperationsRequest
- Request to list operations performed on an applicationInvalidArgumentException
- The specified input parameter value is not valid.ResourceNotFoundException
- Specified application can't be found.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public ListApplicationSnapshotsResult listApplicationSnapshots(ListApplicationSnapshotsRequest request)
Lists information about the current application snapshots.
listApplicationSnapshots
in interface AmazonKinesisAnalyticsV2
listApplicationSnapshotsRequest
- InvalidArgumentException
- The specified input parameter value is not valid.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public ListApplicationVersionsResult listApplicationVersions(ListApplicationVersionsRequest request)
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.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
This operation is supported only for Managed Service for Apache Flink.
listApplicationVersions
in interface AmazonKinesisAnalyticsV2
listApplicationVersionsRequest
- InvalidArgumentException
- The specified input parameter value is not valid.ResourceNotFoundException
- Specified application can't be found.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public ListApplicationsResult listApplications(ListApplicationsRequest request)
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.
If you want detailed information about a specific application, use DescribeApplication.
listApplications
in interface AmazonKinesisAnalyticsV2
listApplicationsRequest
- InvalidRequestException
- The request JSON is not valid for the operation.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.
listTagsForResource
in interface AmazonKinesisAnalyticsV2
listTagsForResourceRequest
- ResourceNotFoundException
- Specified application can't be found.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.public RollbackApplicationResult rollbackApplication(RollbackApplicationRequest request)
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.
You can roll back an application only if it is in the UPDATING
, AUTOSCALING
, or
RUNNING
statuses.
When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.
rollbackApplication
in interface AmazonKinesisAnalyticsV2
rollbackApplicationRequest
- ResourceNotFoundException
- Specified application can't be found.InvalidArgumentException
- The specified input parameter value is not valid.ResourceInUseException
- The application is not available for this operation.InvalidRequestException
- The request JSON is not valid for the operation.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public StartApplicationResult startApplication(StartApplicationRequest request)
Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.
startApplication
in interface AmazonKinesisAnalyticsV2
startApplicationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.InvalidRequestException
- The request JSON is not valid for the operation.public StopApplicationResult stopApplication(StopApplicationRequest request)
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
.
You can use the DescribeApplication operation to find the application status.
Managed Service for Apache Flink takes a snapshot when the application is stopped, unless Force
is
set to true
.
stopApplication
in interface AmazonKinesisAnalyticsV2
stopApplicationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.InvalidRequestException
- The request JSON is not valid for the operation.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.public TagResourceResult tagResource(TagResourceRequest request)
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.
tagResource
in interface AmazonKinesisAnalyticsV2
tagResourceRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.TooManyTagsException
- Application created with too many tags, or too many tags added to an application. Note that the maximum
number of application tags includes system tags. The maximum number of user-defined application tags is
50.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging.
untagResource
in interface AmazonKinesisAnalyticsV2
untagResourceRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.TooManyTagsException
- Application created with too many tags, or too many tags added to an application. Note that the maximum
number of application tags includes system tags. The maximum number of user-defined application tags is
50.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
Updates an existing Managed Service for Apache Flink application. Using this operation, you can update application code, input configuration, and output configuration.
Managed Service for Apache Flink updates the ApplicationVersionId
each time you update your
application.
updateApplication
in interface AmazonKinesisAnalyticsV2
updateApplicationRequest
- CodeValidationException
- The user-provided application code (query) is not valid. This can be a simple syntax error.ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.InvalidRequestException
- The request JSON is not valid for the operation.InvalidApplicationConfigurationException
- The user-provided application configuration is not valid.LimitExceededException
- The number of allowed resources has been exceeded.public UpdateApplicationMaintenanceConfigurationResult updateApplicationMaintenanceConfiguration(UpdateApplicationMaintenanceConfigurationRequest request)
Updates the maintenance configuration of the Managed Service for Apache Flink application.
You can invoke this operation on an application that is in one of the two following states: READY
or
RUNNING
. If you invoke it when the application is in a state other than these two states, it throws
a ResourceInUseException
. The service makes use of the updated configuration the next time it
schedules maintenance for the application. If you invoke this operation after the service schedules maintenance,
the service will apply the configuration update the next time it schedules maintenance for the application. This
means that you might not see the maintenance configuration update applied to the maintenance process that follows
a successful invocation of this operation, but to the following maintenance process instead.
To see the current maintenance configuration of your application, invoke the DescribeApplication operation.
For information about application maintenance, see Managed Service for Apache Flink for Apache Flink Maintenance.
This operation is supported only for Managed Service for Apache Flink.
updateApplicationMaintenanceConfiguration
in interface AmazonKinesisAnalyticsV2
updateApplicationMaintenanceConfigurationRequest
- ResourceNotFoundException
- Specified application can't be found.ResourceInUseException
- The application is not available for this operation.InvalidArgumentException
- The specified input parameter value is not valid.ConcurrentModificationException
- Exception thrown as a result of concurrent modifications to an application. This error can be the result
of attempting to modify an application without using the current application ID.UnsupportedOperationException
- The request was rejected because a specified parameter is not supported or a specified resource is not
valid for this operation.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AmazonKinesisAnalyticsV2
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AmazonKinesisAnalyticsV2
shutdown
in class AmazonWebServiceClient