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

StopEngagementRequest

import type { StopEngagementRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface StopEngagementRequest {
EngagementId: string;
Reason?: string | null;
}

§Properties

§
EngagementId: string
[src]

The Amazon Resource Name (ARN) of the engagement.

§
Reason?: string | null
[src]

The reason that you're stopping the engagement.