UNPKG

@aws-amplify/cli-internal

Version:
11 lines 716 B
import { AmplifyMigrationOperation } from '../../_common/operation'; import { RefactorBlueprint } from '../workflow/category-refactorer'; import { RollbackCategoryRefactorer } from '../workflow/rollback-category-refactorer'; export declare class AuthCognitoRollbackRefactorer extends RollbackCategoryRefactorer { protected resourceTypes(): string[]; protected fetchSourceStackId(): Promise<string | undefined>; protected fetchDestStackId(): Promise<string | undefined>; protected move(blueprint: RefactorBlueprint): Promise<AmplifyMigrationOperation[]>; protected afterMove(blueprint: RefactorBlueprint): Promise<AmplifyMigrationOperation[]>; } //# sourceMappingURL=auth-cognito-rollback.d.ts.map