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

DeleteServiceResponse

import type { DeleteServiceResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface DeleteServiceResponse {
ApplicationId?: string | null;
Arn?: string | null;
EnvironmentId?: string | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
ServiceId?: string | null;
State?: ServiceState | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The ID of the application that the service is in.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the service.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
LastUpdatedTime?: Date | number | null
[src]

A timestamp that indicates when the service was last updated.

§
Name?: string | null
[src]

The name of the service.

§
ServiceId?: string | null
[src]

The unique identifier of the service.

§
State?: ServiceState | null
[src]

The current state of the service.