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

UpdateResourceOutput

import type { UpdateResourceOutput } from "https://aws-api.deno.dev/v0.4/services/cloudcontrol.ts?docs=full";
interface UpdateResourceOutput {
ProgressEvent?: ProgressEvent | null;
}

§Properties

§
ProgressEvent?: ProgressEvent | null
[src]

Represents the current status of the resource update request.

Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.