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

Code

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

Location and destination information about the source code files provided with the project request. The source code is uploaded to the new project source repository after project creation.

interface Code {
destination: CodeDestination;
source: CodeSource;
}

§Properties

§

The repository to be created in AWS CodeStar. Valid values are AWS CodeCommit or GitHub. After AWS CodeStar provisions the new repository, the source code files provided with the project request are placed in the repository.

§

The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.