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

PillarDifference

import type { PillarDifference } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

A pillar difference return object.

interface PillarDifference {
DifferenceStatus?: DifferenceStatus | null;
PillarId?: string | null;
PillarName?: string | null;
QuestionDifferences?: QuestionDifference[] | null;
}

§Properties

§
DifferenceStatus?: DifferenceStatus | null
[src]

Indicates the type of change to the pillar.

§
PillarId?: string | null
[src]
§
PillarName?: string | null
[src]
§
QuestionDifferences?: QuestionDifference[] | null
[src]

List of question differences.