{ "$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 UpdatePipelineNotificationsRequest structure.", "type": "object", "properties": { "Notifications": { "allOf": [ { "$ref": "#/components/schemas/Notifications" }, { "description": "

The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

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

" } ] } }, "required": [ "Notifications" ] }