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

DetectStackSetDriftOutput

import type { DetectStackSetDriftOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DetectStackSetDriftOutput {
OperationId?: string | null;
}

§Properties

§
OperationId?: string | null
[src]

The ID of the drift detection stack set operation.

You can use this operation ID with "DescribeStackSetOperation" to monitor the progress of the drift detection operation.