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

UpdateProjectResult

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

Result structure used for requests to updated project configuration.

interface UpdateProjectResult {
details?: ProjectDetails | null;
}

§Properties

§
details?: ProjectDetails | null
[src]

Detailed information about the updated AWS Mobile Hub project.