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

DeleteTargetRequest

import type { DeleteTargetRequest } from "https://aws-api.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
interface DeleteTargetRequest {
ForceUnsubscribeAll?: boolean | null;
TargetAddress: string;
}

§Properties

§
ForceUnsubscribeAll?: boolean | null
[src]

A Boolean value that can be used to delete all associations with this SNS topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your AWS account are deleted.

§
TargetAddress: string
[src]

The Amazon Resource Name (ARN) of the SNS topic to delete.