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

DescribeProjectRequest

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

Request structure used to request details about a project.

interface DescribeProjectRequest {
projectId: string;
syncFromResources?: boolean | null;
}

§Properties

§
projectId: string
[src]

Unique project identifier.

§
syncFromResources?: boolean | null
[src]

If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.