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

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
        public StopApplicationResponse StopApplication(StopApplicationRequest request)
        {
            var marshaller = new StopApplicationRequestMarshaller();
            var unmarshaller = StopApplicationResponseUnmarshaller.Instance;

            return Invoke<StopApplicationRequest,StopApplicationResponse>(request, marshaller, unmarshaller);
        }