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

ResumeServiceResponse

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

§Properties

§
OperationId?: string | null
[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.

§
Service: Service
[src]

A description of the App Runner service that this request just resumed.