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

ListTargetsResult

import type { ListTargetsResult } from "https://aws-api.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
interface ListTargetsResult {
NextToken?: string | null;
Targets?: TargetSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

An enumeration token that can be used in a request to return the next batch of results.

§
Targets?: TargetSummary[] | null
[src]

The list of notification rule targets.