UNPKG

@aws-amplify/cli-internal

Version:
11 lines 724 B
import { CFNResource } from '../../_common/cfn-template'; import { ForwardCategoryRefactorer } from '../workflow/forward-category-refactorer'; export declare const USER_POOL_GROUP_TYPE = "AWS::Cognito::UserPoolGroup"; export declare const RESOURCE_TYPES: string[]; export declare class AuthUserPoolGroupsForwardRefactorer extends ForwardCategoryRefactorer { protected resourceTypes(): string[]; protected fetchSourceStackId(): Promise<string | undefined>; protected fetchDestStackId(): Promise<string | undefined>; protected gen2LogicalId(sourceId: string, sourceResource: CFNResource, targetResources: Map<string, CFNResource>): Promise<string>; } //# sourceMappingURL=auth-user-pool-groups-forward.d.ts.map