Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient.DeleteApplicationReferenceDataSource C# (CSharp) Метод

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
        public DeleteApplicationReferenceDataSourceResponse DeleteApplicationReferenceDataSource(DeleteApplicationReferenceDataSourceRequest request)
        {
            var marshaller = new DeleteApplicationReferenceDataSourceRequestMarshaller();
            var unmarshaller = DeleteApplicationReferenceDataSourceResponseUnmarshaller.Instance;

            return Invoke<DeleteApplicationReferenceDataSourceRequest,DeleteApplicationReferenceDataSourceResponse>(request, marshaller, unmarshaller);
        }