UNPKG

@aws-amplify/amplify-category-storage

Version:

amplify-cli storage plugin

10 lines 668 B
import { $TSAny, $TSContext, $TSObject } from '@aws-amplify/amplify-cli-core'; import { DynamoDBCLIInputs } from '../service-walkthrough-types/dynamoDB-user-input-types'; export declare function addWalkthrough(context: $TSContext, defaultValuesFilename: string): Promise<string>; export declare function updateWalkthrough(context: $TSContext): Promise<DynamoDBCLIInputs | undefined>; export declare function migrate(context: $TSContext, projectPath: any, resourceName: any): void; export declare function getIAMPolicies(resourceName: string, crudOptions: $TSAny): { policy: $TSObject; attributes: string[]; }; //# sourceMappingURL=dynamoDb-walkthrough.d.ts.map