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

ProductionBranch

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

Describes the information about a production branch for an Amplify app.

interface ProductionBranch {
branchName?: string | null;
lastDeployTime?: Date | number | null;
status?: string | null;
thumbnailUrl?: string | null;
}

§Properties

§
branchName?: string | null
[src]

The branch name for the production branch.

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

The last deploy time of the production branch.

§
status?: string | null
[src]

The status of the production branch.

§
thumbnailUrl?: string | null
[src]

The thumbnail URL for the production branch.