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

UpdateServiceResponse

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

§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.

§
Service: Service
[src]

A description of the App Runner service updated by this request. All configuration values in the returned Service structure reflect configuration changes that are being applied by this request.