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

CreateServiceResponse

import type { CreateServiceResponse } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface CreateServiceResponse {
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 that's created by this request.