
update-pipeline-notifications
*****************************


DESCRIPTION
===========

To update Amazon Simple Notification Service (Amazon SNS)
notifications for a pipeline, send a POST request to the
"/2012-09-25/pipelines/*[pipelineId]* /notifications" resource.

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


SYNOPSIS
========

   aws elastictranscoder update-pipeline-notifications
     --notifications <value>
     --id <value>


REQUIRED PARAMETERS
===================

"--notifications"  (structure)
   The Amazon Simple Notification Service (Amazon SNS) topic that you
   want to notify to report job status.

   Warning: To receive notifications, you must also subscribe to the new
     topic in the Amazon SNS console.

   * **Progressing** : The Amazon Simple Notification Service (Amazon
     SNS) topic that you want to notify when Elastic Transcoder has
     started to process the job.

   * **Completed** : The Amazon SNS topic that you want to notify when
     Elastic Transcoder has finished processing the job.

   * **Warning** : The Amazon SNS topic that you want to notify when
     Elastic Transcoder encounters a warning condition.

   * **Error** : The Amazon SNS topic that you want to notify when
     Elastic Transcoder encounters an error condition.

   "completed"  (string)
      The Amazon SNS topic that you want to notify when Elastic
      Transcoder has finished processing the job.

   "warning"  (string)
      The Amazon SNS topic that you want to notify when Elastic
      Transcoder encounters a warning condition.

   "progressing"  (string)
      The Amazon Simple Notification Service (Amazon SNS) topic that
      you want to notify when Elastic Transcoder has started to
      process the job.

   "error"  (string)
      The Amazon SNS topic that you want to notify when Elastic
      Transcoder encounters an error condition.

   *Parameter Syntax*

      {
        "completed": "string",
        "warning": "string",
        "progressing": "string",
        "error": "string"
      }

"--id"  (string)
   The identifier of the pipeline for which you want to change
   notification settings.


OPTIONAL PARAMETERS
===================

None
