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

ApplicationSummary

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

The list of ApplicationSummary objects.

interface ApplicationSummary {
ApiGatewayProxy?: ApiGatewayProxySummary | null;
ApplicationId?: string | null;
Arn?: string | null;
CreatedByAccountId?: string | null;
CreatedTime?: Date | number | null;
EnvironmentId?: string | null;
Error?: ErrorResponse | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
OwnerAccountId?: string | null;
ProxyType?: ProxyType | null;
State?: ApplicationState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VpcId?: string | null;
}

§Properties

§
ApiGatewayProxy?: ApiGatewayProxySummary | null
[src]

The endpoint URL of the Amazon API Gateway proxy.

§
ApplicationId?: string | null
[src]

The unique identifier of the application.

§
Arn?: string | null
[src]

he Amazon Resource Name (ARN) of the application.

§
CreatedByAccountId?: string | null
[src]

The Amazon Web Services account ID of the application creator.

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

A timestamp that indicates when the application is created.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
Error?: ErrorResponse | null
[src]

Any error associated with the application resource.

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

A timestamp that indicates when the application was last updated.

§
Name?: string | null
[src]

The name of the application.

§
OwnerAccountId?: string | null
[src]

The Amazon Web Services account ID of the application owner.

§
ProxyType?: ProxyType | null
[src]

The proxy type of the proxy created within the application.

§
State?: ApplicationState | null
[src]

The current state of the application.

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

The tags assigned to the application.

§
VpcId?: string | null
[src]

The ID of the virtual private cloud (VPC).