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

NotificationChannel

import type { NotificationChannel } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";

The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation.

interface NotificationChannel {
RoleArn: string;
SNSTopicArn: string;
}

§Properties

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

§
SNSTopicArn: string
[src]

The Amazon SNS topic that Amazon Textract posts the completion status to.