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

GetResourceRequestStatusInput

import type { GetResourceRequestStatusInput } from "https://aws-api.deno.dev/v0.4/services/cloudcontrol.ts?docs=full";
interface GetResourceRequestStatusInput {
RequestToken: string;
}

§Properties

§
RequestToken: string
[src]

A unique token used to track the progress of the resource operation request.

Request tokens are included in the ProgressEvent type returned by a resource operation request.