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

UpdateRouteRequest

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

§Properties

§
ActivationState: RouteActivationState
[src]

If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.

§
ApplicationIdentifier: string
[src]

The ID of the application within which the route is being updated.

§
EnvironmentIdentifier: string
[src]

The ID of the environment in which the route is being updated.

§
RouteIdentifier: string
[src]

The unique identifier of the route to update.