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

CodeCommitCodeDestination

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

Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

interface CodeCommitCodeDestination {
name: string;
}

§Properties

§
name: string
[src]

The name of the AWS CodeCommit repository to be created in AWS CodeStar.