C# 클래스 Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient

Implementation for accessing KinesisAnalytics
상속: AmazonServiceClient, IAmazonKinesisAnalytics
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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