UNPKG

@aws-amplify/amplify-category-api

Version:
5 lines 332 B
import { DocumentNode } from 'graphql'; import { ImportedRDSType } from '@aws-amplify/graphql-transformer-core'; export declare const readRDSSchema: (pathToSchemaFile: string) => string | undefined; export declare const getEngineInput: (schemaDocument: DocumentNode) => ImportedRDSType; //# sourceMappingURL=rds-input-utils.d.ts.map