Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.DeletePreset C# (CSharp) Метод

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

The DeletePreset operation removes a preset that you've added in an AWS region.

You can't delete the default presets that are included with Elastic Transcoder.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The requested resource does not exist or is not available. For example, the pipeline /// to which you're trying to add a job doesn't exist or is still being created. /// /// One or more required parameter values were not provided in the request. ///
public DeletePreset ( DeletePresetRequest request ) : DeletePresetResponse
request Amazon.ElasticTranscoder.Model.DeletePresetRequest Container for the necessary parameters to execute the DeletePreset service method.
Результат Amazon.ElasticTranscoder.Model.DeletePresetResponse
        public DeletePresetResponse DeletePreset(DeletePresetRequest request)
        {
            var marshaller = new DeletePresetRequestMarshaller();
            var unmarshaller = DeletePresetResponseUnmarshaller.Instance;

            return Invoke<DeletePresetRequest,DeletePresetResponse>(request, marshaller, unmarshaller);
        }