@aws-amplify/amplify-category-api
Version:
Amplify CLI API Category Plugin
10 lines • 633 B
TypeScript
import { $TSMeta } from '@aws-amplify/amplify-cli-core';
export declare const authConfigHasApiKey: (authConfig?: any) => boolean;
export declare const checkIfAuthExists: () => any;
export declare const getAppSyncAPINames: () => string[];
export declare const ensureNoAppSyncAPIExists: () => void;
export declare const getAppSyncAPIName: () => string;
export declare const getAPIResourceDir: (apiName: string) => string;
export declare const getAppSyncAuthConfig: (projectMeta: $TSMeta) => any;
export declare const getAppSyncResourceName: (projectMeta: $TSMeta) => string | undefined;
//# sourceMappingURL=amplify-meta-utils.d.ts.map