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

UpdateServiceRequest

import type { UpdateServiceRequest } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface UpdateServiceRequest {
Id: string;
Service: ServiceChange;
}

§Properties

§
Id: string
[src]

The ID of the service that you want to update.

§

A complex type that contains the new settings for the service.