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

DescribeStackResourceDriftsOutput

import type { DescribeStackResourceDriftsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DescribeStackResourceDriftsOutput {
NextToken?: string | null;
StackResourceDrifts: StackResourceDrift[];
}

§Properties

§
NextToken?: string | null
[src]

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call DescribeStackResourceDrifts again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

§
StackResourceDrifts: StackResourceDrift[]
[src]

Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.

For a given stack, there will be one StackResourceDrift for each stack resource that has been checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that do not currently support drift detection aren't checked, and so not included. For a list of resources that support drift detection, see Resources that Support Drift Detection.