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

UpdateServiceInput

import type { UpdateServiceInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface UpdateServiceInput {
description?: string | null;
name: string;
spec?: string | null;
}

§Properties

§
description?: string | null
[src]

The edited service description.

§
name: string
[src]

The name of the service to edit.

§
spec?: string | null
[src]

Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide.