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

GetApplicationResponse

import type { GetApplicationResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface GetApplicationResponse {
ApiGatewayProxy?: ApiGatewayProxyConfig | 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?: ApiGatewayProxyConfig | null
[src]

The endpoint URL of the API Gateway proxy.

§
ApplicationId?: string | null
[src]

The unique identifier of the application.

§
Arn?: string | null
[src]

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

§
VpcId?: string | null
[src]

The ID of the virtual private cloud (VPC).