Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Notifications

import type { Notifications } from "https://aws-api.deno.dev/v0.3/services/elastictranscoder.ts?docs=full";

The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.

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

interface Notifications {
Completed?: string | null;
Error?: string | null;
Progressing?: string | null;
Warning?: string | null;
}

§Properties

§
Completed?: string | null
[src]

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

§
Error?: string | null
[src]

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

§
Progressing?: string | null
[src]

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

§
Warning?: string | null
[src]

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