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

SubscribeRequest

import type { SubscribeRequest } from "https://aws-api.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
interface SubscribeRequest {
Arn: string;
ClientRequestToken?: string | null;
Target: Target;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.

§
ClientRequestToken?: string | null
[src]

An enumeration token that, when provided in a request, returns the next batch of the results.