@aws-amplify/cli-internal
Version:
Amplify CLI
7 lines • 393 B
TypeScript
import { RollbackCategoryRefactorer } from '../workflow/rollback-category-refactorer';
export declare class CustomCDKRollbackRefactorer extends RollbackCategoryRefactorer {
protected fetchSourceStackId(): Promise<string | undefined>;
protected fetchDestStackId(): Promise<string | undefined>;
protected resourceTypes(): string[];
}
//# sourceMappingURL=custom-cdk-rollback.d.ts.map