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

StartDeploymentResponse

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

§Properties

§
OperationId: string
[src]

The unique ID of the asynchronous operation that this request started. You can use it combined with the "ListOperations" call to track the operation's progress.