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

DeleteProgressUpdateStreamRequest

import type { DeleteProgressUpdateStreamRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";
interface DeleteProgressUpdateStreamRequest {
DryRun?: boolean | null;
ProgressUpdateStreamName: string;
}

§Properties

§
DryRun?: boolean | null
[src]

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

§
ProgressUpdateStreamName: string
[src]

The name of the ProgressUpdateStream. Do not store personal data in this field.