Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.DeleteDestination C# (CSharp) Method

DeleteDestination() public method

Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.
/// A parameter is specified incorrectly. /// /// Multiple requests to update the same resource were in conflict. /// /// The specified resource does not exist. /// /// The service cannot complete the request. ///
public DeleteDestination ( DeleteDestinationRequest request ) : DeleteDestinationResponse
request Amazon.CloudWatchLogs.Model.DeleteDestinationRequest Container for the necessary parameters to execute the DeleteDestination service method.
return DeleteDestinationResponse
        public DeleteDestinationResponse DeleteDestination(DeleteDestinationRequest request)
        {
            var marshaller = new DeleteDestinationRequestMarshaller();
            var unmarshaller = DeleteDestinationResponseUnmarshaller.Instance;

            return Invoke<DeleteDestinationRequest,DeleteDestinationResponse>(request, marshaller, unmarshaller);
        }
AmazonCloudWatchLogsClient