Output from refreshing the resources in a given Stack.

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

Properties

Properties

stderr: string
stdout: string
summary: UpdateSummary

Generated using TypeDoc