Output from refreshing the resources in a given Stack.

interface RefreshResult {
    stderr: string;
    stdout: string;
    summary: UpdateSummary;
}

Properties

Properties

stderr: string

The standard error output from the refresh.

stdout: string

The standard output from the refresh.

summary: UpdateSummary

A summary of the refresh.

Generated using TypeDoc