C# Класс Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient

Implementation for accessing KinesisAnalytics
Наследование: AmazonServiceClient, IAmazonKinesisAnalytics
Показать файл Открыть проект

Открытые методы

Метод Описание
AddApplicationInput ( AddApplicationInputRequest request ) : AddApplicationInputResponse

Adds a streaming source to your Amazon Kinesis application. For conceptual information, see Configuring Application Input.

You can add a streaming source either 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.

This operation requires permissions to perform the kinesisanalytics:AddApplicationInput action.

AddApplicationInputAsync ( AddApplicationInputRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddApplicationInput operation.

AddApplicationOutput ( AddApplicationOutputRequest request ) : AddApplicationOutputResponse

Adds an external destination to your Amazon Kinesis Analytics application.

If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), 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. For conceptual information, see Understanding Application Output (Destination).

Note that 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.

For the limits on the number of application inputs and outputs you can configure, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

AddApplicationOutputAsync ( AddApplicationOutputRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddApplicationOutput operation.

AddApplicationReferenceDataSource ( AddApplicationReferenceDataSourceRequest request ) : AddApplicationReferenceDataSourceResponse

Adds a reference data source to an existing application.

Amazon Kinesis 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 Amazon S3 object maps to columns in the resulting in-application table.

For conceptual information, see Configuring Application Input. For the limits on data sources you can add to your application, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

AddApplicationReferenceDataSourceAsync ( AddApplicationReferenceDataSourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddApplicationReferenceDataSource operation.

AmazonKinesisAnalyticsClient ( ) : System

Constructs AmazonKinesisAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonKinesisAnalyticsClient ( AWSCredentials credentials ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Credentials

AmazonKinesisAnalyticsClient ( AWSCredentials credentials, AmazonKinesisAnalyticsConfig clientConfig ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Credentials and an AmazonKinesisAnalyticsClient Configuration object.

AmazonKinesisAnalyticsClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Credentials

AmazonKinesisAnalyticsClient ( AmazonKinesisAnalyticsConfig config ) : System

Constructs AmazonKinesisAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonKinesisAnalyticsClient ( RegionEndpoint region ) : System

Constructs AmazonKinesisAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key

AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonKinesisAnalyticsConfig clientConfig ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisAnalyticsClient Configuration object.

AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key

AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key

AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonKinesisAnalyticsConfig clientConfig ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisAnalyticsClient Configuration object.

AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key

BeginAddApplicationInput ( AddApplicationInputRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddApplicationInput operation.

BeginAddApplicationOutput ( AddApplicationOutputRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddApplicationOutput operation.

BeginAddApplicationReferenceDataSource ( AddApplicationReferenceDataSourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddApplicationReferenceDataSource operation.

BeginCreateApplication ( CreateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApplication operation.

BeginDeleteApplication ( DeleteApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApplication operation.

BeginDeleteApplicationOutput ( DeleteApplicationOutputRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApplicationOutput operation.

BeginDeleteApplicationReferenceDataSource ( DeleteApplicationReferenceDataSourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApplicationReferenceDataSource operation.

BeginDescribeApplication ( DescribeApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeApplication operation.

BeginDiscoverInputSchema ( DiscoverInputSchemaRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DiscoverInputSchema operation.

BeginListApplications ( ListApplicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListApplications operation.

BeginStartApplication ( StartApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartApplication operation.

BeginStopApplication ( StopApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopApplication operation.

BeginUpdateApplication ( UpdateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApplication operation.

CreateApplication ( CreateApplicationRequest request ) : CreateApplicationResponse

Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see How it Works.

In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source, with the option of renaming, casting and dropping columns as desired.

Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.

In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations.

To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the kinesisanalytics:CreateApplication action.

For introductory exercises to create an Amazon Kinesis Analytics application, see Getting Started.

CreateApplicationAsync ( CreateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApplication operation.

DeleteApplication ( DeleteApplicationRequest request ) : DeleteApplicationResponse

Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).

This operation requires permissions to perform the kinesisanalytics:DeleteApplication action.

DeleteApplicationAsync ( DeleteApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApplication operation.

DeleteApplicationOutput ( DeleteApplicationOutputRequest request ) : DeleteApplicationOutputResponse

Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.

This operation requires permissions to perform the kinesisanalytics:DeleteApplicationOutput action.

DeleteApplicationOutputAsync ( DeleteApplicationOutputRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApplicationOutput operation.

DeleteApplicationReferenceDataSource ( DeleteApplicationReferenceDataSourceRequest request ) : DeleteApplicationReferenceDataSourceResponse

Deletes a reference data source configuration from the specified application configuration.

If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource action.

DeleteApplicationReferenceDataSourceAsync ( DeleteApplicationReferenceDataSourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApplicationReferenceDataSource operation.

DescribeApplication ( DescribeApplicationRequest request ) : DescribeApplicationResponse

Returns information about a specific Amazon Kinesis Analytics application.

If you want to retrieve a list of all applications in your account, use the ListApplications operation.

This operation requires permissions to perform the kinesisanalytics:DescribeApplication action. You can use DescribeApplication to get the current application versionId, which you need to call other operations such as Update.

DescribeApplicationAsync ( DescribeApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeApplication operation.

DiscoverInputSchema ( DiscoverInputSchemaRequest request ) : DiscoverInputSchemaResponse

Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). 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. For conceptual information, see Configuring Application Input. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface.

This operation requires permissions to perform the kinesisanalytics:DiscoverInputSchema action.

DiscoverInputSchemaAsync ( DiscoverInputSchemaRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DiscoverInputSchema operation.

EndAddApplicationInput ( IAsyncResult asyncResult ) : AddApplicationInputResponse

Finishes the asynchronous execution of the AddApplicationInput operation.

EndAddApplicationOutput ( IAsyncResult asyncResult ) : AddApplicationOutputResponse

Finishes the asynchronous execution of the AddApplicationOutput operation.

EndAddApplicationReferenceDataSource ( IAsyncResult asyncResult ) : AddApplicationReferenceDataSourceResponse

Finishes the asynchronous execution of the AddApplicationReferenceDataSource operation.

EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse

Finishes the asynchronous execution of the CreateApplication operation.

EndDeleteApplication ( IAsyncResult asyncResult ) : DeleteApplicationResponse

Finishes the asynchronous execution of the DeleteApplication operation.

EndDeleteApplicationOutput ( IAsyncResult asyncResult ) : DeleteApplicationOutputResponse

Finishes the asynchronous execution of the DeleteApplicationOutput operation.

EndDeleteApplicationReferenceDataSource ( IAsyncResult asyncResult ) : DeleteApplicationReferenceDataSourceResponse

Finishes the asynchronous execution of the DeleteApplicationReferenceDataSource operation.

EndDescribeApplication ( IAsyncResult asyncResult ) : DescribeApplicationResponse

Finishes the asynchronous execution of the DescribeApplication operation.

EndDiscoverInputSchema ( IAsyncResult asyncResult ) : DiscoverInputSchemaResponse

Finishes the asynchronous execution of the DiscoverInputSchema operation.

EndListApplications ( IAsyncResult asyncResult ) : ListApplicationsResponse

Finishes the asynchronous execution of the ListApplications operation.

EndStartApplication ( IAsyncResult asyncResult ) : StartApplicationResponse

Finishes the asynchronous execution of the StartApplication operation.

EndStopApplication ( IAsyncResult asyncResult ) : StopApplicationResponse

Finishes the asynchronous execution of the StopApplication operation.

EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse

Finishes the asynchronous execution of the UpdateApplication operation.

ListApplications ( ListApplicationsRequest request ) : ListApplicationsResponse

Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the HasMoreApplications value as true, you can send another request by adding the ExclusiveStartApplicationName in the request body, and set the value of this to the last application name from the previous response.

If you want detailed information about a specific application, use DescribeApplication.

This operation requires permissions to perform the kinesisanalytics:ListApplications action.

ListApplicationsAsync ( ListApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListApplications operation.

StartApplication ( StartApplicationRequest request ) : StartApplicationResponse

Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application.

After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination.

The application status must be READY for you to start an application. You can get the application status in the console or using the DescribeApplication operation.

After you start the application, you can stop the application from processing the input by calling the StopApplication operation.

This operation requires permissions to perform the kinesisanalytics:StartApplication action.

StartApplicationAsync ( StartApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartApplication operation.

StopApplication ( StopApplicationRequest request ) : StopApplicationResponse

Stops the application from processing input 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. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination.

This operation requires permissions to perform the kinesisanalytics:StopApplication action.

StopApplicationAsync ( StopApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopApplication operation.

UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse

Updates an existing Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration.

Note that Kinesis Analytics updates the CurrentApplicationVersionId each time you update your application.

This opeation requires permission for the kinesisanalytics:UpdateApplication action.

UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApplication operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Описание методов

AddApplicationInput() публичный Метод

Adds a streaming source to your Amazon Kinesis application. For conceptual information, see Configuring Application Input.

You can add a streaming source either 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.

This operation requires permissions to perform the kinesisanalytics:AddApplicationInput action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public AddApplicationInput ( AddApplicationInputRequest request ) : AddApplicationInputResponse
request Amazon.KinesisAnalytics.Model.AddApplicationInputRequest Container for the necessary parameters to execute the AddApplicationInput service method.
Результат AddApplicationInputResponse

AddApplicationInputAsync() публичный Метод

Initiates the asynchronous execution of the AddApplicationInput operation.
public AddApplicationInputAsync ( AddApplicationInputRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.AddApplicationInputRequest Container for the necessary parameters to execute the AddApplicationInput operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

AddApplicationOutput() публичный Метод

Adds an external destination to your Amazon Kinesis Analytics application.

If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), 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. For conceptual information, see Understanding Application Output (Destination).

Note that 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.

For the limits on the number of application inputs and outputs you can configure, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public AddApplicationOutput ( AddApplicationOutputRequest request ) : AddApplicationOutputResponse
request Amazon.KinesisAnalytics.Model.AddApplicationOutputRequest Container for the necessary parameters to execute the AddApplicationOutput service method.
Результат AddApplicationOutputResponse

AddApplicationOutputAsync() публичный Метод

Initiates the asynchronous execution of the AddApplicationOutput operation.
public AddApplicationOutputAsync ( AddApplicationOutputRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.AddApplicationOutputRequest Container for the necessary parameters to execute the AddApplicationOutput operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

AddApplicationReferenceDataSource() публичный Метод

Adds a reference data source to an existing application.

Amazon Kinesis 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 Amazon S3 object maps to columns in the resulting in-application table.

For conceptual information, see Configuring Application Input. For the limits on data sources you can add to your application, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public AddApplicationReferenceDataSource ( AddApplicationReferenceDataSourceRequest request ) : AddApplicationReferenceDataSourceResponse
request Amazon.KinesisAnalytics.Model.AddApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the AddApplicationReferenceDataSource service method.
Результат AddApplicationReferenceDataSourceResponse

AddApplicationReferenceDataSourceAsync() публичный Метод

Initiates the asynchronous execution of the AddApplicationReferenceDataSource operation.
public AddApplicationReferenceDataSourceAsync ( AddApplicationReferenceDataSourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.AddApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the AddApplicationReferenceDataSource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonKinesisAnalyticsClient ( ) : System
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Credentials
public AmazonKinesisAnalyticsClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Credentials and an AmazonKinesisAnalyticsClient Configuration object.
public AmazonKinesisAnalyticsClient ( AWSCredentials credentials, AmazonKinesisAnalyticsConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonKinesisAnalyticsConfig The AmazonKinesisAnalyticsClient Configuration Object
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Credentials
public AmazonKinesisAnalyticsClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonKinesisAnalyticsClient ( AmazonKinesisAnalyticsConfig config ) : System
config AmazonKinesisAnalyticsConfig The AmazonKinesisAnalyticsClient Configuration Object
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonKinesisAnalyticsClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisAnalyticsClient Configuration object.
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonKinesisAnalyticsConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonKinesisAnalyticsConfig The AmazonKinesisAnalyticsClient Configuration Object
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisAnalyticsClient Configuration object.
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonKinesisAnalyticsConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonKinesisAnalyticsConfig The AmazonKinesisAnalyticsClient Configuration Object
Результат System

AmazonKinesisAnalyticsClient() публичный Метод

Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Результат System

BeginAddApplicationInput() публичный Метод

Initiates the asynchronous execution of the AddApplicationInput operation.
public BeginAddApplicationInput ( AddApplicationInputRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.AddApplicationInputRequest Container for the necessary parameters to execute the AddApplicationInput operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginAddApplicationOutput() публичный Метод

Initiates the asynchronous execution of the AddApplicationOutput operation.
public BeginAddApplicationOutput ( AddApplicationOutputRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.AddApplicationOutputRequest Container for the necessary parameters to execute the AddApplicationOutput operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginAddApplicationReferenceDataSource() публичный Метод

Initiates the asynchronous execution of the AddApplicationReferenceDataSource operation.
public BeginAddApplicationReferenceDataSource ( AddApplicationReferenceDataSourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.AddApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the AddApplicationReferenceDataSource operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateApplication() публичный Метод

Initiates the asynchronous execution of the CreateApplication operation.
public BeginCreateApplication ( CreateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.CreateApplicationRequest Container for the necessary parameters to execute the CreateApplication operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteApplication() публичный Метод

Initiates the asynchronous execution of the DeleteApplication operation.
public BeginDeleteApplication ( DeleteApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.DeleteApplicationRequest Container for the necessary parameters to execute the DeleteApplication operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteApplicationOutput() публичный Метод

Initiates the asynchronous execution of the DeleteApplicationOutput operation.
public BeginDeleteApplicationOutput ( DeleteApplicationOutputRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.DeleteApplicationOutputRequest Container for the necessary parameters to execute the DeleteApplicationOutput operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteApplicationReferenceDataSource() публичный Метод

Initiates the asynchronous execution of the DeleteApplicationReferenceDataSource operation.
public BeginDeleteApplicationReferenceDataSource ( DeleteApplicationReferenceDataSourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.DeleteApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the DeleteApplicationReferenceDataSource operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeApplication() публичный Метод

Initiates the asynchronous execution of the DescribeApplication operation.
public BeginDescribeApplication ( DescribeApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.DescribeApplicationRequest Container for the necessary parameters to execute the DescribeApplication operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDiscoverInputSchema() публичный Метод

Initiates the asynchronous execution of the DiscoverInputSchema operation.
public BeginDiscoverInputSchema ( DiscoverInputSchemaRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.DiscoverInputSchemaRequest Container for the necessary parameters to execute the DiscoverInputSchema operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListApplications() публичный Метод

Initiates the asynchronous execution of the ListApplications operation.
public BeginListApplications ( ListApplicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.ListApplicationsRequest Container for the necessary parameters to execute the ListApplications operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginStartApplication() публичный Метод

Initiates the asynchronous execution of the StartApplication operation.
public BeginStartApplication ( StartApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.StartApplicationRequest Container for the necessary parameters to execute the StartApplication operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginStopApplication() публичный Метод

Initiates the asynchronous execution of the StopApplication operation.
public BeginStopApplication ( StopApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.StopApplicationRequest Container for the necessary parameters to execute the StopApplication operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateApplication() публичный Метод

Initiates the asynchronous execution of the UpdateApplication operation.
public BeginUpdateApplication ( UpdateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KinesisAnalytics.Model.UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication operation on AmazonKinesisAnalyticsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

CreateApplication() публичный Метод

Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see How it Works.

In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source, with the option of renaming, casting and dropping columns as desired.

Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.

In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations.

To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the kinesisanalytics:CreateApplication action.

For introductory exercises to create an Amazon Kinesis Analytics application, see Getting Started.

/// User-provided application code (query) is invalid. This can be a simple syntax error. /// /// Specified input parameter value is invalid. /// /// Exceeded the number of applications allowed. /// /// Application is not available for this operation. ///
public CreateApplication ( CreateApplicationRequest request ) : CreateApplicationResponse
request Amazon.KinesisAnalytics.Model.CreateApplicationRequest Container for the necessary parameters to execute the CreateApplication service method.
Результат Amazon.KinesisAnalytics.Model.CreateApplicationResponse

CreateApplicationAsync() публичный Метод

Initiates the asynchronous execution of the CreateApplication operation.
public CreateApplicationAsync ( CreateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.CreateApplicationRequest Container for the necessary parameters to execute the CreateApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DeleteApplication() публичный Метод

Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).

This operation requires permissions to perform the kinesisanalytics:DeleteApplication action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public DeleteApplication ( DeleteApplicationRequest request ) : DeleteApplicationResponse
request Amazon.KinesisAnalytics.Model.DeleteApplicationRequest Container for the necessary parameters to execute the DeleteApplication service method.
Результат DeleteApplicationResponse

DeleteApplicationAsync() публичный Метод

Initiates the asynchronous execution of the DeleteApplication operation.
public DeleteApplicationAsync ( DeleteApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.DeleteApplicationRequest Container for the necessary parameters to execute the DeleteApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteApplicationOutput() публичный Метод

Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.

This operation requires permissions to perform the kinesisanalytics:DeleteApplicationOutput action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public DeleteApplicationOutput ( DeleteApplicationOutputRequest request ) : DeleteApplicationOutputResponse
request Amazon.KinesisAnalytics.Model.DeleteApplicationOutputRequest Container for the necessary parameters to execute the DeleteApplicationOutput service method.
Результат DeleteApplicationOutputResponse

DeleteApplicationOutputAsync() публичный Метод

Initiates the asynchronous execution of the DeleteApplicationOutput operation.
public DeleteApplicationOutputAsync ( DeleteApplicationOutputRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.DeleteApplicationOutputRequest Container for the necessary parameters to execute the DeleteApplicationOutput operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteApplicationReferenceDataSource() публичный Метод

Deletes a reference data source configuration from the specified application configuration.

If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource action.

/// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public DeleteApplicationReferenceDataSource ( DeleteApplicationReferenceDataSourceRequest request ) : DeleteApplicationReferenceDataSourceResponse
request Amazon.KinesisAnalytics.Model.DeleteApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the DeleteApplicationReferenceDataSource service method.
Результат DeleteApplicationReferenceDataSourceResponse

DeleteApplicationReferenceDataSourceAsync() публичный Метод

Initiates the asynchronous execution of the DeleteApplicationReferenceDataSource operation.
public DeleteApplicationReferenceDataSourceAsync ( DeleteApplicationReferenceDataSourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.DeleteApplicationReferenceDataSourceRequest Container for the necessary parameters to execute the DeleteApplicationReferenceDataSource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeApplication() публичный Метод

Returns information about a specific Amazon Kinesis Analytics application.

If you want to retrieve a list of all applications in your account, use the ListApplications operation.

This operation requires permissions to perform the kinesisanalytics:DescribeApplication action. You can use DescribeApplication to get the current application versionId, which you need to call other operations such as Update.

/// Specified application can't be found. ///
public DescribeApplication ( DescribeApplicationRequest request ) : DescribeApplicationResponse
request Amazon.KinesisAnalytics.Model.DescribeApplicationRequest Container for the necessary parameters to execute the DescribeApplication service method.
Результат Amazon.KinesisAnalytics.Model.DescribeApplicationResponse

DescribeApplicationAsync() публичный Метод

Initiates the asynchronous execution of the DescribeApplication operation.
public DescribeApplicationAsync ( DescribeApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.DescribeApplicationRequest Container for the necessary parameters to execute the DescribeApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DiscoverInputSchema() публичный Метод

Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). 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. For conceptual information, see Configuring Application Input. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface.

This operation requires permissions to perform the kinesisanalytics:DiscoverInputSchema action.

/// Specified input parameter value is invalid. /// /// Discovery failed to get a record from the streaming source because of the Kinesis /// Streams ProvisionedThroughputExceededException. /// /// Data format is not valid, Kinesis Analytics is not able to detect schema for the given /// streaming source. ///
public DiscoverInputSchema ( DiscoverInputSchemaRequest request ) : DiscoverInputSchemaResponse
request Amazon.KinesisAnalytics.Model.DiscoverInputSchemaRequest Container for the necessary parameters to execute the DiscoverInputSchema service method.
Результат Amazon.KinesisAnalytics.Model.DiscoverInputSchemaResponse

DiscoverInputSchemaAsync() публичный Метод

Initiates the asynchronous execution of the DiscoverInputSchema operation.
public DiscoverInputSchemaAsync ( DiscoverInputSchemaRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KinesisAnalytics.Model.DiscoverInputSchemaRequest Container for the necessary parameters to execute the DiscoverInputSchema operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAddApplicationInput() публичный Метод

Finishes the asynchronous execution of the AddApplicationInput operation.
public EndAddApplicationInput ( IAsyncResult asyncResult ) : AddApplicationInputResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddApplicationInput.
Результат AddApplicationInputResponse

EndAddApplicationOutput() публичный Метод

Finishes the asynchronous execution of the AddApplicationOutput operation.
public EndAddApplicationOutput ( IAsyncResult asyncResult ) : AddApplicationOutputResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddApplicationOutput.
Результат AddApplicationOutputResponse

EndAddApplicationReferenceDataSource() публичный Метод

Finishes the asynchronous execution of the AddApplicationReferenceDataSource operation.
public EndAddApplicationReferenceDataSource ( IAsyncResult asyncResult ) : AddApplicationReferenceDataSourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddApplicationReferenceDataSource.
Результат AddApplicationReferenceDataSourceResponse

EndCreateApplication() публичный Метод

Finishes the asynchronous execution of the CreateApplication operation.
public EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplication.
Результат Amazon.KinesisAnalytics.Model.CreateApplicationResponse

EndDeleteApplication() публичный Метод

Finishes the asynchronous execution of the DeleteApplication operation.
public EndDeleteApplication ( IAsyncResult asyncResult ) : DeleteApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplication.
Результат DeleteApplicationResponse

EndDeleteApplicationOutput() публичный Метод

Finishes the asynchronous execution of the DeleteApplicationOutput operation.
public EndDeleteApplicationOutput ( IAsyncResult asyncResult ) : DeleteApplicationOutputResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplicationOutput.
Результат DeleteApplicationOutputResponse

EndDeleteApplicationReferenceDataSource() публичный Метод

Finishes the asynchronous execution of the DeleteApplicationReferenceDataSource operation.
public EndDeleteApplicationReferenceDataSource ( IAsyncResult asyncResult ) : DeleteApplicationReferenceDataSourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplicationReferenceDataSource.
Результат DeleteApplicationReferenceDataSourceResponse

EndDescribeApplication() публичный Метод

Finishes the asynchronous execution of the DescribeApplication operation.
public EndDescribeApplication ( IAsyncResult asyncResult ) : DescribeApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApplication.
Результат Amazon.KinesisAnalytics.Model.DescribeApplicationResponse

EndDiscoverInputSchema() публичный Метод

Finishes the asynchronous execution of the DiscoverInputSchema operation.
public EndDiscoverInputSchema ( IAsyncResult asyncResult ) : DiscoverInputSchemaResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDiscoverInputSchema.
Результат Amazon.KinesisAnalytics.Model.DiscoverInputSchemaResponse

EndListApplications() публичный Метод

Finishes the asynchronous execution of the ListApplications operation.
public EndListApplications ( IAsyncResult asyncResult ) : ListApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListApplications.
Результат Amazon.KinesisAnalytics.Model.ListApplicationsResponse

EndStartApplication() публичный Метод

Finishes the asynchronous execution of the StartApplication operation.
public EndStartApplication ( IAsyncResult asyncResult ) : StartApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartApplication.
Результат StartApplicationResponse

EndStopApplication() публичный Метод

Finishes the asynchronous execution of the StopApplication operation.
public EndStopApplication ( IAsyncResult asyncResult ) : StopApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopApplication.
Результат StopApplicationResponse

EndUpdateApplication() публичный Метод

Finishes the asynchronous execution of the UpdateApplication operation.
public EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplication.
Результат UpdateApplicationResponse

ListApplications() публичный Метод

Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the HasMoreApplications value as true, you can send another request by adding the ExclusiveStartApplicationName in the request body, and set the value of this to the last application name from the previous response.

If you want detailed information about a specific application, use DescribeApplication.

This operation requires permissions to perform the kinesisanalytics:ListApplications action.

public ListApplications ( ListApplicationsRequest request ) : ListApplicationsResponse
request Amazon.KinesisAnalytics.Model.ListApplicationsRequest Container for the necessary parameters to execute the ListApplications service method.
Результат Amazon.KinesisAnalytics.Model.ListApplicationsResponse

ListApplicationsAsync() публичный Метод

Initiates the asynchronous execution of the ListApplications operation.
public ListApplicationsAsync ( ListApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListApplicationsRequest Container for the necessary parameters to execute the ListApplications operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

StartApplication() публичный Метод

Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application.

After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination.

The application status must be READY for you to start an application. You can get the application status in the console or using the DescribeApplication operation.

After you start the application, you can stop the application from processing the input by calling the StopApplication operation.

This operation requires permissions to perform the kinesisanalytics:StartApplication action.

/// User-provided application configuration is not valid. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public StartApplication ( StartApplicationRequest request ) : StartApplicationResponse
request StartApplicationRequest Container for the necessary parameters to execute the StartApplication service method.
Результат StartApplicationResponse

StartApplicationAsync() публичный Метод

Initiates the asynchronous execution of the StartApplication operation.
public StartApplicationAsync ( StartApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request StartApplicationRequest Container for the necessary parameters to execute the StartApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

StopApplication() публичный Метод

Stops the application from processing input 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. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination.

This operation requires permissions to perform the kinesisanalytics:StopApplication action.

/// Application is not available for this operation. /// /// Specified application can't be found. ///
public StopApplication ( StopApplicationRequest request ) : StopApplicationResponse
request StopApplicationRequest Container for the necessary parameters to execute the StopApplication service method.
Результат StopApplicationResponse

StopApplicationAsync() публичный Метод

Initiates the asynchronous execution of the StopApplication operation.
public StopApplicationAsync ( StopApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request StopApplicationRequest Container for the necessary parameters to execute the StopApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateApplication() публичный Метод

Updates an existing Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration.

Note that Kinesis Analytics updates the CurrentApplicationVersionId each time you update your application.

This opeation requires permission for the kinesisanalytics:UpdateApplication action.

/// User-provided application code (query) is invalid. This can be a simple syntax error. /// /// Exception thrown as a result of concurrent modification to an application. For example, /// two individuals attempting to edit the same application at the same time. /// /// Specified input parameter value is invalid. /// /// Application is not available for this operation. /// /// Specified application can't be found. ///
public UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse
request UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication service method.
Результат UpdateApplicationResponse

UpdateApplicationAsync() публичный Метод

Initiates the asynchronous execution of the UpdateApplication operation.
public UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task