UNPKG

@aws-amplify/amplify-category-storage

Version:

amplify-cli storage plugin

10 lines 520 B
import { $TSAny, $TSContext } from '@aws-amplify/amplify-cli-core'; export declare function removeTrigger(context: $TSContext, resourceName: string, triggerFunctionName: string): Promise<void>; export declare function addTrigger(context: $TSContext, resourceName: string, triggerFunction: $TSAny, adminTriggerFunction: $TSAny, options: { dependsOn?: $TSAny[]; headlessTrigger?: { name: string; mode: 'new' | 'existing'; }; }): Promise<string>; //# sourceMappingURL=s3-trigger-helpers.d.ts.map