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

CreateApplicationResponse

import type { CreateApplicationResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface CreateApplicationResponse {
ApiGatewayProxy?: ApiGatewayProxyInput | null;
ApplicationId?: string | null;
Arn?: string | null;
CreatedByAccountId?: string | null;
CreatedTime?: Date | number | null;
EnvironmentId?: string | 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?: ApiGatewayProxyInput | null
[src]

A wrapper object holding the API Gateway endpoint type and stage name for the proxy.

§
ApplicationId?: string | null
[src]

The unique identifier of the application.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:_region_:_account-id_:_resource-type/resource-id_. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

§
CreatedByAccountId?: string | null
[src]

The Amazon Web Services account ID of application creator.

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

A timestamp that indicates when the application is created.

§
EnvironmentId?: string | null
[src]

The ID of the environment in which the application is created.

§
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 Amazon VPC.