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

CreateStackResult

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

Contains the response to a CreateStack request.

interface CreateStackResult {
StackId?: string | null;
}

§Properties

§
StackId?: string | null
[src]

The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks.