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.3/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.