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