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

DeleteProjectRequest

import type { DeleteProjectRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface DeleteProjectRequest {
clientRequestToken?: string | null;
deleteStack?: boolean | null;
id: string;
}

§Properties

§
clientRequestToken?: string | null
[src]

A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.

§
deleteStack?: boolean | null
[src]

Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.

§
id: string
[src]

The ID of the project to be deleted in AWS CodeStar.