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

ProjectDetails

import type { ProjectDetails } from "https://aws-api.deno.dev/v0.4/services/mobile.ts?docs=full";

Detailed information about an AWS Mobile Hub project.

interface ProjectDetails {
consoleUrl?: string | null;
createdDate?: Date | number | null;
lastUpdatedDate?: Date | number | null;
name?: string | null;
projectId?: string | null;
region?: string | null;
resources?: Resource[] | null;
state?: ProjectState | null;
}

§Properties

§
consoleUrl?: string | null
[src]

Website URL for this project in the AWS Mobile Hub console.

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

Date the project was created.

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

Date of the last modification of the project.

§
name?: string | null
[src]
§
projectId?: string | null
[src]
§
region?: string | null
[src]
§
resources?: Resource[] | null
[src]
§
state?: ProjectState | null
[src]