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