@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonKinesisAnalyticsV2Client extends AmazonWebServiceClient implements AmazonKinesisAnalyticsV2
Amazon Kinesis Data Analytics is a fully managed service that you can use to process and analyze streaming data using SQL or Java. The service enables you to quickly author and run SQL or Java 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 Amazon Kinesis Data Analytics application.
|
AddApplicationInputProcessingConfigurationResult |
addApplicationInputProcessingConfiguration(AddApplicationInputProcessingConfigurationRequest request)
Adds an InputProcessingConfiguration to an SQL-based Kinesis Data Analytics application.
|
AddApplicationOutputResult |
addApplicationOutput(AddApplicationOutputRequest request)
Adds an external destination to your SQL-based Amazon Kinesis Data Analytics application.
|
AddApplicationReferenceDataSourceResult |
addApplicationReferenceDataSource(AddApplicationReferenceDataSourceRequest request)
Adds a reference data source to an existing SQL-based Amazon 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 an Amazon Kinesis Data Analytics application.
|
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 Amazon 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 Amazon Kinesis Data Analytics application's
configuration.
|
DeleteApplicationReferenceDataSourceResult |
deleteApplicationReferenceDataSource(DeleteApplicationReferenceDataSourceRequest request)
Deletes a reference data source configuration from the specified SQL-based Amazon 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 Kinesis Data Analytics application.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest request)
Returns information about a specific Amazon Kinesis Data Analytics application.
|
DescribeApplicationSnapshotResult |
describeApplicationSnapshot(DescribeApplicationSnapshotRequest request)
Returns information about a snapshot of application state data.
|
DiscoverInputSchemaResult |
discoverInputSchema(DiscoverInputSchemaRequest request)
Infers a schema for an SQL-based Amazon 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.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest request)
Returns a list of Amazon Kinesis Data Analytics applications in your account.
|
ListApplicationSnapshotsResult |
listApplicationSnapshots(ListApplicationSnapshotsRequest request)
Lists information about the current application snapshots.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Retrieves the list of key-value tags assigned to the application.
|
StartApplicationResult |
startApplication(StartApplicationRequest request)
Starts the specified Amazon Kinesis Data Analytics application.
|
StopApplicationResult |
stopApplication(StopApplicationRequest request)
Stops the application from processing data.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds one or more key-value tags to a Kinesis Analytics application.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from a Kinesis Analytics application.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates an existing Amazon Kinesis Data Analytics application.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdown
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 Amazon 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 an 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 AWS 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 Amazon 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 AWS 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 Amazon 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 Kinesis Data Analytics applications:
VPC configurations are not supported for SQL applications.
When a VPC is added to a Kinesis Data Analytics 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.public CreateApplicationResult createApplication(CreateApplicationRequest request)
Creates an Amazon Kinesis Data Analytics application. For information about creating a Kinesis Data Analytics 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.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.public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
Deletes the specified application. Kinesis Data Analytics 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 Amazon 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 Amazon 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 Amazon 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.public DeleteApplicationVpcConfigurationResult deleteApplicationVpcConfiguration(DeleteApplicationVpcConfigurationRequest request)
Removes a VPC configuration from a Kinesis Data Analytics 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.public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
Returns information about a specific Amazon Kinesis Data Analytics 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 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 DiscoverInputSchemaResult discoverInputSchema(DiscoverInputSchemaRequest request)
Infers a schema for an SQL-based Amazon 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. Amazon 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 Amazon 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.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 ListApplicationsResult listApplications(ListApplicationsRequest request)
Returns a list of Amazon Kinesis Data Analytics 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 StartApplicationResult startApplication(StartApplicationRequest request)
Starts the specified Amazon Kinesis Data Analytics 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 state. You can use the DescribeApplication operation to find the application state.
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.public TagResourceResult tagResource(TagResourceRequest request)
Adds one or more key-value tags to a Kinesis Analytics 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 Kinesis Analytics 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 Amazon Kinesis Data Analytics application. Using this operation, you can update application code, input configuration, and output configuration.
Kinesis Data Analytics 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.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 requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.