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

DeleteRouteResponse

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

§Properties

§
ApplicationId?: string | null
[src]

he ID of the application that the route belongs to.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the route.

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

A timestamp that indicates when the route was last updated.

§
RouteId?: string | null
[src]

The ID of the route to delete.

§
ServiceId?: string | null
[src]

The ID of the service that the route belongs to.

§
State?: RouteState | null
[src]

The current state of the route.