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

Change

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

The Change structure describes the changes CloudFormation will perform if you execute the change set.

interface Change {
ResourceChange?: ResourceChange | null;
Type?: ChangeType | null;
}

§Properties

§
ResourceChange?: ResourceChange | null
[src]

A ResourceChange structure that describes the resource and action that CloudFormation will perform.

§
Type?: ChangeType | null
[src]

The type of entity that CloudFormation changes. Currently, the only entity type is Resource.