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

DeleteRouteRequest

import type { DeleteRouteRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface DeleteRouteRequest {
ApplicationIdentifier: string;
EnvironmentIdentifier: string;
RouteIdentifier: string;
}

§Properties

§
ApplicationIdentifier: string
[src]

The ID of the application to delete the route from.

§
EnvironmentIdentifier: string
[src]

The ID of the environment to delete the route from.

§
RouteIdentifier: string
[src]

The ID of the route to delete.