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

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

With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.

When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// 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 UpdatePipelineNotifications ( UpdatePipelineNotificationsRequest request ) : UpdatePipelineNotificationsResponse
request Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest Container for the necessary parameters to execute the UpdatePipelineNotifications service method.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse
        public UpdatePipelineNotificationsResponse UpdatePipelineNotifications(UpdatePipelineNotificationsRequest request)
        {
            var marshaller = new UpdatePipelineNotificationsRequestMarshaller();
            var unmarshaller = UpdatePipelineNotificationsResponseUnmarshaller.Instance;

            return Invoke<UpdatePipelineNotificationsRequest,UpdatePipelineNotificationsResponse>(request, marshaller, unmarshaller);
        }