UpdatePipelineNotificationsRequest

The UpdatePipelineNotificationsRequest structure.

Amazon Web ServicesMediaTranscodingVideo

Properties

Name Type Description
Notifications object
View JSON Schema on GitHub

JSON Schema

amazon-elastic-transcoder-update-pipeline-notifications-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-update-pipeline-notifications-request-schema.json",
  "title": "UpdatePipelineNotificationsRequest",
  "description": "The <code>UpdatePipelineNotificationsRequest</code> structure.",
  "type": "object",
  "properties": {
    "Notifications": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Notifications"
        },
        {
          "description": "<p>The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.</p> <important> <p>To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.</p> </important> <ul> <li> <p> <b>Progressing</b>: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.</p> </li> <li> <p> <b>Complete</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.</p> </li> <li> <p> <b>Warning</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.</p> </li> <li> <p> <b>Error</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.</p> </li> </ul>"
        }
      ]
    }
  },
  "required": [
    "Notifications"
  ]
}