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

RouteSummary

import type { RouteSummary } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";

The summary information for the routes as a response to ListRoutes.

interface RouteSummary {
ApplicationId?: string | null;
Arn?: string | null;
CreatedByAccountId?: string | null;
CreatedTime?: Date | number | null;
EnvironmentId?: string | null;
Error?: ErrorResponse | null;
IncludeChildPaths?: boolean | null;
LastUpdatedTime?: Date | number | null;
Methods?: HttpMethod[] | null;
OwnerAccountId?: string | null;
PathResourceToId?: {
[key: string]: string | null | undefined;
}
| null;
RouteId?: string | null;
RouteType?: RouteType | null;
ServiceId?: string | null;
SourcePath?: string | null;
State?: RouteState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ApplicationId?: string | null
[src]

The unique identifier of the application.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the route.

§
CreatedByAccountId?: string | null
[src]

The Amazon Web Services account ID of the route creator.

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

A timestamp that indicates when the route is created.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
Error?: ErrorResponse | null
[src]

Any error associated with the route resource.

§
IncludeChildPaths?: boolean | null
[src]

Indicates whether to match all subpaths of the given source path. If this value is false, requests must match the source path exactly before they are forwarded to this route's service.

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

A timestamp that indicates when the route was last updated.

§
Methods?: HttpMethod[] | null
[src]

A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.

§
OwnerAccountId?: string | null
[src]

The Amazon Web Services account ID of the route owner.

§
PathResourceToId?: {
[key: string]: string | null | undefined;
}
| null
[src]

A mapping of Amazon API Gateway path resources to resource IDs.

§
RouteId?: string | null
[src]

The unique identifier of the route.

§
RouteType?: RouteType | null
[src]

The route type of the route.

§
ServiceId?: string | null
[src]

The unique identifier of the service.

§
SourcePath?: string | null
[src]

The path to use to match traffic. Paths must start with / and are relative to the base of the application.

§
State?: RouteState | null
[src]

The current state of the route.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the route.