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

GitHubLocation

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

Information about the location of application artifacts stored in GitHub.

interface GitHubLocation {
commitId?: string | null;
repository?: string | null;
}

§Properties

§
commitId?: string | null
[src]

The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

§
repository?: string | null
[src]

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.