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

GetRouteResponse

import type { GetRouteResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface GetRouteResponse {
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 ID of the application that the route belongs to.

§
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]

The timestamp of when the route is created.

§
EnvironmentId?: string | null
[src]

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.

DEFAULT: All traffic that does not match another route is forwarded to the default route. Applications must have a default route before any other routes can be created.

URI_PATH: A route that is based on a URI path.

§
RouteType?: RouteType | null
[src]

The type of 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. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.