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

GetContainerServicesRequest

import type { GetContainerServicesRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetContainerServicesRequest {
serviceName?: string | null;
}

§Properties

§
serviceName?: string | null
[src]

The name of the container service for which to return information.

When omitted, the response includes all of your container services in the AWS Region where the request is made.